Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change RSTP cost/priority

Status
Not open for further replies.

Frootbat

MIS
Mar 10, 2004
49
US
I have 3 trunks on a HP procurve 5406zl switch with RSTP want to know is it possible to change the path cost or priority for one of the trunks?

need to change one and not sure of the commands

thanks
 
I apologize I don't have a 5406zl in my environment, but try the following:
Code:
switch(config)# spanning-tree trk1 path-cost <value>
or
switch(config)# spanning-tree trk1 priority <value>

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
easiest thing to do is to make one switch the main...
5406# Config
5406(config)# Spanning-tree priority 0
5406(config)# end
5406# write memory

By default HP switches are all set to Spanning Tree Priority of 8.

Another thing to do is to go into the menu at the CLI and set the MAC Age Time from the default 300 to 900 seconds. This will help sensitive servers from disappearing from the arp tables during longer periods of inactivity.

While in there, make sure you set the time server settings. Most Windows 2k3 servers are inherently a time server, and all you have to do is use SNTP Unicast to the IP address of say your Domain controller. Next make sure you have the time zone set properly. This is in minutes, not hours. Eastern USA is -300. Making sure the time is set properly will always ensure that your logs will show the proper time, keeping the guess work out of it.

Good Luck,
Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top