<?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>Jorink.nl &#187; Switches</title>
	<atom:link href="http://www.jorink.nl/category/switches/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorink.nl</link>
	<description>Just for documentation</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install and setup Minicom</title>
		<link>http://www.jorink.nl/2010/04/install-and-setup-minicom/</link>
		<comments>http://www.jorink.nl/2010/04/install-and-setup-minicom/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 06:59:33 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Switch]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=280</guid>
		<description><![CDATA[Minicom is the hyperterminal for Linux. Minicom is by default not installed. Install Minicom with the following command sudo apt-get install minicom Find your serial port dmesg &#124; grep tty $ dmesg &#124; grep tty [    0.001251] console [tty0] enabled [   72.953237] usb 6-1: pl2303 converter now attached to ttyUSB0 I use a USB serial [...]]]></description>
			<content:encoded><![CDATA[<p>Minicom is the hyperterminal for Linux.</p>
<p>Minicom is by default not installed.</p>
<ol>
<li>Install Minicom with the following command<br />
<blockquote><p>sudo apt-get install minicom</p></blockquote>
</li>
<li>Find your serial port<br />
<blockquote><p>dmesg | grep tty</p></blockquote>
<p><code>$ dmesg | grep tty<br />
[    0.001251] console [tty0] enabled<br />
[   72.953237] usb 6-1: pl2303 converter now attached to ttyUSB0</code></p>
<p>I use a USB serial port, my laptop doesn&#8217;t have a build in serial port.<br />
So the name of the serial port is <strong>ttyUSB0</strong>.</li>
<li>Configure Minicom<br />
<blockquote><p>sudo minicom -s</p></blockquote>
<ul>
<li>Select &#8220;Serial Port setup&#8221;</li>
<li>Enter A to change the selected serial port, in my case change to /dev/ttyUSB0</li>
<li>Enter E to change the line speed to 9600 8N1</li>
<li>Select &#8220;Save setup as dfl&#8221;</li>
</ul>
</li>
<li>Exit Minicom</li>
<li>Start Minicom with<br />
<blockquote><p>sudo minicom</p></blockquote>
</li>
</ol>
<p>And you are  good to go.<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/04/install-and-setup-minicom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset a Foundry ServerIron XL password</title>
		<link>http://www.jorink.nl/2010/03/reset-a-foundry-serveriron-xl-password/</link>
		<comments>http://www.jorink.nl/2010/03/reset-a-foundry-serveriron-xl-password/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:05:56 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Switches]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=250</guid>
		<description><![CDATA[Previously I posted a blog about completely resetting a Foundry ServerIron XL But what if you only want to reset the password? This is how it works.. Connect with a serial cable to the Foundry ServerIron XL. 1) Unplug the Switch 2) Plug the switch back in, and be immediately ready to: 3) Hit b [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I posted a blog about completely resetting a Foundry ServerIron XL<br />
But what if you only want to reset the password?<br />
This is how it works..</p>
<p>Connect with a serial cable to the Foundry ServerIron XL.</p>
<p>1) Unplug the Switch<br />
2) Plug the switch back in, and be immediately ready to:<br />
3) Hit b within 2 seconds, to enter into the boot monitor<br />
4) Type:</p>
<blockquote><p>no password<br />
boot system flash primary</p></blockquote>
<p>5) Foundry will boot up, now</p>
<blockquote><p>FastIron> enable<br />
No password has been assigned yet&#8230;<br />
FastIron#</p></blockquote>
<p>6)Set a new password</p>
<blockquote><p>Conf t<br />
FastIron (config)# enable super-user NewPassword<br />
FastIron (config)# write memory</p></blockquote>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/reset-a-foundry-serveriron-xl-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset a foundry ServerIron XL to factory defaults</title>
		<link>http://www.jorink.nl/2010/02/reset-a-foundry-serveriron-xl-to-factory-defaults/</link>
		<comments>http://www.jorink.nl/2010/02/reset-a-foundry-serveriron-xl-to-factory-defaults/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:56:47 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Switches]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=65</guid>
		<description><![CDATA[I needed to reset a Foundry Server Iron XL back to factory defaults, and surprisingly couldn’t find the instructions via my buddy google. Foundry is really stingy with with support documents, and knowledge portal acccess, and unless you have a valid support contract, you can’t find ANYTHING. Luckily I do, so I figured I’d share [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to reset a Foundry Server Iron XL back to factory defaults,  and surprisingly couldn’t find the instructions via my buddy google.  Foundry is really stingy with with support documents, and knowledge  portal acccess, and unless you have a valid support contract, you can’t  find ANYTHING. Luckily I do, so I figured I’d share this knowledge for  the sake of future googlers.</p>
<p>First, remove the password:</p>
<p>1) Unplug the Switch</p>
<p>2) Plug the switch back in, and be immediately ready to:</p>
<p>3) Hit b, to enter into the boot monitor</p>
<p>4) Type:</p>
<blockquote><p><code>no password</code></p>
<p>boot system flash primary</p></blockquote>
<p>5) Foundry will boot up, and you can ‘enable’ without being prompted  for a password</p>
<p>To reset your ServerIronXL to factory defaults:</p>
<p>6) After enabling, type:</p>
<blockquote>
<pre>erase start</pre>
</blockquote>
<p>NOTE: This is permanent! There is no going back! Make sure this is  what you want to do! You are resetting to factory defaults (nothing!)</p>
<p>7) Reboot, and enjoy your clean slate</p>
<p>As always, if you find this helpful, please let me know!<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/reset-a-foundry-serveriron-xl-to-factory-defaults/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear statistics HP Procurve switch without reboot</title>
		<link>http://www.jorink.nl/2010/02/clear-statistics-hp-procurve-switch-without-reboot/</link>
		<comments>http://www.jorink.nl/2010/02/clear-statistics-hp-procurve-switch-without-reboot/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:57:52 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Switches]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=27</guid>
		<description><![CDATA[It is useful to be able to clear all counters and statistics without rebooting the switch when troubleshooting network issues. The clear statistics global command clears all counters and statistics for all interfaces except SNMP. You can also clear the counters and statistics for an individual port using the clear statistics &#60;port-list&#62; command. clear statistics [...]]]></description>
			<content:encoded><![CDATA[<p>It is useful to be able to clear all counters and statistics without rebooting the switch when troubleshooting network issues. The clear statistics global command clears all counters and statistics for all interfaces except SNMP.</p>
<p>You can also clear the counters and statistics for an individual port using the clear statistics &lt;port-list&gt; command.</p>
<blockquote><p>clear statistics &lt;&lt;port-list&gt; | global &gt;</p></blockquote>
<p>When executed with the &lt;port-list&gt; option, clears the counters and statistics for an individual port.When executed with the global option, clears all counters and statistics for all interfaces except SNMP. The show interfaces [&lt;port-list&gt;] command displays the totals accumulated since the last boot or the last clear statistics command was executed. The menu and web pages also display these totals.</p>
<p>SNMP displays the counter and statistics totals accumulated since the last reboot; it is not affected by the clear statistics global command or the clear statistics &lt;port-list&gt; command. An SNMP trap is sent whenever the statistics are cleared.<br />
<strong><br />
Note<br />
The clearing of statistics cannot be uncleared.</strong><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/clear-statistics-hp-procurve-switch-without-reboot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

