cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
493
Views
0
Helpful
2
Replies

Nexus3k Q-in-q on VPC

ksiino
Beginner
Beginner

Hello.
Regarding support on Nexus3k, I want to make q-in-q frames transparent on the IF with VPC set. What should I do? Isn't it supported in the first place?

 

Put config below.

 

N3K-01

#########

vpc domain 100
role priority 100
peer-keepalive destination 10.222.182.48 source 10.222.182.246
auto-recovery

 

interface port-channel1
switchport mode trunk
switchport trunk allowed vlan 1001-1400
spanning-tree port type network
vpc peer-link

 

interface port-channel101
switchport mode dot1q-tunnel
switchport trunk allowed vlan 1001-1400
spanning-tree bpdufilter enable
vpc 101

 

interface port-channel1001
switchport mode dot1q-tunnel
switchport trunk allowed vlan 1001-1400
spanning-tree bpdufilter enable
vpc 1001

 

N3K-02

#########


vpc domain 100
role priority 200
peer-keepalive destination 10.222.182.246 source 10.222.182.48
auto-recovery

 

interface port-channel1
switchport mode trunk
switchport trunk allowed vlan 1001-1400
spanning-tree port type network
vpc peer-link

 

interface port-channel101
switchport mode dot1q-tunnel
switchport trunk allowed vlan 1001-1400
spanning-tree bpdufilter enable
vpc 101

 

interface port-channel1001
switchport mode dot1q-tunnel
switchport trunk allowed vlan 1001-1400
spanning-tree bpdufilter enable
vpc 1001

 

Please advise for me.

 

2 Replies 2

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

 

What is the firmware version? This feature is supported on/onward  6.0(2)U1(1)

 

 https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/interfaces/7_x/b_Cisco_Nexus_3000_Series_NX-OS_Interfaces_Configuration_Guide_7x/b_Cisco_Nexus_3000_Series_NX-OS_Interfaces_Configuration_Guide_7x_chapter_0111.html

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!