create bgp EVPN instance evi_1 configure bgp EVPN instance evi_1 VXLAN vni 100 create bgp EVPN instance evi_2 configure bgp EVPN instance evi_2 VXLAN vni 200 configure bgp EVPN instance evi_1 route-target both add 100:100 configure bgp EVPN instance evi_2 route-target both add 200:200
Note
On SLX and other platforms “retain route-targets” should be enabled on spine/transit L3 nodes. ExtremeXOSby default retains all RTs and does not have a command to tun it off.Note
Using auto-peering negates the need for manual BGP and EVI configuration. BGP Auto-peering can be created with the command create auto-peering bgp vlans 4010-4020 routerid 1.1.1.100 AS-number 10000:# # Module vlan configuration. # configure vlan default delete ports all configure vr VR-Default delete ports 1-36 configure vr VR-Default add ports 1-36 configure vlan default delete ports 1,4-5,7,16,19,21 enable jumbo-frame ports all create vlan "isc" configure vlan isc tag 4000 create vlan "loop" enable loopback-mode vlan loop create vlan "mlagvtep" enable loopback-mode vlan mlagvtep create vlan "tenant" configure vlan tenant tag 10 configure vlan tenant suppress arp-only create vlan "trunk1_2" configure vlan trunk1_2 tag 4001 create vlan "trunk1_3" create vlan "trunk1_4" create vlan "untagtenant" configure vlan untagtenant suppress arp-only configure ports 1 auto off speed 10000 duplex full configure ports 2 auto off speed 10000 duplex full configure ports 3 auto off speed 10000 duplex full configure ports 4 auto off speed 10000 duplex full configure ports 5 auto off speed 10000 duplex full configure ports 6 auto off speed 10000 duplex full configure ports 7 auto off speed 10000 duplex full configure ports 8 auto off speed 10000 duplex full configure ports 9 auto off speed 10000 duplex full configure ports 10 auto off speed 10000 duplex full configure ports 11 auto off speed 10000 duplex full configure ports 12 auto off speed 10000 duplex full configure ports 13 auto off speed 10000 duplex full configure ports 14 auto off speed 10000 duplex full configure ports 15 auto off speed 10000 duplex full configure ports 16 auto off speed 10000 duplex full configure ports 17 auto off speed 10000 duplex full configure ports 18 auto off speed 10000 duplex full configure ports 19 auto off speed 10000 duplex full configure ports 20 auto off speed 10000 duplex full configure ports 21 auto off speed 10000 duplex full configure ports 22 auto off speed 10000 duplex full configure ports 23 auto off speed 10000 duplex full configure ports 24 auto off speed 10000 duplex full configure ports 26 auto off speed 10000 duplex full configure ports 27 auto off speed 10000 duplex full configure ports 28 auto off speed 10000 duplex full enable sharing 1 grouping 1 algorithm address-based L2 lacp configure vlan Default add ports 2-3,6,8-15,17-18,20,22-36 untagged configure vlan isc add ports 21 tagged configure vlan tenant add ports 1,16,21 tagged configure vlan trunk1_2 add ports 21 tagged configure vlan trunk1_3 add ports 5 untagged configure vlan trunk1_4 add ports 7 untagged configure vlan untagtenant add ports 1,16,21 untagged configure vlan isc ipaddress 172.16.1.0 255.255.255.254 configure vlan loop ipaddress 1.1.1.1 255.255.255.255 enable ipforwarding vlan loop configure vlan Mgmt ipaddress 10.127.16.27 255.255.255.0 configure vlan mlagvtep ipaddress 1.1.1.200 255.255.255.255 enable ipforwarding vlan mlagvtep configure vlan tenant ipaddress 10.1.100.100 255.255.255.0 enable ipforwarding vlan tenant configure vlan trunk1_2 ipaddress 192.168.5.0 255.255.255.254 enable ipforwarding vlan trunk1_2 configure vlan trunk1_3 ipaddress 192.168.1.0 255.255.255.254 enable ipforwarding vlan trunk1_3 configure vlan trunk1_4 ipaddress 192.168.2.0 255.255.255.254 enable ipforwarding vlan trunk1_4 configure vlan untagtenant ipaddress 20.1.100.100 255.255.255.0 enable ipforwarding vlan untagtenant # # Module mcmgr configuration. # disable igmp snooping vlan "tenant" disable igmp snooping vlan "untagtenant" # # Module vsm configuration. # create mlag peer "leaf2" configure mlag peer "leaf2" ipaddress 172.16.1.1 vr VR-Default configure mlag peer "leaf2" lacp-mac 00:00:de:ad:be:ef enable mlag port 1 peer "leaf2" id 1 # # Module bgp configuration. # configure bgp AS-number 10000 configure bgp routerid 1.1.1.1 configure bgp maximum-paths 2 enable bgp fast-external-fallover configure bgp add network 1.1.1.1/32 configure bgp add network 1.1.1.200/32 create bgp neighbor 192.168.1.1 remote-AS-number 30000 enable bgp neighbor 192.168.1.1 create bgp neighbor 192.168.2.1 remote-AS-number 40000 enable bgp neighbor 192.168.2.1 create bgp neighbor 192.168.5.1 remote-AS-number 20000 enable bgp neighbor 192.168.5.1 enable bgp neighbor 192.168.5.1 address-family l2vpn-evpn next-hop-unchanged enable bgp neighbor 192.168.1.1 capability l2vpn-EVPN enable bgp neighbor 192.168.2.1 capability l2vpn-EVPN enable bgp neighbor 192.168.5.1 capability l2vpn-EVPN enable bgp export direct address-family ipv4-unicast enable bgp create bgp EVPN instance evi_1 configure bgp EVPN instance evi_1 VXLAN vni 100 create bgp EVPN instance evi_2 configure bgp EVPN instance evi_2 VXLAN vni 200 configure bgp EVPN instance evi_1 route-target both add 100:100 configure bgp EVPN instance evi_2 route-target both add 200:200 # # Module otm configuration. # configure virtual-network local-endpoint ipaddress 1.1.1.200 vr "VR-Default" create virtual-network "vni1" flooding standard configure virtual-network "vni1" VXLAN vni 100 configure virtual-network "vni1" add vlan tenant create virtual-network "vni2" flooding standard configure virtual-network "vni2" VXLAN vni 200 configure virtual-network "vni2" add vlan untagtenant
# # Module vlan configuration. # configure vlan default delete ports all configure vr VR-Default delete ports 1-72 configure vr VR-Default add ports 1-72 configure vlan default delete ports 1-72 enable jumbo-frame ports all create vlan "isc" configure vlan isc tag 4000 create vlan "loop" enable loopback-mode vlan loop create vlan "loop2" enable loopback-mode vlan loop2 create vlan "mlagvtep" enable loopback-mode vlan mlagvtep create vlan "tenant" configure vlan tenant tag 10 configure vlan tenant suppress arp-only create vlan "trunk1_2" configure vlan trunk1_2 tag 4001 create vlan "trunk2_3" create vlan "trunk2_4" create vlan "untagtenant" configure vlan untagtenant suppress arp-only configure ports 50 auto off speed 10000 duplex full configure ports 51 auto off speed 10000 duplex full configure ports 52 auto off speed 10000 duplex full enable sharing 53 grouping 53-56 algorithm address-based L2 lacp configure vlan isc add ports 66 tagged configure vlan tenant add ports 4-5,53,66 tagged configure vlan trunk1_2 add ports 66 tagged configure vlan trunk2_3 add ports 57 untagged configure vlan trunk2_4 add ports 49 untagged configure vlan untagtenant add ports 4-5,53,66 untagged configure vlan isc ipaddress 172.16.1.1 255.255.255.254 configure vlan loop ipaddress 2.2.2.2 255.255.255.255 enable ipforwarding vlan loop configure vlan loop2 ipaddress 2.2.2.100 255.255.255.255 enable ipforwarding vlan loop2 configure vlan Mgmt ipaddress 10.127.16.19 255.255.255.0 configure vlan mlagvtep ipaddress 1.1.1.200 255.0.0.0 enable ipforwarding vlan mlagvtep configure vlan tenant ipaddress 10.1.100.100 255.255.255.0 enable ipforwarding vlan tenant configure vlan trunk1_2 ipaddress 192.168.5.1 255.255.255.254 enable ipforwarding vlan trunk1_2 configure vlan trunk2_3 ipaddress 192.168.3.0 255.255.255.254 enable ipforwarding vlan trunk2_3 configure vlan trunk2_4 ipaddress 192.168.4.0 255.255.255.254 enable ipforwarding vlan trunk2_4 configure vlan untagtenant ipaddress 20.1.100.100 255.255.255.0 enable ipforwarding vlan untagtenant # # Module mcmgr configuration. # disable igmp snooping vlan "tenant" disable igmp snooping vlan "untagtenant" # # Module otm configuration. # configure virtual-network local-endpoint ipaddress 1.1.1.200 vr "VR-Default" create virtual-network "vni1" flooding standard configure virtual-network "vni1" VXLAN vni 100 configure virtual-network "vni1" add vlan tenant create virtual-network "vni2" flooding standard configure virtual-network "vni2" VXLAN vni 200 configure virtual-network "vni2" add vlan untagtenant # # Module bgp configuration. # configure bgp AS-number 20000 configure bgp routerid 2.2.2.2 configure bgp maximum-paths 2 enable bgp fast-external-fallover configure bgp add network 1.1.1.200/32 configure bgp add network 2.2.2.2/32 create bgp neighbor 192.168.3.1 remote-AS-number 30000 enable bgp neighbor 192.168.3.1 create bgp neighbor 192.168.4.1 remote-AS-number 40000 enable bgp neighbor 192.168.4.1 create bgp neighbor 192.168.5.0 remote-AS-number 10000 enable bgp neighbor 192.168.5.0 enable bgp neighbor 192.168.5.0 address-family l2vpn-evpn next-hop-unchanged enable bgp neighbor 192.168.3.1 capability l2vpn-EVPN enable bgp neighbor 192.168.4.1 capability l2vpn-EVPN enable bgp neighbor 192.168.5.0 capability l2vpn-EVPN enable bgp export direct address-family ipv4-unicast enable bgp create bgp EVPN instance evi_1 configure bgp EVPN instance evi_1 VXLAN vni 100 create bgp EVPN instance evi_2 configure bgp EVPN instance evi_2 VXLAN vni 200 configure bgp EVPN instance evi_1 route-target both add 100:100 configure bgp EVPN instance evi_2 route-target both add 200:200 # # Module vrrp configuration. # create vrrp vlan tenant vrid 1 configure vrrp vlan tenant vrid 1 priority 255 create vrrp vlan untagtenant vrid 1 configure vrrp vlan untagtenant vrid 1 priority 255 configure vrrp vlan tenant vrid 1 add 10.1.100.100 configure vrrp vlan untagtenant vrid 1 add 20.1.100.100 enable vrrp vlan tenant vrid 1 enable vrrp vlan untagtenant vrid 1 # # Module vsm configuration. # create mlag peer "leaf1" configure mlag peer "leaf1" ipaddress 172.16.1.0 vr VR-Default configure mlag peer "leaf1" lacp-mac 00:00:de:ad:be:ef enable mlag port 53 peer "leaf1" id 1
# # Module vlan configuration. # configure vlan default delete ports all configure vr VR-Default delete ports 1-56 configure vr VR-Default add ports 1-56 configure vlan default delete ports 1,50-51 enable jumbo-frame ports all create vlan "leaf3_trunk1" create vlan "leaf3_trunk2" create vlan "loop" enable loopback-mode vlan loop create vlan "tenant" configure vlan tenant tag 10 configure vlan tenant suppress arp-only create vlan "untagtenant" configure vlan untagtenant suppress arp-only configure ports 49 auto off speed 10000 duplex full configure ports 50 auto off speed 10000 duplex full configure ports 51 auto off speed 10000 duplex full configure ports 52 auto off speed 10000 duplex full configure ports 54 auto off speed 10000 duplex full configure ports 55 auto off speed 10000 duplex full configure ports 56 auto off speed 10000 duplex full configure vlan Default add ports 2-49,52-56 untagged configure vlan leaf3_trunk1 add ports 51 untagged configure vlan leaf3_trunk2 add ports 50 untagged configure vlan tenant add ports 1 tagged configure vlan untagtenant add ports 1 untagged configure vlan leaf3_trunk1 ipaddress 192.168.6.0 255.255.255.254 enable ipforwarding vlan leaf3_trunk1 configure vlan leaf3_trunk2 ipaddress 192.168.7.0 255.255.255.254 enable ipforwarding vlan leaf3_trunk2 configure vlan loop ipaddress 5.5.5.5 255.255.255.255 enable ipforwarding vlan loop configure vlan Mgmt ipaddress 10.127.16.17 255.255.255.0 configure vlan tenant ipaddress 10.1.100.100 255.255.255.0 enable ipforwarding vlan tenant configure vlan untagtenant ipaddress # Module mcmgr configuration. # disable igmp snooping vlan "tenant" disable igmp snooping vlan "untagtenant" # # Module otm configuration. # configure virtual-network local-endpoint ipaddress 5.5.5.5 vr "VR-Default" create virtual-network "vni1" flooding standard configure virtual-network "vni1" VXLAN vni 100 configure virtual-network "vni1" add vlan tenant create virtual-network "vni2" flooding standard configure virtual-network "vni2" VXLAN vni 200 configure virtual-network "vni2" add vlan untagtenant # # Module bgp configuration. # configure bgp AS-number 50000 configure bgp routerid 5.5.5.5 configure bgp maximum-paths 2 enable bgp fast-external-fallover configure bgp restart both configure bgp add network 5.5.5.5/32 create bgp neighbor 192.168.6.1 remote-AS-number 30000 enable bgp neighbor 192.168.6.1 create bgp neighbor 192.168.7.1 remote-AS-number 40000 enable bgp neighbor 192.168.7.1 enable bgp neighbor 192.168.6.1 capability l2vpn-EVPN enable bgp neighbor 192.168.7.1 capability l2vpn-EVPN enable bgp create bgp EVPN instance evi_1 configure bgp EVPN instance evi_1 VXLAN vni 100 create bgp EVPN instance evi_2 configure bgp EVPN instance evi_2 VXLAN vni 200 configure bgp EVPN instance evi_1 route-target both add 100:100 configure bgp EVPN instance evi_2 route-target both add 200:200 # # Module vrrp configuration. # create vrrp vlan tenant vrid 1 configure vrrp vlan tenant vrid 1 priority 255 create vrrp vlan untagtenant vrid 1 configure vrrp vlan untagtenant vrid 1 priority 255 configure vrrp vlan tenant vrid 1 add 10.1.100.100 configure vrrp vlan untagtenant vrid 1 add 20.1.100.100 enable vrrp vlan tenant vrid 1 enable vrrp vlan untagtenant vrid 1
configure vlan default delete ports all configure vr VR-Default delete ports 1-128 configure vr VR-Default add ports 1-128 configure vlan default delete ports 33,57,89,105 enable jumbo-frame ports all create vlan "leaf3_trunk1" create vlan "loop" enable loopback-mode vlan loop create vlan "routed" configure vlan routed tag 4030 create vlan "trunk1_3" create vlan "trunk2_3" configure vlan Default add ports 1-32,34-56,58-88,90-104,106-128 untagged configure vlan leaf3_trunk1 add ports 89 untagged configure vlan routed add ports 33 tagged configure vlan trunk1_3 add ports 57 untagged configure vlan trunk2_3 add ports 105 untagged configure vlan leaf3_trunk1 ipaddress 192.168.6.1 255.255.255.254 enable ipforwarding vlan leaf3_trunk1 configure vlan loop ipaddress 3.3.3.100 255.0.0.0 enable ipforwarding vlan loop configure vlan Mgmt ipaddress 10.127.16.24 255.255.255.0 configure vlan routed ipaddress 172.16.1.1 255.255.255.0 enable ipforwarding vlan routed configure vlan trunk1_3 ipaddress 192.168.1.1 255.255.255.254 enable ipforwarding vlan trunk1_3 configure vlan trunk2_3 ipaddress 192.168.3.1 255.255.255.254 enable ipforwarding vlan trunk2_3 # # Module bgp configuration. # configure bgp AS-number 30000 configure bgp routerid 3.3.3.3 configure bgp maximum-paths 2 enable bgp fast-external-fallover configure bgp add network 3.3.3.100/32 create bgp neighbor 192.168.1.0 remote-AS-number 10000 enable bgp neighbor 192.168.1.0 create bgp neighbor 192.168.3.0 remote-AS-number 20000 enable bgp neighbor 192.168.3.0 create bgp neighbor 192.168.6.0 remote-AS-number 50000 enable bgp neighbor 192.168.6.0 enable bgp neighbor 192.168.1.0 capability l2vpn-EVPN enable bgp neighbor 192.168.1.0 address-family l2vpn-EVPN next-hop-unchanged enable bgp neighbor 192.168.3.0 capability l2vpn-EVPN enable bgp neighbor 192.168.3.0 address-family l2vpn-EVPN next-hop-unchanged enable bgp neighbor 192.168.6.0 capability l2vpn-EVPN enable bgp neighbor 192.168.6.0 address-family l2vpn-EVPN next-hop-unchanged enable bgp export ospf-extern1 address-family ipv4-unicast enable bgp export ospf-extern2 address-family ipv4-unicast enable bgp export ospf-inter address-family ipv4-unicast enable bgp export ospf-intra address-family ipv4-unicast enable bgp create bgp EVPN instance evi_1 configure bgp EVPN instance evi_1 VXLAN vni 100 create bgp EVPN instance evi_2 configure bgp EVPN instance evi_2 VXLAN vni 200 configure bgp EVPN instance evi_1 route-target both add 100:100 configure bgp EVPN instance evi_2 route-target both add 200:200 # # Module ospf configuration. # enable ospf configure ospf add vlan routed area 0.0.0.0
# # Module vlan configuration. # configure vlan default delete ports all configure vr VR-Default delete ports 1-64 configure vr VR-Default add ports 1-64 configure vlan default delete ports 25,27,49 create vlan "leaf3_trunk2" create vlan "loop" enable loopback-mode vlan loop create vlan "trunk1_4" create vlan "trunk2_4" configure ports 1 auto off speed 10000 duplex full configure ports 2 auto off speed 10000 duplex full configure ports 3 auto off speed 10000 duplex full configure ports 4 auto off speed 10000 duplex full configure ports 5 auto off speed 10000 duplex full configure ports 6 auto off speed 10000 duplex full configure ports 7 auto off speed 10000 duplex full configure ports 8 auto off speed 10000 duplex full configure ports 9 auto off speed 10000 duplex full configure ports 10 auto off speed 10000 duplex full configure ports 11 auto off speed 10000 duplex full configure ports 12 auto off speed 10000 duplex full configure ports 13 auto off speed 10000 duplex full configure ports 14 auto off speed 10000 duplex full configure ports 15 auto off speed 10000 duplex full configure ports 16 auto off speed 10000 duplex full configure ports 17 auto off speed 10000 duplex full configure ports 18 auto off speed 10000 duplex full configure ports 19 auto off speed 10000 duplex full configure ports 20 auto off speed 10000 duplex full configure ports 21 auto off speed 10000 duplex full configure ports 22 auto off speed 10000 duplex full configure ports 23 auto off speed 10000 duplex full configure ports 24 auto off speed 10000 duplex full configure ports 25 auto off speed 10000 duplex full configure ports 26 auto off speed 10000 duplex full configure ports 27 auto off speed 10000 duplex full configure ports 28 auto off speed 10000 duplex full configure ports 29 auto off speed 10000 duplex full configure ports 30 auto off speed 10000 duplex full configure ports 31 auto off speed 10000 duplex full configure ports 32 auto off speed 10000 duplex full configure ports 33 auto off speed 10000 duplex full configure ports 34 auto off speed 10000 duplex full configure ports 35 auto off speed 10000 duplex full configure ports 36 auto off speed 10000 duplex full configure ports 37 auto off speed 10000 duplex full configure ports 38 auto off speed 10000 duplex full configure ports 39 auto off speed 10000 duplex full configure ports 40 auto off speed 10000 duplex full configure ports 41 auto off speed 10000 duplex full configure ports 42 auto off speed 10000 duplex full configure ports 43 auto off speed 10000 duplex full configure ports 44 auto off speed 10000 duplex full configure ports 45 auto off speed 10000 duplex full configure ports 46 auto off speed 10000 duplex full configure ports 47 auto off speed 10000 duplex full configure ports 48 auto off speed 10000 duplex full configure vlan Default add ports 1-24,26,28-48,50-64 untagged configure vlan leaf3_trunk2 add ports 25 untagged configure vlan trunk1_4 add ports 27 untagged configure vlan trunk2_4 add ports 49 untagged configure vlan leaf3_trunk2 ipaddress 192.168.7.1 255.255.255.254 enable ipforwarding vlan leaf3_trunk2 configure vlan loop ipaddress 4.4.4.4 255.255.255.255 enable ipforwarding vlan loop configure vlan Mgmt ipaddress 10.127.13.10 255.255.255.0 configure vlan trunk1_4 ipaddress 192.168.2.1 255.255.255.254 enable ipforwarding vlan trunk1_4 configure vlan trunk2_4 ipaddress 192.168.4.1 255.255.255.254 enable ipforwarding vlan trunk2_4 # # Module bgp configuration. # configure bgp AS-number 40000 configure bgp routerid 4.4.4.4 configure bgp maximum-paths 2 enable bgp fast-external-fallover configure bgp add network 3.3.3.100/32 configure bgp add network 4.4.4.4/32 create bgp neighbor 192.168.2.0 remote-AS-number 10000 enable bgp neighbor 192.168.2.0 create bgp neighbor 192.168.4.0 remote-AS-number 20000 enable bgp neighbor 192.168.4.0 create bgp neighbor 192.168.7.0 remote-AS-number 50000 enable bgp neighbor 192.168.7.0 enable bgp neighbor 192.168.2.0 capability l2vpn-EVPN enable bgp neighbor 192.168.2.0 address-family l2vpn-EVPN next-hop-unchanged enable bgp neighbor 192.168.4.0 capability l2vpn-EVPN enable bgp neighbor 192.168.4.0 address-family l2vpn-EVPN next-hop-unchanged enable bgp neighbor 192.168.7.0 capability l2vpn-EVPN enable bgp neighbor 192.168.7.0 address-family l2vpn-EVPN next-hop-unchanged enable bgp
Verify BGP Adjacency
Leaf1.2 # show bgp neighbor Peer AS Weight State InMsgs OutMsgs(InQ) Up/Down ------------------------------------------------------------------------------------------------------------ Ee-- 192.168.1.1 30000 1 ESTABLISHED 72 72 (0 ) 0:0:14:38 Ee-- 192.168.2.1 40000 1 ESTABLISHED 48 78 (0 ) 0:0:14:53 Ee-- 192.168.5.1 20000 1 ESTABLISHED 60 61 (0 ) 0:0:14:44 Leaf2.2 # show bgp neighbor Peer AS Weight State InMsgs OutMsgs(InQ) Up/Down ------------------------------------------------------------------------------------------------------------ Ee-- 192.168.3.1 30000 1 ESTABLISHED 56 79 (0 ) 0:0:14:44 Ee-- 192.168.4.1 40000 1 ESTABLISHED 70 76 (0 ) 0:0:14:41 Ee-- 192.168.5.0 10000 1 ESTABLISHED 61 60 (0 ) 0:0:14:50 Flags: (d) disabled, (e) enabled, (E) external peer, (I) internal peer (m) EBGP multihop, (r) route reflector client BGP Peer Statistics Total Peers : 3 EBGP Peers : 3 IBGP Peers : 0 RR Client : 0 EBGP Multihop : 0 Enabled : 3 Disabled : 0 (Software Update Required) Leaf3.9 # show bgp neighbor Peer AS Weight State InMsgs OutMsgs(InQ) Up/Down ------------------------------------------------------------------------------------------------------------ Ee-- 192.168.6.1 30000 1 ESTABLISHED 74 81 (0 ) 0:0:14:47 Ee-- 192.168.7.1 40000 1 ESTABLISHED 76 79 (0 ) 0:0:14:56 Spine1.3 # show bgp neighbor Peer AS Weight State InMsgs OutMsgs(InQ) Up/Down ------------------------------------------------------------------------------------------------------------ Ee-- 192.168.1.0 10000 1 ESTABLISHED 74 75 (0 ) 0:0:17:03 Ee-- 192.168.3.0 20000 1 ESTABLISHED 81 59 (0 ) 0:0:17:03 Ee-- 192.168.6.0 50000 1 ESTABLISHED 83 77 (0 ) 0:0:17:03 Flags: (d) disabled, (e) enabled, (E) external peer, (I) internal peer (m) EBGP multihop, (r) route reflector client BGP Peer Statistics Total Peers : 3 EBGP Peers : 3 IBGP Peers : 0 RR Client : 0 EBGP Multihop : 0 Enabled : 3 Disabled : 0 Spine2.4 # show bgp neighbor Peer AS Weight State InMsgs OutMsgs(InQ) Up/Down ------------------------------------------------------------------------------------------------------------ Ee-- 192.168.2.0 10000 1 ESTABLISHED 245 212 (0 ) 0:0:17:34 Ee-- 192.168.4.0 20000 1 ESTABLISHED 246 232 (0 ) 0:0:17:15 Ee-- 192.168.7.0 50000 1 ESTABLISHED 273 277 (0 ) 0:0:17:27 Flags: (d) disabled, (e) enabled, (E) external peer, (I) internal peer (m) EBGP multihop, (r) route reflector client BGP Peer Statistics Total Peers : 3 EBGP Peers : 3 IBGP Peers : 0 RR Client : 0 EBGP Multihop : 0 Enabled : 3 Disabled : 0
Verify EVI
show bgp EVPN evi Flgs EVI-Idx Name VNI Local VTEP RD Import RT Export RT ---- ------- -------------------- ---------- --------------- -------------------- -------------------- -------------------- *S 10 evi_1 100 1.1.1.200 1.1.1.200:10 *S 100:100 100:100 * 10000:10 10000:10 * 10000:268435556 10000:268435556 * 10000:1073741834 10000:1073741834 *S 4087 evi_2 200 1.1.1.200 1.1.1.200:4087 *S 200:200 200:200 * 10000:4087 10000:4087 * 10000:268435656 10000:268435656 * 10000:1073745911 10000:1073745911 Flags: (*) Entry is active, (S) Entry is statically configured. RD: Route Distinguisher RT: Route Target Some static entries may have multiple Route Target sets. These are listed in rows immediately following the initial row for the EVI-Idx. EVIs Displayed - Total: 2 Static: 2 Dyn: 0 Leaf2.3 # show bgp EVPN evi Flgs EVI-Idx Name VNI Local VTEP RD Import RT Export RT ---- ------- -------------------- ---------- --------------- -------------------- -------------------- -------------------- *S 10 evi_1 100 1.1.1.200 1.1.1.200:10 *S 100:100 100:100 * 20000:10 20000:10 * 20000:268435556 20000:268435556 * 20000:1073741834 20000:1073741834 *S 4088 evi_2 200 1.1.1.200 1.1.1.200:4088 *S 200:200 200:200 * 20000:4088 20000:4088 * 20000:268435656 20000:268435656 * 20000:1073745912 20000:1073745912 Flags: (*) Entry is active, (S) Entry is statically configured. RD: Route Distinguisher RT: Route Target Some static entries may have multiple Route Target sets. These are listed in rows immediately following the initial row for the EVI-Idx. EVIs Displayed - Total: 2 Static: 2 Dyn: 0 Leaf3.10 # show bgp EVPN evi Flgs EVI-Idx Name VNI Local VTEP RD Import RT Export RT ---- ------- -------------------- ---------- --------------- -------------------- -------------------- -------------------- *S 10 evi_1 100 5.5.5.5 5.5.5.5:10 *S 100:100 100:100 * 50000:10 50000:10 * 50000:268435556 50000:268435556 * 50000:1073741834 50000:1073741834 *S 4090 evi_2 200 5.5.5.5 5.5.5.5:4090 *S 200:200 200:200 * 50000:4090 50000:4090 * 50000:268435656 50000:268435656 * 50000:1073745914 50000:1073745914 Flags: (*) Entry is active, (S) Entry is statically configured. RD: Route Distinguisher RT: Route Target Some static entries may have multiple Route Target sets. These are listed in rows immediately following the initial row for the EVI-Idx. EVIs Displayed - Total: 2 Static: 2 Dyn: 0 Spine1.4 # show bgp EVPN evi Flgs EVI-Idx Name VNI Local VTEP RD Import RT Export RT ---- ------- -------------------- ---------- --------------- -------------------- -------------------- -------------------- *S 10 evi_1 100 3.3.3.100 3.3.3.100:10 *S 100:100 100:100 * 30000:10 30000:10 * 30000:268435556 30000:268435556 * 30000:1073741834 30000:1073741834 *S 4091 evi_2 200 3.3.3.100 3.3.3.100:4091 *S 200:200 200:200 * 30000:4091 30000:4091 * 30000:268435656 30000:268435656 * 30000:1073745915 30000:1073745915 Flags: (*) Entry is active, (S) Entry is statically configured. RD: Route Distinguisher RT: Route Target Some static entries may have multiple Route Target sets. These are listed in rows immediately following the initial row for the EVI-Idx. EVIs Displayed - Total: 2 Static: 2 Dyn: 0
Verify IMR
Leaf1.4 # show bgp routes l2vpn-EVPN inclusive-multicast detail all Routes: RD: 1.1.1.200:10 Ethernet Tag: 0 Tunnel Type: 6 VNI: 100 Originating IP: 1.1.1.200 Tunnel ID: 1.1.1.200 Peer 192.168.5.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 20000 Ext Community: rt:100:100 rt:20000:10 rt:20000:1073741834 encap:8 rt:20000:268435556 RD: 1.1.1.200:4088 Ethernet Tag: 0 Tunnel Type: 6 VNI: 200 Originating IP: 1.1.1.200 Tunnel ID: 1.1.1.200 Peer 192.168.1.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 30000 20000 Ext Community: rt:200:200 rt:20000:4088 rt:20000:1073745912 encap:8 rt:20000:268435656 RD: 1.1.1.200:4088 Ethernet Tag: 0 Tunnel Type: 6 VNI: 200 Originating IP: 1.1.1.200 Tunnel ID: 1.1.1.200 Peer 192.168.2.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 40000 20000 Ext Community: rt:200:200 rt:20000:4088 rt:20000:1073745912 encap:8 rt:20000:268435656 RD: 1.1.1.200:4088 Ethernet Tag: 0 Tunnel Type: 6 VNI: 200 Originating IP: 1.1.1.200 Tunnel ID: 1.1.1.200 Peer 192.168.5.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 20000 Ext Community: rt:200:200 rt:20000:4088 rt:20000:1073745912 encap:8 rt:20000:268435656 RD: 3.3.3.100:10 Ethernet Tag: 0 Tunnel Type: 6 VNI: 100 Originating IP: 3.3.3.100 Tunnel ID: 3.3.3.100 Peer 192.168.1.1 Origin Incomplete, Next-Hop 3.3.3.100, LPref 100, MED 0 Weight 0, As-PATH: 30000 Ext Community: rt:100:100 rt:30000:10 rt:30000:1073741834 encap:8 rt:30000:268435556 RD: 3.3.3.100:10 Ethernet Tag: 0 Tunnel Type: 6 VNI: 100 Originating IP: 3.3.3.100 Tunnel ID: 3.3.3.100 Peer 192.168.5.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 20000 30000 Ext Community: rt:100:100 rt:30000:10 rt:30000:1073741834 encap:8 rt:30000:268435556 RD: 3.3.3.100:4091 Ethernet Tag: 0 Tunnel Type: 6 VNI: 200 Originating IP: 3.3.3.100 Tunnel ID: 3.3.3.100 Peer 192.168.1.1 Origin Incomplete, Next-Hop 3.3.3.100, LPref 100, MED 0 Weight 0, As-PATH: 30000 Ext Community: rt:200:200 rt:30000:4091 rt:30000:1073745915 encap:8 rt:30000:268435656 RD: 3.3.3.100:4091 Ethernet Tag: 0 Tunnel Type: 6 VNI: 200 Originating IP: 3.3.3.100 Tunnel ID: 3.3.3.100 Peer 192.168.5.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 20000 30000 Ext Community: rt:200:200 rt:30000:4091 rt:30000:1073745915 encap:8 rt:30000:268435656 RD: 5.5.5.5:10 Ethernet Tag: 0 Tunnel Type: 6 VNI: 100 Originating IP: 5.5.5.5 Tunnel ID: 5.5.5.5 Peer 192.168.1.1 Origin Incomplete, Next-Hop 5.5.5.5, LPref 100, MED 0 Weight 0, As-PATH: 30000 50000 Ext Community: rt:100:100 rt:50000:10 rt:50000:1073741834 encap:8 rt:50000:268435556 RD: 5.5.5.5:10 Ethernet Tag: 0 Tunnel Type: 6 VNI: 100 Originating IP: 5.5.5.5 Tunnel ID: 5.5.5.5 Peer 192.168.2.1 Origin Incomplete, Next-Hop 5.5.5.5, LPref 100, MED 0 Weight 0, As-PATH: 40000 50000 Ext Community: rt:100:100 rt:50000:10 rt:50000:1073741834 encap:8 rt:50000:268435556 RD: 5.5.5.5:10 Ethernet Tag: 0 Tunnel Type: 6 VNI: 100 Originating IP: 5.5.5.5 Tunnel ID: 5.5.5.5 Peer 192.168.5.1 Origin Incomplete, Next-Hop 1.1.1.200, LPref 100, MED 0 Weight 0, As-PATH: 20000 30000 50000 Ext Community: rt:100:100 rt:50000:10 rt:50000:1073741834 encap:8 rt:50000:268435556 RD: 5.5.5.5:4090 Ethernet Tag: 0 Tunnel Type: 6 VNI: 200 Originating IP: 5.5.5.5 Tunnel ID: 5.5.5.5 Peer 192.168.1.1 Origin Incomplete, Next-Hop 5.5.5.5, LPref 100, MED 0 Weight 0, As-PATH: 30000 50000 Ext