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.

3. Configure the ISDN interface on “smarts.” You will be configuring the ip<br />

address, “no shut,” dialer group, and a dialer map (how to get from here to<br />

there).<br />

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

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

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

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

smarts(config-if)#dialer map ip 192.168.1.2 name kissane 5552000<br />

4. Configure the ISDN interface on “kissane” with similar commands. You will<br />

be configuring the ip address, the isdn spid (service profile identifiers), and a<br />

dialer map (how to get from here to there).<br />

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

kissane(config-if)#ip address 192.168.1.2 255.255.255.0<br />

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

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

kissane(config-if)#dialer map ip 192.168.1.1 name smarts 5551000<br />

5. Test the connection using ping, sh ip route, and sh cdp nei from BRI0/0 to<br />

BRI0/0. Use “show isdn status” to inspect the status of the BRI interfaces.<br />

You should see:<br />

smarts#sh isdn status<br />

Global ISDN Switchtype = basic-5ess<br />

ISDN BRI0/0 interface<br />

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

Layer 1 Status:<br />

ACTIVE<br />

Layer 2 Status:<br />

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

MULTIPLE_FRAME_ESTABLISHED<br />

Layer 3 Status:<br />

1 Active Layer 3 Call(s)<br />

Activated dsl 0 CCBs = 1<br />

CCB:callid=8001, sapi=0, ces=1, B-chan=1, calltype=DATA<br />

The Free Channel Mask: 0x80000002<br />

Total Allocated ISDN CCBs = 1<br />

smarts#<br />

Here we can see an “active” good ISDN connection.<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<br />

413

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

Saved successfully!

Ooh no, something went wrong!