15-15
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 15 Configuring Private VLANs
Configuring Private VLANs
This example shows how to configure interface FastEthernet 5/1 as a private VLAN host port and verify
the configuration:
Router#
configure terminal
Router(config)#
interface fastethernet 5/1
Router(config-if)#
switchport mode private-vlan host
Router(config-if)#
switchport private-vlan host-association 202 303
Router(config-if)#
end
Router#
show interfaces fastethernet 5/1 switchport
Name: Fa5/1
Switchport: Enabled
Administrative Mode: private-vlan host
Operational Mode: down
Administrative Trunking Encapsulation: negotiate
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative private-vlan host-association: 202 (VLAN0202) 303 (VLAN0303)
Administrative private-vlan mapping: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Configuring a Layer 2 Interface as a Private VLAN Promiscuous Port
To configure a Layer 2 interface as a private VLAN promiscuous port, perform this task:
Step 4
Router(config-if)#
switchport private-vlan
host-association
primary_vlan_ID
secondary_vlan_ID
Associates the Layer 2 port with a private VLAN.
Router(config-if)#
no
switchport private-vlan
host-association
Clears the association.
Step 5
Router(config-if)#
end
Exits configuration mode.
Step 6
Router#
show interfaces
[
type
1
slot/port
]
switchport
Verifies the configuration.
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
Command
Purpose
Command
Purpose
Step 1
Router(config)#
interface
type
1
slot/port
Selects the LAN interface to configure.
Step 2
Router(config-if)#
switchport
Configures the LAN interface for Layer 2 switching:
•
You must enter the
switchport
command once
without any keywords to configure the LAN interface
as a Layer 2 interface before you can enter additional
switchport
commands with keywords.
•
Required only if you have not entered the
switchport
command already for the interface.