Skip to main content

3.9.16 Checking the XSCF Network Connection Status


3.9.16 Checking the XSCF Network Connection Status
To check the response of network devices, use the ping command. Also, to confirm the network route, use the traceroute command.
  1. Execute the shownetwork command to display the network connection status.
XSCF> shownetwork -i
Active Internet connections (without servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 xx.xx.xx.xx:telnet xxxx:1617 ESTABLISHED
  1. Execute the ping command to check for a response from a network device.
    The following example sends a packet three times to the host named scf0-hostname.
XSCF> ping -c 3 scf0-hostname
PING scf0-hostname (XX.XX.XX.XX): 56 data bytes
64 bytes from XX.XX.XX.XX: icmp_seq=0 ttl=64 time=0.1 ms

64 bytes from XX.XX.XX.XX: icmp_seq=1 ttl=64 time=0.1 ms

64 bytes from XX.XX.XX.XX: icmp_seq=2 ttl=64 time=0.1 ms


--- scf0-hostname ping statistics ---

3 packets transmitted, 3 packets received, 0% packet loss

round-trip min/avg/max = 0.1/0.1/0.1 ms
  1. Execute the traceroute command to check the network path to a network device.
    The following example displays the network paths to the host named server.example.com.
XSCF> traceroute server.example.com
traceroute to server.example.com (XX.XX.XX.XX), 30 hops max, 40 byte packets
1 XX.XX.XX.1 (XX.XX.XX.1) 1.792 ms 1.673 ms 1.549 ms

2 XX.XX.XX.2 (XX.XX.XX.2) 2.235 ms 2.249 ms 2.367 ms

3 XX.XX.XX.3 (XX.XX.XX.3) 2.199 ms 2.228 ms 2.361 ms

4 XX.XX.XX.4 (XX.XX.XX.4) 2.516 ms 2.229 ms 2.357 ms

5 XX.XX.XX.5 (XX.XX.XX.5) 2.546 ms 2.347 ms 2.272 ms

6 server.example.com (XX.XX.XX.XX) 2.172 ms 2.313 ms 2.36 ms