Switchport private-vlan isolated, Switchport private-vlan mapping – SMC Networks SMC Tiger 10/100 SMC6128PL2 User Manual
Page 549
VLAN Commands
4-241
4
switchport private-vlan isolated
Use this command to assign an interface to an isolated VLAN. Use the no form to
remove this assignment.
Syntax
switchport private-vlan isolated isolated-vlan-id
no switchport private-vlan isolated
isolated-vlan-id - ID of isolated VLAN. (Range: 1-4092).
Default Setting
None
Command Mode
Interface Configuration (Ethernet, Port Channel)
Command Usage
Host ports assigned to a isolated VLAN cannot pass traffic between group
members, and must communicate with resources outside of the group via a
promiscuous port.
Example
switchport private-vlan mapping
Use this command to map an interface to a primary VLAN. Use the no form to
remove this mapping.
Syntax
switchport private-vlan mapping primary-vlan-id
no switchport private-vlan mapping
primary-vlan-id – ID of primary VLAN. (Range: 1-4092, no leading zeroes).
Default Setting
None
Command Mode
Interface Configuration (Ethernet, Port Channel)
Command Usage
Promiscuous ports assigned to a primary VLAN can communicate with any
other promiscuous ports in the same VLAN, and with the group members
within any associated secondary VLANs.
Console(config)#interface ethernet 1/3
Console(config-if)#switchport private-vlan isolated 3
Console(config-if)#