cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
3
Replies

setting the stp priority on the new 2960s

mnewnam05
Level 1
Level 1

Can't find documentation describing the commands to set the STP priority. Does anyone know what it is or where I can find documentation? thanks

1 Accepted Solution

Accepted Solutions

vijayasankar
Level 4
Level 4

Hi,

You can use the following command to set the STP priority.

spanning-tree vlan vlan-id priority priority

For priority, the range is 0 to 61440 in increments of 4096; the default is 32768. The lower the number, the more likely the switch will be chosen as the root switch.

The priority value lets you to control which switch can become the root bridge for a given vlan. For the switch to become the root bridge for a given vlan, the priority value on the switch should be lower than the priority values of any other bridge in the network for that vlan.

The IEEE default value for the priority value is 32768

Check out the following URL for more details on this.

http://www.cisco.com/en/US/products/ps6406/products_configuration_guide_chapter09186a008055fce3.html#wp1127717

Hope this helps.

-VJ

View solution in original post

3 Replies 3

vijayasankar
Level 4
Level 4

Hi,

You can use the following command to set the STP priority.

spanning-tree vlan vlan-id priority priority

For priority, the range is 0 to 61440 in increments of 4096; the default is 32768. The lower the number, the more likely the switch will be chosen as the root switch.

The priority value lets you to control which switch can become the root bridge for a given vlan. For the switch to become the root bridge for a given vlan, the priority value on the switch should be lower than the priority values of any other bridge in the network for that vlan.

The IEEE default value for the priority value is 32768

Check out the following URL for more details on this.

http://www.cisco.com/en/US/products/ps6406/products_configuration_guide_chapter09186a008055fce3.html#wp1127717

Hope this helps.

-VJ

Thanks for all the help.