# Port-security

## Exempelkonfiguration

```
 switchport port-security violation restrict
 switchport port-security mac-address sticky
 switchport port-security mac-address sticky aaaa.bbbb.cccc
 switchport port-security aging time 6
 switchport port-security aging type inactivity
 switchport port-security

```

## Sticky MAC

Används sticky-mac får MAC-adressen enbart finnas på en port på switchen. Skulle den dyka upp på en annan port kommer den inte kunna kommunicera. Följande loggrad syns:

`Oct  1 08:58:12: %PORT_SECURITY-2-PSECURE_VIOLATION_MAC_MOVE: Security violation occurred, caused by MAC address aaaa.bbbb.cccc on port GigabitEthernet1/0/46 attempting to access port GigabitEthernet1/0/13`.