Carrier Access Axxius 800 Network Card User Manual


 
Axxius 800 - Release 2.2 5-63
CLI Commands
ping
ping
ping
Use the ping command to perform a ping test from the Controller and report the result. If the
host is reachable, each individual response will be displayed.
Syntax: ping {ip-addr} [count] [length]
Example: ping 192.168.3.196 7 5000
Pinging 192.168.3.196 with 5000 bytes of data:
Reply from 192.168.3.196: bytes=5000 time=90ms
Reply from 192.168.3.196: bytes=5000 time=144ms
Reply from 192.168.3.196: bytes=5000 time=186ms
Reply from 192.168.3.196: bytes=5000 time=90ms
Reply from 192.168.3.196: bytes=5000 time=90ms
Reply from 192.168.3.196: bytes=5000 time=90ms
Reply from 192.168.3.196: bytes=5000 time=90ms
> ping 192.168.10.196 7 5000
PING 192.168.10.196: 5000 data bytes
no answer from 192.168.10.196
{ip-addr}
The host IP address of the device to query, in the form of xxx.xxx.xxx.xxx, where xxx is a
number from 0-255.
[count]
This optional parameter sets the number of pings to send. Range is 1 to 32, default is 5.
[length]
This optional parameter sets the number of bytes to send in the ICMP echo request payload.
Range is 0 to 8000, default is 56.