Cisco Nexus 9000 Series Configuration Manual page 41

Nx-os vxlan
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring VXLAN
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
• The following is an example of configuring a Q-in-VNI (NX-OS 7.0(3)I2(2) and earlier releases):
switch# config terminal
switch(config)# interface ethernet 1/4
switch(config-if)# switchport mode dot1q-tunnel
switch(config-if)# switchport access vlan 10
switch(config-if)# spanning-tree bpdufilter enable
switch(config-if)# interface nve1
switch(config-if)# overlay-encapsulation vxlan-with-tag
• The following is an example of configuring a Q-in-VNI (NX-OS 7.0(3)I3(1) and later releases):
switch# config terminal
switch(config)# interface ethernet 1/4
switch(config-if)# switchport mode dot1q-tunnel
switch(config-if)# switchport access vlan 10
switch(config-if)# spanning-tree bpdufilter enable
switch(config-if)#
Command or Action
configure terminal
interface type port
switchport mode
dot1q-tunnel
switchport access vlan
vlan-id
spanning-tree bpdufilter
enable
interface nve x
overlay-encapsulation
vxlan-with-tag
Cisco Nexus 9000 Series NX-OS VXLAN Configuration Guide, Release 7.x
Purpose
Enters global configuration mode.
Enters interface configuration mode.
Creates a 802.1Q tunnel on the port.
Specifies the port assigned to a VLAN.
Enables BPDU Filtering for the specified spanning tree edge
interface. By default, BPDU Filtering is disabled.
Creates a VXLAN overlay interface that terminates VXLAN
tunnels.
This step is required for NX-OS 7.0(3)I2(2) and earlier
Note
releases.
This step is not required for NX-OS 7.0(3)I3(1) and
later releases.
Enables Q-in-VNI.
This step is required for NX-OS 7.0(3)I2(2) and earlier
Note
releases:
This step is not required for NX-OS 7.0(3)I3(1) and
later releases.
Note
Starting with Release 7.0(3)I5(1), this step is not
required for Cisco Nexus 9000 Series switches with
Application Spine Engine (ASE). Also, provider
tagging (double tagging) is not applicable for Cisco
Nexus 9000 Series switches with Application Spine
Engine (ASE).
Configuring Q-in-VNI
29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents