10-23-2008 11:37 PM - edited 03-06-2019 02:07 AM
I want allow the same set of mac address on different ports and tried the following
switchport port-security
switchport port-security maximum 2
switchport port-security mac-address sticky
switchport port-secuirty mac-address 1111.1111.1111
switchport port-secuirty mac-address 2222.2222.2222
When i enter these commands on one port it accepts it, but the moment i enter this same command on another port on the same switch it says duplicate mac address.
Is there any way to allow what i want do ?