Page 1 of 1

switchport protected

Posted: 21 Jan 2015 02:46
by tds85
Dear,

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 
Our end-customer wants to prevent that users in the same vlan can talk directly with each other (equivalent for deny inter user traffic on a Alcatel OAW)

Kind regards,
Thomas

Re: switchport protected

Posted: 22 Jan 2015 02:14
by devnull
Not sure about Cisco, in Alcatel is a port mapping of user ports and network ports. User ports can't communicate with other user ports.

I have not tested it (yet) so try by yourself.
AFAIK, it is a "private port" and not private vlan, so you may/will run into problems, when having different vlans on one port.

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 status

Re: switchport protected

Posted: 22 Jan 2015 11:28
by tds85
Thanks, tested and works great, if you stay on the same switch :-)