Cisco Cisco Packet Data Gateway (PDG) Dépliant

Pagina di 8487
Exec Mode Commands (D-S)   
▀  ping 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
3938 
   
src
 
host_ip_address
 
Specifies the source IP address in IPv4 dotted-decimal notation.Default: originating system’s IP address 
Usage 
This command is useful in verifying network routing and if a remote node is able to respond at the IPv4 layer. 
Example
 
The following command is the most basic and will report the results of trying to communication with remote 
node 
remoteABC
ping remoteABC 
The following command verifies communication with the remote node 
10.2.3.4
 using 
1000
 packets. 
ping 10.2.3.4 count 1000 
The following command verifies communication with remote node 
remoteABC
 while making it appears as 
though the source is remote node with IP address 
10.2.3.4
ping remoteABC src 10.2.3.4 
Important:
  The responses from the remote host to the ping packets will be rerouted to the host specified as the 
source.