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.

Dial-on-Demand Routing (DDR) 513<br />

The command to turn on all IP traffic is shown as follows:<br />

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

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

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

The dialer-group command sets the access list on the BRI interface.<br />

Extended access lists can be used with the dialer-list command to define<br />

interesting traffic to just certain applications. We’ll cover that in a minute.<br />

Configuring the Dialer Information<br />

There are five steps in the configuration of the dialer information.<br />

1. Choose the interface.<br />

2. Set the IP address.<br />

3. Configure the encapsulation type.<br />

4. Link interesting traffic to the interface.<br />

5. Configure the number or numbers to dial.<br />

Here is an example of how to configure the five steps:<br />

804A#config t<br />

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

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

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

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

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

804A(config-if)#dialer-string 8350661<br />

Instead of the dialer-string command, you can use a dialer map,<br />

which provides more security.<br />

804A(config-if)#dialer map ip 172.16.60.2 name 804B<br />

8350661<br />

The dialer map command can be used with the dialer-group command<br />

and its associated access list to initiate dialing. The dialer map<br />

command uses the IP address of the next hop router, the hostname of the<br />

remote router for authentication, and then the number to dial to get there.

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

Saved successfully!

Ooh no, something went wrong!