24 April, 2013

CCNP T-Shoot Ping


#Phase 1: Testing Connectivity (Ping)

RCS3600#ping 4.2.2.2 
Sending 5, 100-byte ICMP Echos to 4.2.2.2,
!!!!!
--------------------------------------------------
#Phase 2: Change Source Address

RCS3600#show ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            192.168.2.210   YES NVRAM  up                    up
Loopback1                  192.168.5.1     YES manual up                    up
RCS3600#ping 4.2.2.2 source loopback 1
Sending 5, 100-byte ICMP Echos to 4.2.2.2,
Packet sent with a source address of 192.168.5.1
.....
--------------------------------------------------
#Phase 3: Change Packet Size And Amount

RCS3600#ping 4.2.2.2 size 500 repeat 10
Sending 10, 500-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:
!!!!!!!!!!