 




<?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>Network technologies and trends &#187; Cisco Configuration</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/cisco-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-technologies</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:52:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to configure HRSP between Nexus 7000 and Cisco Catalyst 6500 Series Switches?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/#comments</comments>
		<pubDate>Sun, 22 May 2011 05:15:13 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[0000.0c07.ac22]]></category>
		<category><![CDATA[Cisco Catalyst 6500 Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco configuration tips]]></category>
		<category><![CDATA[Data Centre]]></category>
		<category><![CDATA[Default MAC]]></category>
		<category><![CDATA[Forwarding threshold]]></category>
		<category><![CDATA[Hellotime]]></category>
		<category><![CDATA[How to configure HSRP between Nexus 7000 and Cisco 6500 Switch]]></category>
		<category><![CDATA[HSRP]]></category>
		<category><![CDATA[interface vlan]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Nexus 7000 Series Switch]]></category>
		<category><![CDATA[sho hsrp group]]></category>
		<category><![CDATA[sho standby brief]]></category>
		<category><![CDATA[standby]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[Virtual IP]]></category>
		<category><![CDATA[Virtual MAC address]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/</guid>
		<description><![CDATA[Configuring HRSP in a Cisco Nexus 7000 Series Switch is often an easy task and it takes slight different approach. Recently we had some issues in our Data Centre and then I was forced to configuring the HSRP between a Cisco Nexus 7010 Switch and Cisco Catalyst 6506 E Switch. The configuration was quite simple, [...]]]></description>
				<content:encoded><![CDATA[<p>Configuring HRSP in a Cisco Nexus 7000 Series Switch is often an easy task and it takes slight different approach. Recently we had some issues in our Data Centre and then I was forced to configuring the HSRP between a Cisco Nexus 7010 Switch and Cisco Catalyst 6506 E Switch. The configuration was quite simple, I would like to share the steps need to configure HSRP between a Cisco Nexus 7000 Series and Cisco Catalyst 6500 Series Switches.</p>
<p>In the below example I will configure HRSP for VLAN 34 with a subnet of 10.204.34.0/24</p>
<p><strong><span style="color: #0000ff">Cisco Catalyst 6500 Series Switch Configuration</span></strong></p>
<p><span style="color: #800000">Step 1 &#8211; Create VLAN 34 in Cisco Catalyst Switch and assign an IP Address</span></p>
<p>MBGF-DAC-6500-BB01(config)#interface vlan 34</p>
<p>MBGF-DAC-6500-BB01(config-if)#ip address 10.204.34.3 255.255.255.0</p>
<p><span style="color: #800000">Step 2 &#8211; Configure HSRP group id, priority and timers, my active switch will be Cisco 6500 Switch due to its priority</span></p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 ip 10.204.34.1</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 timers 1 3</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 priority 150</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 preempt</p>
<p><strong><span style="color: #000080">Cisco Nexus 7000 Series Switch Configuration</span></strong></p>
<p><span style="color: #800000">Step 1 &#8211; Create VLAN 34 in Cisco Nexus Switch and assign an IP Address</span></p>
<p>VDC-Admin-AG01-MB-1256-002(config)# interface vlan 34</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if)# ip address 10.204.34.2/24</p>
<p><span style="color: #800000">Step 2 &#8211; Configure HSRP group id, priority and timers , Nexus will be in standby mode</span></p>
<p>VDC-Admin-AG01-MB-1256-002(config-if)#hsrp 34</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# priority 110</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# timers 1 3</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# ip 10.204.34.1</p>
<p><strong>Verify the HSRP States</strong></p>
<p><span style="color: #800000">Cisco Catalyst 6500 Switch Status</span></p>
<p>MBGF-DAC-6500-BB01:1#sho standby brief</p>
<p>P indicates configured to preempt.</p>
<p>|</p>
<p>Interface   Grp Prio P State    Active          Standby         Virtual IP</p>
<p>Vl34        34  150  P Init     local           10.204.34.3         10.204.34.1</p>
<p>MBGF-DAC-6500-BB01:1#</p>
<p><span style="color: #800000">Nexus 7000 Series Switch HSRP Status</span></p>
<p>VDC-Admin-AG01-MB-1256-002# sho hsrp group 34</p>
<p>Vlan34 &#8211; Group 34 (HSRP-V1) (IPv4)</p>
<p>Local state is Standby, priority 110 (Cfged 110)</p>
<p>Forwarding threshold(for vPC), lower: 1 upper: 110</p>
<p>Hellotime 1 sec, holdtime 3 sec</p>
<p>Next hello sent in 0.179000 sec(s)</p>
<p>Virtual IP address is 10.204.34.1 (Cfged)</p>
<p>Active router is 10.204.34.2</p>
<p>Standby router is local</p>
<p>Virtual mac address is 0000.0c07.ac22 (Default MAC)</p>
<p>2 state changes, last state change 2d18h</p>
<p>IP redundancy name is hsrp-Vlan34-34 (default)</p>
<p>VDC-Admin-AG01-MB-1256-002#</p>
<p>Configuring HRSP is a quite a simple and if you are facing any problems configuring you can post your scenario in the comments area of this post.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure a DHCP server in a Cisco Aironet Access Points?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-dhcp-server-in-a-cisco-aironet-access-points/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-dhcp-server-in-a-cisco-aironet-access-points/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 05:49:22 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[12.2(11)JA1]]></category>
		<category><![CDATA[Access Point]]></category>
		<category><![CDATA[Cisco Access Point configuration]]></category>
		<category><![CDATA[Cisco Aironet 1100]]></category>
		<category><![CDATA[Cisco Aironet 1200]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[DHCP server in Cisco Aironet]]></category>
		<category><![CDATA[DHCP service]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[How to configure DHCP in a Cisco Access point]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Wireless client]]></category>
		<category><![CDATA[Wireless Configuration]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-dhcp-server-in-a-cisco-aironet-access-points/</guid>
		<description><![CDATA[If you want to configure DHCP service in Cisco Aironet 1100 and 1200 series Access Points its pretty simple. Dynamic Host Configuration Protocol (DHCP) server capability was first available on the Cisco Aironet 1100 and 1200 series Access Points (APs) in version 12.2(11)JA1. When an AP is configured as a DHCP server, it can provide [...]]]></description>
				<content:encoded><![CDATA[<p>If you want to configure DHCP service in Cisco Aironet 1100 and 1200 series Access Points its pretty simple. Dynamic Host Configuration Protocol (DHCP) server capability was first available on the Cisco Aironet 1100 and 1200 series Access Points (APs) in version 12.2(11)JA1.</p>
<p>When an AP is configured as a DHCP server, it can provide IP addresses to an Ethernet-capable PC connected to its Ethernet port or to wireless client devices that associate to the AP.</p>
<p>Following example shows how to configure DHCP service on the Cisco Aironet 1100 and 1200 series Access Points</p>
<p><span style="color: #000080">ITKE-AP01#configure terminal</span></p>
<p><span style="color: #000080">ITKE-AP01(config)#ip dhcp excluded-address 172.16.0.1 &#8211; 172.16.0.50</span></p>
<p><span style="color: #000080">ITKE-AP01(config)#ip dhcp pool ITKE</span></p>
<p><span style="color: #000080">ITKE-AP01(dhcp-config)# network 172.16.0.0 255.255.255.0</span></p>
<p><span style="color: #000080">ITKE-AP01(dhcp-config)#lease 20</span></p>
<p><span style="color: #000080">ITKE-AP01(dhcp-config)#default-router 172.16.0.1</span></p>
<p><span style="color: #000080">ITKE-AP01(dhcp-config)#end</span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-dhcp-server-in-a-cisco-aironet-access-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to repair a corrupted IOS in Cisco 1250 access point Series 3?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-3/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-3/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 11:15:44 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[boot]]></category>
		<category><![CDATA[Cisco 1250 Series Access Point]]></category>
		<category><![CDATA[Cisco Access Point]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco errors]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[corrupted IOS]]></category>
		<category><![CDATA[How to repair corrupted IOS in Cisco 1250 access point]]></category>
		<category><![CDATA[IOS file]]></category>
		<category><![CDATA[IOS Upgrade]]></category>
		<category><![CDATA[set BOOT flash]]></category>
		<category><![CDATA[set DEFAULT_ROUTER]]></category>
		<category><![CDATA[set IP_ADDR]]></category>
		<category><![CDATA[set NETMASK]]></category>
		<category><![CDATA[solar winds TFTF server]]></category>
		<category><![CDATA[tar -xtract]]></category>
		<category><![CDATA[tar –xtract  tftp]]></category>
		<category><![CDATA[tftp_init]]></category>
		<category><![CDATA[The system is unable to boot automatically because there are no bootable files]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-3/</guid>
		<description><![CDATA[  In my last post we looked at how to fix the corrupted IOS in a Cisco 1250 Wireless Access Point, the other way of recovering the corrupted IOS is by again by using a solar winds TFTP server, but in this procedure the access point loads itself the image file from the TFTP server. In [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt">
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-family: Calibri"><span style="color: black"></span></span></span></div>
<p><span style="color: black"><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black">In <a href="http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-2/"><span>my last</span></a> post we looked at how to fix the corrupted IOS in a Cisco 1250 Wireless Access Point, the other way of recovering the corrupted IOS is by again by using a solar winds TFTP server, but in this procedure the access point loads itself the image file from the TFTP server. In order do so follow the below mentioned steps.</span></p>
<p><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 1 </span></strong></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Configure the PC with Solar Winds TFTP server with a class A Static IP Address range of 10.0.0.2 to 10.0.0.30.</span></p>
<p><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 2</span></strong></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Make sure that the PC with the solar winds TFTF server contains the Cisco 1250 Wireless Access Point IOS image file (such as </span><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">c1250-k9w7-tar.124-21a.JA1</span><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt"> in the Solar Winds TFTP server folder) and the TFTP server is activated.</span></p>
<p><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 3 </span></strong></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Rename the Cisco 1250 Wireless Access Point IOS image file in the solar winds TFTP server folder to the default image name –</span><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">c1250-k9w7-tar.default</span><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt"> for a Cisco 1250 Wireless Access Point.</span></p>
<div><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"><span style="color: black"><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"></p>
<div><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"><span style="color: black"><span style="font-family: Calibri"><span style="color: black"></span></span></span></span></span></span></div>
<p></span></span></span></span></span></span></span></div>
<p><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"><span style="color: black"><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"><span style="color: black"><span style="font-family: Calibri"><span style="color: black"><span style="font-size: small"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"><font size="3"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"><font face="Calibri"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"><font size="3"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"><font face="Calibri"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></font></span><font face="Calibri"><font color="black"><font size="3"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></font></span><font face="Calibri"><font color="black"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></font></span><font face="Calibri"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p></font></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 4</span></strong></p>
<p><strong></strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Connect the PC with solar winds TFTF server to the Cisco 1250 Access point with a <span> </span>Category 6or Cat5 Ethernet cable (straight cable). </span></p>
<p> </p>
<p></span></p>
<p> </p>
<p><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 5 </span></strong></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Disconnect power from the Cisco 1250 Access point. </span></p>
<p><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 6 </span></strong></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Press and hold the MODE button while you reconnect power to the Cisco 1250 Access point. </span></p>
<p><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 7</span></strong></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt"><span> </span>Hold the MODE button until the status LED turns red (approximately 20 to 30 seconds), and release the MODE button until the console indicates </span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Button is pressed; wait for button to be released</span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Once you release the button you will see the Cisco 1250 Access Point starts downloading the default IOS image from Solar wind TFTP sever as shown below</span></p>
<p> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/mode-button.png"><img class="alignnone size-medium wp-image-676" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/mode-button.png" alt="" width="655" height="318" /></a></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 8 </span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Wait until the Cisco 1250 access point reboots as indicated by all LEDs turning green followed by the Status LED blinking green. </span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Step 9 </span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">After the Cisco 1250 access point reboots, reconfigure the access point using the Command Line Interface (CLI) or GUI.</span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-size: 11pt">Also check demonstrated video to recover the IOS in Cisco 1250 Access Point.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-family: Calibri;font-size: small"> <code>[kml_flashembed movie="http://www.youtube.com/v/ixv_Gmzpvwk" width="425" height="350" wmode="transparent" /]</code></span></span></p>
<fieldset></fieldset>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to repair a corrupted IOS in Cisco 1250 access point Series 2?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-2/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:16:19 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[boot]]></category>
		<category><![CDATA[Cisco 1250 Series Access Point]]></category>
		<category><![CDATA[Cisco Access Point]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco errors]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[corrupted IOS]]></category>
		<category><![CDATA[How to repair corrupted IOS in Cisco 1250 access point]]></category>
		<category><![CDATA[IOS file]]></category>
		<category><![CDATA[IOS Upgrade]]></category>
		<category><![CDATA[set BOOT flash]]></category>
		<category><![CDATA[set DEFAULT_ROUTER]]></category>
		<category><![CDATA[set IP_ADDR]]></category>
		<category><![CDATA[set NETMASK]]></category>
		<category><![CDATA[solar winds TFTF server]]></category>
		<category><![CDATA[tar -xtract]]></category>
		<category><![CDATA[tar –xtract  tftp]]></category>
		<category><![CDATA[tftp_init]]></category>
		<category><![CDATA[The system is unable to boot automatically because there are no bootable files]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-2/</guid>
		<description><![CDATA[In my previous post  I was talking about how to fix the corrupted IOS in Cisco 1250 Series Wireless Access Point. Now in this series let’s see how to fix the solution to fix the corrupted IOS in Cisco 1250 Series Wireless Access Point.   In the previous post we know that whenever an IOS [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/ip-addrs.png"></a><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/image-rename1.png"></a></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">In my </span><a href="http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-corrupted-ios-in-cisco-1250-access-point-series-1/"><span style="font-family: Calibri;font-size: small">previous post</span></a><span style="font-family: Calibri;font-size: small"> <span> </span>I was talking about how to fix the corrupted IOS in Cisco 1250 Series Wireless Access Point. Now in this series let’s see how to fix the solution to fix the corrupted IOS in Cisco 1250 Series Wireless Access Point.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">In the </span><a href="http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-corrupted-ios-in-cisco-1250-access-point-series-1/"><span style="font-family: Calibri;font-size: small">previous post</span></a><span style="font-family: Calibri;font-size: small"> we know that whenever an IOS is missing in the Cisco Wireless Access Point you will get the following error</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: small"><span style="font-family: Calibri"><span style="color: red">The system is unable to boot automatically because there are no bootable files.</span></span></span></p>
<p> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">Followed by the promt</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">ap:</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">There are two ways to fix this problem, in this post I will show you how to fix the problem<span>  </span><span> </span>by transferring the IOS file to the Cisco Access Point using a TFTP server.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Whenever you boot you IOS corrupted Cisco Access Point and when you get following error at the command prompt </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">ap:</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Connect the corrupted access point to any Cisco Catalyst Switch and also connect your PC with a solar winds TFTP server installed to the same switch with the same subnet. In the following example we are configuring the IP address for the PC with Solar winds TFTP server and corrupted access point as follows</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/ip-addrs.png"><img class="alignnone size-medium wp-image-670" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/ip-addrs.png" alt="" width="658" height="131" /></a></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Follow the below mentioned steps </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-size: small"><span style="font-family: Calibri">Step 1:</span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Assign the ip address, netmask and default gateway to the IOS corrupted access point by using set command as shown below.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap:set IP_ADDR 10.0.0.10</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap:set NETMASK 255.255.248.0</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap:set DEFAULT_ROUTER 10.0.0.10</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 14pt"><span style="font-family: Calibri"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-size: small"><span style="font-family: Calibri">Step 2:</span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Initialized the TFTP server in the Cisco Access point by entering “tftp_init” command</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap: tftp_init</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-size: small"><span style="font-family: Calibri"><span> </span><strong><span style="color: #244061">Step 3:</span></strong></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><a href="http://tools.cisco.com/support/downloads/go/ImageList.x?relVer=12.4.10b-JDA3&amp;mdfid=281235915&amp;sftType=IOS+Software&amp;optPlat=&amp;nodecount=3&amp;edesignator=GD&amp;modelName=Cisco+Aironet+1250+Series+Access+Point&amp;treeMdfId=278875243&amp;treeName=Wireless&amp;modifmdfid=null&amp;imn"><span style="font-family: Calibri;color: #0000ff;font-size: small">Download</span></a><span style="font-family: Calibri;font-size: small"> the IOS image file for Cisco 1250 Series Access Point from Cisco Web Site (CCO id is required) and remove the file extension (.tar) as shown and copy the file to solar winds TFTP server directory.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/image-rename.png"><img class="alignnone size-medium wp-image-673" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/image-rename.png" alt="" width="784" height="267" /></a></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/ip-addrs.png"></a><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/image-rename1.png"><img class="alignnone size-medium wp-image-674" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/image-rename1.png" alt="" width="739" height="311" /></a> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-size: small"><span style="font-family: Calibri">Step 4:</span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Make sure that the solar winds TFTF server is started and </span><a href="http://tools.cisco.com/support/downloads/go/ImageList.x?relVer=12.4.10b-JDA3&amp;mdfid=281235915&amp;sftType=IOS+Software&amp;optPlat=&amp;nodecount=3&amp;edesignator=GD&amp;modelName=Cisco+Aironet+1250+Series+Access+Point&amp;treeMdfId=278875243&amp;treeName=Wireless&amp;modifmdfid=null&amp;imn"><span style="font-family: Calibri;color: #0000ff;font-size: small">the downloaded the IOS image file</span></a><span style="font-family: Calibri;font-size: small"> is placed in the TFTP server directory.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-size: small"><span style="font-family: Calibri">Step 5:</span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Extract the IOS file downloaded into the Cisco Access Point by using “tar -xtract” command to inflate the image file from your TFTP Server.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-family: Calibri;font-size: small"> </span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap:<span>  </span>tar –xtract <span> </span>tftp://10.0.0.8/c1250-k9w7-tar.124-10b.JDA3 flash:</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/tar.png"><img class="alignnone size-medium wp-image-671" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/tar.png" alt="" width="663" height="355" /></a></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-size: small"><span style="font-family: Calibri">Step 6:</span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Once the whole IOS file is extracted the set the boot path in your IOS corrupted Cisco Access Point as shown below</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap:<span>  </span>set BOOT flash: c1250-k9w7-mx.124-10b.JDA3/ c1250-k9w7-mx.124-10b.JDA3</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><strong><span style="color: #244061"><span style="font-size: small"><span style="font-family: Calibri">Step 7:</span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Then you boot your Cisco Wireless Access Point by using a “boot’ command. </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/ip-addrs.png"></a><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/boot.png"></a></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ap:<span>  </span>boot</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"> </p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/boot.png"><img class="alignnone size-medium wp-image-672" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/boot.png" alt="" width="795" height="541" /></a></span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Once the Cisco Wireless Access Point is booted you will see no errors and its working fine. I have also uploaded the video as well which might help you to recover the IOS in a Cisco 1250 Access Point. Same procedure can be applied on other Cisco Access Points as well with proper IOS files.</span><span style="font-size: 14pt"><span style="font-family: Calibri"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 14pt"><span style="font-family: Calibri"> <code>[kml_flashembed movie="http://www.youtube.com/v/NfSZeq4idHM" width="425" height="350" wmode="transparent" /]</code></span></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-a-corrupted-ios-in-cisco-1250-access-point-series-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to repair a corrupted IOS in Cisco 1250 access point Series 1?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-corrupted-ios-in-cisco-1250-access-point-series-1/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-corrupted-ios-in-cisco-1250-access-point-series-1/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:15:22 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco 1250 Series Access Point]]></category>
		<category><![CDATA[Cisco Access Point]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco errors]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[corrupted IOS]]></category>
		<category><![CDATA[How to repair corrupted IOS in Cisco 1250 access point]]></category>
		<category><![CDATA[IOS Upgrade]]></category>
		<category><![CDATA[The system is unable to boot automatically because there are no bootable files]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-corrupted-ios-in-cisco-1250-access-point-series-1/</guid>
		<description><![CDATA[These days we are upgrading the IOS for all Cisco 1250 Series Wireless Access Points. So far we don’t have any wireless management software or control cards. We are force to upgrade an IOS of each and every individual access point.   One of our aspiring, vibrant colleagues deleted the flash contents of the Cisco [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/access-point1.png"></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">These days we are upgrading the IOS for all Cisco 1250 Series Wireless Access Points. So far we don’t have any wireless management software or control cards. We are force to upgrade an IOS of each and every individual access point.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">One of our aspiring, vibrant colleagues deleted the flash contents of the Cisco 1250 Series Access Point accidentally. He tried to repair but he had no clue what to do. He tried to find out a way but it was fruitless. After the IOS was deleted in the Cisco 1250 Series Access Point it was not booting and he was getting the following error.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri"><span style="color: red;font-size: 14pt">The system is unable to boot automatically because there are no bootable files.</span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri"><span style="color: red;font-size: 14pt"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/access-point1.png"><img class="alignnone size-medium wp-image-667" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/access-point1.png" alt="" width="642" height="425" /></a></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">In upcoming post I will post a solution to how to upload an IOS in the corrupted Cisco 1250 Access Point.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><code>[kml_flashembed movie="http://www.youtube.com/v/EMG8UosnSU0" width="425" height="350" wmode="transparent" /]</code></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-repair-corrupted-ios-in-cisco-1250-access-point-series-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to archive your Cisco Router or Switch Configuration?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-archive-your-cisco-router-or-switch-configuration/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-archive-your-cisco-router-or-switch-configuration/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 13:06:18 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[archive command]]></category>
		<category><![CDATA[archive config]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco IOS configuration]]></category>
		<category><![CDATA[Cisco IOS tips]]></category>
		<category><![CDATA[Cisco Router tips]]></category>
		<category><![CDATA[Cisco Routers]]></category>
		<category><![CDATA[Cisco Switches]]></category>
		<category><![CDATA[Cisco Switches tips]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[configure replace flash]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[How to archive your Cisco Router or Switch Configuration?]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[IOS Version]]></category>
		<category><![CDATA[IOS version 12.3 (4) T]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Network Tips]]></category>
		<category><![CDATA[protocols]]></category>
		<category><![CDATA[RCP]]></category>
		<category><![CDATA[Router Configuration]]></category>
		<category><![CDATA[running config]]></category>
		<category><![CDATA[SCP]]></category>
		<category><![CDATA[TFTP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-archive-your-cisco-router-or-switch-configuration/</guid>
		<description><![CDATA[Do you all know there is a great way to archive the tasks you carry out in your Cisco Router or a Cisco Switch? Especially whenever you perform a “write memory or copy run start” in your Cisco Router or a Cisco Switch. Most people do not realize starting an IOS version 12.3 (4) T [...]]]></description>
				<content:encoded><![CDATA[<p>Do you all know there is a great way to archive the tasks you carry out in your Cisco Router or a Cisco Switch? Especially whenever you perform a “write memory or copy run start” in your Cisco Router or a Cisco Switch.</p>
<p>Most people do not realize starting an IOS version 12.3 (4) T and higher an “archive” and “archive config” commands were introduced by Cisco Systems.</p>
<p>The main advantage of advantage of an “archive” command is to have incremental backups of your Cisco Router or Switches configurations and for some reasons if you have blowup with the configuration then using the this feature you can retrieve the old configuration file into your Cisco router or switch.</p>
<p>The “archive config” command allows you to save Cisco IOS configurations in the configuration archive using a standard location and filename prefix that is automatically appended with an incremental version number (and optional timestamp) as each consecutive file is saved.<br />
Once the maximum number of file saved in the archive, the oldest file will be automatically replaced by the next file.</p>
<p>The “show archive” command displays information for all configuration files saved in the Cisco IOS configuration archive.<br />
In this example, we will save the archive configuration files on the flash memory; however, you can also store the configuration files remotely using such protocols as FTP, HTTP, HTTPS,RCP, SCP, and TFTP.<br />
By using following set of commands we can enable archive feature in a Cisco Router or a Cisco Switch provided the IOS version is either 12.3 (4) T or higher . In this example, the location and filename prefix is specified as disk0: itkebackup</p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS0 (config)#archive</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS01(config-archive)#path flash:itkebackup</span></span></span></p>
<p>To save the current running configuration in the configuration archive use the “archive config” command as shown below</p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS01# archive config</span></span></span></p>
<p>The “show archive” command displays information of the files saved in the configuration archive as shown in the following example:</p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS01#show archive</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>There are currently 3 archive configurations saved.</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>The next archive file will be named flash: itkebackup -3</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>Archive # Name</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>0</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>1 flash: itkebackup -1</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>2 flash: itkebackup -2 &lt;- Most Recent</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>3</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>4</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>5</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>6</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>7</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>8</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>9</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>10</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>11</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>12</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>13</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>14</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS01#</span></span></span></p>
<p>By using the “configure replace flash” command you can restore the configuration</p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS01#configure replace flash: itkebackup -2</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>This will apply all necessary additions and deletions</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>to replace the current running configuration with the</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>contents of the specified configuration file, which is</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>assumed to be a complete configuration, not a partial</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>configuration. Enter Y if you are sure you want to proceed. ? [no]: y</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>Total number of passes: 0</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri"><span>         </span>Rollback Done</span></span></span></p>
<p>The “archive” command is quite handy to keep the he is great for keeping multiple copies of the running config in an archive.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-archive-your-cisco-router-or-switch-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
