Cisco Nexus 9000 Series Configuration Manual page 96

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

Advertisement

Example of VXLAN BGP EVPN (IBGP)
Cisco Nexus 9000 Series NX-OS VXLAN Configuration Guide, Release 7.x
84
◦ Create VRF and configure VNI
vrf context vxlan-900001
vni 900001
rd auto
address-family ipv4 unicast
route-target both auto
route-target both auto evpn
address-family ipv6 unicast
route-target both auto
route-target both auto evpn
◦ Create server facing SVI and enable distributed anycast-gateway
interface Vlan1001
no shutdown
vrf member vxlan-900001
ip address 4.1.1.1/24
ipv6 address 4:1:0:1::1/64
fabric forwarding mode anycast-gateway
interface Vlan1002
no shutdown
vrf member vxlan-900001
ip address 4.2.2.1/24
ipv6 address 4:2:0:1::1/64
fabric forwarding mode anycast-gateway
◦ Configure ACL TCAM region for ARP suppression
hardware access-list tcam region arp-ether 256 double-wide
◦ Create the network virtualization endpoint (NVE) interface
interface nve1
no shutdown
source-interface loopback0
host-reachability protocol bgp
member vni 900001 associate-vrf
member vni 2001001
suppress-arp
mcast-group 225.4.0.1
member vni 2001002
suppress-arp
mcast-group 225.4.0.1
◦ Configure interfaces for hosts/servers
interface Ethernet1/47
switchport access vlan 1002
interface Ethernet1/48
switchport access vlan 1001
◦ Configure BGP
router bgp 65535
router-id 30.1.1.1
neighbor 10.1.1.1 remote-as 65535
update-source loopback0
address-family l2vpn evpn
send-community both
neighbor 20.1.1.1 remote-as 65535
update-source loopback0
address-family l2vpn evpn
send-community both
vrf vxlan-900001
Configuring VXLAN BGP EVPN

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents