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

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

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

outer#sh frame map<br />

Serial0/0 (up): ip 192.168.1.1 dlci 16(0x10,0x400), dynamic,<br />

broadcast,, status defined, active<br />

router #sh ip route<br />

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP<br />

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area<br />

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2<br />

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP<br />

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default<br />

U - per-user static route, o - ODR<br />

Gateway of last resort is not set<br />

C 2.0.0.0/8 is directly connected, Loopback0<br />

C 192.168.1.0/24 is directly connected, Serial0/0<br />

Ok…we can take a hint here…with our show frame map we see we are expecting<br />

dynamic routing to take place. But we don’t see any routes learned via dynamic<br />

routing in our sh ip route. So let’s check our router config. We find no routing<br />

protocol. Therefore we add in the same routing protocol that is enabled on the<br />

other side:<br />

router(config)#router eigrp 38<br />

router(config-router)#network 192.168.1.0<br />

router(config-router)#network 1.0.0.0<br />

So what have I learned here?<br />

Nothing really glamorous just frame relay operation and troubleshooting. Again it is<br />

easy when you know how. Unlike the other troubleshooting labs this one relies more<br />

upon over-all troubleshooting commands (like show controllers and sh ip route) than<br />

upon specific frame-relay only troubleshooting commands. Keep in mind that your<br />

problem may not be frame-relay related at all…it could be host names, ip addresses,<br />

etc. If you really, really get stuck, then save your configs, turn everything off and go<br />

do something for an hour or so. A clear head can really help in troubleshooting.<br />

411

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

Saved successfully!

Ooh no, something went wrong!