Switchport mode private-vlan – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 444
VLAN Commands
Software Reference for x310 Series Switches
17.16
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
switchport mode private-vlan
Use this command to make a Layer 2 port a private VLAN host port or a promiscuous port.
Use the no variant of this command to remove the configuration.
Syntax
switchport mode private-vlan {host|promiscuous}
no switchport mode private-vlan {host|promiscuous}
Mode
Interface Configuration
Examples
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