Data Plane
NDFC - Verify

Your Site2-L1 also has a server connected to it, Server3, that you will use to verify connectivity to the new AnyCast Gateway provisioned for the Network segment (L2VNI) that resides in the BlueVRF tenant overlay (L3VNI). Then you will verify end-to-end connevtivity acorss your Multi-Site environment with intra-VXLAN connectivity between your Server3 and Server1 located in Site1 and connencted to Site1-L1 that you have used already for testing.

Step 1 - Login to Server3

If prompted to accept the RSA key fingerprint like below, type or copy yes then input the password above.

Step 2 - Server3: Ping Anycast Gateway


ping -c 5 192.168.11.1

Output:

    PING 192.168.11.1 (192.168.11.1): 56 data bytes
    64 bytes from 192.168.11.1: seq=1 ttl=255 time=2.564 ms
    64 bytes from 192.168.11.1: seq=2 ttl=255 time=2.869 ms
    64 bytes from 192.168.11.1: seq=3 ttl=255 time=2.706 ms
    64 bytes from 192.168.11.1: seq=4 ttl=255 time=1.995 ms

    --- 192.168.11.1 ping statistics ---
    5 packets transmitted, 4 packets received, 20% packet loss
    round-trip min/avg/max = 1.995/2.533/2.869 ms

Step 3 - Server3: Ping Server1


ping -c 5 192.168.11.21

Output:

    PING 192.168.11.21 (192.168.11.21): 56 data bytes
    64 bytes from 192.168.11.21: seq=0 ttl=64 time=59.888 ms
    64 bytes from 192.168.11.21: seq=1 ttl=64 time=48.645 ms
    64 bytes from 192.168.11.21: seq=2 ttl=64 time=66.649 ms
    64 bytes from 192.168.11.21: seq=3 ttl=64 time=58.922 ms
    64 bytes from 192.168.11.21: seq=4 ttl=64 time=44.283 ms
    
    --- 192.168.11.21 ping statistics ---
    5 packets transmitted, 5 packets received, 0% packet loss
    round-trip min/avg/max = 44.283/55.677/66.649 ms

Step 4 - Server3: Logout


exit