<?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>AOIP - Anything Over IP &#187; CCENT (ICND1)</title>
	<atom:link href="http://www.anythingoverip.co.za/category/tutorials/course-content/ccent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anythingoverip.co.za</link>
	<description>Anything Over IP</description>
	<lastBuildDate>Wed, 27 Jul 2011 05:24:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Speed and Duplex configuration</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/bcmsn/speed-and-duplex-configuration/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/bcmsn/speed-and-duplex-configuration/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 17:52:07 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[BCMSN]]></category>
		<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=359</guid>
		<description><![CDATA[Although the configuration of both of these functions is incredible easy, the concept behind them is somewhat important.   Duplex defines how traffic will be sent and can be related to a 2-way radio vs. A telephone. With a 2-way radio, more so when there are more than 2 people on the same radio frequency, [...]]]></description>
			<content:encoded><![CDATA[<p>Although the configuration of both of these functions is incredible easy, the concept behind them is somewhat important.</p>
<p> </p>
<p>Duplex defines how traffic will be sent and can be related to a 2-way radio vs. A telephone.</p>
<p>With a 2-way radio, more so when there are more than 2 people on the same radio frequency, only 1 person may speak at the same time. If 2 people were to push the PTT (push to talk) button at the same time, they would hear a squelch. Both people would hear the squelch, release the PTT button and try again at a random time interval. Hopefully only 1 person would press the button this time and would be able to speak on the radio frequency, of course if both people pressed the button at the same time again, they would have to repeat the procedure until they managed to be the only person communicating.</p>
<p> </p>
<p>In terms of Duplex, a 2-way radio would be the same as ‘Half-Duplex’ were only 1 person may communicate at the same time, if computers tried to talk at the same time, they would have a ‘collision’. Like the people, the 2 computers notice the collision and wait a random time frame before transmitting the packet again.</p>
<p> </p>
<p>Full duplex on the other hand is like a telephone. Both parties in a telephone call can talk at the same time. Granted most humans cannot hear and talk at the same time on the phone, but the telephone is able to transmit both flows of traffic from both sides of the telephone line at the same time. If 2 computers wished to send data to each other, and full duplex was available, they would be able to transmit and receive at the same time.</p>
<p> </p>
<p><strong>NOTE:</strong> A hub can ONLY run at half-duplex. It is not possible for a hub to run at full duplex. A Switch however can be configured for either.</p>
<p> </p>
<p><strong>AOIP.ORG_Switch# show interface f0/7</strong></p>
<p>In the live demo below you will notice I have highlighted the current status of the interface (Auto-duplex, Auto-speed)</p>
<p><strong>AOIP.ORG_Switch# conf t</strong></p>
<p><strong> </strong></p>
<p><strong>AOIP.ORG_Switch(config)# interface fastethernet 0/7</strong></p>
<p>Enter the interface you wish to configure</p>
<p><strong>AOIP.ORG_Switch(config-if)# duplex full</strong></p>
<p>Set the Duplex to Full, Half or Auto. Auto doesn’t always end up with the best result, so forcing the duplex to the correct value to recommended</p>
<p><strong>AOIP.ORG_Switch(config-if)# speed 100</strong></p>
<p><strong>Set the speed of the interface. Depending on the interface will depend on the possible options. Ethernet can only be set at 10Mbps, FastEthernet can be set at either 10Mbps or 100Mbps, and GigabitEthernet can be set to 10/100/1000 mbps</strong></p>
<p><strong>AOIP.ORG_Switch(config-if)# no shut</strong></p>
<p>Activate the interface</p>
<p><strong>AOIP.ORG_Switch(config-if)# do show interface f0/7</strong></p>
<p>Confirm the new setting have taken effect.</p>
<p> </p>
<p><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/duplex-speed.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/duplex-speed.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-ip-address-and-default-gateway-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring an IP address and Default-Gateway on a Cisco Switch'>Configuring an IP address and Default-Gateway on a Cisco Switch</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/port-security-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Port Security on a Cisco Switch'>Port Security on a Cisco Switch</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-a-trunk-port-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring a Trunk port on a Cisco Switch'>Configuring a Trunk port on a Cisco Switch</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/bcmsn/speed-and-duplex-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Port Security on a Cisco Switch</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/ccna/port-security-on-a-cisco-switch/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/ccna/port-security-on-a-cisco-switch/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 06:00:24 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[BCMSN]]></category>
		<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[CCNA (ICND2)]]></category>
		<category><![CDATA[IINS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SND]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=352</guid>
		<description><![CDATA[In order to control what machines are plugged into your network, Cisco introduced the “switchport port-security” command.   In this tutorial I’m going to explain how to use this command, and different options available using it.   Below is the breakdown of the commands I used in the live demo, and an explanation of each. [...]]]></description>
			<content:encoded><![CDATA[<p>In order to control what machines are plugged into your network, Cisco introduced the “<strong>switchport port-security</strong>” command.</p>
<p> </p>
<p>In this tutorial I’m going to explain how to use this command, and different options available using it.</p>
<p> </p>
<p>Below is the breakdown of the commands I used in the live demo, and an explanation of each.</p>
<p> </p>
<p> </p>
<p><strong>AOIP.ORG_Switch# terminal monitor</strong></p>
<p>Since I was connected to my switch via telnet, and I knew there were going to be messages from the switch, I needed to configure Terminal Monitor so I would have these messages sent to my telnet session. By default when connected to a Cisco device via telnet or ssh, no messages will be displayed to your terminal.</p>
<p><strong>AOIP.ORG_Switch(config)# interface fa0/6</strong></p>
<p>Enter the interface that I wish to configure the port security on</p>
<p><strong>AOIP.ORG_Switch(config-if)# switchport mode access</strong></p>
<p>In order for port security to be used, the port MUST be an <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-access-port-on-a-cisco-switch/">access port</a>, this command defines that</p>
<p><strong>AOIP.ORG_Switch(config-if)# switchport port-security</strong></p>
<p>This enables the port security feature, and allows me to define the commands below.</p>
<p><strong>AOIP.ORG_Switch(config-if)# switchport port-security maximum 1</strong></p>
<p>I have chosen to only allow 1 mac-address to be learned on this port. At any point if more than 1 mac address was to be discovered, the violation action I define will come into effect.</p>
<p><strong>AOIP.ORG_Switch(config-if)# switchport port-security mac-address aaaa.bbbb.cccc</strong></p>
<p>I have further secured the switch port by defining what mac address is allowed to be learned on this port. If a machine is plugged into this port that does NOT have this mac-address, the violation action will take effect.</p>
<p><strong>AOIP.ORG_Switch(config-if)# switchport port-security violation shutdown</strong></p>
<p>I have 3 choices when defining the violation action</p>
<p>                1/ protect – The switch will drop packets until the violation has been removed</p>
<p>                2/ restrict – This is the same as protect, however it also causes the Security/Violation counter to increment</p>
<p>                3/ shutdown – This will put the interface into a error-disabled state and send an SNMP trap notification</p>
<p>I have chosen the more harsh of the options, and the port will be shut if any of my conditions (more than 1 mac address is learned on the port, and if that one mac address is not aaaa.bbbb.cccc)</p>
<p><strong>AOIP.ORG_Switch(config-if)# exit</strong></p>
<p><strong> </strong></p>
<p><strong>AOIP.ORG_Switch(config)# exit</strong></p>
<p> </p>
<p><strong>AOIP.ORG_Switch# show port-security interface f 0/6</strong></p>
<p>The first time I ran this command in the live demo, you will notice the configuration on the port that I had just made, however there are no violations recorded. Shortly afterwards, I plugged a device into port f0/6 that DID NOT have the mac address aaaa.bbbb.cccc which caused a violation. You will notice I received error messages on screen (thanks to term mon), and when I run the show port-security command again, you will notice the violation count has incremented.</p>
<p> </p>
<p>Additional commands I could have used are.</p>
<p> </p>
<p><strong>AOIP.ORG_Switch(config-if)# switchport port-security aging time 5</strong></p>
<p>If you have configured the switch to allow 5 mac addresses to be learned dynamically, those addresses will be kept in the database until the aging time has expired. This command will set the aging time to 5 minutes, which overrides my switches default value of 20 minutes.</p>
<p> </p>
<p><strong>AOIP.ORG_Switch(config-if)# no switchport port-security aging</strong></p>
<p>This will DISABLE the aging time.</p>
<p> </p>
<p> </p>
<p>In order to activate a port that has been put into ‘error-disabled’ state. Shut the port, and no shut it afterwards. If the violation has not been removed, the port will revert back to error-disabled.</p>
<p> </p>
<p><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/port-security.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/port-security.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-a-trunk-port-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring a Trunk port on a Cisco Switch'>Configuring a Trunk port on a Cisco Switch</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-access-port-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring an Access port on a Cisco switch'>Configuring an Access port on a Cisco switch</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-ip-address-and-default-gateway-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring an IP address and Default-Gateway on a Cisco Switch'>Configuring an IP address and Default-Gateway on a Cisco Switch</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/ccna/port-security-on-a-cisco-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring an IP address and Default-Gateway on a Cisco Switch</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-ip-address-and-default-gateway-on-a-cisco-switch/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-ip-address-and-default-gateway-on-a-cisco-switch/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:00:55 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[BCMSN]]></category>
		<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[CCNA (ICND2)]]></category>
		<category><![CDATA[Switching]]></category>
		<category><![CDATA[IP Addresses]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=343</guid>
		<description><![CDATA[The configuration of an IP address on a switch is slightly different from a router. On a router we configure the IP address on the physical interface, however on a switch the physical interfaces are running at Layer 2 and hence don’t have IP addresses configured on them.   Even though a switch does not [...]]]></description>
			<content:encoded><![CDATA[<p>The configuration of an <a href="http://www.anythingoverip.co.za/networking-101/what-is-an-ip-address/">IP address </a>on a switch is slightly different from a router.</p>
<p>On a router we configure the IP address on the physical interface, however on a switch the physical interfaces are running at Layer 2 and hence don’t have IP addresses configured on them.</p>
<p> </p>
<p>Even though a switch does not need an IP address to be able to switch packets, in order for you to connect to the switch via <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-vty-access/">telnet</a> or <a href="http://www.anythingoverip.co.za/tutorials/course-content/snd/configuring-ssh-secure-shell-on-a-cisco-device/">SSH</a> you need to have a management IP address configured. Similarly, if you are connecting to the switch from a different subnet, the switch will require a default-gateway in order to have the packets routed back to you.</p>
<p> </p>
<p>Since the IP address is not bound to any physical interface on the switch, we need to bind it to a logical interface. On a switch the logical interface is known as a ‘vlan interface’ (<a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/concept-and-configuring-vlans/">VLAN</a> – Virtual LAN). This is similar to a loopback interface found on a Cisco router.</p>
<p> </p>
<p>Here is the breakdown of the commands used in the live demo below.</p>
<p> </p>
<p><strong>AOIP.ORG_Switch# conf t</strong></p>
<p> </p>
<p><strong>AOIP.ORG_Switch(config)# interface vlan 1</strong></p>
<p>This enters the logical interface ‘vlan 1’. Vlan 1 is the native vlan and used for management purposes.</p>
<p><strong>AOIP.ORG_Switch(config-if)# ip address 192.168.1.11 255.255.255.0</strong></p>
<p>Assigns the ip address 192.168.1.11 to the interface</p>
<p><strong>AOIP.ORG_Switch(config-if)# no shut</strong></p>
<p>Activates the interface</p>
<p><strong>AOIP.ORG_Switch(config-if)# exit</strong></p>
<p> </p>
<p><strong>AOIP.ORG_Switch(config)# ip default-gateway 192.168.1.1</strong></p>
<p>Defines a default-gateway for this switch.</p>
<p> </p>
<p><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/ip_and_default_gateway_switch.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/ip_and_default_gateway_switch.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-a-trunk-port-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring a Trunk port on a Cisco Switch'>Configuring a Trunk port on a Cisco Switch</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-access-port-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Configuring an Access port on a Cisco switch'>Configuring an Access port on a Cisco switch</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/port-security-on-a-cisco-switch/' rel='bookmark' title='Permanent Link: Port Security on a Cisco Switch'>Port Security on a Cisco Switch</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-an-ip-address-and-default-gateway-on-a-cisco-switch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restoring Cisco Router Configuration</title>
		<link>http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/restoring-cisco-router-configuration/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/restoring-cisco-router-configuration/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 10:37:21 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[Maintenance]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=327</guid>
		<description><![CDATA[In the event that you have lost the configuration on your Cisco device, restoration is straight forward assuming of course you had made a backup. There are 2 ways to restore the configuration to put our device back to normal                   1/ Copy and paste the backup configuration directly to the device                 2/ [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">In the event that you have lost the configuration on your Cisco device, restoration is straight forward assuming of course you had made a backup. There are 2 ways to restore the configuration to put our device back to normal</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-tab-count: 1;">                </span>1/ Copy and paste the backup configuration directly to the device</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-tab-count: 1;">                </span>2/ Copy the configuration from a TFTP server to the device.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">In both cases, make sure you save your configuration afterwards using either “copy run start” or “write”.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-language: AR-SA;">Below is an example of restoration from a TFTP server. You will notice the router name is “Router” – the default hostname for a router without configuration. After the restoration is completed, you will notice the hostname goes back to the configured value.</span></p>
<p> </p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-language: AR-SA;"><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/restoring_running_config.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/restoring_running_config.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</span></p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/snd/upgrading-the-ios-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Upgrading the IOS on a Cisco Router'>Upgrading the IOS on a Cisco Router</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/backing-up-the-running-config-and-ios/' rel='bookmark' title='Permanent Link: Backing Up the Running-Config and IOS'>Backing Up the Running-Config and IOS</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/topic/management/navigating-a-cisco-device/' rel='bookmark' title='Permanent Link: Navigating a Cisco device'>Navigating a Cisco device</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/restoring-cisco-router-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading the IOS on a Cisco Router</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/snd/upgrading-the-ios-on-a-cisco-router/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/snd/upgrading-the-ios-on-a-cisco-router/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:00:31 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[SND]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=323</guid>
		<description><![CDATA[Cisco brings out new versions of the operating system quite frequently, and of course there are different versions of the operating system for each of the appliances. Different IOS’s will support different commands and different features and it’s not uncommon to have to change the IOS that your device is running to support commands you [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Cisco brings out new versions of the operating system quite frequently, and of course there are different versions of the operating system for each of the appliances. Different IOS’s will support different commands and different features and it’s not uncommon to have to change the IOS that your device is running to support commands you wish to use.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">The other major reason for IOS upgrades is to fix bugs that Cisco may have found in the software.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">The 2 most common ways to do an upgrade are</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-tab-count: 1;">                </span>1/ Take the Flash card out the router, plug it into a card reader and paste the new file on the card. Replace the card in the router and reboot.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-tab-count: 1;">                </span>2/ Copy the file over the network using a protocol like TFTP.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">When copying the IOS over the network, the router will check to confirm it has enough storage space to accommodate the file. It will often ask to erase the flash before copying the new image. Before erasing the flash on the router, make sure there are no other files on the flash that you might need. If there are files that you will require, make sure you have made a backup of them before erasing!</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Here are the steps for upgrading via the network.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">1/ Run your TFTP server and confirm it’s hosting the IOS that you wish to upgrade to</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">2/ Configure the following on the router</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-spacerun: yes;"> </span><strong style="mso-bidi-font-weight: normal;">AOIP.ORG# copy tftp: flash:</strong></span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Address or name of remote host []? 192.168.1.1</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Source filename []? c1841-ipbase-mz.124-5b.bin</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Destination filename [c1841-ipbase-mz.124-5b.bin]?</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">%Warning: There is a file already existing with this name</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Do you want to over write? [confirm]</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: Calibri; font-size: small;"> </span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">In the example above, I had chosen to upgrade to the same image that was already loaded on the router. Although not a practical solution, it does show the commands to upgrade.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Below you will see the different output when I chose a different file.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">AOIP.ORG# copy tftp: flash:</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Address or name of remote host [192.168.1.1]?</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Source filename [c1841-ipbase-mz.124-5b.bin]? c1841.bin</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Destination filename [c1841.bin]?</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Accessing tftp://192.168.1.1/c1841.bin&#8230;</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Loading c1841.bin from 192.168.1.1 (via FastEthernet0/0): !</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">%Error copying tftp://192.168.1.1/c1841.bin (Not enough space on device)</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: Calibri; font-size: small;"> </span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Again, I have received an error message, this time due to lack of free space on my flash card on the router. I would then have a chance to confirm there are no files on the flash that I need to keep before erasing the flash. If there are files I need to retain, make sure you back them up before erasing!</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Make sure that you have already confirmed that the router physically has enough flash to be able to support the image you wish to install. You can see how much Flash is available and installed by using the <strong style="mso-bidi-font-weight: normal;">‘show flash:’</strong> and <strong style="mso-bidi-font-weight: normal;">‘show version’</strong> commands</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Depending on the router model, you can erase the contents of the flash by typing</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">AOIP.ORG# erase flash:</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">OR</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">AOIP.ORG# erase nvram:</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">After the flash has been erased, you would then be able to copy the file from the tftp server.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-language: AR-SA;">Below is a live demo of an upgrade.</span></p>
<p> </p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-language: AR-SA;"><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/upgrading_IOS.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/upgrading_IOS.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</span></p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/backing-up-the-running-config-and-ios/' rel='bookmark' title='Permanent Link: Backing Up the Running-Config and IOS'>Backing Up the Running-Config and IOS</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/restoring-cisco-router-configuration/' rel='bookmark' title='Permanent Link: Restoring Cisco Router Configuration'>Restoring Cisco Router Configuration</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-dhcp-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Configuring DHCP on a Cisco router'>Configuring DHCP on a Cisco router</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/snd/upgrading-the-ios-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Backing Up the Running-Config and IOS</title>
		<link>http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/backing-up-the-running-config-and-ios/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/backing-up-the-running-config-and-ios/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:32:06 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=320</guid>
		<description><![CDATA[The first and most important rule in IT, is “Backup soon, Backup often!” It’s a logical statement but sadly one that many people only truly appreciate when it’s too late!   Two of the most important files on a Cisco router are the Running-Config which stores the current configuration of your router, and the IOS [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">The first and most important rule in IT, is “Backup soon, Backup often!”</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">It’s a logical statement but sadly one that many people only truly appreciate when it’s too late!</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Two of the most important files on a Cisco router are the Running-Config which stores the current configuration of your router, and the IOS (The operating system) that your router needs to be able to boot.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">It’s vitally important that a copy of both of these files is available at all times, and one of the easiest and quickest ways to keep these files from all your devices together is to copy them to a TFTP server. I use PumKIN as my TFTP server as it’s free, easy to use and does the job perfectly.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">At the end of this post you will see a Live demo of how to copy the IOS and Running-config to a TFTP server running an IP address of 192.168.1.1.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Here is a breakdown of the configuration</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">AOIP.ORG# show flash</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">This will show you all the files that are currently stored in the Flash memory of the router. The file with a .bin extension is the IOS that we want to backup. You can copy this file name for use in the next step.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">AOIP.ORG# copy flash: tftp:</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">This instructs the router I would like to copy data from the flash of the router to a tftp server.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Source filename []? c1841-ipbase-mz.124-5b.bin</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">You are prompted for the file name you wish to copy, you can paste the .bin file you have just copied.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Address or name of remote host []? 192.168.1.1</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Specify the IP address of the TFTP server</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Destination filename [c1841-ipbase-mz.124-5b.bin]?</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">The router will automatically prompt you to save the file with the same name as the source. You can change it here, or just press &lt;Enter&gt; to accept the file name.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">At this point your router will start to copy the file. Once the file has finished copying, it will show you the details. In my case my router displays “<strong style="mso-bidi-font-weight: normal;">13966524 bytes copied in 50.068 secs (278951 bytes/sec)</strong>”</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">You can backup your Running-Configuration very similarly, however replace flash: with running-config as seen below</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">AOIP.ORG# copy run tftp:</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Address or name of remote host []? 192.168.1.1</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">Destination filename [aoip.org-confg]?</span></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">!!</span></span></strong></p>
<p><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-language: AR-SA;">784 bytes copied in 1.180 secs (664 bytes/sec)</span></strong></p>
<p><strong style="mso-bidi-font-weight: normal;"></strong></p>
<p><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-language: AR-SA;"><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/backup_config_IOS.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/backup_config_IOS.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</span></strong></p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/snd/upgrading-the-ios-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Upgrading the IOS on a Cisco Router'>Upgrading the IOS on a Cisco Router</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/restoring-cisco-router-configuration/' rel='bookmark' title='Permanent Link: Restoring Cisco Router Configuration'>Restoring Cisco Router Configuration</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/topic/management/navigating-a-cisco-device/' rel='bookmark' title='Permanent Link: Navigating a Cisco device'>Navigating a Cisco device</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/backing-up-the-running-config-and-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clock rate and Bandwidth commands</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/ccna/clock-rate-and-bandwidth-commands/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/ccna/clock-rate-and-bandwidth-commands/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 06:00:14 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[CCNA (ICND2)]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[QOS]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=269</guid>
		<description><![CDATA[Two commands which are often confused or misunderstood, are the clock rate and bandwidth commands. In order to understand clock rate we first need to understand how the cabling works on routers. When connecting two routers together with a serial cable, one of the routers needs to host the DCE (Data Communications Equipment) side of [...]]]></description>
			<content:encoded><![CDATA[<p>Two commands which are often confused or misunderstood, are the <strong>clock rate</strong> and <strong>bandwidth</strong> commands.</p>
<p>In order to understand <strong>clock rate</strong> we first need to understand how the cabling works on routers. When connecting two routers together with a serial cable, one of the routers needs to host the DCE (Data Communications Equipment) side of the cable, and the other will host the DTE (Date Terminal Equipment) side. Most serial cables are marked on the connector if it’s the DTE or DCE.</p>
<p>So what’s the difference between the 2 sides? The DCE side of the cable is the side that sets the speed of the link (also known as clocking). Based on this, it’s safe to assume that the cable coming out of your router and going to your service provider is the DTE side, since you service provider sets the speed of the line based on the subscription you have purchased. The DTE side of the cable is where the communications terminate ie: your router terminates the connection from the service provider.</p>
<p>From a configuration point of view the DCE side of the cable is able to use the<strong> clock rate</strong> command to set the speed of the line. If the command is not used the interface will run at the maximum speed supported by the interface. If you have only subscribed for a 64k line, then the clock rate would have been set on the DCE side of the cable using the command ‘<strong>clock rate 64000</strong>’ under the interface.</p>
<p><strong>AOIP.ORG# conf t</strong></p>
<p><strong>AOIP.ORG(config)# interface serial 1/0</strong></p>
<p><strong>AOIP.ORG(config-if)# clock rate 64000 (represented in BITS per second)</strong></p>
<p>If you try use the clock rate command on the DTE interface you will receive the following error message “This command applies only to DCE interfaces”</p>
<p>To identify which end of the cable has been plugged into a Cisco router, you can also use the command “show controller” – see below diagram.</p>
<div id="attachment_270" class="wp-caption aligncenter" style="width: 622px"><img class="size-full wp-image-270" title="Cisco Show Controller Command" src="http://www.anythingoverip.co.za/wp-content/uploads/2009/07/show_controller.jpg" alt="Cisco Show Controller Command" width="612" height="382" /><p class="wp-caption-text">Cisco Show Controller Command</p></div>
<p>The bandwidth command however <strong>does not adjust the speed of the line at all</strong>, however it should be configured on ALL DTE and DCE interfaces because it is used by;</p>
<p>1/ <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/what-is-a-routing-protocol/">Routing protocols</a> &#8211; to calculate the cost of a path</p>
<p>2/ QOS (Quality of Service) &#8211; to identify how much bandwidth is availble to prioritize,</p>
<p>If no bandwidth command has been configured on the interface, Routing protocols and QOS will assume the line is running at the maximum speed supported by the interface which can result in incorrect routing and incorrect prioritization of packets.</p>
<p>The bandwidth command is issued under the interface, as is represented in Kilobits per second</p>
<p><strong>AOIP.ORG# conf t</strong></p>
<p><strong>AOIP.ORG(config)# interface serial 1/0</strong></p>
<p><strong>AOIP.ORG(config-if)# bandwidth 64 (represented in kilobits per second)</strong></p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/topic/maintenance-topic-tutorials/interface-status/' rel='bookmark' title='Permanent Link: Interface Status'>Interface Status</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-eigrp-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Configuring EIGRP on a Cisco Router'>Configuring EIGRP on a Cisco Router</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/cisco-administrative-distance/' rel='bookmark' title='Permanent Link: Cisco Administrative Distance'>Cisco Administrative Distance</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/ccna/clock-rate-and-bandwidth-commands/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Configuring RIP on a Cisco Router</title>
		<link>http://www.anythingoverip.co.za/tutorials/topic/routing-topic-tutorials/configuring-rip-on-a-cisco-router/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/topic/routing-topic-tutorials/configuring-rip-on-a-cisco-router/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 06:00:41 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[CCNA (ICND2)]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Live Demos]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=229</guid>
		<description><![CDATA[RIP (Routing Information Protocol) was one of the first routing protocols that hit the market, and still one of the easiest to configure.   RIPv1 is a classfull routing protocol and does not support VLSM&#8217;s or CIDR values and sends it&#8217;s updates as a broadcast message with a destination address of 255.255.255.255   RIPv2 supports [...]]]></description>
			<content:encoded><![CDATA[<p>RIP (Routing Information Protocol) was one of the first routing protocols that hit the market, and still one of the easiest to configure.</p>
<p> </p>
<p>RIPv1 is a <a href="http://www.anythingoverip.co.za/networking-101/class-full-ip-addresses/">classfull</a> routing protocol and does not support VLSM&#8217;s or <a href="http://www.anythingoverip.co.za/networking-101/cidr-classless-inter-domain-routing/">CIDR</a> values and sends it&#8217;s updates as a broadcast message with a destination address of 255.255.255.255</p>
<p> </p>
<p>RIPv2 supports <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/classless-ip-addresses/">classless</a> address and supports VLSM and CIDR values. It sends it&#8217;s updates as a multicast messages and includes the subnetmask value in its updates.</p>
<p> </p>
<p>In both cases RIP is a distance vector routing protocol and uses hop count as it&#8217;s metric value.</p>
<p> </p>
<p>RIP sends its entire routing table information to its neighbouring routers every 30 seconds (default <em>Update Timer)</em>. Since the updates are sent every 30 seconds no acknowledgement is needed from the receiving router to confirm it received the update and if it does happen to miss one it will receive the next one in 30 seconds.</p>
<p> </p>
<p>If RIP does not receive an update for a route that has been learned from a neighbour within the <em>Invalid Timer</em>, which has a default value of 180 seconds (6 updates), the route will be marked as invalid and no packets destined for that network will be forwarded. The entry will however still remain in the routing table until the <em>Flush timer</em> has been reached (240 seconds by default), at which point the route will be removed from the routing table.</p>
<p> </p>
<p>Cisco also includes a <em>Holddown</em> <em>Timer</em>, which allows the router to identify if a metric value has changed for a route that has already been learnt. This often happens when a link has failed and the router receives an old update from a router through another path. The router will then not accept any updates regarding that route until the <em>holddown</em> has expired (240 seconds by default) which will prevent old out of date information propagating the network.</p>
<p> </p>
<p>To identify the default timers, you can issue the &#8216;show ip protocols&#8217; commands from enable mode on a Cisco router (See diagram below)</p>
<p> <img class="alignnone size-full wp-image-230" title="show_ip_protocols_rip" src="http://www.anythingoverip.co.za/wp-content/uploads/2009/07/show_ip_protocols_rip.jpg" alt="show_ip_protocols_rip" width="505" height="321" /></p>
<p> </p>
<p> In the live demo below, I have tried to ping the address 10.0.3.2 which is the FastEthernet 0/0 interface on R2. You can see that ping was unsuccessful since there is no route for the network 10.0.3.0 /24 &#8211; &#8216;sh ip route&#8217;. I then enabled RIP on my router</p>
<p> <strong>AOIP.ORG(config)# router rip</strong>                                                     {enables RIP}</p>
<p><strong>AOIP.ORG(config-router)# network 192.168.1.0</strong>                 {the network that I would like to participate in the routing updates}</p>
<p> </p>
<p>After looking at the routing table again &#8216;sh ip route&#8217; you will see there is a new entry with a &#8216;R&#8217; in front of it indicating it is a RIP entry. You will also notice the entry is for a network &#8217;10.0.0.0/8 [120/1]&#8216; The reason it&#8217;s showing as a class A address is RIPv1 is classfull and doesn&#8217;t understand CIDR values which I have used on this network. It assumes that since the network address starts with a 10, it must be a class A address and shows it in the routing table as such. [120] indicates the administrative distance and [1] is the metric value for this route. After the route has been added to the routing table by RIP the ping is successful.</p>
<p> </p>
<p>Below is the network diagram used for the live demo, and the live demo.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-178" title="network_diagram_with_loopbacks1" src="http://www.anythingoverip.co.za/wp-content/uploads/2009/06/network_diagram_with_loopbacks1.jpg" alt="network_diagram_with_loopbacks1" width="350" height="355" /></p>
<p> </p>
<p><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/router_rip.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/router_rip.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-eigrp-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Configuring EIGRP on a Cisco Router'>Configuring EIGRP on a Cisco Router</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-ospf-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Configuring OSPF on a Cisco Router'>Configuring OSPF on a Cisco Router</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/cisco-administrative-distance/' rel='bookmark' title='Permanent Link: Cisco Administrative Distance'>Cisco Administrative Distance</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/topic/routing-topic-tutorials/configuring-rip-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is a Routing Protocol?</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/ccna/what-is-a-routing-protocol/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/ccna/what-is-a-routing-protocol/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 06:00:17 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[CCNA (ICND2)]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=220</guid>
		<description><![CDATA[A routing protocol is a method that routers use to share information with each other about networks they are connected to. We have seen in previous posts on this website (Creating a Static Route and Default Gateway of Last Resort) how we make routes ourselves and how to teach a router how to send packets [...]]]></description>
			<content:encoded><![CDATA[<p>A routing protocol is a method that routers use to share information with each other about networks they are connected to.</p>
<p>We have seen in previous posts on this website (<a href="http://www.anythingoverip.co.za/cisco-course-concepts/ccna/static-routing/">Creating a Static Route </a>and <a href="http://www.anythingoverip.co.za/cisco-course-concepts/ccna/default-gateway-of-last-resort/">Default Gateway of Last Resort</a>) how we make routes ourselves and how to teach a router how to send packets to networks that are not directly connected to it. Using static routes can be useful in some cases however in large networks it would take us a long time to manually teach every router about every network that we have.</p>
<p>The second problem with creating static routes is we are unable to monitor the links and whether they are operational or not. So a router will always send  a packet along the path we have told it without checking if the path is the best option or even a valid option.</p>
<p>For these reasons a routing protocol is a better solution.</p>
<p>Once we enable the same routing protocol on multiple routers, they are able to communicate with each other and share information about all the networks they are directly connected to and they are able to monitor if a network goes down due to a link failure. Since all routers need to run the same routing protocol to communicate with each other, you can almost think of this as a language.</p>
<p>If a router receives information about a network from multiple routers, it is able to discover there is more than one path to that network and then looks at a value called the &#8216;Cost&#8217; or &#8216;Metric&#8217; to work out which path is the best to use.</p>
<p>&nbsp;</p>
<p>Each routing protocol has a different approach in sending information and what type of information is sent. Routing protocols such as <a href="http://www.anythingoverip.co.za/tutorials/topic/routing-topic-tutorials/configuring-rip-on-a-cisco-router/">RIP</a> send information at set periodic intervals and only report how many hops it is to the destination network. In comparison, routing protocols like <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-ospf-on-a-cisco-router/">OSPF</a> and <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-eigrp-on-a-cisco-router/">EIGRP</a> send information only when something has changed or there is something new to report, and they send information about the link speeds, their reliability and delay. This makes routing protocols like OSPF and EIGRP far more reliable than RIP. For this reason each routing protocol also has a &#8216;trust&#8217; factor known as the <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/cisco-administrative-distance/">administrative distance</a> which the router uses to determine which routing protocol it will trust when making a decision as to which path is the best.</p>
<p>&nbsp;</p>
<p>Routing protocols are often separated into &#8220;Distance Vector&#8221; or &#8220;Link-State&#8221;.</p>
<p>Distance Vector routing protocols, such as RIP and IGRP, derive their cost of the route based on how many devices are along the path &#8211; Hop Count.</p>
<p>Link-State protocols, such as OSPF and IS-IS, also look at information about the links to identify which path will be the fastest, even if this means sending the packet the longest distance.</p>
<p>EIGRP is often placed under distance vector routing protocols but since it also has a lot of the traits of a link-state protocol it falls into its own category &#8211; &#8220;Hybrid&#8221;</p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/cisco-administrative-distance/' rel='bookmark' title='Permanent Link: Cisco Administrative Distance'>Cisco Administrative Distance</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/configuring-ospf-on-a-cisco-router/' rel='bookmark' title='Permanent Link: Configuring OSPF on a Cisco Router'>Configuring OSPF on a Cisco Router</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/static-routing/' rel='bookmark' title='Permanent Link: Static Routing'>Static Routing</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/ccna/what-is-a-routing-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Routing</title>
		<link>http://www.anythingoverip.co.za/tutorials/course-content/ccna/static-routing/</link>
		<comments>http://www.anythingoverip.co.za/tutorials/course-content/ccna/static-routing/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 06:00:40 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[CCENT (ICND1)]]></category>
		<category><![CDATA[CCNA (ICND2)]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Live Demos]]></category>

		<guid isPermaLink="false">http://www.anythingoverip.co.za/?p=176</guid>
		<description><![CDATA[A router by default only knows about networks that are directly connected to it. If a router is not directly connected to the final destination subnet, then the router needs to learn, or be told how to get to that destination.   Learning routes can take place through the use of routing protocols, however in [...]]]></description>
			<content:encoded><![CDATA[<p>A router by default only knows about networks that are directly connected to it. If a router is not directly connected to the final destination subnet, then the router needs to learn, or be told how to get to that destination.</p>
<p> </p>
<p>Learning routes can take place through the use of <a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/what-is-a-routing-protocol/">routing protocols</a>, however in this article I&#8217;m going to cover how to configure static routes to tell the router how to get to the destination network.</p>
<p> </p>
<p>In the live demo you will notice that all the configuration is done on a router named AOIP.ORG and in the diagram below you will see that AOIP.ORG is only connected to the subnet 192.168.1.0 /24 and the loopback interface which has an <a href="http://www.anythingoverip.co.za/networking-101/what-is-an-ip-address/">IP address</a> of 5.5.5.5 /24. If our router is to send a packet to any other network, it will have to have routing configured on it. If however it wants to send a packet to the network 192.168.1.0 or 5.5.5.0 it could do this without creating routes as both networks are directly connected.</p>
<p> </p>
<p>To illustrate this point, I tried to ping the IP address 10.0.1.2 which is connected to R2, and is not directly connected to AOIP.ORG. You will see that the ping was unsuccessful since AOIP.ORG does not have a route to the network 10.0.1.0 and it&#8217;s not connected directly to it either.</p>
<p>After adding a static route of &#8216;ip route 10.0.1.0 255.255.255.0 192.168.1.1&#8242; the ping works perfectly.</p>
<p> </p>
<p>The &#8216;ip route&#8217; command is broken up as follows</p>
<p>&#8216;ip route {<em>destination network} {subnetmask to match} {next-hop-address} {administrative distance}</em>&#8216;</p>
<p> </p>
<p>The {<em>destination network}</em> is the network I would like to route to. (10.0.1.0)</p>
<p> </p>
<p>The {<em>subnetmask to match}</em> entry identifies how much of the destination network needs to match. So in our case we are telling it to check the first 3 octets for a match ie: 10.0.1 and not worry about the value in the last octet. (255.255.255.0)</p>
<p> </p>
<p><strong>Note:</strong> I could have created a {<em>destination network}</em> of 10.0.0.0 and a {<em>subnetmask} to match</em> of 255.0.0.0. This would have told the router that if a packet was going to ANY network starting with IP address &#8217;10&#8242; it could use this route. I have been as specific as possible and hence told the router to match &#8217;10.0.1&#8242;</p>
<p> </p>
<p>The <em>{next-hop-address}</em> is the next router that the packet will be sent to and must be directly connected to the router you issue this command on (192.168.1.1)</p>
<p> </p>
<p>The <em>{<a href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/cisco-administrative-distance/">administrative distance</a>}</em> I have not used in our example, but this is used to indicate how trust worthy the route is. If there are multiple options for the router to choose from, it will choose the most trust worthy, the lowest number.</p>
<p><strong>Note:</strong> Routing has already been configured on all the other routers in the example below.</p>
<p> </p>
<p style="text-align: center;"><a rel="attachment wp-att-178" href="http://www.anythingoverip.co.za/tutorials/course-content/ccna/static-routing/attachment/network_diagram_with_loopbacks1/" target="_blank"><img class="size-full wp-image-178 aligncenter" title="network_diagram_with_loopbacks1" src="http://www.anythingoverip.co.za/wp-content/uploads/2009/06/network_diagram_with_loopbacks1.jpg" alt="network_diagram_with_loopbacks1" width="350" height="355" /></a></p>
<p> </p>
<p><object type="application/x-shockwave-flash" style="width:630px;height:250px" data="http://www.anythingoverip.co.za/Live_Demos/static_route.swf"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.anythingoverip.co.za/Live_Demos/static_route.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>


<p>Related posts:<ol><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/default-gateway-of-last-resort/' rel='bookmark' title='Permanent Link: Default Gateway of Last Resort'>Default Gateway of Last Resort</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/uni-directional-routing-issues/' rel='bookmark' title='Permanent Link: Uni-directional routing issues'>Uni-directional routing issues</a></li><li><a href='http://www.anythingoverip.co.za/tutorials/course-content/ccna/what-is-a-routing-protocol/' rel='bookmark' title='Permanent Link: What is a Routing Protocol?'>What is a Routing Protocol?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.anythingoverip.co.za/tutorials/course-content/ccna/static-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

