Cisco Nexus 7000 Series Configuration Manual page 65

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

Advertisement

Configuring VXLAN BGP EVPN
The install feature-set fabric command should only be used in the admin VDC. When using a VDC,
Note
ensure the VDC is of type F3 or M3, for EVPN. A sample configuration is given below:
(config) #
vdc test
limit-resource module-type f3
You should not configure F3 and M3 modules at the same time on the leaf switch VTEP for the 7.3(x)
release, since it will alter the way BPDUs are generated and tagged, causing STP issues with the downstream
network.
(config) #
feature nv overlay
feature bgp
feature vni
nv overlay evpn
Configure the anycast gateway MAC address
(config) #
fabric forwarding anycast-gateway-mac 0202.0002.0002
Configure BGP L2VPN EVPN address family
(config) #
router bgp 100
neighbor 10.1.1.53 remote-as 100
address-family ipv4 unicast
address-family l2vpn evpn
Layer 2 VNI configurations for a tenant network
This configuration is applicable only to F3 modules.
Note
Create a bridge domain and associate the Layer 2 VNI with it
(config) #
vni 30000
system bridge-domain 200-210
bridge-domain 200
member vni 30000
While the system bridge-domain command identifies the bridge domain IDs, the bridge-domain command
configures the specified bridge domain(s).
Associate a VLAN (or dot1q tag) with the Layer 2 VNI:
(config) #
encapsulation profile vni cisco
dot1q 50 vni 30000
send-community extended
BGP EVPN and Overlay Configuration
Cisco Nexus 7000 Series NX-OS VXLAN Configuration Guide
57

Advertisement

Table of Contents
loading

Table of Contents