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.

Type escape sequence to abort.<br />

Sending 5, 100-<strong>by</strong>te ICMP Echos to 192.168.1.1, timeout is 2 seconds:.....<br />

Success rate is 0 percent (0/5)<br />

Aha! No PPP is being negotiated at all. We would expect some problem with PPP not<br />

being on the routers at all. Since we have several hints we just need to go back and<br />

double-check very closely our configurations for our layer 2 commands:<br />

router(config-if)dialer map ip 192.168.1.2 name routerB 5552000 (2)<br />

router(config-if)isdn spid1 51055512340001 5551234 (2)<br />

router(config-if)isdn spid2 51055512350001 5551235 (2)<br />

router(config-if)#enc ppp (2)<br />

router(config-if)#ppp authentication chap (2)<br />

router(config)#username joe password cisco (2)<br />

router(config)#ip host joe 192.168.1.1 (2)<br />

To fix this we just add in the dialer map statement.<br />

Incorrect dialer list (layer 2):<br />

For this I just changed the dialer map statement from so the number called would be<br />

incorrect (actually to itself). You will have the same outputs as if you did not even have<br />

a map.<br />

Incorrect spid (layer 2/3):<br />

If you have more than one spid then you will have to change them all. The other spids<br />

are secondary and will be used in case the primary spid does not work. This one is easy<br />

to spot…the spid gets rejected.<br />

kissane#ping 192.168.1.1<br />

Type escape sequence to abort.<br />

Sending 5, 100-<strong>by</strong>te ICMP Echos to 192.168.1.1, timeout is 2 seconds:.....<br />

Success rate is 0 percent (0/5)<br />

06:00:43: %ISDN-6-LAYER2UP: Layer 2 for Interface BR0/0, TEI 64 changed<br />

to up<br />

06:00:43: %ISDN-4-INVALID_SPID: Interface BR0/0, Spid1 was rejected<br />

kissane#<br />

Just for sake of continuity let’s check our isdn status too.<br />

kissane#sh isdn status<br />

Global ISDN Switchtype = basic-ni<br />

ISDN BRI0/0 interface<br />

dsl 0, interface ISDN Switchtype = basic-ni<br />

Layer 1 Status:<br />

ACTIVE<br />

Layer 2 Status:<br />

TEI = 64,Ces = 1,SAPI = 0,State =MULTIPLE_FRAME_ESTABLISHED<br />

437

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

Saved successfully!

Ooh no, something went wrong!