Ping
Multi-Site

Ping from Server5 to Server2 over Multi-Site



Step 1 - Login to Server5

Return to your terminal window and connect to Server5 located in Site2 to verify connectivity over the Multi-Site overlay to Server2 located in Site1.

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

When prompted, the password is cisco.123 .


ssh -l cisco 10.15.30.105

cisco@10.15.30.105's password:

Step 2 - Server5: Ping Server2 over Multi-Site

Initiate a ping from Server5 to Server2's IP address of 192.168.3.101.


ping -c 5 192.168.3.101

Output:

PING 192.168.3.101 (192.168.3.101): 56 data bytes
64 bytes from 192.168.3.101: seq=1 ttl=42 time=24.871 ms
64 bytes from 192.168.3.101: seq=2 ttl=42 time=21.887 ms
64 bytes from 192.168.3.101: seq=3 ttl=42 time=31.369 ms
64 bytes from 192.168.3.101: seq=4 ttl=42 time=19.541 ms

--- 192.168.3.101 ping statistics ---
5 packets transmitted, 4 packets received, 20% packet loss
round-trip min/avg/max = 19.541/24.417/31.369 ms

Step 3 - Server5: Logout

Disconnect from Server5 by typing exit.


exit

Connection to 10.15.30.105 closed.

Step 4 - Return to VSCode & Close All Open Tabs

Navigate back to your VSCode application.

  1. Right-Click on any open tab
  2. Select "Close All" from the drop-down menu



Time permitting, continue to the next section as a bonus to check out Terraform for Nexus Dashboard / Nexus Dashboard Fabric Controller.