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.

ISDN Operation and Troubleshooting<br />

Objective:<br />

This paper lab explains the fundamentals of ISDN operation. Here we will start with the<br />

theory of ISDN operation, then break it down a little more in-depth layer <strong>by</strong> layer,<br />

discuss troubleshooting commands for ISDN, and then finish <strong>by</strong> looking at how to<br />

decipher the debug and show command outputs of working and non-working ISDN lines.<br />

ISDN Theory of Operation:<br />

ISDN, as a WAN technology, is fairly simple: once you know how to set it up and use it.<br />

It is a technology that has been around for a while now and is used for main WAN<br />

connections or, more likely, as backup connections for other WAN technologies. Once<br />

you understand how ISDN operates you should be more likely to understand what you<br />

need to set up on your routers and how to troubleshoot it.<br />

ISDN operation is a simple (I think it is…) three-step operation that correlates nicely with<br />

the lower three layers of 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 />

Then you are ready to go! Let’s look at each step a bit more in-depth.<br />

Layer-By-Layer ISDN Operation:<br />

Physical Layer<br />

As we discuss the steps they will be numbered and correlated to the router configuration.<br />

Use this to correlate the discussion (“the theory”) with the implementation (“learning <strong>by</strong><br />

doing”). (1) Of course no traffic will pass through a physical interface if it is physically<br />

“shut down” so we must also configure our interfaces to be up during this phase. (2)<br />

ISDN uses Dial on Demand Routing (DDR) to establish the first phase of connection at<br />

the physical layer. We set up access control lists in our configuration that determine<br />

“what is” and “what is not interesting traffic.” This will decide whether or not we move<br />

on to the second phase. Finally you may see the term “spoofing” used during<br />

troubleshooting or checking the status of an ISDN connection. The router “spoofs”<br />

(fakes) a connection during the set up phases to imitate an active state, otherwise the next<br />

steps could not take place. Some commands that must be used to set up a basic ISDN<br />

connection include:<br />

router(config)#int bri0/0 (1)<br />

router(config-if)#ip address 192.168.1.1 255.255.255.0 (1)<br />

router(config-if)#no shut (1)<br />

router(config-if)#dialer-group 1 (2)<br />

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

router(config)#dialer-list 1 protocol ip permit (2)<br />

420

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

Saved successfully!

Ooh no, something went wrong!