Compact T1 - Release 6.1 5-67
CLI Commands
rtrping
rtrping
Use the rtrping command to request that the Router perform a ping test and report the result.
Syntax: rtrping {rtr_card-addr} {dest-ip-addr} [count] [count
length] [count length source-ip-addr]
Example: ping 4 192.168.100.97
> rtrping 4 192.168.100.97
Pinging 192.168.100.97 with 56 bytes of data:
Reply from 192.168.100.97: bytes=56 time<10ms
Reply from 192.168.100.97: bytes=56 time<10ms
Reply from 192.168.100.97: bytes=56 time<10ms
Reply from 192.168.100.97: bytes=56 time<10ms
Reply from 192.168.100.97: bytes=56 time<10ms
> rtrping 4 192.168.103.239
Pinging 192.168.103.239 with 56 bytes of data:
no answer from 192.168.103.239
{rtr_card-addr}
The slot number (1-6) that contains the Router (IP or CMG) card.
{dest-ip-addr}
The host IP address of the host 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.
{source-ip-addr}
Override the IP address that will be used as the source IP address in the ICMP echo request,
must be one of the router interface IP addresses. Default is to use the IP address of the
interface from which the ping is sent. The IP address, in the form of xxx.xxx.xxx.xxx,
where xxx is a number from 0-255.