Description
Performs a trace route for packets that were sent to a DR Series system.
Syntax
network --traceroute --destination 10.25.20.20
Result
traceroute to 10.15.10.21 (10.15.10.21), 30 hops max, 40 byte packets
1 10.25.24.1 (10.25.24.1) 0.510 ms 0.654 ms 0.673 ms
2 10.20.12.16 (10.20.12.16) 7.095 ms 7.564 ms 7.843 ms
3 10.16.16.2 (10.16.16.2) 1.092 ms 1.097 ms 1.130 ms
4 10.16.0.9 (10.16.0.9) 1.006 ms 0.980 ms 1.017 ms
5 10.18.14.97) 6.864 ms 5.703 ms 6.264 ms
6 10.13.19.5) 7.230 ms 7.230 ms 7.260 ms
7 10.16.19.6) 8.540 ms 8.624 ms 8.848 ms
8 10.15.15.11 (10.15.15.11) 8.772 ms 9.032 ms 8.859 ms
9 10.18.15.18 (10.158.15.18) 10.540 ms 10.674 ms 10.285 ms
10 10.15.0.21 (10.15.0.21) 9.153 ms 9.051 ms 9.216 ms
Description
Pings any target DR Series system by sending five ICMP ECHO_REQUEST packets to the specified destination to verify that it can be reached. The interface option is only available on a Physical DR.
Syntax
network --ping --destination 10.25.19.5
Result
PING 10.25.19.5 (10.25.19.5) from 10.20.14.15 bond0: 56(84) bytes of data.
64 bytes from 10.25.19.5: icmp_seq=1 ttl=64 time=0.039 ms
64 bytes from 10.25.19.5: icmp_seq=2 ttl=64 time=0.049 ms
64 bytes from 10.25.19.5: icmp_seq=3 ttl=64 time=0.041 ms
64 bytes from 10.25.19.5: icmp_seq=4 ttl=64 time=0.041 ms
64 bytes from 10.25.19.5: icmp_seq=5 ttl=64 time=0.049 ms
--- 10.25.19.5 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3999ms
rtt min/avg/max/mdev = 0.039/0.043/0.049/0.009 ms
Other Command Options
--tries
Specify the number of ping attempts by entering a value using the DR Series system CLI --tries command option.
Example
network --ping --destination 10.25.19.5 --tries 3
PING 10.25.19.5 (10.25.19.5) from 10.20.14.15 bond0: 56(84) bytes of data.
64 bytes from 10.25.19.5: icmp_seq=1 ttl=64 time=0.032 ms
64 bytes from 10.25.19.5: icmp_seq=2 ttl=64 time=0.049 ms
64 bytes from 10.25.19.5: icmp_seq=3 ttl=64 time=0.047 ms
--- 10.25.19.5 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 5999ms
rtt min/avg/max/mdev = 0.032/0.043/0.049/0.005 ms
--size
Specify a desired ping packet size by entering a value using the DR Series system CLI --size command option.
Example
network --ping --destination system-69 --size 35
PING 10.20.19.20 (10.20.19.20) from myDR4000 bond0: 35(63) bytes of data.
43 bytes from 10.20.19.20: icmp_seq=1 ttl=64 time=0.129 ms
43 bytes from 10.20.19.20): icmp_seq=2 ttl=64 time=0.163 ms
43 bytes from 10.20.19.20: icmp_seq=3 ttl=64 time=0.166 ms
43 bytes from 10.20.19.20: icmp_seq=4 ttl=64 time=0.237 ms
43 bytes from 10.20.19.20: icmp_seq=5 ttl=64 time=0.179 ms
--- 10.20.19.20.acme.local ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.129/0.174/0.237/0.038 ms
--interface
Specify an interface address to use as the source address by entering a value using the DR Series system CLI --interface command option.
Example
network --ping --destination system-69 --interface bond0
Description
The command blinks the LED on the specific ethernet device.
Syntax
network --blink --nwif <ethN> --time <N>
--nwif Eth interface to blink.
--time Blink duration time in seconds (default 10, max 300).
For example, to blink the LED for eth3, run the command: network --blink --nwif eth3 --time 30
Result
Check the LED on the ethernet card on the back of the system for identification.
Description
The command starts the specific ethernet device(s) on restart.
Syntax
network --enable [--bondif <bond0,bond1,...,bondN>]
[--nwif <eth0,eth1,...,ethN>]
--bondif Bond interface(s) to delete.
--nwif Eth interface(s) to dele
For example, to enable eth2, run the command: network --enable --nwif eth2
Result
Interface device operation successful. Please restart networking for the changes to take effect.