<?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>Come and Take It &#187; Cisco IOS</title>
	<atom:link href="http://www.comeandtakeit.net/category/cisco-ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.comeandtakeit.net</link>
	<description>&#34;if I owned Hell and Texas, I would farm out Texas and live in Hell&#34;</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:30:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cisco IOS Default Interface</title>
		<link>http://www.comeandtakeit.net/2010/01/31/cisco-ios-default-interface/</link>
		<comments>http://www.comeandtakeit.net/2010/01/31/cisco-ios-default-interface/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:09:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.comeandtakeit.net/?p=56</guid>
		<description><![CDATA[The default interface command erases all commands on the particular interface places the interface in a default state which includes no shutting the interface.  Below is the configuration of an interface before and after running the default interface command. Sales2#show run interface fastEthernet 1/0 Building configuration&#8230; Current configuration : 128 bytes ! interface FastEthernet1/0 description [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4 </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--><!--  --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p>The default interface command erases all commands on the particular interface places the interface in a default state which includes no shutting the interface.  Below is the configuration of an interface before and after running the default interface command.</p>
<p>Sales2#<strong>show run interface fastEthernet 1/0</strong><br />
Building configuration&#8230;</p>
<p>Current configuration : 128 bytes<br />
!<br />
interface FastEthernet1/0<br />
description Dev Lab<br />
ip address 192.168.3.34 255.255.255.0<br />
shutdown<br />
duplex auto<br />
speed auto<br />
end</p>
<p>Sales2(config)#<strong>default interface fastEthernet 1/0</strong><br />
Building configuration&#8230;</p>
<p>Interface FastEthernet1/0 set to default configuration</p>
<p>Sales2(config)#<strong>do show run interface f 1/0</strong><br />
Building configuration&#8230;</p>
<p>Current configuration : 83 bytes<br />
!<br />
interface FastEthernet1/0<br />
no ip address<br />
shutdown<br />
duplex auto<br />
speed auto<br />
end</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comeandtakeit.net/2010/01/31/cisco-ios-default-interface/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
	</channel>
</rss>

