05.01.2013 Views

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

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.

530 Chapter 10 � Wide Area <strong>Network</strong>ing Protocols<br />

4. Set the SPIDs on 804B and make the IP address of the interface<br />

172.16.60.2/24.<br />

804A#config t<br />

804A(config)#int bri0<br />

804A(config-if)#isdn spid 1 0835866201 ldn 8358662<br />

804A(config-if)#isdn spid 2 0835866401 ldn 8358664<br />

804A(config-if)#ip address 172.16.60.2<br />

255.255.255.0<br />

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

5. Create static routes on the routers to use the remote ISDN interface.<br />

Dynamic routing will create two problems: (1) the ISDN line will<br />

always stay up, and (2) a network loop will occur because of multiple<br />

links between the same location. The <strong>CCNA</strong> exam only discusses distant<br />

vector routing protocols (RIP and IGRP). Static routes are recommended<br />

with ISDN.<br />

804A(config)#ip route 172.16.50.0 255.255.255.0<br />

172.16.60.2<br />

804A(config)#ip route 172.16.60.2 255.255.255.255<br />

bri0<br />

804B(config)#ip route 172.16.30.0 255.255.255.0<br />

172.16.60.1<br />

804B(config)#ip route 172.16.60.1 255.255.255.255<br />

bri0<br />

6. Specify interesting traffic to bring up the ISDN link. Let’s choose all IP<br />

traffic. This is a global configuration mode command.<br />

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

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

7. Under the BRI interface of both routers, add the command dialergroup<br />

1, which matches the dialer-list number.<br />

804B(config)#config t<br />

804B(config)#int bri0<br />

804B(config)#dialer-group 1

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

Saved successfully!

Ooh no, something went wrong!