Is there an equivalent for the Cisco's switchport protected?
ie:
Code: Select all
Switch(config)# interface range fastethernet0/1 - 23
Switch(config-if)# switchport protected Kind regards,
Thomas
Post by tds85 »
Code: Select all
Switch(config)# interface range fastethernet0/1 - 23
Switch(config-if)# switchport protected Post by devnull »
Code: Select all
port mapping 1 user-port 1/1-24 network-port 1/25-26
port mapping 1 enable
port mapping 1 unidirectional
show port mapping
show port mapping statusPost by tds85 »
