Cisco,CCNA,640-802,And,CCENT,C computer Cisco CCNA 640-802 And CCENT Certification: HDLC Configurat
----------------------------------------------------------Permission is granted for the below article to forward,reprint, distribute, use for ezine, newsletter, website,offer as free bonus or part of a product for sale as longas no changes a Gone are those times when the companies and the organisations didn't need a hi-tech system to handle them. Owing to the considerable increase in the business sector and thus, an enormous increase in the complexity of the organisational struc
Your CCNA and CCENT exam success depends on knowing how to configure and troubleshoot HDLC and PPP on Cisco routers, as well as knowing the differences and similarities between the two. Today we'll take a look at HDLC and some basic router configurations, and in future CCNA and CCENT certification exam tutorials, we'll examine PPP in detail.With a point-to-point WAN link such as the following, we've got two options for encapsulation - HDLC and PPP. (HDLC, PPP, and Frame Relay do not run on LANs - you wouldn't configure them on Ethernet interfaces.)We're not going to discuss HDLC for long, since there's not much to say about it - but what there is to say is very important! The version of HDLC used by Cisco routers is the default encapsulation type on Serial interfaces, verifiable with the show interface serial command. (Only the portion of this command's output dealing with the PTP WAN link will be shown in this section.)R1#show interface serial 1Serial1 is up, line protocol is up Hardware is HD64570 Internet address is 172.12.13.1/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not setR3#show int serial1Serial1 is up, line protocol is up Hardware is HD64570 Internet address is 172.12.13.3/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not setAt this point, each partner in the PTP link can ping the other.R1#ping 172.12.13.3Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 172.12.13.3, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 36/36/36 msR3#ping 172.12.13.1Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 172.12.13.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 32/35/36 msThis particular version of the High Data-Link Control encapsulation is Cisco-proprietary, a fancy way of saying "only Cisco routers understand this encapsulation type". If a router at the end of a PTP link is running HDLC encapsulation, the remote partner in the link must do so as well. If one of the routers is running another encapsulation type, the physical interfaces will still be up, but the line protocol will go down and IP connectivity will be lost. To illustrate, I'll change the encapsulation type on R3's Serial1 interface to the Point-To-Point Protocol (PPP).R3(config-if)#exitR3(config)#int serial 1R3(config-if)#encapsulation pppA few seconds later, the line protocol goes down on R3.2d04h: %SYS-5-CONFIG_I: Configured from console by console2d04h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to downshow interface serial 1 on both routers verifies that the physical interface is up, but the line protocol is down. IP connectivity is lost.R3#show interface serial 1Serial1 is up, line protocol is downR3#ping 172.12.13.1Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 172.12.13.1, timeout is 2 seconds:.....Success rate is 0 percent (0/5)R1#show interface serial 1Serial1 is up, line protocol is downR1#ping 172.12.13.3Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 172.12.13.3, timeout is 2 seconds:.....Success rate is 0 percent (0/5)The encapsulation mismatch has brought the line protocol down, and to bring it back up, we simply need to make the encapsulation types match again. We'll do just that in the next installment of my exclusive Cisco CCENT / CCNA certification exam tutorial series!
Cisco,CCNA,640-802,And,CCENT,C