Site icon eConfigs

CCNA 7.6.a: Ping and traceroute with extended option

Overview:

Extended ping and extended traceroute commands are used to perform more advanced checks of host reachability and network connectivity

 

Study Notes:

 

Standard Ping

Router#ping 192.168.1.2

 

Extended Ping

Router>enable
Router#ping
Protocol [ip]:
Target IP address: 192.168.1.2
Repeat count [5]: 10
Datagram size [100]: 1500
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 172.16.1.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 10, 1500-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!!!!!!
Success rate is 100 percent (10/10), round-trip min/avg/max = 34/89/121 ms  

!--- Ping is successful.
Router#

 

Router#ping 192.168.1.2 source 172.16.1.1 repeat 10 size 1500

 

Standard Traceroute

Router#traceroute 192.168.1.2

 

Extended Traceroute

Router>enable
Router#traceroute
Protocol [ip]:
Target IP address: 192.168.1.2
Source address: 172.16.1.1
Numeric display [n]:
Timeout in seconds [3]:
Probe count [3]:
Minimum Time to Live [1]:
Maximum Time to Live [30]:10
Port Number [33434]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Type escape sequence to abort.
Tracing the route to 192.168.1.2

  1 172.18.2.2 16 msec 19 msec 19 msec
  2 172.20.20.2 28 msec 30 msec 32 msec
  3 192.168.1.2 32 msec 25 msec *   

!--- The traceroute is successful.


Router#

 

Router#traceroute 192.168.1.2 source 172.16.1.1 ttl 1 10
Exit mobile version