<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebProNews &#187; CCNA</title>
	<atom:link href="http://www.webpronews.com/tag/ccna/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webpronews.com</link>
	<description>Breaking News in Tech, Search, Social, &#38; Business</description>
	<lastBuildDate>Sun, 12 Feb 2012 22:29:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cisco CCNA Exam:  Five ISDN Details To Remember</title>
		<link>http://www.webpronews.com/cisco-ccna-exam-five-isdn-details-to-remember-2007-01</link>
		<comments>http://www.webpronews.com/cisco-ccna-exam-five-isdn-details-to-remember-2007-01#comments</comments>
		<pubDate>Thu, 25 Jan 2007 22:21:26 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=34796</guid>
		<description><![CDATA[CCNA exam success depends on mastering many technologies that are new to you, and few exam topics have more details than ISDN.
]]></description>
			<content:encoded><![CDATA[<p>CCNA exam success depends on mastering many technologies that are new to you, and few exam topics have more details than ISDN.</p>
<p>ISDN isn&#8217;t just for your CCNA exam studies, though.  While ISDN is dismissed by many, the fact is that there are many small and mid-size networks out there that use ISDN as their backup to frame relay.  Some of these companies have spoke networks that use ISDN to connect to their hub as well, so it&#8217;s a great idea to know ISDN configuration and troubleshooting for your real-world career as well as passing the CCNA.  With that in mind, let&#8217;s take a look at five common ISDN errors and how to avoid them.</p>
<p>With dialer map statements, remember that the phone number you put in the dialer map is the phone number of the remote router, not the local one.  Look at it this way &#8211; if you want to call a friend on your cell, you don&#8217;t pick up your cell and dial your own number!</p>
<p>Speaking of dialer map statements, don&#8217;t forget the all-important broadcast option at the end of the command:</p>
<p><code>R1(config-if)#dialer map ip 172.12.21.1 name R2 broadcast 5555555</code></p>
<p>The router will accept that command without the &#8220;broadcast&#8221; option, but routing protocol updates and hellos would not be able to travel across the line.  (This command is also needed in frame relay map statements to allow broadcasts and multicasts to be transmitted.)</p>
<p>PAP is PPP&#8217;s clear-text authentication scheme, and clear text is a really bad idea.  But if you do have to configure it, don&#8217;t forget that PAP requires additional configuration -the ppp pap sent-username command.</p>
<p><code>R1(config-if)#ppp pap sent-username R1 password CISCO</p>
<p>Must set encapsulation to PPP before using PPP subcommands</p>
<p>R1(config-if)#</code></p>
<p>The error message we got while configuring the sent-username command is another important reminder &#8211; by default, a BRI line is running HDLC, not PPP.  Since HDLC doesn&#8217;t allow us to use either PAP or CHAP, we&#8217;ll need to set the link to PPP with the encapsulation ppp command.</p>
<p><code>R1(config-if)#encapsulation ppp</p>
<p>R1(config-if)#ppp authentication pap</p>
<p>R1(config-if)#ppp pap sent-username R1 password CISCO</code></p>
<p>But before we configure any of this information, we should configure the ISDN switch-type.  Why?  Because without the switch-type configuration, it doesn&#8217;t matter that we avoid the other four errors &#8211; the line will not come up.  Configure the switch-type with the &#8220;isdn switch-type&#8221; command, and then verify it with &#8220;show isdn status&#8221;.</p>
<p><code>R1(config)#isdn switch-type basic-ni</p>
<p>R1#show isdn status</p>
<p>Global ISDN Switchtype = basic-ni</code>  (output of this command cut here for clarity)</p>
<p>If you forget this part of the configuration, the output of show isdn status wastes no time in reminding you!</p>
<p><code>R1#show isdn status</p>
<p> **** No Global ISDN Switchtype currently defined ****</code></p>
<p>ISDN is an important part of your CCNA studies, and this knowledge still comes in handy in production networks as well.  Keep studying, notice the details, run those debugs, and you&#8217;ll be a CCNA before you know it!</p>
<p>Add to <a href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.t  itle),'delicious','toolbar=no,width=700,height=400'); return false;"   CLASS="printMailTop"><img src="http://images.ientrymail.com/webpronews/delicious-pic.png" border=0> Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img   src="http://images.ientrymail.com/webpronews/digg-pic.png" border=0> Digg</a> | <a href="javascript:location.href='http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title)"><img  src="http://images.ientrymail.com/webpronews/reddit.png" border=0>Reddit</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ '   '"><img src="http://images.ientrymail.com/webpronews/furl-pic.png" border=0> Furl</a> </p>
<p> Bookmark WebProNews: <a href="http://www.webpronews.com"><img src="http://images.ientrymail.com/webpronews/wpn-readit.jpg" border=0></a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-exam-five-isdn-details-to-remember-2007-01/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA Exam: Connected Serial Interfaces</title>
		<link>http://www.webpronews.com/cisco-ccna-exam-connected-serial-interfaces-2006-09</link>
		<comments>http://www.webpronews.com/cisco-ccna-exam-connected-serial-interfaces-2006-09#comments</comments>
		<pubDate>Thu, 21 Sep 2006 13:51:02 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cable]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=31616</guid>
		<description><![CDATA[To pass the CCNA exam, you've got to master quite a few services and routing protocols that may be new to you.
]]></description>
			<content:encoded><![CDATA[<p>To pass the CCNA exam, you&#8217;ve got to master quite a few services and routing protocols that may be new to you.</p>
<p>Between RIP, IGRP, EIGRP, OSPF, and switching, there are hundreds of details you&#8217;ve got to absorb! It&#8217;s easy to spend all your time on those topics and not pay proper attention to &#8220;easier&#8221; technologies, and then all of a sudden on exam day you can&#8217;t quite remember the details of those particular services. </p>
<p>One setup you&#8217;ve got to be more than familiar with is directly connecting serial interfaces on Cisco routers. This is also a valuable skill to have in your home lab, since it allows you to add segments to your network setup.</p>
<p>A Cisco serial interface is operating as a DTE by default. The problem is that when you take a cable and connect two routers directly by their serial interfaces (with a DTE/DCE cable, that is!), they&#8217;re both waiting for the other to send them a clock rate. One of the interfaces must act as the DCE and that interface must send the clock rate.</p>
<p>If you can see the DTE/DCE cable, you can tell by looking which router has the DCE interface connected to it &#8211; the letters &#8220;DTE&#8221; or &#8220;DCE&#8221; will either be molded into the connector itself, or if it&#8217;s an older cable there should be a little piece of tape on the cable that tells you what the interface type is. But what if you have no access to the cable, or there are other cables all around it and you can&#8217;t see what type it is? </p>
<p>Run the command &#8220;show controller serial x&#8221;, with x representing the interface number the cable&#8217;s connected to. There will be quite a bit of output from this command, but the information you need is right at the top:</p>
<p><code>R1#show controller serial 1</p>
<p>HD unit 1, idb = 0x1DBFEC, driver structure at 0x1E35D0</p>
<p>buffer size 1524 HD unit 1, V.35 DTE cable</code></p>
<p>I left off the 16 or so rows of information that comes after this, but this is the information we need right now. If R1&#8242;s got the DTE cable end, the other router should have the DCE end:</p>
<p><code>R3#show controller serial 1</p>
<p>HD unit 1, idb = 0x1C44E8, driver structure at 0x1CBAC8</p>
<p>buffer size 1524 HD unit 1, V.35 DCE cable</code></p>
<p>We know now that R3 needs to supply a clock rate to R1. There&#8217;s a hint of a problem in just that little bit of command output &#8211; do you see what it is? Let&#8217;s run show interface serial1 to get more information.</p>
<p><code>R3#show int s1</p>
<p>Serial1 is up, line protocol is down</code></p>
<p>The line protocol is down because there is no clockrate being supplied by R3. If there has been, we would have seen that in the output of show controllers serial 1.</p>
<p>This is simple enough to fix, though! We&#8217;ll use the command clockrate 56000 on R3&#8242;s serial1 interface, and the line protocol will soon come up.</p>
<p><code>R3(config)#int s1</p>
<p>R3(config-if)#clockrate 56000</p>
<p>1w2d: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up</code></p>
<p>This is a simple concept, but there are a few details you must keep in mind! For a home lab configuration, you&#8217;ll need a DTE/DCE cable to make this work. If you cannot see the cable connectors, run show controllers serial x to see if the router has the DTE or DCE end of the cable attached. On the interface with the DCE attached, use the clockrate command to bring the line protocol up. It&#8217;s just that simple!</p>
<p>Tag: </p>
<p>Add to <a href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURICo  mponent(location.href)+'&#038;title ='+encodeURIComponent(document.title),'delicious','toolbar=no,width=700,height=400'); return   false;" CLASS="printMailTop"><img src=http://images1.ientrymail.com/webpronews/delicious-pic.png border=0> Del.icio.us</a> |   <a  href="javascript:voidwindow.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','  popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img   src=http://images1.ientrymail.com/webpronews/digg-pic.png border=0> Digg</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&#038;u='+encodeURICompo  nent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)   "><img src=http://images1.ientrymail.com/webpronews/yahoo-pic.png border=0> Yahoo! My Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeUR  IComponent(document.title)+' '"><img src=http://images1.ientrymail.com/webpronews/furl-pic.png border=0> Furl</a></p>
<p>Bookmark WebProNews: <a href=http://www.webpronews.com><img src=http://images.ientrymail.com/webpronews/wpn-readit.jpg border=0></a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-exam-connected-serial-interfaces-2006-09/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA: Password Recovery Procedures</title>
		<link>http://www.webpronews.com/cisco-ccna-password-recovery-procedures-2006-08</link>
		<comments>http://www.webpronews.com/cisco-ccna-password-recovery-procedures-2006-08#comments</comments>
		<pubDate>Thu, 31 Aug 2006 15:02:13 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[password recovery]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=31231</guid>
		<description><![CDATA[It might happen on your CCNA exam, it might happen on your production network - but sooner or later, youre going to have to perform password recovery on a Cisco router or switch.
]]></description>
			<content:encoded><![CDATA[<p>It might happen on your CCNA exam, it might happen on your production network &#8211; but sooner or later, youre going to have to perform password recovery on a Cisco router or switch.</p>
<p>This involves manipulating the routers configuration register, and that is enough to make some CCNA candidates and network administrators really nervous!</p>
<p>Its true that setting the configuration register to the wrong value can damage the router, but if you do the proper research before starting the password recovery process, youll be fine. </p>
<p>Despite what some books say, there is no &#8220;one size fits all&#8221; approach to Cisco password recovery.  What works on a 2500 router may not work on other routers and switches.  There is a great master Cisco document out on the Web that you should bookmark today.  Just put &#8220;cisco password recovery&#8221; in your favorite search engine and you should find it quickly.</p>
<p>The following procedure describes the process in recovering from a lost password on a Cisco 2500 router.  As always, dont practice this at home. It is a good idea to get some practice with this technique in your CCNA / CCNP home lab, though!</p>
<p>The password recovery method examined here is for 2500 routers.</p>
<p>An engineer who finds themselves locked out of a router can view and change the password by changing the configuration register.</p>
<p>The router must first be rebooted and a &#8220;break&#8221; performed within the first 60 seconds of the boot process.  This break sequence can also vary depending on what program is used to access the router, but <CRTL- BREAK> is the usual key combination. </p>
<p>The router will now be in ROM Monitor mode.  From the rom monitor prompt, change the default configuration register of 0&#215;2102 to 0&#215;2142 with the o/r 0&#215;2142 command.   Reload the router with the letter i.  (As you can see, ROM Monitor mode is a lot different than working with the IOS!)</p>
<p>This particular config register setting will cause the router to ignore the contents of NVRAM.  Your startup configuration is still there, but it will be ignored on reload.</p>
<p>When the router reloads, you&#8217;ll be prompted to enter Setup mode.  Answer &#8220;N&#8221;, and type enable at the router> prompt.</p>
<p>Be careful here.  Type configure memory or copy start run.  Do NOT type write memory or copy run start!</p>
<p>Enter the command show running-config.  You&#8217;ll see the passwords in either their encrypted or unencrypted format.</p>
<p>Type config t, then use the appropriate command to set a new enable secret or enable password.  </p>
<p>Don&#8217;t forget to change the configuration register setting back to the original value!  The command config-register 0&#215;2102 will do the job.  Save this change with write memory or copy run start, and then run reload one more time to restart the router.</p>
<p>This process sounds hard, but its really not. You just have to be careful, particularly when youre copying the startup config over the running config.  You dont want to get that backwards!  So take your time, check the online Cisco documentation before starting, get some practice with this procedure with lab equipment, and youll be ready for success on the CCNA exam and in your production network!</p>
<p>Tag: </p>
<p>Add to <a   href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURICo  mponent(location.href)+'&#038;title ='+encodeURIComponent(document.title),'delicious','toolbar=no,width=700,height=400'); return   false;" CLASS="printMailTop"><img src=http://images1.ientrymail.com/webpronews/delicious-pic.png border=0> Del.icio.us</a> |   <a       href="javascript:voidwindow.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','  popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img   src=http://images1.ientrymail.com/webpronews/digg-pic.png border=0> Digg</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&#038;u='+encodeURICompo  nent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)   "><img src=http://images1.ientrymail.com/webpronews/yahoo-pic.png border=0> Yahoo! My Web</a> | <a   href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeUR  IComponent(document.title)+' '"><img src=http://images1.ientrymail.com/webpronews/furl-pic.png border=0> Furl</a></p>
<p>Bookmark WebProNews: <a href=http://www.webpronews.com><img src=http://images.ientrymail.com/webpronews/wpn-readit.jpg border=0></a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-password-recovery-procedures-2006-08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA / CCNP Certification Exam Review:  Protocol Basics</title>
		<link>http://www.webpronews.com/cisco-ccna-ccnp-certification-exam-review-protocol-basics-2006-08</link>
		<comments>http://www.webpronews.com/cisco-ccna-ccnp-certification-exam-review-protocol-basics-2006-08#comments</comments>
		<pubDate>Fri, 04 Aug 2006 19:59:49 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Protocol]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=30749</guid>
		<description><![CDATA[To earn your Cisco CCNA certification and pass the BSCI CCNP exam, you have to know your protocol basics like the back of your hand!
]]></description>
			<content:encoded><![CDATA[<p>To earn your Cisco CCNA certification and pass the BSCI CCNP exam, you have to know your protocol basics like the back of your hand!</p>
<p>To help you review these important concepts, heres a quick look at the basics of RIPv1, RIPv2, IGRP, and EIGRP.</p>
<p>RIPv1:  Broadcasts updates every 30 seconds to the address 255.255.255.255.  RIPv1 is a classful protocol, and it does not recognize VLSM, nor does it carry subnet masking information in its routing updates.  </p>
<p>Update contains entire RIP routing table. Uses Bellman-Ford algorithm.  Allows equal-cost load-balancing by default.  Max hop count is 15.  Does not support clear-text or MD5 authentication of routing updates. Updates carry 25 routes maximum.</p>
<p>RIPv2:  Multicasts updates every 30 seconds to the address 224.0.0.9.  RIPv2 is a classless protocol, allowing the use of subnet masks.  </p>
<p>Update contains entire RIP routing table.  Uses Bellman-Ford algorithm. Allows equal-cost load-balancing by default.  Max hop count is 15.  Supports clear-text and MD5 authentication of routing updates. Updates carry 25 routes maximum.</p>
<p>IGRP:  Broadcasts updates every 90 seconds to the address 255.255.255.255.  IGRP is a Cisco-proprietary protocol, and is also a classful protocol and does not recognize subnet masking.</p>
<p>  Update contains entire routing table. Uses Bellman-Ford algorithm. Equal-cost load-balancing on by default; unequal-cost load-sharing can be used with the variance command.  Max hop count is 100.  </p>
<p>EIGRP:  Multicasts full routing table only when an adjacency is first formed.  Multicasts updates only when there is a change in the network topology, and then only advertises the change. </p>
<p> Multicasts to 224.0.0.10 and allows the use of subnet masks.  Uses DUAL routing algorithm.  Unequal-cost load-sharing available with the variance command.</p>
<p>By mastering the basics of these protocols, youre laying the foundation for success in the exam room and when working on production networks.  </p>
<p>Pay attention to the details and the payoff is &#8220;CCNA&#8221; and &#8220;CCNP&#8221; behind your name!</p>
<p>Tag: </p>
<p>Add to <a   href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURICo  mponent(location.href)+'&#038;title ='+encodeURIComponent(document.title),'delicious','toolbar=no,width=700,height=400'); return   false;" CLASS="printMailTop"><img src=http://images1.ientrymail.com/webpronews/delicious-pic.png border=0> Del.icio.us</a> |   <a       href="javascript:voidwindow.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','  popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img   src=http://images1.ientrymail.com/webpronews/digg-pic.png border=0> Digg</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&#038;u='+encodeURICompo  nent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)   "><img src=http://images1.ientrymail.com/webpronews/yahoo-pic.png border=0> Yahoo! My Web</a> | <a   href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeUR  IComponent(document.title)+' '"><img src=http://images1.ientrymail.com/webpronews/furl-pic.png border=0> Furl</a></p>
<p>Bookmark WebProNews: <a href=http://www.webpronews.com><img src=http://images.ientrymail.com/webpronews/wpn-readit.jpg border=0></a><br />
<script language=JavaScript src="http://aj.600z.com/aj/1095/0/vj?z=1&#038;dim=1088&#038;pos=15"></script></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-ccnp-certification-exam-review-protocol-basics-2006-08/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA / CCNP: Frame Relay BECNs and FECNs</title>
		<link>http://www.webpronews.com/cisco-ccna-ccnp-frame-relay-becns-and-fecns-2006-07</link>
		<comments>http://www.webpronews.com/cisco-ccna-ccnp-frame-relay-becns-and-fecns-2006-07#comments</comments>
		<pubDate>Fri, 21 Jul 2006 21:01:53 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=30499</guid>
		<description><![CDATA[BECNs and FECNs arent just important to know for your Cisco CCNA and CCNP certification exams - theyre an important part of detecting congestion on a Frame Relay network and allowing the network to dynamically adjust its transmission rate when congestion is encountered.
]]></description>
			<content:encoded><![CDATA[<p>BECNs and FECNs arent just important to know for your Cisco CCNA and CCNP certification exams &#8211; theyre an important part of detecting congestion on a Frame Relay network and allowing the network to dynamically adjust its transmission rate when congestion is encountered.</p>
<p>The Forward Explicit Congestion Notification (FECN, pronounced &#8220;feckon&#8221;) bit is set to zero by default, and will be set to 1 if congestion was experienced by the frame in the direction in which the frame was traveling. A DCE (frame relay switch) will set this bit, and a DTE (router) will receive it, and see that congestion was encountered along the frames path.</p>
<p>If network congestion exists in the opposite direction in which the frame was traveling, the Backward Explicit Congestion Notification (BECN, pronounced &#8220;beckon&#8221;) will be set to 1 by a DCE. </p>
<p>If this is your first time working with BECNs and FECNs, you might wonder why the BECN even exists &#8211; after all, why send a &#8220;backwards&#8221; notification? The BECN is actually the most important part of this entire process, since its the BECN bit that indicates to the sender that it needs to slow down!</p>
<p>For example, frames sent from Kansas City to Green Bay encounter congestion in the FR cloud. A Frame Switch sets the FECN bit to 1. In order to alert KC that its sending data too fast, GB will send return frames with the BECN bit set. When KC sees the BECN bit is set to 1, the KC router knows that the congestion occurred when frames were sent from KC to GB.</p>
<p>Frame Relay BECN Adaptive Shaping allows a router to dynamically throttle back on its transmission rate if it receives frames from the remote host with the BECN bit set. In this case, KC sees that the traffic it&#8217;s sending to GB is encountering congestion, because the traffic coming back from GB has the BECN bit set. If BECN Adaptive Shaping is running on KC, that router will adjust to this congestion by slowing its transmission rate. When the BECNs stop coming in from GB, KC will begin to send at a faster rate.</p>
<p><code>BECN Adaptive Shaping is configured as follows:</p>
<p>KC(config)#int s0</p>
<p>KC(config-if)#frame-relay adaptive-shaping becn</code></p>
<p>To see how many frames are coming in and going out with the BECN and FECN bits set, run show frame pvc. </p>
<p><code>R3#show frame pvc</p>
<p>&lt; some output removed for clarity &gt;</p>
<p>input pkts 306 output pkts 609 in bytes 45566</p>
<p>out bytes 79364 dropped pkts 0 in FECN pkts 0</p>
<p>in BECN pkts 0 out FECN pkts 0 out BECN pkts 0</p>
<p>in DE pkts 0 out DE pkts 0</p>
<p>out bcast pkts 568 out bcast bytes 75128</p>
<p>pvc create time 01:26:27, last time pvc status changed 01:26:27</code></p>
<p>Just watch the &#8220;in&#8221;s and &#8220;out&#8221;s of BECN, FECN, and DE in both the exam room and your production networks!</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-ccnp-frame-relay-becns-and-fecns-2006-07/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frame Relay DLCIs And Mappings</title>
		<link>http://www.webpronews.com/frame-relay-dlcis-and-mappings-2006-06</link>
		<comments>http://www.webpronews.com/frame-relay-dlcis-and-mappings-2006-06#comments</comments>
		<pubDate>Mon, 26 Jun 2006 20:58:22 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=30051</guid>
		<description><![CDATA[Passing the CCNA is tough, and one of the toughest parts is keeping all the acronyms straight!  Frame Relay has plenty of those, and today were going to examine what DLCIs do and how theyre mapped on a Cisco router.
]]></description>
			<content:encoded><![CDATA[<p>Passing the CCNA is tough, and one of the toughest parts is keeping all the acronyms straight!  Frame Relay has plenty of those, and today were going to examine what DLCIs do and how theyre mapped on a Cisco router.</p>
<p>Frame Relay VCs use Data-Link Connection Identifiers (DLCI &#8211; pronounced &#8220;del-see&#8221;) as their addresses. Unlike other Cisco technologies, VCs have only a single DLCI in their header.  They do not have a source and destination. </p>
<p>DLCIs have local significance only.  DLCI numbers are not advertised to other routers, and other routers can use the same DLCI numbers without causing connectivity issues.</p>
<p>Cisco uses the term global addressing to describe a technique by which a router in a frame relay network is reached via the same DLCI number from each router in the network.  For example, in a 25-router network, the same DLCI number would be used to reach &#8220;Router A&#8221; by each router.</p>
<p>Global Addressing is an organizational tool that does not affect the fact that DLCIs have local significance only.</p>
<p>The locally significant DLCI must be mapped to the destination router&#8217;s IP address.  There are two options for this, Inverse ARP and static mapping.</p>
<p>In both of the following examples, the single physical Serial interface on Router 1 is configured with two logical connections through the frame relay cloud, one to Router 2 and one to Router 3.</p>
<p>Inverse ARP runs by default once Frame Relay is enabled, and starts working as soon as you open the interface.   By running show frame-relay map after enabling Frame Relay, two dynamic mappings are shown on this router.  If a dynamic mapping is shown, Inverse ARP performed it.</p>
<p><code>R1#show frame map</p>
<p>Serial0 (up): ip 200.1.1.2 dlci 122(0x7A,0x1CA0), dynamic,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;              broadcast,, status defined, active</p>
<p>Serial0 (up): ip 200.1.1.3 dlci 123(0x7B,0x1CB0), dynamic,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;               broadcast,, status defined, active</code></p>
<p>Static mappings require the use of a frame map statement.  To use static mappings, turn Inverse ARP off with the no frame-relay inverse-arp statement, and configure a frame map statement for each remote destination that maps the local DLCI to the remote IP address.  Frame Relay requires the broadcast keyword to send broadcasts to the remote device.</p>
<p><code>R1#conf t</p>
<p>R1(config)#interface serial0</p>
<p>R1(config-if)#no frame-relay inverse-arp</p>
<p>R1(config-if)#frame map ip 200.1.1.2 122 broadcast</p>
<p>R1(config-if)#frame map ip 200.1.1.3 123 broadcast</code></p>
<p>The syntax of the frame map statement maps the remote IP address to the local DLCI. Broadcasts will not be transmitted by default; the broadcast option must be configured.</p>
<p><code>R1#show frame map</p>
<p>Serial0 (up): ip 200.1.1.2 dlci 122(0x7A,0x1CA0), static,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;               broadcast,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;               CISCO, status defined, active</p>
<p>Serial0 (up): ip 200.1.1.3 dlci 123(0x7B,0x1CB0), static,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;               broadcast,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;               CISCO, status defined, active</code></p>
<p>Hands-on practice is the best way to prepare for CCNA exam success.  Working with Frame Relay in a lab environment practically guarantees that youll truly master the concepts shown here &#8211; and then youre on your way to the CCNA and becoming a master network engineer.</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/frame-relay-dlcis-and-mappings-2006-06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA Certification:  Access List Details You Must Know!</title>
		<link>http://www.webpronews.com/cisco-ccna-certification-access-list-details-you-must-know-2006-06</link>
		<comments>http://www.webpronews.com/cisco-ccna-certification-access-list-details-you-must-know-2006-06#comments</comments>
		<pubDate>Thu, 22 Jun 2006 20:50:16 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=30004</guid>
		<description><![CDATA[To pass the CCNA exam, you have to be able to write and troubleshoot access lists. As you climb the ladder toward the CCNP and CCIE, youll see more and more uses for ACLs.
]]></description>
			<content:encoded><![CDATA[<p>To pass the CCNA exam, you have to be able to write and troubleshoot access lists. As you climb the ladder toward the CCNP and CCIE, youll see more and more uses for ACLs.</p>
<p>Therefore, you had better know the basics!</p>
<p>The use of &#8220;host&#8221; and &#8220;any&#8221; confuses some newcomers to ACLs, so lets take a look at that first.</p>
<p>It is acceptable to configure a wildcard mask of all ones or all zeroes. A wildcard mask of 0.0.0.0 means the address specified in the ACL line must be matched exactly a wildcard mask of 255.255.255.255 means that all addresses will match the line. </p>
<p>Wildcard masks have the option of using the word host to represent a wildcard mask of 0.0.0.0. Consider a configuration where only packets from IP source 10.1.1.1 should be allowed and all other packets denied. The following ACLs both do that.</p>
<p><code>R3#conf t</p>
<p>R3(config)#access-list 6 permit 10.1.1.1 0.0.0.0</p>
<p>R3(config)#conf t</p>
<p>R3(config)#access-list 7 permit host 10.1.1.1</code></p>
<p>The keyword any can be used to represent a wildcard mask of 255.255.255.255.</p>
<p><code>R3(config)#access-list 15 permit any</code></p>
<p>Another often overlooked detail is the order of the lines in an ACL. Even in a two- or three-line ACL, the order of the lines in an ACL is vital.</p>
<p>Consider a situation where packets sourced from 172.18.18.0 /24 will be denied, but all others will be permitted. The following ACL would do that.</p>
<p><code>R3#conf t</p>
<p>R3(config)#access-list 15 deny 172.18.18.0 0.0.0.255</p>
<p>R3(config)#access-list 15 permit any</code></p>
<p>The previous example also illustrates the importance of configuring the ACL with the lines in the correct order to get the desired results. What would be the result if the lines were reversed? </p>
<p><code>R3#conf t</p>
<p>R3(config)#access-list 15 permit any</p>
<p>R3(config)#access-list 15 deny 172.18.18.0 0.0.0.255</code></p>
<p>If the lines were reversed, traffic from 172.18.18.0 /24 would be matched against the first line of the ACL. The first line is &#8220;permit any&#8221;, meaning all traffic is permitted. The traffic from 172.18.18.0/24 matches that line, the traffic is permitted, and the ACL stops running. The statement denying the traffic from 172.18.18.0 is never run.</p>
<p>The key to writing and troubleshoot access lists is to take just an extra moment to read it over and make sure its going to do what you intend it to do. Its better to realize your mistake on paper instead of once the ACLs been applied to an interface!</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-certification-access-list-details-you-must-know-2006-06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA Certification: Keep Your Most Important Appointment</title>
		<link>http://www.webpronews.com/cisco-ccna-certification-keep-your-most-important-appointment-2006-06</link>
		<comments>http://www.webpronews.com/cisco-ccna-certification-keep-your-most-important-appointment-2006-06#comments</comments>
		<pubDate>Fri, 09 Jun 2006 18:24:52 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Delicious]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=29780</guid>
		<description><![CDATA[Imagine this.  You have an appointment with a client to work on a server or router install.
]]></description>
			<content:encoded><![CDATA[<p>Imagine this.  You have an appointment with a client to work on a server or router install.</p>
<p>A few minutes before youre scheduled to be there, you decide theres something really good on TV youd like to watch.  Or you decide to go to the gym, or play a game, or do anything else except go see the client.</p>
<p>Even if you werent going to get fired for not showing up, its certainly unfair to the client.  Youve got a professional obligation, and you should be there on time.  </p>
<p>Now, whats this got to do with you becoming a CCNA or CCNP?  Plenty.  Because when it comes to your study time, youre the client.  You owe it to yourself to show up.  </p>
<p>You would never blow off an appointment to meet a client to get some important work done.  </p>
<p>First, though, you have to make that appointment with yourself!  Schedule your CCNA / CCNP study time, and keep that appointment as you would with a client.  </p>
<p>Turn off the TV, your cell, your iPod, and everything else electronic that you carry around.  Believe it or not, the world can survive with being in contact with you for an hour or so!  You might even like it!</p>
<p>Getting certified isnt about how many hours, days, or weeks you spend studying.  Its about how much quality time you put in.  </p>
<p>Be honest with yourself and realize that youre better off with 45 minutes of uninterrupted study as you would be with three hours of constantly interrupted study.</p>
<p>Dont blow off an appointment to yourself, either.   Schedule the time, be there on time, get your study done, and youre one step closer to your CCNA and CCNP!</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-certification-keep-your-most-important-appointment-2006-06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Directly Connected Serial Interfaces</title>
		<link>http://www.webpronews.com/troubleshooting-directly-connected-serial-interfaces-2006-06</link>
		<comments>http://www.webpronews.com/troubleshooting-directly-connected-serial-interfaces-2006-06#comments</comments>
		<pubDate>Mon, 05 Jun 2006 15:27:33 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=29679</guid>
		<description><![CDATA[CCNA exam success depends largely on noticing the details, and this is especially true of configurations involving directly connected serial interfaces.
]]></description>
			<content:encoded><![CDATA[<p>CCNA exam success depends largely on noticing the details, and this is especially true of configurations involving directly connected serial interfaces.</p>
<p>And of course, it\s not enough to notice these details &#8211; you\ve got to know what to do about them!</p>
<p>A Cisco router is a DTE by default, but directly connecting two DTEs with a DCE/DTE cable is not enough.  In the following example, R1 and R3 are directly connected at their Serial1 interfaces.  The line goes up briefly after being opened, but the line protocol goes down after about 30 seconds.</p>
<p><code>R3(config-if)#int s1</p>
<p>R3(config-if)#ip address 172.12.13.3 255.255.255.0</p>
<p>R3(config-if)#no shutdown</p>
<p>2d18h: %LINK-3-UPDOWN: Interface Serial1, changed state to up</p>
<p>2d18h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up</p>
<p>R3(config-if)#</p>
<p>2d18h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down</code></p>
<p>The problem is that one of the routers needs to act as the DCE in order for the line protocol to come up and stay up.  If this were your CCNA / CCNP home lab, you could just go over and look at the DTE/DCE cable to see which router had the DCE end of the cable attached.  In this example, though, we don\t have physical access to the routers.  How can we tell which router has the DCE end of the cable attached?</p>
<p><code>R3#show controller serial 1</p>
<p>HD unit 1, idb = 0x1C44E8, driver structure at 0x1CBAC8</p>
<p>buffer size 1524  HD unit 1, V.35 DCE cable</code></p>
<p>The show controller command gives us this information.  (There\s a lot more output that this with this command, but it\s unimportant for our purposes.)  The router with the DCE end of the cable needs to supply a clock rate to the DTE, and we\ll do just that with the interface-level clockrate command.</p>
<p><code>R3#conf t</p>
<p>Enter configuration commands, one per line.  End with CNTL/Z.</p>
<p>R3(config)#int serial1</p>
<p>R3(config-if)#clockrate 56000</p>
<p>2d18h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up</code></p>
<p>In just a few seconds, the line protocol goes up and stays up.</p>
<p>When troubleshooting a connection, always run show interface first.  If you see the combination shown below, the connection is physically fine but logically down.  That\s generally the result of a needed keepalive not being present.  With Frame Relay, it\s probably an LMI issue, but with directly connected serial interfaces the issue is most likely the DCE end of the connection not supplying clockrate.</p>
<p><code>R3#show interface serial 1</p>
<p>Serial1 is up, line protocol is down</code></p>
<p>Troubleshooting is a big part of the job, and it\s a big part of the Cisco CCNA and CCNP programs as well.  Know your show and debug commands and you\re on your way to passing the CCNA!</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/troubleshooting-directly-connected-serial-interfaces-2006-06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring And Troubleshooting VTP</title>
		<link>http://www.webpronews.com/configuring-and-troubleshooting-vtp-2006-06</link>
		<comments>http://www.webpronews.com/configuring-and-troubleshooting-vtp-2006-06#comments</comments>
		<pubDate>Thu, 01 Jun 2006 15:41:25 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[VTP]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=29619</guid>
		<description><![CDATA[Not only is your CCNA exam going to have questions on VLAN trunking protocol, almost any network that has more than one VLAN is going to have VTP running.
]]></description>
			<content:encoded><![CDATA[<p>Not only is your CCNA exam going to have questions on VLAN trunking protocol, almost any network that has more than one VLAN is going to have VTP running.</p>
<p>Whether you&#8217;re planning on passing the CCNA exam or just brushing up on your networking skills, this VTP tutorial will help you learn the basics of this important protocol.</p>
<p>VTP allows switches to advertise VLAN information between other members of the same VTP domain.  VTP allows a consistent view of the switched network across all switches.  When a VLAN is created on one switch in a VTP server, all other VTP devices in the domain are notified of that VLAN&#8217;s existence.  VTP servers will know about every VLAN, even VLANs that have no members on that switch.</p>
<p>Switches run VTP in one of three modes.  In server mode, VLANs can be created, modified, and deleted on a VTP server.  When these actions are taken, the changes are advertised to all switches in the VTP domain.  VTP Servers keep VLAN configuration information upon reboot.</p>
<p>In client mode, the switch cannot modify, create, or delete VLANs. VTP clients cannot retain VLAN configuration information upon reboot; they have to obtain this information from a VTP server.</p>
<p>In real-world networks, this is generally done to centralize the creation and deletion of VLANs.  An interesting side effect of the server/client methodology is that if a VLAN is only to have ports on the VTP client switch, the VLAN must still first be created on the VTP server.  The VTP client will learn about the VLAN from the VTP server, and ports can then be placed into that VLAN.</p>
<p>The third VTP mode is transparent mode. VTP switches in this mode ignore VTP messages.  They do forward the VTP advertisements received from other switches.  VLANs can be created, deleted, and modified on a transparent server, but those changes are not advertised to the other switches in the VTP domain.</p>
<p>For switches running VTP to successfully exchange VLAN information, three things have to happen. I&#8217;ve listed them for you in the order that you&#8217;ll see them in the real world.</p>
<p>The VTP domain name must match.  This is case-sensitive.  &#8220;CISCO&#8221; and &#8220;cisco&#8221; are two different domains.  </p>
<p>To distribute information about a newly-created VLAN, the switch upon which that VLAN is created must be in Server mode.</p>
<p>Learning VTP isn&#8217;t just a good idea for passing your CCNA exams, it&#8217;s a skill you must have to be effective in configuring and troubleshooting VLANs.  I wish you the best in both of these pursuits!</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/configuring-and-troubleshooting-vtp-2006-06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 1/47 queries in 0.023 seconds using memcached
Object Caching 595/701 objects using memcached

Served from: webpronews.com @ 2012-02-12 17:50:45 -->
