<?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>Kevsters Blog &#187; Networking</title>
	<atom:link href="http://iddles.co.uk/blogs/index.php/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://iddles.co.uk/blogs</link>
	<description>A collection of thoughts, ramblings and stuff</description>
	<lastBuildDate>Tue, 19 Jul 2011 20:34:37 +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>Awesome Multifactor Authentication &#8211; and Free !</title>
		<link>http://iddles.co.uk/blogs/index.php/2011/07/awesome-multifactor-authentication-and-free/</link>
		<comments>http://iddles.co.uk/blogs/index.php/2011/07/awesome-multifactor-authentication-and-free/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 20:34:37 +0000</pubDate>
		<dc:creator>Kevster</dc:creator>
				<category><![CDATA[Carputer / Mobile Computing]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iddles.co.uk/blogs/?p=92</guid>
		<description><![CDATA[If you have any need for strong authentication for *nix systems, WordPress, Juniper/Cisco VPN devices, RADIUS servers then check out http://www.duosecurity.com/ Its simply awesome and free for up to 10 users ! I&#8217;m using it for a variety of projects&#8230;&#8230;]]></description>
			<content:encoded><![CDATA[<p>If you have any need for strong authentication for *nix systems, WordPress, Juniper/Cisco VPN devices, RADIUS servers then check out <a title="http://www.duosecurity.com/" href="http://www.duosecurity.com/" target="_blank">http://www.duosecurity.com/</a></p>
<p>Its simply awesome and free for up to 10 users !</p>
<p>I&#8217;m using it for a variety of projects&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://iddles.co.uk/blogs/index.php/2011/07/awesome-multifactor-authentication-and-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: 6500 Chassis Serial Number</title>
		<link>http://iddles.co.uk/blogs/index.php/2011/06/quick-tip-6500-chassis-serial-number/</link>
		<comments>http://iddles.co.uk/blogs/index.php/2011/06/quick-tip-6500-chassis-serial-number/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 13:30:50 +0000</pubDate>
		<dc:creator>Kevster</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Cisco; c6500]]></category>

		<guid isPermaLink="false">http://iddles.co.uk/blogs/index.php/2011/06/quick-tip-6500-chassis-serial-number/</guid>
		<description><![CDATA[Why oh why Cisco ? Most devices the serial number can been seen on a show version or similar prompt. c6500’s are different…….&#160;&#160; use&#160; show idprom backplane instead]]></description>
			<content:encoded><![CDATA[<p>Why oh why Cisco ?</p>
<p>Most devices the serial number can been seen on a show version or similar prompt.</p>
<p>c6500’s are different…….&#160;&#160; use&#160; <font face="Courier New"><strong>show idprom backplane </strong></font>instead</p>
]]></content:encoded>
			<wfw:commentRss>http://iddles.co.uk/blogs/index.php/2011/06/quick-tip-6500-chassis-serial-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful IOS commands</title>
		<link>http://iddles.co.uk/blogs/index.php/2006/07/useful-ios-commands/</link>
		<comments>http://iddles.co.uk/blogs/index.php/2006/07/useful-ios-commands/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 14:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Cisco IOS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shamefully taken from  https://www.eng.uwaterloo.ca/twiki/bin/view/Engcomp/CommonCiscoCommands To enable privileged command mode enable To enter switch configuration mode (from privileged command mode) configure terminal To enter port configuration mode (from switch configuration mode) interface FastEthernet0/5 To return from one mode to the previous mode exit To show the mac table show mac-address-table To show port information show interfaces [...]]]></description>
			<content:encoded><![CDATA[<p>Shamefully taken from  <a href="https://www.eng.uwaterloo.ca/twiki/bin/view/Engcomp/CommonCiscoCommands">https://www.eng.uwaterloo.ca/twiki/bin/view/Engcomp/CommonCiscoCommands</a></p>
<h3><a name="To_enable_privileged_command_mod"></a>To enable privileged command mode</h3>
<pre>enable</pre>
<hr />
<h3><a name="To_enter_switch_configuration_mo"></a>To enter switch configuration mode (from privileged command mode)</h3>
<pre>configure terminal</pre>
<hr />
<h3><a name="To_enter_port_configuration_mode"></a>To enter port configuration mode (from switch configuration mode)</h3>
<pre>interface FastEthernet0/5</pre>
<hr />
<h3><a name="To_return_from_one_mode_to_the_p"></a>To return from one mode to the previous mode</h3>
<pre>exit</pre>
<hr />
<h3><a name="To_show_the_mac_table"></a>To show the mac table</h3>
<pre>show mac-address-table</pre>
<hr />
<h3><a name="To_show_port_information"></a>To show port information</h3>
<pre>show interfaces</pre>
<hr />
<h3><a name="To_show_the_switch_version"></a>To show the switch version</h3>
<pre>show version</pre>
<hr />
<h3><a name="To_save_the_configuration"></a>To save the configuration</h3>
<pre>write memory</pre>
<hr />
<h3><a name="To_show_the_configuration"></a>To show the configuration</h3>
<pre>show running-config</pre>
<hr />
<h3><a name="To_set_the_port_description_of_F"></a>To set the port description of FastEthernet0/5 to &#8220;engmail&#8221;</h3>
<pre>configure terminal
interface FastEthernet0/5
description engmail
exit</pre>
<hr />
<h3><a name="To_remove_the_port_description_f"></a>To remove the port description from FastEthernet0/5</h3>
<pre>configure terminal
interface FastEthernet0/5
no description
exit</pre>
<hr />
<h3><a name="To_set_FastEthernet0_5_to_100_fu"></a>To set FastEthernet0/5 to 100/full</h3>
<pre>configure terminal
interface FastEthernet0/5
speed 100
duplex full
exit</pre>
<hr />
<h3><a name="To_set_FastEthernet0_5_to_auto_a"></a>To set FastEthernet0/5 to auto/auto</h3>
<pre>configure terminal
interface FastEthernet0/5
speed auto
duplex auto
exit</pre>
<hr />
<h3><a name="To_turn_FastEthernet0_5_into_a_d"></a>To turn FastEthernet0/5 into a dot1q trunk</h3>
<pre>configure terminal
interface FastEthernet0/5
no switchport access vlan
switchport mode trunk
switchport trunk encapsulation dot1q
exit</pre>
<hr />
<h3><a name="To_turn_FastEthernet0_5_into_a_n"></a>To turn FastEthernet0/5 into a non trunk</h3>
<pre>configure terminal
interface FastEthernet0/5
no switchport mode trunk
no switchport trunk encapsulation
no switchport trunk allowed vlan
no switchport trunk native vlan
switchport mode access
exit</pre>
<hr />
<h3><a name="To_set_the_allowed_vlans_on_trun"></a>To set the allowed vlans on trunk port FastEthernet0/5 to 20,50,100</h3>
<pre>configure terminal
interface FastEthernet0/5
switchport trunk allowed vlan 20,50,100
exit</pre>
<hr />
<h3><a name="To_remove_the_allowed_vlans_from"></a>To remove the allowed vlans from trunk port FastEthernet0/5 (will default to all vlans in vlan database)</h3>
<pre>configure terminal
interface FastEthernet0/5
no switchport trunk allowed vlan
exit</pre>
<hr />
<h3><a name="To_restrict_the_number_of_mac_ad"></a>To restrict the number of mac address on FastEthernet0/5 to 1</h3>
<p>2900/3500 series&#8230;</p>
<pre>configure terminal
interface FastEthernet0/5
port security max-mac-count 1
exit</pre>
<p>2950/3550 series&#8230;</p>
<pre>conf term
interface FastEthernet0/5
switchport port-security
switchport port-security maximum 1
switchport port-security violation protect
switchport port-security mac-address sticky
switchport port-security aging static
exit</pre>
<hr />
<h3><a name="To_remove_the_mac_address_restri"></a>To remove the mac address restriction from FastEthernet0/5</h3>
<pre>configure terminal
interface FastEthernet0/5
no port security
exit</pre>
<hr />
<h3><a name="To_set_the_vlan_on_FastEthernet0"></a>To set the vlan on FastEthernet0/5 to 150</h3>
<pre>configure terminal
interface FastEthernet0/5
switchport access vlan 150
exit</pre>
<hr />
<h3><a name="To_remove_the_vlan_from_FastEthe"></a>To remove the vlan from FastEthernet0/5 (port will default to vlan 1)</h3>
<pre>configure terminal
interface FastEthernet0/5
no switchport access vlan
exit</pre>
<hr />
<h3><a name="To_set_the_native_vlan_untagged"></a><a name="To_set_the_native_vlan_untagged_"></a>To set the native vlan (untagged vlan) on trunk FastEthernet0/5 to 75</h3>
<pre>configure terminal
interface FastEthernet0/5
switchport trunk native vlan 75
exit</pre>
<hr />
<h3><a name="To_remove_the_native_vlan_untagg"></a>To remove the native vlan (untagged vlan) from trunk FastEthernet0/5</h3>
<pre>configure terminal
interface FastEthernet0/5
no switchport trunk native vlan
exit</pre>
<hr />
<h3><a name="To_set_FastEthernet0_5_to_portfa"></a>To set FastEthernet0/5 to portfast</h3>
<pre>configure terminal
interface FastEthernet0/5
spanning-tree portfast
exit</pre>
<hr />
<h3><a name="To_set_FastEthernet0_5_to_not_be"></a>To set FastEthernet0/5 to not be portfast</h3>
<pre>configure terminal
interface FastEthernet0/5
no spanning-tree portfast
exit</pre>
<hr />
<h3><a name="To_disable_spanning_tree_on_vlan"></a>To disable spanning tree on vlan 20</h3>
<pre>configure terminal
no span vlan 20
exit</pre>
<hr />
<h3><a name="To_enable_spanning_tree_on_vlan"></a><a name="To_enable_spanning_tree_on_vlan_"></a>To enable spanning tree on vlan 20</h3>
<pre>configure terminal
span vlan 20
exit</pre>
<hr />
<h3><a name="To_disable_port_FastEthernet0_5"></a>To disable port FastEthernet0/5</h3>
<pre>configure terminal
interface FastEthernet0/5
shutdown
exit</pre>
<hr />
<h3><a name="To_enable_port_FastEthernet0_5"></a>To enable port FastEthernet0/5</h3>
<pre>configure terminal
interface FastEthernet0/5
no shutdown
exit</pre>
<hr />
<h3><a name="To_get_a_GBIC_port_to_talk_to_a"></a><a name="To_get_a_GBIC_port_to_talk_to_a_"></a>To get a GBIC port to talk to a BayStack</h3>
<pre>configure terminal
interface GigabitEthernet0/2
no negotiation auto
exit</pre>
<hr />
<h3><a name="IOS_upgrade_general_procedure"></a><a name="IOS_upgrade_general_procedure_"></a>IOS upgrade (general procedure)</h3>
<p><em>Important. Read the Cisco documentation. This procedure is minimal, and does not install the web management interface. Do not follow these instructions unless you are familliar with the procedure.</em></p>
<pre>dir flash:</pre>
<p><em>delete the html directory, and diag file (if any)</em></p>
<pre>delete flash:html/*</pre>
<p><em>rename the existing image to the name of the new image</em></p>
<pre>rename flash:c3500XL-c3h2s-mz.120-5.WC2.bin flash:c3500xl-c3h2s-mz.120-5.WC5a.bin 

conf term
boot system flash:c3500xl-c3h2s-mz.120-5.WC5a.bin
exit 

copy tftp://129.97.x.y/tmpdata/c3500xl-c3h2s-mz.120-5.WC5a.bin flash:c3500xl-c3h2s-mz.120-5.WC5a.bin

copy flash:c3500xl-c3h2s-mz.120-5.WC5a.bin tftp://129.97.x.y/tmpdata/junk</pre>
<p><em>check the md5 on junk compared to c3500xl-c3h2s-mz.120-5.WC5a.bin before doing the reload</em></p>
<pre>write mem
reload</pre>
<p><img src="http://iddles.co.uk/aggbug.aspx?PostID=2257" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iddles.co.uk/blogs/index.php/2006/07/useful-ios-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Overdesign&#8230;.</title>
		<link>http://iddles.co.uk/blogs/index.php/2006/05/network-overdesign/</link>
		<comments>http://iddles.co.uk/blogs/index.php/2006/05/network-overdesign/#comments</comments>
		<pubDate>Mon, 22 May 2006 16:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Network Design]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Stumbled over on a real intresting document over on the Register (http://www.theregister.co.uk/2006/05/22/network_overdesign_gartner/) about Gartner saying companies waste money on overdesigning network kit. So true however you wont see that with my designs]]></description>
			<content:encoded><![CDATA[<p>Stumbled over on a real intresting document over on the Register (<a href="http://www.theregister.co.uk/2006/05/22/network_overdesign_gartner/">http://www.theregister.co.uk/2006/05/22/network_overdesign_gartner/</a>) about Gartner saying companies waste money on overdesigning network kit.</p>
<p>So true however you wont see that with my designs</p>
<p><img src="http://iddles.co.uk/aggbug.aspx?PostID=1670" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iddles.co.uk/blogs/index.php/2006/05/network-overdesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

