Alright so I'm playing around with STP and mac-address-table, and some port security options. For some reason I can't get my port-security enabled interface to go "err-disabled" after intentionally violating the sticky address.
Here the output
Error message after plugging another NIC into the Port-Security enabled INT.
%Error: Cannot add secure address 00d0.5840.4620
%Error: Total secure addresses on interface reached its max limit of 1
Show run verifying Sticky config.
interface FastEthernet0/2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky 00d0.5842.58a0
no ip address
And here is the show port-sec int fa0/2
port-security int fa0/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
OKay so violation parameter has been set, sticky address is in running-config, error messages saying incorrect address, BUT the port will not shutdown. WHY? Could this have something to do with the bpduguard being enabled on the int as well? Thanks!
One other thing is it seems I can't create an Etherchannel connection either.
c2900xl-c3h2s-mz
Does anyone know if this version supports channel-groups? I can do a show Etherchannel ? and I get some possible commands, but in interface config mode, I can't do a channel-group command.