 




<?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>The ranting of an IT Professional &#187; IOS</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-rant/tag/ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-rant</link>
	<description></description>
	<lastBuildDate>Mon, 19 Sep 2011 18:30:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Setting up DHCP relay on a Cisco router</title>
		<link>http://itknowledgeexchange.techtarget.com/it-rant/setting-up-dhcp-relay-on-a-cisco-router/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-rant/setting-up-dhcp-relay-on-a-cisco-router/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:41:14 +0000</pubDate>
		<dc:creator>Jason Tramer</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[relay]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-rant/setting-up-dhcp-relay-on-a-cisco-router/</guid>
		<description><![CDATA[This came up for me recently. Here are the commands to setup DHCP relay on a Cisco router, it&#8217;s super easy if you know what to do. The interface you are configuring is the interface where the DHCP clients are located. The helper-address is the IP address of your DHCP server, in this case 10.10.0.5. [...]]]></description>
				<content:encoded><![CDATA[<p>This came up for me recently. Here are the commands to setup DHCP relay on a Cisco router, it&#8217;s super easy if you know what to do.</p>
<p>The interface you are configuring is the interface where the DHCP clients are located. The helper-address is the IP address of your DHCP server, in this case 10.10.0.5. Please note you will need to make this configuration change on EVERY interface that has clients that will need to access the DHCP server.</p>
<p>router2# conf t<br />
router2(config)# int e0<br />
router2(config-if)# ip helper-address 10.10.0.5</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-rant/setting-up-dhcp-relay-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Router &#8211; Upload and IOS image from ROMMON mode</title>
		<link>http://itknowledgeexchange.techtarget.com/it-rant/cisco-router-upload-and-ios-image-from-rommon-mode/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-rant/cisco-router-upload-and-ios-image-from-rommon-mode/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:23:39 +0000</pubDate>
		<dc:creator>Jason Tramer</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[ROMMON]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-rant/cisco-router-upload-and-ios-image-from-rommon-mode/</guid>
		<description><![CDATA[If you ever delete your IOS image and the system reboots before you get the new one on or if you upload the image and it is corrupt you will need to know how to upload an image from ROMMON mode. Here are a sample of the commands, replace the entries with your specifics: rommon [...]]]></description>
				<content:encoded><![CDATA[<p>If you ever delete your IOS image and the system reboots before you get the new one on or if you upload the image and it is corrupt you will need to know how to upload an image from ROMMON mode.</p>
<p>Here are a sample of the commands, replace the entries with your specifics:</p>
<p>rommon 1 &gt; IP_ADDRESS=192.168.1.5<br />
rommon 2 &gt; IP_SUBNET_MASK=255.255.255.0<br />
rommon 3 &gt; DEFAULT_GATEWAY=192.168.1.1<br />
rommon 4 &gt; TFTP_SERVER=192.168.1.10<br />
rommon 5 &gt; TFTP_FILE=c2600-adventerprisek9-mz.124-5a.bin<br />
rommon 6 &gt; tftpdnld     (this command kicks off the tftp download)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-rant/cisco-router-upload-and-ios-image-from-rommon-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
