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.

Data Link Layer<br />

Two things happen here: The bearer channel (B-channel) is set up and the data channels<br />

(D-channel) are set up. This, essentially, is how a call is made. There is a bit of overlap<br />

with the physical layer (dialer strings/maps) much. (1) The D-channel is uses a protocol<br />

called “Link Access Protocol-D” or LAPD. This uses Q.921 for establishment.<br />

Therefore it makes sense for us to debug Q.921 during troubleshooting. (2) If a protocol<br />

is used then it must hand-shake (establish, negotiate, and maintain of LCP-Link Control<br />

Protocol). This is where service profile identifiers (SPID) may or may not be used (a.k.a<br />

“TEI”)and username/password problems can be found. Also, certain manufacturers of<br />

networking equipment do not require specific encapsulations. Nine times out of ten they<br />

do require PPP for encapsulation. For example, MERGE boxes do not require PPP but<br />

ADTRAN units do require PPP. Good stuff to know when setting them up.<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 />

<strong>Network</strong> Layer<br />

(1) This is where our network layer implementation of PPP takes place (NCP-<strong>Network</strong><br />

Control Prtocol). This is where username and password problems can also be found. (Ok<br />

so there is some overlap). Here we will also find the Q.931 protocol to finish our ISDN<br />

connection.<br />

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

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

Troubleshooting ISDN:<br />

Just like we have done before you will start at the physical layer and work your way up<br />

the OSI model:<br />

1. ISDN DDR generates “interesting” traffic PHYSICAL<br />

2. ISDN call is made DATA LINK<br />

3. PPP handshaking NETWORK<br />

Physical layer:<br />

Step 1: Since ISDN uses interesting traffic to initiate a call we must first generate<br />

interesting traffic. The easiest way is to ping the other ISDN interface to see if the line<br />

comes up. To check for interesting traffic beyond what happens we can use these<br />

commands (use them in this order too):<br />

sh controllers bri<br />

sh int bri0/0<br />

421

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

Saved successfully!

Ooh no, something went wrong!