432
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
VLAN C
OMMANDS
SWITCHPORT
MODE
PRIVATE
-
VLAN
switchport mode private-vlan
Overview
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
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
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.