User Manual

Table Of Contents
[Description]
Specifies the primary VLAN that is associated as the host port of the private VLAN for the applicable interface, and associates
the secondary VLAN.
If this is executed with the "no" syntax, the setting of the primary VLAN associated as the host port of the applicable interface,
and the association of the secondary VLAN, are deleted.
[Note]
This command can be set only for a LAN/SFP+ port that has been set as the host port by the switchport mode private-vlan
command.
pri-vlan-id and 2nd-vlan-id must be associated by the private-vlan association command.
If the switchport mode private-vlan command is used to set the port type to something other than host port, the setting of this
command is deleted.
[Example]
Specify the following private VLAN for each interface.
LAN port #1 : Primary VLAN #100, Secondary VLAN #101
LAN port #2 : Primary VLAN #100, Secondary VLAN #102
LAN port #3 : Primary VLAN #100, Secondary VLAN #103
SWP2(config)# interface port1.1
SWP2(config-if)# switchport mode private-vlan host
SWP2(config-if)# switchport private-vlan host-association 100 add 101
SWP2(config-if)# interface port1.2
SWP2(config-if)# switchport mode private-vlan host
SWP2(config-if)# switchport private-vlan host-association 100 add 102
SWP2(config-if)# interface port1.3
SWP2(config-if)# switchport mode private-vlan host
SWP2(config-if)# switchport private-vlan host-association 100 add 103
6.2.12 Set promiscuous port for private VLAN
[Syntax]
switchport private-vlan mapping pri-vlan-id add 2nd-vlan-ids
switchport private-vlan mapping pri-vlan-id remove 2nd-vlan-ids
no switchport private-vlan mapping
[Keyword]
add : Sets the secondary VLAN for the primary VLAN
remove : Deletes the secondary VLAN for the primary VLAN
[Parameter]
pri-vlan-id : <2-4094>
VLAN ID specified as the primary VLAN
2nd-vlan-ids : <2-4094>
VLAN ID specified as the secondary
To specify multiple items, use "-" or "," as shown below
To select from VLAN #2 through VLAN #4: 2-4
select VLAN #2 and VLAN #4: 2,4
[Initial value]
none
[Input mode]
interface mode
[Description]
Specifies the primary VLAN that is associated with the applicable interface as the promiscuous port, and associates the
secondary VLAN.
If this is executed with the "no" syntax, the setting of the primary VLAN that is associated with the applicable interface as the
promiscuous port, and the association of the secondary VLAN, are deleted.
Command Reference | Layer 2 functions | 183