Configuring Isolated Pvlans On Fex Hif Ports; Disabling Pvlan On Hif Ports - Cisco Nexus 7000 Series Configuration Manual

Nx-os layer 2 switching
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Private VLANs Using NX-OS
Command or Action
Step 8
exit
Example:
switch(config-if)# exit
switch(config)#
Step 9
show interface switchport
Example:
switch# show interface switchport
Step 10
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
This example shows how to configure the Layer 2 port 2/1 as a promiscuous trunk port associated with two
primary VLANs and their associated secondary VLANs:
switch# config t
switch(config)# interface ethernet 2/1
switch(config-if)# switchport
switch(config-if)# switchport mode private-vlan trunk promiscuous
switch(config-if)# switchport private-vlan trunk allowed vlan add 1
switch(config-if)# switchport private-vlan mapping trunk 2 add 3
switch(config-if)# switchport private-vlan mapping trunk 4 add 5
switch(config-if)# switchport private-vlan mapping trunk 1 add 20
switch(config-if)# exit
switch(config)#

Configuring Isolated PVLANs on FEX HIF Ports

Disabling PVLAN on HIF Ports

Before You Begin
• Ensure the feature private-vlan command is enabled.
• Ensure PVLANs are not configured or enabled on HIF FEX trunk ports.
SUMMARY STEPS
1. Bring down PVLAN from coming up on the HIF FEX trunk ports. HIF ports are non-PVLANs configured
ports on FEX.
Purpose
Exits interface configuration mode.
(Optional)
Displays information on all interfaces configured as
switch ports.
(Optional)
Copies the running configuration to the startup
configuration.
Cisco Nexus 7000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.x

Configuring Isolated PVLANs on FEX HIF Ports

81

Advertisement

Table of Contents
loading

Table of Contents