Skip to main content

Posts

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...

vPC and back to back multi-sites vxlan

  Ping Test from DCA-SRV1 to DCA-SRV2, SRV7, and SRV8 Ping Test from DCA-SRV1 to DCB-SRV1, SRV2, SRV3, SRV4, SRV6, SRV7, SRV8, SRV9 (VPC Hosts) DCA-SRV1> ping 10.200.0.101 -i 1 84 bytes from 10.200.0.101 icmp_seq=1 ttl=63 time=7.577 ms 84 bytes from 10.200.0.101 icmp_seq=2 ttl=63 time=3.638 ms 84 bytes from 10.200.0.101 icmp_seq=3 ttl=63 time=4.032 ms 84 bytes from 10.200.0.101 icmp_seq=4 ttl=63 time=3.153 ms 84 bytes from 10.200.0.101 icmp_seq=5 ttl=63 time=3.430 ms DCA-SRV1> ping 10.100.0.107 -i 1 84 bytes from 10.100.0.107 icmp_seq=1 ttl=64 time=18.392 ms 84 bytes from 10.100.0.107 icmp_seq=2 ttl=64 time=17.358 ms 84 bytes from 10.100.0.107 icmp_seq=3 ttl=64 time=18.857 ms 84 bytes from 10.100.0.107 icmp_seq=4 ttl=64 time=17.268 ms 84 bytes from 10.100.0.107 icmp_seq=5 ttl=64 time=14.753 ms DCA-SRV1> ping 10.200.0.107 -i 1 84 bytes from 10.200.0.107 icmp_seq=1 ttl=62 time=34.778 ms 84 bytes from 10.200.0.107 icmp_seq=2 ttl=62 time=17.577 ms 84 bytes from 10.200.0.107 ic...

VXLAN with VPC

hostname DCB-Leaf1 nv overlay evpn feature ospf feature bgp feature pim feature fabric forwarding feature interface-vlan feature vn-segment-vlan-based feature hsrp feature lacp feature vpc feature nv overlay 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 vpc domain 102   peer-switch   role priority 1000   peer-keepalive destination 192.168.30.2 source 192.168.30.1   peer-gateway   ip arp ...