switchport protected

Post Reply
tds85

switchport protected

Post 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
devnull

Re: switchport protected

Post 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
tds85

Re: switchport protected

Post by tds85 »

Thanks, tested and works great, if you stay on the same switch :-)
Post Reply

Return to “OmniSwitch 6450”