VLAN Commands 4

Default Setting

Normal VLAN

Command Mode

Interface Configuration (Ethernet, Port Channel)

Command Usage

Promiscuous ports assigned to a primary VLAN can communicate with all other promiscuous ports in the same VLAN, as well as with all the ports in the associated secondary VLANs.

Example

Console(config)#interface ethernet 1/2 Console(config-if)#switchport mode private-vlan promiscuous Console(config-if)#exit

Console(config)#interface ethernet 1/3 Console(config-if)#switchport mode private-vlan host Console(config-if)#

switchport private-vlan host-association

Use this command to associate an interface with a secondary VLAN. Use the no form to remove this association.

Syntax

switchport private-vlan host-association secondary-vlan-idno switchport private-vlan host-association

secondary-vlan-id- ID of secondary (i.e, community) VLAN. (Range: 2-4094, no leading zeroes).

Default Setting

None

Command Mode

Interface Configuration (Ethernet, Port Channel)

Command Usage

All ports assigned to a secondary (i.e., community) VLAN can pass traffic between group members, but must communicate with resources outside of the group via a promiscuous port.

Example

Console(config)#interface ethernet 1/3 Console(config-if)#switchport private-vlan host-association 3 Console(config-if)#

4-157

Page 333
Image 333
SMC Networks 16 10BASE-T, 100BASE-TX manual Switchport private-vlan host-association, Normal Vlan