19.07.2013 Views

CCNP TSHOOT 6.0 - The Cisco Learning Network

CCNP TSHOOT 6.0 - The Cisco Learning Network

CCNP TSHOOT 6.0 - The Cisco Learning Network

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>CCNP</strong>v6 <strong>TSHOOT</strong><br />

Layer 3 is a common starting point for many troubleshooting procedures. An often applied method is the divideand-conquer<br />

approach. When a user reports a problem concerning connectivity to a certain service or application<br />

running on a server, a good first step is to determine if there is end-to-end IP connectivity between the client and<br />

the server. If this is the case, you can focus on the higher layers of the Open Systems Interconnection (OSI)<br />

reference model.<br />

End-to-end IP connectivity can be confirmed or denied by using the ping or traceroute commands. Almost<br />

every operating system supports these commands in some form, but the syntax might be slightly different for<br />

different operating systems.<br />

A prerequisite to using this method is that the appropriate Internet Control Message Protocol (ICMP) messages<br />

are allowed on the network and not blocked by any firewalls, including host-based firewalls on the destination<br />

host. If you cannot use ping and traceroute effectively, you might have to resort to analyzing traffic captures of the<br />

actual traffic flows to determine if packets can be sent at the network layer between the affected hosts.<br />

Using the Correct Source Address<br />

R2#ping 10.1.50.1 source Lo0<br />

Type escape sequence to abort.<br />

Sending 5, 100-byte ICMP Echos to 10.1.50.1, timeout is 2 seconds:<br />

Packet sent with a source address of 10.1.202.1<br />

!!!!!<br />

Success rate is 100 percent (5/5), round-trip min/avg/max = 16/20/32 ms<br />

R2#traceroute 10.1.50.1 source Lo0<br />

Type escape sequence to abort.<br />

Tracing the route to 10.1.50.1<br />

1 10.1.1.1 16 msec 16 msec 8 msec<br />

2 10.1.2.1 8 msec 16 msec 12 msec<br />

3 10.1.50.1 12 msec 12 msec 8 msec<br />

Be aware that a successful ping or traceroute response is dependent on two things: the availability of a route to<br />

the destination and a route back to the source. Especially when running tests from the first-hop router in the path,<br />

make sure to specify the source address of the ping or traceroute. If you do not specify the source address, the<br />

router uses the IP address of the egress interface as the source for the packets. Using an address from a different<br />

source subnet than the client might lead you to reach wrong conclusions if the problem concerns the return path<br />

for the packets.<br />

All contents are Copyright © 1992–2010 <strong>Cisco</strong> Systems, Inc. All rights reserved. This document is <strong>Cisco</strong> Public Information. Page 18 of 32

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!