Home > Networking Solutions > Enterprise/Data Center Networking Solutions > SmartFabric OS10 Networking Solutions > Guides > Multitenancy using VRF with Dell SmartFabric OS10 Implementation Guide > Verify connectivity to the sales VRF instance
Use the ping command to verify connectivity to interfaces in the sales VRF instance for the Rack-1 and Rack-2 switches.
Rack 1 switch |
Rack-1# ping vrf sales 172.16.1.1 PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data. 64 bytes from 172.16.1.1: icmp_seq=1 ttl=64 time=0.086 ms 64 bytes from 172.16.1.1: icmp_seq=2 ttl=64 time=0.064 ms 64 bytes from 172.16.1.1: icmp_seq=3 ttl=64 time=0.043 ms ^C --- 172.16.1.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 94ms rtt min/avg/max/mdev = 0.043/0.059/0.086/0.017 ms
Rack-1# ping vrf sales 172.16.2.1 !! Loopback 1 interface Rack-2 PING 172.16.2.1 (172.16.2.1) 56(84) bytes of data. 64 bytes from 172.16.2.1: icmp_seq=1 ttl=64 time=0.343 ms 64 bytes from 172.16.2.1: icmp_seq=2 ttl=64 time=0.304 ms 64 bytes from 172.16.2.1: icmp_seq=3 ttl=64 time=0.322 ms ^C --- 172.16.2.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 57ms rtt min/avg/max/mdev = 0.304/0.333/0.364/0.025 ms
Rack-1# ping vrf sales 10.1.2.1 PING 10.1.2.1 (10.1.2.1) 56(84) bytes of data. 64 bytes from 10.1.2.1: icmp_seq=1 ttl=64 time=0.084 ms 64 bytes from 10.1.2.1: icmp_seq=2 ttl=64 time=0.048 ms 64 bytes from 10.1.2.1: icmp_seq=3 ttl=64 time=0.052 ms ^C --- 10.1.2.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 28ms rtt min/avg/max/mdev = 0.048/0.061/0.084/0.017 ms
Rack-1# ping vrf sales 10.1.2.2 PING 10.1.2.2 (10.1.2.2) 56(84) bytes of data. 64 bytes from 10.1.2.2: icmp_seq=1 ttl=64 time=0.340 ms 64 bytes from 10.1.2.2: icmp_seq=2 ttl=64 time=0.261 ms 64 bytes from 10.1.2.2: icmp_seq=3 ttl=64 time=0.280 ms ^C --- 10.1.2.2 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 44ms rtt min/avg/max/mdev = 0.261/0.293/0.340/0.039 ms Rack-1# ping vrf sales 100.1.1.2 PING 100.1.1.2 (100.1.1.2) 56(84) bytes of data. 64 bytes from 100.1.1.2: icmp_seq=1 ttl=64 time=0.367 ms 64 bytes from 100.1.1.2: icmp_seq=2 ttl=64 time=0.307 ms 64 bytes from 100.1.1.2: icmp_seq=3 ttl=64 time=0.352 ms ^V^C --- 100.1.1.2 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 52ms rtt min/avg/max/mdev = 0.307/0.342/0.367/0.025 ms |