 




<?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; HP ProCurve</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/techstop/tag/hp-procurve/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>Sample HP Procurve Configuration</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-configuration/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-configuration/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 00:50:02 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[HP ProCurve]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Switches]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-configuration/</guid>
		<description><![CDATA[So everyone probably knows how to setup a switch. You plug them in and away they go right. Wellll, that is mostly true. While they will work if you use them that way you won&#8217;t really get the value out of a higher-end switch if you do do that. In this post I run through [...]]]></description>
				<content:encoded><![CDATA[<p>So everyone probably knows how to setup a switch. You plug them in and away they go right. Wellll, that is mostly true. While they will work if you use them that way you won&#8217;t really get the value out of a higher-end switch if you do do that.</p>
<p>In this post I run through the basics of configuring an HP Procurve switch. While a lot of this information can be carried over to other platforms such as Cisco the commands will be different for most of the entries.</p>
<p><em>This is the name of the swtich. You are going to want to set this value even if it is a simple name since it will help immesenely when trying to figure out which switch it is exactly.</em><br />
hostname &#8220;net-2610&#8243;</p>
<p><em>By default most HP switches have a low threshold for the number of VLAN&#8217;s that they can support. Entering in this command will allow you to break that maximum most of the time.</em><br />
max-vlans 256</p>
<p><em>This one will let you set the timezone</em><br />
time timezone -360<br />
<em><br />
This one sets the daylight savings time information</em><br />
time daylight-time-rule User-defined begin-date 3/11 end-date 11/4</p>
<p><em>If you want to be able to manage your switches from other subnets or if you want them to pick up their time from the Internet you will need the switch to have a gateway.</em><br />
ip default-gateway 192.168.1.1</p>
<p><em>Set the IP of the time server</em><br />
sntp server 192.168.1.10</p>
<p><em>Set the protocol for time synchronization</em><br />
timesync sntp</p>
<p><em>Set the method of synchronization</em><br />
sntp unicast</p>
<p><em>VLAN 1 is in the configuration by default so you don&#8217;t have to add this line</em><br />
vlan 1</p>
<p><em>Default lines as well</em><br />
name &#8220;DEFAULT_VLAN&#8221;<br />
untagged 1-44,46-52</p>
<p><em>IP address of the VLAN. This IP is the one that you will be using when managing the switch remotely.</em><br />
ip address 192.168.5.53 255.255.255.0</p>
<p><em>Default command that lets you exit this section</em><br />
exit</p>
<p><em>This entry isn&#8217;t a default but I like to move the various devices off of VLAN 1 and into their VLAN if possible</em><br />
vlan 10</p>
<p><em>Name the VLAN so you know why you created it.</em><br />
name &#8220;Data&#8221;</p>
<p><em>Default command here</em><br />
exit</p>
<p><em>If you are running a PoE switch I find that I usually need to run this command since a lot of devinces are running on a standard that is pre-standard for PoE.</em><br />
power pre-std-detect</p>
<p><em>The next few lines turn on spanning-tree which you definitely want to use.</em><br />
spanning-tree<br />
spanning-tree legacy-path-cost<br />
spanning-tree priority 2 force-version STP-compatible<br />
<em><br />
These next two lines let you know that you will need a password for managing the device.</em><br />
password manager<br />
password operator</p>
<p>Links:<br />
If you want more information on setting the time for an HP Procurve device check out my previous post <a href="http://itknowledgeexchange.techtarget.com/techstop/how-to-set-the-time-on-your-servers-and-routers/">here</a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/sample-hp-procurve-configuration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How-to Set the Time on Your Servers and Routers</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/how-to-set-the-time-on-your-servers-and-routers/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/how-to-set-the-time-on-your-servers-and-routers/#comments</comments>
		<pubDate>Fri, 30 May 2008 02:56:09 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[HP ProCurve]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[Switches]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/how-to-set-the-time-on-your-servers-and-routers/</guid>
		<description><![CDATA[(Windows, Cisco and HP Procurve) Time synchronization on your network gear is very important. Logs, IPSec tunnels and other services rely on the correct time to make sure that they are doing their jobs properly and securely. In order to synchronize the time your network gear (routers and switches) will need to be manageable and [...]]]></description>
				<content:encoded><![CDATA[<p>(Windows, Cisco and HP Procurve)</p>
<p>Time synchronization on your network gear is very important. Logs, IPSec tunnels and other services rely on the correct time to make sure that they are doing their jobs properly and securely. In order to synchronize the time your network gear (routers and switches) will need to be manageable and have IP addresses that can reach the time synchronization sources that you are going to set.</p>
<p>To Start: Picking the service<br />
There are lots of time sources that you can use that are outside of your internal network. You will need at least one device that is synchronizing with the outside world at the least if not more. Below are the NIST (National Institute of Standards and Technology) list of time sources but any will work.</p>
<p><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/54/files/2008/05/nist_servers.gif" alt="NIST Servers" /></p>
<p><strong>Windows:</strong><br />
Since it is likely that almost everyone will have Windows boxes is logical to start here first.</p>
<p><em>Step 1</em>: Open a command prompt by going to Start → Run → cmd → ok<br />
<em>Step 2:</em> Enter in the following commands in order to set the time service.</p>
<p>net time /setsntp:(Server)<br />
For example net time /setsntp:time-a.nist.gov<br />
<em>Step 3:</em> Stop and start the time service in order for the changes to take effect by running these commands.</p>
<p>net stop w32time<br />
net start w32time</p>
<p><strong>Cisco:</strong><br />
While the commands and methods for time synchronization for both Cisco and HP are similar there are some definite differences. After logging into the router here are the commands that you can run.</p>
<p><em>Step 1:</em> Get into configuration mode<br />
Router# conf t</p>
<p><em>Step 2:</em> Tell the device which server to synchronization the time to<br />
Router# ntp server 192.168.1.15</p>
<p><em>Step 3:</em> Set the timezone<br />
Router# clock timezone PST -8</p>
<p><em>Step 4:</em> Set daylight savings<br />
Router(config)# clock summer-time CDT recurring<br />
<strong><br />
HP Procurve:</strong><br />
After logging into the HP switch with manager rights.</p>
<p><em>Step 1:</em> Get into configuration mode and enter these commands.<br />
Router# conf t</p>
<p><em>Step 2: </em>Set the server<br />
Router# sntp server time-a.nist.gov</p>
<p><em>Step 3:</em> Set the protocol for time synchronization to sntp since the default is timep for HP devices.<br />
Router# timesync sntp</p>
<p><em>Step 4: </em>Set the type of sntp to unicast since the default for HP devices is multi-cast.<br />
Router # sntp unicast</p>
<p><em>Step 5:</em> Set the daylight savings time information<br />
Router# time daylight-time-rule User-defined begin-date 3/11 end-date 11/4</p>
<p><strong>Links:</strong><br />
NIST How-to for serveral OS&#8217;s: <a href="http://tf.nist.gov/service/its.htm">http://tf.nist.gov/service/its.htm</a><br />
David Davis gives the details for the Cisco devices: <a href="http://articles.techrepublic.com.com/5100-10878_11-6129454.html">http://articles.techrepublic.com.com/5100-10878_11-6129454.html</a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/how-to-set-the-time-on-your-servers-and-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
