19.07.2013 Views

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

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 Signaling configuration on RT1 with a single remote site:<br />

RT1(config-if)#dialer string 11111111<br />

RT1(config-if)#^Z<br />

RT1#<br />

PC1<br />

E0<br />

172.16.1.1/24<br />

Figure 27-2: Sample ISDN Network with Multiple Remote Sites<br />

- However, with multiple remote sites, the dialing router must know the phone number of the sites,<br />

as well as the phone number to use when calling to each site.<br />

- The dialer map interface subcommand specifies the parameters to reach a destination router,<br />

eg: next-hop address, hostname, and the phone number (dial string).<br />

- Note: PAP or CHAP authentication is required when dialing to more than one site with ISDN.<br />

Both authentication methods require PPP encapsulation. CHAP is used in this example.<br />

- Since RT1 receives CHAP challenges from 2 different remote sites, thus it must know which<br />

router is sending the CHAP request. The name {hostname} parameter in the dialer map<br />

command tells the router which username command to use for the CHAP authentication.<br />

- The broadcast keyword indicates whether broadcasts (eg: routing updates) can be sent across a<br />

PPP link. It does not really forward data link broadcasts.<br />

- ISDN Signaling configuration on RT1 with multiple remote sites:<br />

RT1<br />

ISDN Cloud<br />

BRI0<br />

10.10.10.1/29<br />

RT1#conf t<br />

Enter configuration commands, one per line. End with CNTL/Z.<br />

RT1(config)#ip route 172.16.3.0 255.255.255.0 10.10.10.3<br />

RT1(config)#access-list 101 permit tcp any host 172.16.3.2 eq ftp<br />

RT1(config)#username RT2 password cisco123<br />

RT1(config)#username RT3 password cisco456<br />

RT1(config)#<br />

RT1(config)#int bri0<br />

RT1(config-if)#encapsulation ppp<br />

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

RT1(config-if)#no dialer string 11111111<br />

RT1(config-if)#dialer map ip 10.10.10.2 broadcast name RT2 11111111<br />

RT1(config-if)#dialer map ip 10.10.10.3 broadcast name RT3 22222222<br />

195<br />

10.10.10.2/29<br />

BRI0<br />

BRI0<br />

10.10.10.3/29<br />

RT2<br />

RT3<br />

E0<br />

172.16.2.1/24<br />

ServerA<br />

E0<br />

172.16.3.1/24<br />

ServerB<br />

Copyright © 2008 Yap Chin Hoong<br />

yapchinhoong@hotmail.com

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

Saved successfully!

Ooh no, something went wrong!