VLAN Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
16.9
switchport mode private-vlan
Use this command to make a layer2 port as a host port or promiscuous port.
Use the
no
form of this command to remove the configuration.
Syntax
switchport mode private-vlan {host|promiscuous}
no switchport mode private-vlan {host|promiscuous}
Mode
Interface mode
Example
Related Commands
switchport private-vlan mapping
Parameter
Description
host
This port type can communicate with all other host ports assigned to the
same community vlan, but it cannot communicate with the ports in the
same isolated vlan. All communications outside of this vlan must pass
through a promiscuous port in the associated primary vlan.
promiscuous
A promiscuous port can communicate with all interfaces, including the
community and isolated ports within a private VLAN
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport mode private-vlan host
awplus(config)#
interface port1.0.3
awplus(config-if)#
switchport mode private-vlan promiscuous
awplus(config)#
interface port1.0.4
awplus(config-if)#
no switchport mode private-vlan promiscuous