Start a Conversation

Unsolved

This post is more than 5 years old

11214

May 24th, 2011 09:00

howto? Port Lock Security with multiple MAC addresses

What's the CLI to lock a port down to two MAC addresses only? ( 35xx series ).

Dynamic learning works but there is no way to save the learned addresses that I can see, although the docs say there is.

 

Thanks

 

10 Posts

May 24th, 2011 14:00

testSwitch(config)# interface ethernet e17

testSwitch(config-if)# dot1x multiple-hosts

testSwitch(config-if)# port security discard

This action may take a few minutes

testSwitch(config-if)# exit

testSwitch(config)# interface vlan 3

testSwitch(config-if)# bridge address xx:xx:xx:xx:da:70 ethernet e17 secure

testSwitch(config-if)# bridge address xx:xx:xx:xx:0c:0f ethernet e17 secure

testSwitch(config-if)# exit

testSwitch(config)# exit

10 Posts

May 24th, 2011 16:00

testSwitch# configure

testSwitch(config)# interface ethernet e16

testSwitch(config-if)# dot1x multiple-hosts

testSwitch(config-if)# port security max 2

testSwitch(config-if)# port security mode secure permanent

testSwitch(config-if)# port security discard

testSwitch(config-if)# exit

testSwitch(config)# exit

No Events found!

Top