28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

5. Now let’s try to see how workstation “A” is routed to workstation “B” <strong>by</strong> using trace<br />

route from the DOS prompt:<br />

C:\WINDOWS\Desktop>tracert 200.150.101.2<br />

Tracing route to STAR10616125 [200.150.101.2]<br />

over a maximum of 30 hops:<br />

1 2 ms 1 ms 1 ms 200.150.100.1<br />

2 25 ms 25 ms 25 ms 201.150.100.2<br />

3 25 ms 25 ms 26 ms 202.150.100.2<br />

4 49 ms 49 ms 50 ms 201.150.101.1<br />

5 60 ms 60 ms 60 ms STAR10616125 [200.150.101.2]<br />

Trace complete.<br />

C:\WINDOWS\Desktop><br />

The “crucial” step in our trace is in bold above. We can see the path is through the<br />

lower Ethernet path in our diagram. We can actually statically configure the Ethernet<br />

1 interface (on ritchie) to pass the packets through Ethernet 1 <strong>by</strong> lowering (or raising)<br />

the specific metrics to make the 203.x..x.x. route more desirable. Likewise we could<br />

also raise (or raise) the metrics on Ethernet 0 to make it less desirable.<br />

6. Let’s start <strong>by</strong> making the 203.x.x.x more desirable <strong>by</strong> increasing the delay on<br />

Ethernet 0 from 1000 to 10000. Since there is a longer delay on Ethernet 0 (which we<br />

statically set) then the 203.x.x.x network would become the preferred route (with all<br />

other metrics being equal).<br />

ritchie(config)#int e0/0<br />

ritchie(config-if)#delay 10000<br />

7. Now we can repeat our trace and see if it works the way we want (to force the path<br />

over the 203.x.x.x network):<br />

C:\WINDOWS\Desktop>tracert 200.150.101.2<br />

Tracing route to STAR10616125 [200.150.101.2] over a maximum of 30<br />

hops:<br />

1 1 ms 1 ms 1 ms 200.150.100.1<br />

2 68 ms 25 ms 25 ms 201.150.100.2<br />

3 25 ms 26 ms 26 ms 203.150.100.2<br />

4 49 ms 49 ms 49 ms 201.150.101.1<br />

5 59 ms 59 ms 59 ms STAR10616125 [200.150.101.2]<br />

Trace complete.<br />

C:\WINDOWS\Desktop><br />

8. Bingo! Just what we had hoped for…Let’s check this with Ethereal.<br />

296

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

Saved successfully!

Ooh no, something went wrong!