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.

Here we can see a problem with our ISDN connection. Unlike the MERGE box<br />

we need to include service profile identifiers, ppp and authentication.<br />

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

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

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

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

smarts(config)#username kissane password 0 cisco<br />

smarts(config)#ip host kissane 192.168.1.2<br />

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

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

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

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

kissane(config)#username smarts password 0 cisco<br />

kissane(config)#ip host smarts 192.168.1.1<br />

6. 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. Its actually faster than the routing protocol (I<br />

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

a quad-zero (“gateway of last resort”) between the two.<br />

smarts(config)#ip route 192.168.200.0 255.255.255.0 192.168.1.2<br />

This route basically is saying. “in order to get to the 192.168.200.0/24 network<br />

use the 192.168.1.2 interface.”<br />

kissane(config)#ip route 192.168.100.0 255.255.255.0 192.168.1.1<br />

kissane(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.2<br />

This route basically is saying, “in order to get to the 192.168.100.0/24 network<br />

use the 192.168.1.1 interface.” You should be able to ping and see all networks.<br />

Now you should see:<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 />

.!!!!<br />

Success rate is 80 percent (4/5), round-trip min/avg/max = 32/32/33 ms<br />

00:21:07: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to up<br />

00:21:07: %ISDN-6-CONNECT: Interface BRI0/0:1 is now connected to<br />

5551000<br />

418

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

Saved successfully!

Ooh no, something went wrong!