| Expert Talk Free Expert Tips and Advices |
Cisco CCNA Certification Training Tutorial: PPP Multilink And ISDN BRIEarning your CCNA certification means you have to notice details about Cisco routers that others might miss, and that's true in the exam room and on the job. In today's tutorial, we'll take a look at multilink PPP - a topic that seems simple enough, bISDN BRI (Basic Rate Interface) has two B-channels that both carry data, and they each have a capacity of 64 KBPS. Interestingly enough, they don't share the load by default - the first channel has to be at capacity before the second channel starts taking some of the load. It's more efficient to have the channels share the load before then, and we can do just that by configuring PPP multilink. (Note that it's called PPP multilink for a reason. We can't configure it if the BRI interface is running at the default of HDLC.) Configuring PPP multilink is simple enough. PPP must be running on the interface to begin with, and then you simply configure the interface with the "PPP multilink" command. R1(config)#int bri0 R1(config-if)#encapsulation ppp R1(config-if)#ppp multilink Here's where knowing the details comes in handy. An additional command, "dia R1(config-if)#dialer load-threshold ? <1-255> Load threshold to place another call This value is based on 255, not 100. To bring the second channel up as described earlier, we need to enter a value that is 50% of 255: R1(config-if)#dialer load-threshold 127 The dialer load-threshold command has other options not shown here. The interface can be configured to consider only incoming or outgoing traffic for this command, or both. This is just one of the many details you must master in order to earn your CCNA certification. Take it from me - it's worth it. Keep studying! Article Directory: http://www.articledashboard.com Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including CCNA certification training articles. His exclusive CCNA study guide is also available! Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, ?How To Pass The CCNA?, is also available, and you can attend an in-person or online Cisco CCNA training boot camp with The Bryant Advantage! Permalink: http://expert-talk.com/tips/748/cisco-ccna-certification-training-tutorial-ppp-multilink-and-isdn-bri-21748.htm Related Tips and Advices
| Related Tags |
SEND A COMMENT
PLEASE READ: All comments must be approved before appearing in the thread; time and space constraints prevent all comments from appearing. We will only approve comments that are directly related to the article, use appropriate language and are not attacking the comments of others.