 




<?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 Router</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/cisco-router/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>Resequence the access-list!</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 06:45:02 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[ACL]]></category>
		<category><![CDATA[Cisco Access list]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco IOS device]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Cisco Switches]]></category>
		<category><![CDATA[Cisco tip]]></category>
		<category><![CDATA[extended ip access-list]]></category>
		<category><![CDATA[ip access-list resequence]]></category>
		<category><![CDATA[Network technologies & trends]]></category>
		<category><![CDATA[Network Technologies and tips.]]></category>
		<category><![CDATA[Resequence the access-list]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/</guid>
		<description><![CDATA[When it comes to modifying Access lists in Cisco IOS devices most of us remove the ACL&#8217;s from the Cisco Router and then edit the entries in a note, and then paste back the modified ACL to the respective router via CLI. There is a way to reduce the overhead involved in modifying ACL by [...]]]></description>
				<content:encoded><![CDATA[<p>When it comes to modifying Access lists in Cisco IOS devices most of us remove the ACL&#8217;s from the Cisco Router and then edit the entries in a note, and then paste back the modified ACL to the respective router via CLI.</p>
<p>There is a way to reduce the overhead involved in modifying ACL by using the Cisco IOS feature of resequencing.</p>
<p>In the following example in a Cisco router there is an access-list name ITKE</p>
<p><span style="color: #800000">ASW2-02#sho access-lists ITKE</span></p>
<p><span style="color: #800000">Extended IP access list ITKE</span></p>
<p><span style="color: #800000">1 permit ip host 192.168.1.1 host 10.1.0.1</span></p>
<p><span style="color: #800000">2 permit ip host 192.168.1.2 host 10.1.0.2</span></p>
<p><span style="color: #800000">ASW2-02#</span></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence.png"><img class="alignnone size-medium wp-image-1092" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence.png" alt="" width="402" height="192" /></a></p>
<p>From the example if we need to add one more deny statement for the host 192.168.1, it&#8217;s not possible to add a statement without deleting the current access list and create a new one. But the power of resequence allows you to assign a new set of sequence numbers to current access list as demonstrated below using the IOS command <span style="color: #800000">&#8220;ip access-list resequence&#8221;</span></p>
<p><span style="color: #800000">ASW2-02#configure t</span></p>
<p><span style="color: #800000">ASW2-02(config)#ip access-list resequence ITKE ?</span></p>
<p><span style="color: #800000">&lt;1-2147483647&gt;  Starting Sequence Number</span></p>
<p><span style="color: #800000">ASW2-02(config)#ip access-list resequence ITKE 10 10</span></p>
<p>This starts the first entry with a sequence number of 10 and increments all new lines by 10. The result is as shown below</p>
<p><span style="color: #800000">ASW2-02#sho ip access-lists ITKE</span></p>
<p><span style="color: #800000">Extended IP access list ITKE</span></p>
<p><span style="color: #800000">10 permit ip host 192.168.1.1 host 10.1.0.1</span></p>
<p><span style="color: #800000">20 permit ip host 192.168.1.2 host 10.1.0.2</span></p>
<p><span style="color: #800000">ASW2-02#</span></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence1.png"><img class="alignnone size-medium wp-image-1093" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence1.png" alt="" width="526" height="417" /></a></p>
<p>By resequencing the ACL now it&#8217;s easy to inserts a new ACL with a sequence number of 15 which would fall between the existing entries in the ITKE access list.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Private VLANs (PVLANS)?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/what-are-private-vlans-pvlans/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/what-are-private-vlans-pvlans/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 11:39:37 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[642-813]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP Switch]]></category>
		<category><![CDATA[CCNP tips]]></category>
		<category><![CDATA[Cisco CCNP Switch 642-813 certification exam]]></category>
		<category><![CDATA[Cisco Certifications]]></category>
		<category><![CDATA[Cisco Multilayer Switch]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Layer 2]]></category>
		<category><![CDATA[Layer 3]]></category>
		<category><![CDATA[Network environment]]></category>
		<category><![CDATA[PVLANS]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[sub-VLAN]]></category>
		<category><![CDATA[VLAN]]></category>
		<category><![CDATA[VLANS]]></category>
		<category><![CDATA[What are private vlans]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/what-are-private-vlans-pvlans/</guid>
		<description><![CDATA[If you are working hard towards achieving Cisco CCNP Switch 642-813 certification exams, private VLANs does comes into picture. Yeah its part of CCNP Switch 642-813 curriculum.  Cisco basically designed Private VLANs (PVLANS) as part of layer 2 security, in normal condition in any given network the traffic is allowed to move unconditionally within a [...]]]></description>
				<content:encoded><![CDATA[<p>If you are working hard towards achieving Cisco CCNP Switch 642-813 certification exams, private VLANs does comes into picture. Yeah its part of CCNP Switch 642-813 curriculum.  Cisco basically designed Private VLANs (PVLANS) as part of layer 2 security, in normal condition in any given network the traffic is allowed to move unconditionally within a VLAN. What if you want to restrict the movement of traffic with in a VLAN?  Private VLAN (PVLANS) comes into picture.</p>
<p>Private VLAN (PVLANS) are really just sub-VLAN inside a VLAN, they basically allows you to split the VLAN domain into multiple isolated subdomains. When it comes to inter-VLAN routing we need a Layer 3 device to forward packets. The same analogy applies to Private VLAN (PVLANS). They need layer 3 devices such as Cisco Router or Cisco Multilayer Switch.</p>
<p>To make things much simpler, consider a Network environment in which the service provider need to connects servers belonging to different customers to the Internet. These servers must all be able to reach their first-hop router, but for security reasons, servers belonging to one customer must not be able to communicate with servers belonging to another. An obvious design solution for these requirements is to place each customer&#8217;s servers in a separate VLAN, which also requires the assignment of a separate IP subnet per customer (even if they have only one server).</p>
<p>By creating separate VLANs not only wastes the VLAN IDs but also IP addresses as well. To overcome this Private VLAN (PVLANS) were introduced as a more elegant alternative, allowing multiple devices to reside in the same IP subnet, yet remain isolated from one another at layer two.</p>
<p>In upcoming post we see what terminologies are used in Private VLAN (PVANS) and how they are distinguished.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/what-are-private-vlans-pvlans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure a minimum password length in a Cisco Router?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-minimum-password-length-in-a-cisco-router/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-minimum-password-length-in-a-cisco-router/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 07:12:57 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[% Password too short]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco IOS 12.3 (1)]]></category>
		<category><![CDATA[Cisco IOS version]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Cisco router password]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[How to configure a minimum password length in a Cisco Router?]]></category>
		<category><![CDATA[ITKE]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Network Tips]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password tips]]></category>
		<category><![CDATA[router password]]></category>
		<category><![CDATA[Router Security]]></category>
		<category><![CDATA[router tips]]></category>
		<category><![CDATA[Secure CRT]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-minimum-password-length-in-a-cisco-router/</guid>
		<description><![CDATA[  As we all know by default there are no limitations on the size of password length in a Cisco router. Sometimes this may leads to a security risk. You can also configure a password with a single character in a Cisco Router.      Cisco Systems introduced a command to force the minimum length [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" 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/password-length.png"></a> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">As we all know by default there are no limitations on the size of password length in a Cisco router. Sometimes this may leads to a security risk. You can also configure a password with a single character in a Cisco Router. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/password-length.png"><img class="alignnone size-medium wp-image-658" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/12/password-length.png" alt="" width="572" height="289" /></a></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Cisco Systems introduced a command to force the minimum length of password starting with an IOS version 12.3 (1). By default the length should be 6 characters, but you can change the default length.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">To configure the minimum password length in your Cisco Router, use the following commands.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"><br />
</span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: #632423;font-size: 9pt">ITKERouter01#configure terminal<br />
ITKERouter01 (config)#security passwords min-length 8</span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">After entering the above command if you try to configure the enable secret to itke as shown the below, following error message will be displayed in your Cisco Router</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"><br />
</span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: #632423;font-size: 9pt"> ITKERouter01 (config)#enable secret itke</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: #632423;font-size: 9pt"> % Password too short &#8211; must be at least 8 characters. Password configuration failed<br />
 ITKERouter01 (config)#</span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"></p>
<p></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Even if you try to configure the local username and password you find the same error. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"><br />
</span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: #632423;font-size: 9pt">ITKERouter01 (config)#username yasir secret cisco</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: #632423;font-size: 9pt"> % Password too short &#8211; must be at least 8 characters. Password configuration failed<br />
 ITKERouter01 (config)#</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: black;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">I would recommed you to enable this feautre in your Cisco Router for better security.</span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-a-minimum-password-length-in-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure the System prompt in a Cisco Router or a Cisco Switch?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-the-system-prompt-in-a-cisco-router-or-a-cisco-switch/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-the-system-prompt-in-a-cisco-router-or-a-cisco-switch/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 11:36:37 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[%h:%n%p]]></category>
		<category><![CDATA[active telnet sessions]]></category>
		<category><![CDATA[Cisco Device]]></category>
		<category><![CDATA[Cisco Hostname]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Cisco Router tips]]></category>
		<category><![CDATA[Cisco Switches]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[config t]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[How to configure the System prompt in a Cisco Router or a Cisco Switch]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Network Tips]]></category>
		<category><![CDATA[no prompt]]></category>
		<category><![CDATA[System prompt]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[TTY]]></category>
		<category><![CDATA[VTY]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/?p=639</guid>
		<description><![CDATA[  There is a cool handy way to know TTY sessions established in any Cisco Router or a Cisco Switch. By using this feature you can know the number of active telnet sessions from the prompt itself. Normally whenever you log to any Cisco Router or Switch you will find this menu ITKE-AS01#   By using [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-family: Calibri"><span style="font-size: small">There is a cool handy way to know TTY sessions established in any Cisco Router or a Cisco Switch. By using this feature you can know the number of active telnet sessions from the prompt itself.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-family: Calibri"><span style="font-size: small">Normally whenever you log to any Cisco Router or Switch you will find this menu</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01# </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Calibri"><span style="font-size: small"><span style="color: black">By using the </span><span style="color: #632423">“prompt”</span><span style="color: black"> command you can see the difference</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"><span style="font-family: Calibri"><span style="font-size: small">You might be wondering how come this is possible, ok now let me show you how to enable this feature in a Cisco Router or a Cisco Switch,</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"><span style="font-family: Calibri"><span style="font-size: small">Log in to your Cisco Device and use the following command <span style="color: #632423">&#8220;prompt %h:%n%p&#8221;</span></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01#config t</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01 (config)# prompt %h:%n%p<br />
ITKE-AS01 (config)# exit</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-family: Calibri"><span style="font-size: small">In the example I have used three escape sequences to set the prompt name to the hostname (%h), followed by the command number (%n) and then followed by the appropriate prompt character for the current command mode (%p). </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri"><span style="font-size: small"><span style="color: black">You can see the difference in the hostname after applying the </span><span style="color: #632423">“prompt %h:%n%p” </span><span style="color: black">command.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01:1#sho users </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>    </span>Line<span>       </span>User<span>       </span>Host(s)<span>           </span><span>   </span>Idle<span>       </span>Location</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">*<span>  </span>1 vty 0<span>     </span>yasir<span>      </span>idle<span>                 </span>00:00:00 10.0.0.5</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>  </span>Interface<span>      </span>User<span>        </span>Mode<span>                     </span>Idle<span>     </span>Peer Address</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01:1#</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri"><span style="font-size: small"><span> </span></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri"><span style="font-size: small">As the number of TTY session increases you can see the incremental change in the hostname with the sequence number as displayed below.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri"><span style="font-size: small">Example with two TTY sessions </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01:2#sho users </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>    </span>Line<span>       </span>User<span>       </span>Host(s)<span>              </span>Idle<span>       </span>Location</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>   </span>1 vty 0<span>     </span>yasir<span>      </span>idle<span>                 </span>00:00:23 10.0.0.5</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">*<span>  </span>2 vty 1<span>     </span>itkeuser<span>      </span>idle<span>                 </span>00:00:00 10.0.0.5</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-family: Calibri"><span style="font-size: small"><span>  </span>Interface<span>      </span>User<span>        </span>Mode<span>        </span><span>             </span>Idle<span>     </span>Peer Address</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-family: Calibri"><span style="font-size: small">ITKE-AS01:2#</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="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri"><span style="font-size: small">Example with three TTY sessions </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01:3#sho users </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>    </span>Line<span>       </span>User<span>       </span>Host(s)<span>              </span>Idle<span>       </span>Location</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>   </span>1 vty 0<span>     </span>yasir<span>      </span>idle<span>                 </span>00:01:14 10.0.0.5</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>   </span>2 vty 1<span>     </span>itkeuser<span>      </span>idle<span>     </span><span>      </span>00:00:50 10.0.0.6</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">*<span>  </span>3 vty 2<span>     </span>itkeadmin<span>   </span>idle<span>         </span>00:00:00 10.0.0.7</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-family: Calibri"><span style="font-size: small"><span>  </span>Interface<span>      </span>User<span>        </span>Mode<span>                     </span>Idle<span>     </span>Peer Address</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-family: Calibri"><span style="font-size: small">ITKE-AS01:3#</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="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri"><span style="font-size: small">Example with four TTY sessions </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">ITKE-AS01:4#sho users </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>    </span>Line<span>       </span>User<span>       </span>Host(s)<span>              </span>Idle<span>       </span>Location</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>   </span>1 vty 0<span>     </span>yasir<span>      </span>idle<span>                 </span>00:01:43 10.0.0.5</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>   </span>2 vty 1<span>     </span>itkeuser<span>      </span>idle<span>  </span><span>          </span>00:01:20 10.0.0.6</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small"><span>   </span>3 vty 2<span>     </span>itkeadmin <span> </span><span> </span>idle<span>           </span><span> </span>00:00:29 10.0.0.7</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: #632423"><span style="font-family: Calibri"><span style="font-size: small">*<span>  </span>4 vty 3<span>     </span>yasir<span>      </span>idle<span>                 </span>00:00:00 10.0.0.5</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-family: Calibri"><span style="font-size: small"><span>  </span>Interface<span>      </span>User<span>        </span>Mode<span>                     </span>Idle<span>     </span>Peer Address</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-family: Calibri"><span style="font-size: small">ITKE-AS01:4#</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"><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-weight: normal">I you want to disable the TTY display enter the </span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-weight: normal">“no prompt”</span></strong><strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color;font-weight: normal"> command as shown below.</span></strong></span><strong><span style="color: #444444"><br />
</span></strong><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS01:4#<span class="apple-style-span">config t</span><br />
ITKE-AS01:4<span class="apple-style-span"> (config)# no prompt</span></span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span class="apple-style-span"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span><span style="font-size: small"><span style="font-family: Calibri">Following are the prompt Variables available for the “prompt” command.</span></span></span></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/system-prompt1.png"><img class="alignnone size-medium wp-image-638" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/system-prompt1.png" alt="" width="445" height="179" /></a><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/system-prompt.png"></a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-the-system-prompt-in-a-cisco-router-or-a-cisco-switch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable SSH in Cisco Devices?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-disable-ssh-in-cisco-devices/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-disable-ssh-in-cisco-devices/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:38:34 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco Commands]]></category>
		<category><![CDATA[Cisco Networking]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Cisco Switch]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[Cisco-remote-access]]></category>
		<category><![CDATA[crypto key zeroize rsa]]></category>
		<category><![CDATA[Disable SSH]]></category>
		<category><![CDATA[disable SSH in Cisco routers]]></category>
		<category><![CDATA[disable SSH in Cisco Switches]]></category>
		<category><![CDATA[enable SSH]]></category>
		<category><![CDATA[How to disable SSH in Cisco devices]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[Router Configuration]]></category>
		<category><![CDATA[Routing and Switching]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh disable]]></category>
		<category><![CDATA[ssh enable]]></category>
		<category><![CDATA[ssh reconfigure]]></category>
		<category><![CDATA[Switch Configuration]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-disable-ssh-in-cisco-devices/</guid>
		<description><![CDATA[We all know the importance of SSH, and it is one of most used method for remote access of Cisco Devices either it might be a Cisco Router or a Cisco Switch. Most of the Network Engineers I come across say it is so complicated to either enable or disable the SSH in Cisco Devices. [...]]]></description>
				<content:encoded><![CDATA[<p><span><span style="font-size: small"></span></span></p>
<p><span><span style="font-size: small"><span style="font-family: Calibri">We all know the importance of SSH, and it is one of most used method for remote access of Cisco Devices either it might be a Cisco Router or a Cisco Switch. Most of the Network Engineers I come across say it is so complicated to either enable or disable the SSH in Cisco Devices.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-size: small"><span style="font-family: Calibri"><span> </span>If you simply try to use “no commands” </span></span><a href="http://itknowledgeexchange.techtarget.com/network-technologies/what-is-ssh-and-how-it-can-be-configured-in-a-cisco-switch/"><span style="font-family: Calibri;font-size: small">used to enable SSH</span></a><span style="font-size: small"><span style="font-family: Calibri"> it will not work. Here is the tip to disable the SSH in either Cisco Router or Cisco Switches.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri;font-size: small"> </span></span><strong><span><span style="font-size: small"><span style="font-family: Calibri">Commands used to enable SSH in a Cisco Device</span></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">ITKE-AS1(config)#ip domain-name itke.com</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-AS1(config)#crypto key generate rsa general-keys modulus 512</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">The name for the keys will be: ITKE-AS1.itke.com</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">% The key modulus size is 512 bits</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">% Generating 512 bit RSA keys, keys will be non-exportable&#8230;[OK]</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-AS1(config)#</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-AS1(config)#aaa new-model</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-AS1(config)#aaa authentication login default local</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-AS1(config)#aaa authentication exec default local</span></span></span></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"><strong><span><span style="font-size: small"><span style="font-family: Calibri">Commands used to disable SSH in a Cisco Device</span></span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-size: small"><span style="font-family: Calibri">Do notice if you use the command <strong>“no crypto key generate rsa” </strong>it will not work rather the device will suggest you to use the <strong>&#8216;crypto key zeroize rsa&#8217;</strong> command, amazing isn’t it</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 0in"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS1(config)#no crypto key generate rsa </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 17.6pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">% Use &#8216;crypto key zeroize rsa&#8217; to delete signature keys.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 17.6pt"><span style="color: #632423"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 0in"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS1(config)#crypto key zeroize rsa </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 17.6pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">% All RSA keys will be removed.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 17.6pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">% All router certs issued using these keys will</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 17.6pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">will also be removed.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 17.6pt"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">Do you really want to remove these keys? [yes/no]: yes</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0.9pt 0pt 0in"><span style="color: #632423"><span style="font-size: small"><span style="font-family: Calibri">ITKE-AS1(config)#</span></span></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-disable-ssh-in-cisco-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to capture a text using PuTTY client?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-capture-a-text-using-putty-client/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-capture-a-text-using-putty-client/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 07:34:19 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Cisco backup]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Cisco Switch]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[running config]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Startup config]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[Telnet Client]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-capture-a-text-using-putty-client/</guid>
		<description><![CDATA[  PuTTY doesn’t need any introduction as its one of the widely used for remote console utility. PuTTY is an SSH and telnet client. In day to day operational activities we do telnet or SSH to our Cisco routers or Switches, at times we need to backup a running or startup config or   a Cisco [...]]]></description>
				<content:encoded><![CDATA[<p> </p>
<p><span><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"><span style="font-family: Calibri;font-size: small">PuTTY</span></a><span style="font-family: Calibri;font-size: small"> doesn’t need any introduction as its one of the widely used for remote console utility. </span><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"><span style="font-family: Calibri;font-size: small">PuTTY</span></a><span style="font-size: small"><span style="font-family: Calibri"> is an SSH and telnet client.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span><span style="font-family: Calibri;font-size: small">In day to day operational activities we do telnet or SSH to our Cisco routers or Switches, at times we need to backup a running or startup config or <span> </span><span> </span>a Cisco router or a switch or even some times we need to capture the terminal session logs for technical information etc.<span>  </span>This is can be easily done by using the </span><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"><span style="font-family: Calibri;font-size: small">PuTTY</span></a><span style="font-size: small"><span style="font-family: Calibri"> client.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><strong><span style="text-decoration: underline"><span><span style="font-family: Calibri;font-size: small">I will show you how to capture a text using </span><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"><span style="font-family: Calibri;font-size: small">PuTTY</span></a><span style="font-size: small"><span style="font-family: Calibri"> client.</span></span></span></span></strong></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Once you have established a remote session with a Cisco router or a Switch, follow the following 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"><span style="font-family: Calibri;font-size: small">Step 1: Right Click on the menu bar and select “Change Settings”</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/09/putty1.png"><img class="alignnone size-medium wp-image-523" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/09/putty1.png" alt="" width="459" height="352" /></a></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">Step 2: Click logging under the icon Session.</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"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/09/putty2.png"><img class="alignnone size-medium wp-image-524" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/09/putty2.png" alt="" width="467" height="459" /></a></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Step 3: Then select “All Session Output”.</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">Step 4: Select the location using the browse button and enter the desired file name and click apply.</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">These steps will create the log file in the specified location and it will log everything you did in that particular telnet or SSH session.</span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-capture-a-text-using-putty-client/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
