Total secure addresses on interface reached its max limit of
I’m trying to simulate a violation and put f0/2 to shutdown state. Everything is set up correctly but I do not know what is happening:
SW4(config-if)#do sh run int f0/2 Building configuration... Current configuration : 254 bytes ! interface FastEthernet0/2 switchport access vlan 20 switchport mode access switchport port-security switchport port-security mac-address sticky switchport port-security mac-address sticky 00e0.4c8b.116f no ip address spanning-tree portfast end
When I connect a different device instead of “err-disabled state” i get:
%Error: Cannot add secure address 5442.49f8.7b80 %Error: Total secure addresses on interface reached its max limit of 1
It seems that the switch (3550) that I’m working on can’t update the MAC address, it says configured MAC addresses: 0.
SW4(config-if)#do sh port int f0/2 Port Security : Enabled Port status : SecureUp Violation mode : Shutdown Maximum MAC Addresses : 1 Total MAC Addresses : 1 Configured MAC Addresses : 0 Sticky MAC Addresses : 1 Aging time : 0 mins Aging type : Absolute SecureStatic address aging : Disabled Security Violation count : 0
I wanted to see past commands that I have typed but I’ve had only 10 of them, because the history size is set to 10 by default. Here is how to set the history size !
And I have no errdisable for recovery mode:
SW4#sh errdisable recov ErrDisable Reason Timer Status ----------------- -------------- udld Disabled bpduguard Disabled channel-misconfig Disabled pagp-flap Disabled dtp-flap Disabled link-flap Disabled l2ptguard Disabled psecure-violation Disabled gbic-invalid Disabled Timer interval: 300 seconds Interfaces that will be enabled at the next timeout:
Leave a Reply