Switchport private- vlan host- association, Switchport private-vlan host-association, Switchport private-vlan – LevelOne GTL-2691 User Manual

Page 1138: Host-association

Advertising
background image

C

HAPTER

39

| VLAN Commands

Configuring Private VLANs

– 1138 –

C

OMMAND

M

ODE

Interface Configuration (Ethernet, Port Channel)

C

OMMAND

U

SAGE

To assign a promiscuous port to a primary VLAN, use the

switchport

private-vlan mapping

command. To assign a host port to a community

VLAN, use the

switchport private-vlan host-association

command.

E

XAMPLE

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.

S

YNTAX

switchport private-vlan host-association secondary-vlan-id
no switchport private-vlan host-association

secondary-vlan-id - ID of secondary (i.e., community) VLAN.

(Range: 1-4093).

D

EFAULT

S

ETTING

None

C

OMMAND

M

ODE

Interface Configuration (Ethernet, Port Channel)

C

OMMAND

U

SAGE

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 promiscuous ports in the associated primary VLAN.

E

XAMPLE

Console(config)#interface ethernet 1/3

Console(config-if)#switchport private-vlan host-association 3

Console(config-if)#

Advertising