 




<?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>TechStop &#187; Switch</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/techstop/tag/switch/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/techstop</link>
	<description></description>
	<lastBuildDate>Tue, 26 Feb 2013 16:47:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Cisco Company Switches &#8211; Finally</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/cisco-company-switches-finally/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/cisco-company-switches-finally/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 01:48:12 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[3560-c]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/cisco-company-switches-finally/</guid>
		<description><![CDATA[Hi all, a llloooonnnnggg time ago Cisco put up information about the Cisco 3560-c company switches on their website. The specs on these tint switches are really nice for a 10 port gig routing switch. Pricing and availability was delayed for an unknown reason for a long time. At some point over the many months [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all, a llloooonnnnggg time ago Cisco put up information about the Cisco 3560-c company switches on their website. The specs on these tint switches are really nice for a 10 port gig routing switch. Pricing and availability was delayed for an unknown reason for a long time. </p>
<p>At some point over the many months I had stopped looking for these switches and then today I saw that they are available on the CDW site. The price for the 3560-c model is $1,350.00 approximately. For what you are getting that is very reasonable. It is a bit pricey for 10 port dumb gig switch but if you were to use it right it would be a very good buy. </p>
<p>Until next time,<br />
TechStop (JW)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/cisco-company-switches-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample HP Procurve Coniguration</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-coniguration/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-coniguration/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 20:07:35 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[Procurve]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/?p=183</guid>
		<description><![CDATA[Hi all, a long time ago I published a blog about a sample HP Procurve switch configuration. That blog garnered some good comments. This is an updated and modified version of that same blog post but with the updated changes. This is the name of the switch. These names are not relevant to the operation [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all, a long time ago I published a blog about a sample HP Procurve switch configuration. That blog garnered some good comments. This is an updated and modified version of that same blog post but with the updated changes. </p>
<p><em>This is the name of the switch. These names are not relevant to the operation of the switch but make you finding it invaluable.</em><br />
hostname &#8220;Switch-1&#8243;</p>
<p><em>This value should be something that you won’t hit easily but not so high that it will eat into the memory of your switch. In order for this value to take effect you need to reboot the switch. I typically take the maximum number of VLANs That I am going to create and add 10. That way I know that I have room to grow but it is still reasonable. </em><br />
max-vlans 20</p>
<p><em>This is the time zone that you are in in minutes. So central time would be -360 or -6 hours. If you were in a province with say a 30 minute offset you could accmodate accordingly.</em><br />
time timezone -300</p>
<p><em>Daylight savings time settings, you have to love them. You will have to look at the options to see what works for you but their list works for most people.</em><br />
time daylight-time-rule Continental-US-and-Canada</p>
<p><em>A good one to use if you. This is a setting lets you turn on routing on a switch. I like to turn this on regardless because that way I am not going back and changing the switch after the fact. Security is a possible issue here to take that into consideration.</em><br />
ip routing</p>
<p><em>VLAN 1 is the default VLAN. Usualy, you will want to have this empty since you shouldn’t be using it. Best practice is to create your own VLANs and use those.</em><br />
vlan 1</p>
<p><em>The name of VLAN out of the box, name it whatever you want. This will show up in Procurve Manager if you  choose to install that piece of software.</em><br />
   name &#8220;DEFAULT_VLAN&#8221;</p>
<p><em>This is the setting to remove VLANs from VLAN 1. Keeping VLANs out of VLAN 1 is a good idea. Also note that I have letters in the port names. This is the case if you have a modular switch like 5400. A non-modular switch would simply have number without the letters.</em><br />
   no untagged A1-A24,B1-B22</p>
<p><em>You don’t always won’t an IP address on a routing switch for every VLAN especially if it doesn’t have any ports assigned to it.</em><br />
   no ip address<br />
   exit</p>
<p><em>An additional VLAN on the same switch. </em><br />
vlan 10</p>
<p><em>Name of the switch, but we already covered this.</em><br />
   name &#8220;DATA&#8221;</p>
<p><em>This is a native VLAN switch port in the Cisco world. For example, port A3 will receive traffic that is untagged and put that traffic into this VLAN.</em><br />
   untagged A3-A5,A7-A24,B1,B3-B8,B10-B16,B18-B19,B21-B22 </p>
<p><em>If you want one or two IPs on the VLAN go ahead and add those here. Keep in mind that if you turned on routing on the switch with the command “ip routing” that it will do just that via this IP address. </em><br />
   ip address 10.10.10.151 255.255.0.0</p>
<p><em>This is a non-native VLAN in Cisco trunking lingo. For example, port A1 will take traffic that is tagged with VLAN 10 and put it into this VLAN. Every port can only have 1 untagged VLAN but many tagged VLANs assigned to it. </em><br />
   tagged A1-A2,B9<br />
   exit</p>
<p><em>This command times out inactive console or telnet or SSH sessions. This is especially good since HP Procurve doesn’t do this by default. </em><br />
console inactivity-timer 30</p>
<p><em>This sends any syslog data to the configured IP. Once such place may be HP Procurve Manager</em>.<br />
logging 10.2.1.43</p>
<p><em>The next few commands turn on the time service so that the logs and time on your switch have a point of reference. SNTP is a really really good idea since it will help you know what happened when on the network.</em><br />
timesync sntp<br />
sntp unicast<br />
sntp server priority 1 216.234.161.11<br />
sntp server priority 2 72.249.38.88</p>
<p><em>Since we turned on the routing for this switch we need to configure a default gateway and this is how we do that. </em><br />
ip route 0.0.0.0 0.0.0.0 10.10.10.1</p>
<p><em>SNMP settings, configure these depending on if you need them or not.</em><br />
snmp-server community &#8220;Test&#8221; operator<br />
snmp-server host 10.10.10.2 community &#8220;public&#8221;</p>
<p><em>Location is always helpful especially for troubleshooting. If you have any more than 5 or so switches knowing at a glance what switch is where will make a lot easier. This also updates the location in HP PCM if you are using that software.</em><br />
snmp-server location &#8220;Computer Room&#8221;</p>
<p><em>These turn on the spanning-tree protocol in order to prevent loops in the network. I highly recommend you turn this on. Even if you don’t use these exact settings anything will help.</em><br />
spanning-tree<br />
spanning-tree force-version rstp-operation</p>
<p>And there you go, that is the basics of a Procurve configuration. Of course there is always more to do such as QoS but this will get anyone started.</p>
<p>Until next time,<br />
TechStop (JW) </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-coniguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IOS 15.x for Switches</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/cisco-ios-15x-for-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/cisco-ios-15x-for-switches/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 23:07:21 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IOS 15]]></category>
		<category><![CDATA[ISR G2]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/cisco-ios-15x-for-switches/</guid>
		<description><![CDATA[Hi all, by now most if not all people have come across IOS version 15 for routers. The new ISR G2 series which is quite is amazing runs IOS 15 out of the box. But what about switches, well it turns out that for some switch platforms (note more may follow) Cisco is moving them [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all, by now most if not all people have come across IOS version 15 for routers. The new ISR G2 series which is quite is amazing runs IOS 15 out of the box. But what about switches, well it turns out that for some switch platforms (note more may follow) Cisco is moving them to the same standard naming strategy as well. The switches aren’t yet getting the same licensing model as the routers. If you want the different feature sets then you still need the correct version and that doesn’t bog you down with the online registration but that is likely to follow as well.</p>
<p>I say that this is about time. Cisco knows that it needs to reduce and simplify its product lines. This is a good step towards that, they just need to pick up the pace.</p>
<p>Until next time,<br />
TechStop (JW)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/cisco-ios-15x-for-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Cisco SMB Switches</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/new-cisco-smb-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/new-cisco-smb-switches/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 01:00:15 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[3560-c]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[SMB]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/new-cisco-smb-switches/</guid>
		<description><![CDATA[Hello all, Cisco comes out with products almost continually it seems. They are big company with an even bigger base of users and companies to service. The landscape of the networking field doesn’t change like some of the other facets of IT does but it does move along a good pace. Cisco recently, and I [...]]]></description>
				<content:encoded><![CDATA[<p>Hello all, Cisco comes out with products almost continually it seems. They are big company with an even bigger base of users and companies to service. The landscape of the networking field doesn’t change like some of the other facets of IT does but it does move along a good pace. Cisco recently, and I mean a few months ago, announced a new line of switches for the SMB market space. </p>
<p>The switches aren’t on sale yet so price is a bit of mystery but the feature set and marketing material is up on their website already. According to the site the “C” in the model name means compact. As for the features the site says “provide all the capabilities and benefits of the enterprise-class Cisco Catalyst 2960-S and 3560-X Series Switches, including enhanced limited lifetime warranty.” For such a small size the feature set is pretty extensive. Now if the price is truly SMB then these little switches could be useful beyond the 5 person office.</p>
<p>Cisco 2960-C and 3560-C Series Swtiches: http://www.cisco.com/en/US/products/ps11527/Products_Sub_Category_Home.html </p>
<p>Until next time,<br />
TechStop</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/new-cisco-smb-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
