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.

Step-By-Step Instructions:<br />

1. Configure the basics on each router. Don’t forget the loop back adapters. Set up<br />

and cable the lab as shown. Pick a routing protocol to use and advertise the<br />

networks.<br />

2. Set the ISDN switch type on geoffrey and osowski routers:<br />

geoffrey(config)# isdn switch-type basic-ni<br />

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

osowski(config)# isdn switch-type basic-ni<br />

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

3. Configure the ISDN interface on “smarts.” We will start <strong>by</strong> getting two of them<br />

up first. You will be configuring the ip address, the isdn spid (service profile<br />

identifiers), and a dialer map (how to get from here to there).<br />

geoffrey(config)#int bri0/0<br />

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

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

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

geoffrey(config-if)#dialer map ip 192.168.1.2 name osowski 5554000<br />

geoffrey(config-if)#isdn spid1 51055512340001 5551234<br />

geoffrey(config-if)#isdn spid2 51055512350001 5551235<br />

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

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

geoffrey(config)#username osowski password cisco<br />

geoffrey(config)#ip host osowski 192.168.1.2<br />

osowski(config)#int bri0/0<br />

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

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

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

osowski(config-if)#dialer map ip 192.168.1.2 name geoffrey 5551234<br />

osowski(config-if)#isdn spid1 51055540000001 5554000<br />

osowski(config-if)#isdn spid2 51055540010001 5554001<br />

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

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

osowski(config)#username geoffrey password cisco<br />

osowski (config)#ip host geoffrey 192.168.1.2<br />

4. Try to ping the loopback. You should not be able to see it. It should not have<br />

shown up in the ip routing table either. The ISDN line comes up, stays active,<br />

and then shuts off pretty quickly. It’s actually faster than the routing protocol (I<br />

used EIGRP). In order to make this work we need to set up some static routes<br />

between the two.<br />

447

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

Saved successfully!

Ooh no, something went wrong!