Configuring Pvlan On Trunk Secondary Port - 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
What to Do Next

• Configuring PVLAN on Trunk Secondary Port

Configuring PVLAN on Trunk Secondary Port
SUMMARY STEPS
1. Configure interface and interface port for secondary trunk port and enter interface configuration mode.
2. Enable switchport for an interface.
3. Configure the port in trunk secondary mode.
4. Configure association PVLAN pair between primary and secondary VLAN.
5. Configure association between primary PVLAN and isolated PVLAN.
DETAILED STEPS
Step 1
Configure interface and interface port for secondary trunk port and enter interface configuration mode.
switch(config)# interface interface-type/slot/port
Step 2
Enable switchport for an interface.
switch(config-if)# switchport
Step 3
Configure the port in trunk secondary mode.
switch(config-if)# switchport mode private-vlan trunk secondary
Step 4
Configure association PVLAN pair between primary and secondary VLAN.
switch(config-if)# switchport private-vlan association trunk primary-vlan-id secondary-vlan-id
Step 5
Configure association between primary PVLAN and isolated PVLAN.
switch(config-if)# vlan primary-vlan-id
switch(config-vlan)# private-vlan association secondary-vlan-id
switch(config-vlan)# vlan secondary-vlan-id
switch(config-vlan)# private-vlan isolated
switch(config)# interface Ethernet100/1/13
switch(config-if)# switchport
switch(config-if)# switchport mode private-vlan trunk secondary
switch(config-if)# switchport private-vlan association trunk 550 551
switch(config-if)# vlan 550
switch(config-vlan)# private-vlan association 551
switch(config-vlan)# vlan 551
switch(config-vlan)# private-vlan isolated
switch(config-vlan)# exit
What to Do Next
• (Optional) Verifying PVLAN (Isolated) Configurations on FEX HIF
Cisco Nexus 7000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.x
Configuring PVLAN on Trunk Secondary Port
83

Advertisement

Table of Contents
loading

Table of Contents