 




<?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; Switch Tips</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/switch-tips/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>Make sure to clear ARP</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/make-sure-to-clear-arp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/make-sure-to-clear-arp/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 08:30:46 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[ARP]]></category>
		<category><![CDATA[Cisco Firewall]]></category>
		<category><![CDATA[Cisco PIX firewall]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[clear arp]]></category>
		<category><![CDATA[clear arp-cache]]></category>
		<category><![CDATA[NAT tips]]></category>
		<category><![CDATA[Network troubleshooting tips]]></category>
		<category><![CDATA[router tips]]></category>
		<category><![CDATA[Switch Tips]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/make-sure-to-clear-arp/</guid>
		<description><![CDATA[  Most of the times I have noticed, whenever someone configures a NAT in a Cisco PIX firewall 525 or a Cisco ASA firewall, he says my NATing is not working.  This is true especially if you are configuring a NAT for a real IP (which is in use) to private IP. The moment NAT [...]]]></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-size: small"><span style="font-family: Calibri">Most of the times I have noticed, whenever someone configures a NAT in a Cisco PIX firewall 525 or a Cisco ASA firewall, he says my NATing is not working. <span> </span>This is true especially if you are configuring a NAT for a real IP (which is in use) to private IP. The moment NAT is configured in a firewall he assigns the private IP to his machine and check whether the NAT is working?<span>  </span>Usually it fails to work. The reason behind is the arp cache is not cleared in the firewall, switch and the router. </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black"><span style="font-size: small"><span style="font-family: Calibri">Next time whenever you configure a NAT for a used real IP make sure you clear the arp by “clear arp-cache” in your Cisco router and Cisco Switch. “Clear arp” in your Cisco firewall . To do so simply use the below command from the privilege mode in your Cisco device</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: #4f81bd"><span style="font-size: small"><span style="font-family: Calibri">ITKE-ROUTER#clear arp-cache</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: #4f81bd"><span style="font-size: small"><span style="font-family: Calibri">ITKE-SWITCH#clear arp-cache</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: #4f81bd"><span style="font-size: small"><span style="font-family: Calibri">ITKE-FIREWALL#clear arp</span></span></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/make-sure-to-clear-arp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send message to one telnet users from a Cisco Router or Cisco Switch?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-one-telnet-users-from-a-cisco-router-or-cisco-switch/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-one-telnet-users-from-a-cisco-router-or-cisco-switch/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:44:18 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[How to send message to one telnet users from a Cisco Router or Cisco Switch?]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Network Tips]]></category>
		<category><![CDATA[router tips]]></category>
		<category><![CDATA[send *]]></category>
		<category><![CDATA[Switch Tips]]></category>
		<category><![CDATA[telnet message]]></category>
		<category><![CDATA[Telnet Tips]]></category>
		<category><![CDATA[TTY]]></category>
		<category><![CDATA[VTY]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-one-telnet-users-from-a-cisco-router-or-cisco-switch/</guid>
		<description><![CDATA[In my last article we know how to send a message to all telnet users in a Cisco Router or a Cisco Switch using “send” command. This command can also use to send a message any particular telnet users. It’s quite simple. Long in to your Cisco Device and look for current telnet users, by [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">In </span><a href="http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-all-telnet-users-from-a-cisco-router-or-cisco-switch/"><span style="font-family: Calibri;font-size: small">my last article</span></a><span style="font-size: small"><span style="font-family: Calibri"> we know how to send a message to all telnet users in a Cisco Router or a Cisco Switch using “send” command. This command can also use to send a message any particular telnet users. It’s quite simple.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: small"><span style="font-family: Calibri">Long in to your Cisco Device and look for current telnet users, by using a “show users” command</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"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">ITKESW01#sho users </span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri"><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: red"><span style="font-size: small"><span style="font-family: Calibri"><span>   </span>1 vty 0<span>     </span>netmgr<span>     </span>idle<span>                 </span>00:00:49 10.0.0.5</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri"><span>   </span>2 vty 1<span>     </span>yasir<span>      </span>idle<span>                 </span>00:00:16 10.0.0.5</span></span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">*<span>  </span>3 vty 2<span>     </span>yasir<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: red"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri"><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: red"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">ITKESW01#</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot">If you want to send a message to vty session 1 then do as follows.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-family: Calibri;font-size: small">ITKESW01#</span></span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: red;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot">send 1</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: red;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot">Enter message, end with CTRL/Z; abort with CTRL/C:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: red;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot">Dear User netmgr please log off as we need to change your password </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: red;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot">^Z</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color: red;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot">Send message? [confirm]^Z</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="color: red"><span style="font-size: small"><span style="font-family: Calibri">ITKESW01#</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size: 9pt;Times New Roman&quot;Times New Roman&#038;quot"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><code>[kml_flashembed movie="http://www.youtube.com/v/afd-xZ6boZo" width="425" height="350" wmode="transparent" /]</code></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-one-telnet-users-from-a-cisco-router-or-cisco-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send a message to all telnet users from a Cisco Router or Cisco Switch?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-all-telnet-users-from-a-cisco-router-or-cisco-switch/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-all-telnet-users-from-a-cisco-router-or-cisco-switch/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:21:14 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[How to send message to all telnet users from a Cisco Router or Cisco Switch?]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Network Tips]]></category>
		<category><![CDATA[router tips]]></category>
		<category><![CDATA[send *]]></category>
		<category><![CDATA[Switch Tips]]></category>
		<category><![CDATA[telnet message]]></category>
		<category><![CDATA[Telnet Tips]]></category>
		<category><![CDATA[TTY]]></category>
		<category><![CDATA[VTY]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-all-telnet-users-from-a-cisco-router-or-cisco-switch/</guid>
		<description><![CDATA[    Imagine you need to  restart your Cisco Router or a Cisco Switch for some reason, but there are few telnet users logged into your Cisco device. There is a way to send a message to all active telnet users. By using a “send” command from your Cisco Router or a Cisco Switch you [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Imagine you need to  restart your Cisco Router or a Cisco Switch for some reason, but there are few telnet users logged into your Cisco device. There is a way to send a message to all active telnet users. By using a “send” command from your Cisco Router or a Cisco Switch you can send a message. To do so login to your Cisco Router or a Cisco Switch and type </span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">“send*”</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">ITKEAS01# send *</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Once you enter </span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">“send*” </span><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;font-size">in your Cisco Router or a Cisco Switch you will see the following prompt in your device</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Enter message, end with CTRL/Z; abort with CTRL/C:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Then you can type your message followed by control Z to send the message to all tty lines.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">This is test message</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Please log out of router as we need to restart it^Z</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Send message? [Confirm]</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">ITKEAS01# #</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">***</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">***</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">*** Message from tty1 to all terminals:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">***</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">This is test message</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">Please log out of router as we need to restart it</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">ITKEAS01#</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-family: Times New Roman;font-size: small"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><strong><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">NOTE</span></strong><span style="font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;color;font-size: 9pt">: When you want to send the message use the CTRL/Z key sequence</span></p>
<p><code><code>[kml_flashembed movie="http://www.youtube.com/v/a6Cg3he_6t8" width="425" height="350" wmode="transparent" /]</code></code></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-send-message-to-all-telnet-users-from-a-cisco-router-or-cisco-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
