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.

Optional Commands<br />

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

ip route 172.16.30.0 255.255.255.0 172.16.60.1<br />

ip route 172.16.60.1 255.255.255.255 BRI0<br />

!<br />

dialer-list 1 protocol ip permit<br />

!<br />

The BRI interface is running the PPP encapsulation and has a timeout<br />

value of 300 seconds. The load-threshold command makes both BRI<br />

interfaces come up immediately (Okay, I feel that if I am paying for both I<br />

want them both up all the time). The one thing you really want to notice is<br />

the dialer-group 1 command. That number must match the dialer-list<br />

number. The hold-queue 75 in command tells the router that when it<br />

receives an interesting packet, it should queue up to 75 packets while it is<br />

waiting for the BRI to come up. If there are more than 75 packets queued<br />

before the link comes up, the packets will be dropped.<br />

There are two other commands that you should configure on your BRI interface:<br />

the dialer load-threshold command and the dialer idletimeout<br />

command.<br />

The dialer load-threshold command tells the BRI interface when to<br />

bring up the second B channel. The option is from 1–255, where 255 tells the<br />

BRI to bring up the second B channel only when the first channel is 100 percent<br />

loaded. The second option for that command is in, out, or either. This<br />

calculates the actual load on the interface either on outbound traffic,<br />

inbound traffic, or combined. The default is outbound.<br />

The dialer idle-timeout command specifies the number of seconds<br />

before a call is disconnected after the last interesting traffic is sent. The<br />

default is 120 seconds.<br />

RouterA(config-if)#dialer load-threshold 125 either<br />

RouterA(config-if)#dialer idle-timeout 180<br />

The dialer load-threshold 125 tells the BRI interface to bring up the<br />

second B channel if either the inbound or outbound traffic load is 50 percent.<br />

The dialer idle-timeout 180 changes the default disconnect time from<br />

120 to 180 seconds.

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

Saved successfully!

Ooh no, something went wrong!