Skip to main content

Cisco VXLAN Multisite Back-to-Back design



hostname DCA-BGW1

nv overlay evpn
feature ospf
feature bgp
feature pim
feature eigrp
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature lldp
feature nv overlay
evpn multisite border-gateway 12
  delay-restore time 60

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.1234.5678
ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  no ip redirects
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  multisite border-gateway interface loopback100
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.100
  member vni 100200
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.200

interface Ethernet1/1
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.1/30
  ip router eigrp DCI
  evpn multisite dci-tracking
  no shutdown

interface Ethernet1/2
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.9/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.1.12.26/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.1.12.34/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/6
  switchport
  switchport access vlan 100
  no shutdown

interface Ethernet1/7
  switchport
  switchport access vlan 200
  no shutdown

interface loopback0
  ip address 10.1.1.6/32 tag 54321
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback100
  ip address 10.1.1.16/32
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0
line console
line vty
boot nxos bootflash:/nxos.9.3.3.bin sup-1
router eigrp DCI
  autonomous-system 1234
  router-id 10.1.1.116
router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.116
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SITE_DCB
    remote-as 65001
    update-source loopback100
    ebgp-multihop 5
    peer-type fabric-external
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
      rewrite-evpn-rt-asn
  template peer VXLAN_SPINE
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.2
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.7
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.16
    inherit peer VXLAN_SITE_DCB
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto


hostname DCA-BGW2

nv overlay evpn
feature ospf
feature bgp
feature pim
feature eigrp
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature lldp
feature nv overlay
evpn multisite border-gateway 12
  delay-restore time 60

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.1234.5678
ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  no ip redirects
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  multisite border-gateway interface loopback100
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.100
  member vni 100200
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.200

interface Ethernet1/1
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.5/30
  ip router eigrp DCI
  evpn multisite dci-tracking
  no shutdown

interface Ethernet1/2
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.10/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.1.12.30/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.1.12.38/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/6
  switchport
  switchport access vlan 100
  no shutdown

interface Ethernet1/7
  switchport
  switchport access vlan 200
  no shutdown

interface loopback0
  ip address 10.1.1.7/32 tag 54321
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback100
  ip address 10.1.1.17/32
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0

router eigrp DCI
  autonomous-system 1234
  router-id 10.1.1.117
router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.117
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SITE_DCB
    remote-as 65001
    update-source loopback100
    ebgp-multihop 5
    peer-type fabric-external
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
      rewrite-evpn-rt-asn
  template peer VXLAN_SPINE
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.2
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.6
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.17
    inherit peer VXLAN_SITE_DCB
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto



hostname DCA-SP1

nv overlay evpn
feature ospf
feature bgp
feature pim
feature nv overlay

no ip domain-lookup

ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
ip pim anycast-rp 10.1.1.11 10.1.1.1
ip pim anycast-rp 10.1.1.11 10.1.1.2
vlan 1

vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Ethernet1/1
  mtu 9150
  no ip redirects
  ip address 10.1.12.1/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  mtu 9150
  no ip redirects
  ip address 10.1.12.9/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/3
  mtu 9150
  no ip redirects
  ip address 10.1.12.17/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.1.12.25/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.1.12.29/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface loopback0
  ip address 10.1.1.1/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback1
  ip address 10.1.1.11/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.111
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_LEAF
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
      route-reflector-client
    address-family l2vpn evpn
      send-community
      send-community extended
      route-reflector-client
  neighbor 10.1.1.3
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.4
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.5
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.6
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.7
    inherit peer VXLAN_LEAF



hostname DCA-SP2

nv overlay evpn
feature ospf
feature bgp
feature pim
feature nv overlay

no ip domain-lookup

ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
ip pim anycast-rp 10.1.1.11 10.1.1.1
ip pim anycast-rp 10.1.1.11 10.1.1.2
vlan 1

vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Ethernet1/1
  mtu 9150
  no ip redirects
  ip address 10.1.12.5/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  mtu 9150
  no ip redirects
  ip address 10.1.12.13/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/3
  mtu 9150
  no ip redirects
  ip address 10.1.12.21/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.1.12.33/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.1.12.37/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface loopback0
  ip address 10.1.1.2/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback1
  ip address 10.1.1.12/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.112
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_LEAF
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
      route-reflector-client
    address-family l2vpn evpn
      send-community
      send-community extended
      route-reflector-client
  neighbor 10.1.1.3
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.4
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.5
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.6
    inherit peer VXLAN_LEAF
  neighbor 10.1.1.7
    inherit peer VXLAN_LEAF


hostname DCA-Leaf1

nv overlay evpn
feature ospf
feature bgp
feature pim
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature nv overlay

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.1234.5678
ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    mcast-group 239.0.0.100
  member vni 100200
    suppress-arp
    mcast-group 239.0.0.200

interface Ethernet1/1
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.1.12.2/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.1.12.6/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/6
  switchport access vlan 100

interface Ethernet1/7
  switchport access vlan 200

interface loopback0
  ip address 10.1.1.3/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.113
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SPINE
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.2
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto


hostname DCA-Leaf2

nv overlay evpn
feature ospf
feature bgp
feature pim
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature nv overlay

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.1234.5678
ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    mcast-group 239.0.0.100
  member vni 100200
    suppress-arp
    mcast-group 239.0.0.200

interface Ethernet1/1
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.1.12.10/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.1.12.14/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/6
  switchport access vlan 100

interface Ethernet1/7
  switchport access vlan 200

interface loopback0
  ip address 10.1.1.4/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.114
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SPINE
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.2
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto



hostname DCA-Leaf3

nv overlay evpn
feature ospf
feature bgp
feature pim
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature nv overlay

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.1234.5678
ip pim rp-address 10.1.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    mcast-group 239.0.0.100
  member vni 100200
    suppress-arp
    mcast-group 239.0.0.200

interface Ethernet1/1
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.1.12.18/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.1.12.22/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/6
  switchport access vlan 100

interface Ethernet1/7
  switchport access vlan 200

interface loopback0
  ip address 10.1.1.5/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65000
  router-id 10.1.1.115
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SPINE
    remote-as 65000
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.1.1.2
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto


hostname DCB-BGW1

nv overlay evpn
feature ospf
feature bgp
feature pim
feature eigrp
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature lldp
feature nv overlay
evpn multisite border-gateway 21
  delay-restore time 60

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.4321.8765
ip pim rp-address 10.2.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256

interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  no ip redirects
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  multisite border-gateway interface loopback100
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.101
  member vni 100200
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.201

interface Ethernet1/1
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.2/30
  ip router eigrp DCI
  evpn multisite dci-tracking
  no shutdown

interface Ethernet1/2
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.13/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.2.12.18/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.2.12.26/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/6
  switchport
  switchport access vlan 100
  no shutdown

interface Ethernet1/7
  switchport
  switchport access vlan 200
  no shutdown

interface loopback0
  ip address 10.2.1.6/32 tag 54321
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback100
  ip address 10.2.1.16/32
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0

router eigrp DCI
  autonomous-system 1234
  router-id 10.2.1.116
router ospf UNDERLAY
router bgp 65001
  router-id 10.2.1.116
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SITE_DCB
    remote-as 65000
    update-source loopback100
    ebgp-multihop 5
    peer-type fabric-external
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
      rewrite-evpn-rt-asn
  template peer VXLAN_SPINE
    remote-as 65001
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.16
    inherit peer VXLAN_SITE_DCB
  neighbor 10.2.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.2
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.7
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto


hostname DCB-BGW2

nv overlay evpn
feature ospf
feature bgp
feature pim
feature eigrp
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature lldp
feature nv overlay
evpn multisite border-gateway 21
  delay-restore time 60

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.4321.8765
ip pim rp-address 10.2.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  no ip redirects
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  multisite border-gateway interface loopback100
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.101
  member vni 100200
    suppress-arp
    multisite ingress-replication
    mcast-group 239.0.0.201

interface Ethernet1/1
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.6/30
  ip router eigrp DCI
  evpn multisite dci-tracking
  no shutdown

interface Ethernet1/2
  mtu 9150
  medium p2p
  no ip redirects
  ip address 1.1.1.14/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.2.12.22/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.2.12.30/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  evpn multisite fabric-tracking
  no shutdown

interface Ethernet1/6
  switchport
  switchport access vlan 100
  no shutdown

interface Ethernet1/7
  switchport
  switchport access vlan 200
  no shutdown

interface loopback0
  ip address 10.2.1.7/32 tag 54321
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback100
  ip address 10.2.1.17/32
  ip router eigrp DCI
  ip router ospf UNDERLAY area 0.0.0.0

router eigrp DCI
  autonomous-system 1234
  router-id 10.2.1.117
router ospf UNDERLAY
router bgp 65001
  router-id 10.2.1.117
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SITE_DCB
    remote-as 65000
    update-source loopback100
    ebgp-multihop 5
    peer-type fabric-external
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
      rewrite-evpn-rt-asn
  template peer VXLAN_SPINE
    remote-as 65001
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.1.1.17
    inherit peer VXLAN_SITE_DCB
  neighbor 10.2.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.2
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.6
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto


hostname DCB-SP1

nv overlay evpn
feature ospf
feature bgp
feature pim
feature nv overlay

no ip domain-lookup

ip pim rp-address 10.2.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
ip pim anycast-rp 10.2.1.11 10.2.1.1
ip pim anycast-rp 10.2.1.11 10.2.1.2
vlan 1

vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Ethernet1/1
  mtu 9150
  no ip redirects
  ip address 10.2.12.1/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  mtu 9150
  no ip redirects
  ip address 10.2.12.9/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.2.12.17/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.2.12.21/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface loopback0
  ip address 10.2.1.1/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback1
  ip address 10.2.1.11/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65001
  router-id 10.2.1.111
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_LEAF
    remote-as 65001
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
      route-reflector-client
    address-family l2vpn evpn
      send-community
      send-community extended
      route-reflector-client
  neighbor 10.2.1.3
    inherit peer VXLAN_LEAF
  neighbor 10.2.1.4
    inherit peer VXLAN_LEAF
  neighbor 10.2.1.6
    inherit peer VXLAN_LEAF
  neighbor 10.2.1.7
    inherit peer VXLAN_LEAF

hostname DCB-SP2

nv overlay evpn
feature ospf
feature bgp
feature pim
feature nv overlay

no ip domain-lookup

ip pim rp-address 10.2.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
ip pim anycast-rp 10.2.1.11 10.2.1.1
ip pim anycast-rp 10.2.1.11 10.2.1.2
vlan 1

vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Ethernet1/1
  mtu 9150
  no ip redirects
  ip address 10.2.12.5/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  mtu 9150
  no ip redirects
  ip address 10.2.12.13/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/4
  mtu 9150
  no ip redirects
  ip address 10.2.12.25/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/5
  mtu 9150
  no ip redirects
  ip address 10.2.12.29/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface loopback0
  ip address 10.2.1.2/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

interface loopback1
  ip address 10.2.1.12/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65001
  router-id 10.2.1.112
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_LEAF
    remote-as 65001
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
      route-reflector-client
    address-family l2vpn evpn
      send-community
      send-community extended
      route-reflector-client
  neighbor 10.2.1.3
    inherit peer VXLAN_LEAF
  neighbor 10.2.1.4
    inherit peer VXLAN_LEAF
  neighbor 10.2.1.6
    inherit peer VXLAN_LEAF
  neighbor 10.2.1.7
    inherit peer VXLAN_LEAF

hostname DCB-Leaf1

nv overlay evpn
feature ospf
feature bgp
feature pim
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature nv overlay

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.4321.8765
ip pim rp-address 10.2.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256

interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    mcast-group 239.0.0.101
  member vni 100200
    suppress-arp
    mcast-group 239.0.0.201

interface Ethernet1/1
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.2.12.2/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.2.12.6/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/6
  switchport access vlan 100

interface Ethernet1/7
  switchport access vlan 200

interface loopback0
  ip address 10.2.1.3/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65001
  router-id 10.2.1.113
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SPINE
    remote-as 65001
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.2.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.2
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto


hostname DCB-Leaf2

nv overlay evpn
feature ospf
feature bgp
feature pim
feature fabric forwarding
feature interface-vlan
feature vn-segment-vlan-based
feature nv overlay

no ip domain-lookup

fabric forwarding anycast-gateway-mac 0000.4321.8765
ip pim rp-address 10.2.1.11 group-list 224.0.0.0/4
ip pim ssm range 232.0.0.0/8
vlan 1,100,200,500
vlan 100
  vn-segment 100100
vlan 200
  vn-segment 100200
vlan 500
  vn-segment 50000

route-map Overlay_Subnets permit 10
  match tag 54321 
vrf context TENANT1
  vni 50000
  ip pim ssm range 232.0.0.0/8
  rd auto
  address-family ipv4 unicast
    route-target both auto
    route-target both auto evpn
vrf context management
hardware access-list tcam region racl 512
hardware access-list tcam region arp-ether 256


interface Vlan1

interface Vlan100
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.100.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan200
  no shutdown
  mtu 9150
  vrf member TENANT1
  ip address 10.200.0.1/24 tag 54321
  ip pim sparse-mode
  fabric forwarding mode anycast-gateway

interface Vlan500
  no shutdown
  vrf member TENANT1
  ip forward

interface nve1
  no shutdown
  host-reachability protocol bgp
  source-interface loopback0
  member vni 50000 associate-vrf
  member vni 100100
    suppress-arp
    mcast-group 239.0.0.101
  member vni 100200
    suppress-arp
    mcast-group 239.0.0.201

interface Ethernet1/1
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.2.12.10/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/2
  no switchport
  mtu 9150
  no ip redirects
  ip address 10.2.12.14/30
  ip ospf network point-to-point
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode
  no shutdown

interface Ethernet1/6
  switchport access vlan 100

interface Ethernet1/7
  switchport access vlan 200

interface loopback0
  ip address 10.2.1.4/32
  ip router ospf UNDERLAY area 0.0.0.0
  ip pim sparse-mode

router ospf UNDERLAY
router bgp 65001
  router-id 10.2.1.114
  log-neighbor-changes
  address-family ipv4 unicast
  address-family l2vpn evpn
  template peer VXLAN_SPINE
    remote-as 65001
    update-source loopback0
    address-family ipv4 unicast
      send-community
      send-community extended
    address-family l2vpn evpn
      send-community
      send-community extended
  neighbor 10.2.1.1
    inherit peer VXLAN_SPINE
  neighbor 10.2.1.2
    inherit peer VXLAN_SPINE
  vrf TENANT1
    address-family ipv4 unicast
      redistribute direct route-map Overlay_Subnets
evpn
  vni 100100 l2
    rd auto
    route-target import auto
    route-target export auto
  vni 100200 l2
    rd auto
    route-target import auto
    route-target export auto



======================================================

Reachability Test from 10.100.0.101 to all other vPCs.
VPCS> ping 10.100.0.103 -i 1 

84 bytes from 10.100.0.103 icmp_seq=1 ttl=64 time=26.535 ms
84 bytes from 10.100.0.103 icmp_seq=2 ttl=64 time=17.647 ms
84 bytes from 10.100.0.103 icmp_seq=3 ttl=64 time=22.782 ms
84 bytes from 10.100.0.103 icmp_seq=4 ttl=64 time=15.601 ms
84 bytes from 10.100.0.103 icmp_seq=5 ttl=64 time=16.994 ms

VPCS> ping 10.100.0.105 -i 1

84 bytes from 10.100.0.105 icmp_seq=1 ttl=64 time=22.902 ms
84 bytes from 10.100.0.105 icmp_seq=2 ttl=64 time=20.692 ms
84 bytes from 10.100.0.105 icmp_seq=3 ttl=64 time=17.525 ms
84 bytes from 10.100.0.105 icmp_seq=4 ttl=64 time=18.708 ms
84 bytes from 10.100.0.105 icmp_seq=5 ttl=64 time=16.644 ms

VPCS> ping 10.100.0.107 -i 1

84 bytes from 10.100.0.107 icmp_seq=1 ttl=64 time=20.920 ms
84 bytes from 10.100.0.107 icmp_seq=2 ttl=64 time=18.609 ms
84 bytes from 10.100.0.107 icmp_seq=3 ttl=64 time=14.488 ms
84 bytes from 10.100.0.107 icmp_seq=4 ttl=64 time=16.047 ms
84 bytes from 10.100.0.107 icmp_seq=5 ttl=64 time=14.245 ms

VPCS> ping 10.100.0.102 -i 1

84 bytes from 10.100.0.102 icmp_seq=1 ttl=64 time=57.832 ms
84 bytes from 10.100.0.102 icmp_seq=2 ttl=64 time=53.469 ms
84 bytes from 10.100.0.102 icmp_seq=3 ttl=64 time=42.181 ms
84 bytes from 10.100.0.102 icmp_seq=4 ttl=64 time=35.797 ms
84 bytes from 10.100.0.102 icmp_seq=5 ttl=64 time=39.375 ms

VPCS> ping 10.100.0.104 -i 1

84 bytes from 10.100.0.104 icmp_seq=1 ttl=64 time=58.319 ms
84 bytes from 10.100.0.104 icmp_seq=2 ttl=64 time=50.379 ms
84 bytes from 10.100.0.104 icmp_seq=3 ttl=64 time=43.770 ms
84 bytes from 10.100.0.104 icmp_seq=4 ttl=64 time=45.676 ms
84 bytes from 10.100.0.104 icmp_seq=5 ttl=64 time=49.452 ms

VPCS> ping 10.100.0.106 -i 1

84 bytes from 10.100.0.106 icmp_seq=1 ttl=64 time=32.026 ms
10.100.0.106 icmp_seq=2 timeout
84 bytes from 10.100.0.106 icmp_seq=3 ttl=64 time=42.255 ms
84 bytes from 10.100.0.106 icmp_seq=4 ttl=64 time=32.912 ms
84 bytes from 10.100.0.106 icmp_seq=5 ttl=64 time=27.916 ms

VPCS> ping 10.200.0.101 -i 1

84 bytes from 10.200.0.101 icmp_seq=1 ttl=63 time=13.123 ms
84 bytes from 10.200.0.101 icmp_seq=2 ttl=63 time=4.131 ms
84 bytes from 10.200.0.101 icmp_seq=3 ttl=63 time=4.549 ms
84 bytes from 10.200.0.101 icmp_seq=4 ttl=63 time=10.448 ms
84 bytes from 10.200.0.101 icmp_seq=5 ttl=63 time=3.872 ms

VPCS> ping 10.200.0.103 -i 1

84 bytes from 10.200.0.103 icmp_seq=1 ttl=62 time=31.446 ms
84 bytes from 10.200.0.103 icmp_seq=2 ttl=62 time=17.261 ms
84 bytes from 10.200.0.103 icmp_seq=3 ttl=62 time=22.622 ms
84 bytes from 10.200.0.103 icmp_seq=4 ttl=62 time=20.643 ms
84 bytes from 10.200.0.103 icmp_seq=5 ttl=62 time=19.658 ms

VPCS> ping 10.200.0.105 -i 1

84 bytes from 10.200.0.105 icmp_seq=1 ttl=62 time=38.764 ms
84 bytes from 10.200.0.105 icmp_seq=2 ttl=62 time=16.456 ms
84 bytes from 10.200.0.105 icmp_seq=3 ttl=62 time=18.129 ms
84 bytes from 10.200.0.105 icmp_seq=4 ttl=62 time=18.510 ms
84 bytes from 10.200.0.105 icmp_seq=5 ttl=62 time=16.113 ms

VPCS> ping 10.200.0.107 -i 1

84 bytes from 10.200.0.107 icmp_seq=1 ttl=62 time=46.465 ms
84 bytes from 10.200.0.107 icmp_seq=2 ttl=62 time=23.645 ms
84 bytes from 10.200.0.107 icmp_seq=3 ttl=62 time=17.269 ms
84 bytes from 10.200.0.107 icmp_seq=4 ttl=62 time=17.767 ms
84 bytes from 10.200.0.107 icmp_seq=5 ttl=62 time=20.160 ms

VPCS> ping 10.200.0.102 -i 1

84 bytes from 10.200.0.102 icmp_seq=1 ttl=60 time=69.100 ms
84 bytes from 10.200.0.102 icmp_seq=2 ttl=60 time=58.589 ms
84 bytes from 10.200.0.102 icmp_seq=3 ttl=60 time=48.688 ms
84 bytes from 10.200.0.102 icmp_seq=4 ttl=60 time=55.483 ms
84 bytes from 10.200.0.102 icmp_seq=5 ttl=60 time=51.566 ms

VPCS> ping 10.200.0.104 -i 1

84 bytes from 10.200.0.104 icmp_seq=1 ttl=60 time=72.492 ms
84 bytes from 10.200.0.104 icmp_seq=2 ttl=60 time=54.092 ms
84 bytes from 10.200.0.104 icmp_seq=3 ttl=60 time=54.041 ms
84 bytes from 10.200.0.104 icmp_seq=4 ttl=60 time=55.827 ms
84 bytes from 10.200.0.104 icmp_seq=5 ttl=60 time=55.130 ms

VPCS> ping 10.200.0.106 -i 1

84 bytes from 10.200.0.106 icmp_seq=1 ttl=61 time=48.365 ms
84 bytes from 10.200.0.106 icmp_seq=2 ttl=61 time=33.593 ms
84 bytes from 10.200.0.106 icmp_seq=3 ttl=61 time=30.525 ms
84 bytes from 10.200.0.106 icmp_seq=4 ttl=61 time=28.290 ms
84 bytes from 10.200.0.106 icmp_seq=5 ttl=61 time=30.466 ms

show nve peers
DCA-Leaf2# sh nve peers 
Interface Peer-IP                                 State LearnType Uptime   Router-Mac       
--------- --------------------------------------  ----- --------- -------- -----------------
nve1      10.1.1.3                                Up    CP        00:12:13 5009.0000.1b08   
nve1      10.1.1.5                                Up    CP        00:12:20 500b.0000.1b08   
nve1      10.1.1.6                                Up    CP        00:11:49 5001.0000.1b08   
nve1      10.1.1.7                                Up    CP        00:12:02 5002.0000.1b08   
nve1      10.1.1.16                               Up    CP        00:11:44 0200.0a01.0110   
nve1      10.1.1.17                               Up    CP        00:12:02 0200.0a01.0111  


DCA-Leaf2# show mac address-table dynamic 
   VLAN     MAC Address      Type      age     Secure NTFY Ports
---------+-----------------+--------+---------+------+----+------------------
C  100     0050.7966.680e   dynamic  0         F      F    nve1(10.1.1.3)
*  100     0050.7966.6810   dynamic  0         F      F    Eth1/6
C  100     0050.7966.6812   dynamic  0         F      F    nve1(10.1.1.5)
C  100     0050.7966.6814   dynamic  0         F      F    nve1(10.1.1.16)
C  100     0050.7966.6816   dynamic  0         F      F    nve1(10.1.1.16)
C  100     0050.7966.6818   dynamic  0         F      F    nve1(10.1.1.17)
C  100     0050.7966.681a   dynamic  0         F      F    nve1(10.1.1.6)
C  200     0050.7966.680f   dynamic  0         F      F    nve1(10.1.1.3)
*  200     0050.7966.6811   dynamic  0         F      F    Eth1/7
C  200     0050.7966.6813   dynamic  0         F      F    nve1(10.1.1.5)
C  200     0050.7966.6815   dynamic  0         F      F    nve1(10.1.1.16)
C  200     0050.7966.6817   dynamic  0         F      F    nve1(10.1.1.16)
C  200     0050.7966.6819   dynamic  0         F      F    nve1(10.1.1.16)
C  200     0050.7966.681b   dynamic  0         F      F    nve1(10.1.1.7)
DCA-Leaf2# 


DCA-Leaf2# sh bgp l2vpn evpn summary 
Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.1.1        4 65000     206      61     1364    0    0 00:52:11 45        
10.1.1.2        4 65000     219      61     1364    0    0 00:52:15 45 



































Comments

Popular posts from this blog

VXLAN - External connectivity for TENANT using eBGP

  Ping from DCB-SRV4 in DCB to loopback 0 of BCA-BB-A,BCA-BB-B,BCA-MPLS-A, and BCA-MPLS-B DCB-SRV4> ping 10.1.100.1 -i 5 84 bytes from 10.1.100.1 icmp_seq=1 ttl=251 time=60.865 ms 84 bytes from 10.1.100.1 icmp_seq=2 ttl=251 time=51.113 ms 84 bytes from 10.1.100.1 icmp_seq=3 ttl=251 time=56.060 ms 84 bytes from 10.1.100.1 icmp_seq=4 ttl=251 time=50.108 ms 84 bytes from 10.1.100.1 icmp_seq=5 ttl=251 time=56.570 ms DCB-SRV4> ping 10.1.100.2 -i 5 84 bytes from 10.1.100.2 icmp_seq=1 ttl=251 time=83.532 ms 84 bytes from 10.1.100.2 icmp_seq=2 ttl=251 time=48.313 ms 84 bytes from 10.1.100.2 icmp_seq=3 ttl=251 time=51.152 ms 84 bytes from 10.1.100.2 icmp_seq=4 ttl=251 time=47.318 ms 84 bytes from 10.1.100.2 icmp_seq=5 ttl=251 time=50.505 ms DCB-SRV4> ping 10.1.100.3 -i 5 84 bytes from 10.1.100.3 icmp_seq=1 ttl=250 time=68.015 ms 84 bytes from 10.1.100.3 icmp_seq=2 ttl=250 time=51.954 ms 84 bytes from 10.1.100.3 icmp_seq=3 ttl=250 time=51.534 ms 84 bytes from 10.1.100.3 icmp_seq=4 t...