how to set priority on vlan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 07:00 AM - edited 03-05-2019 06:04 PM
Hello Guys,
Is it possible to set priority bit in a certain vlan head?
For instance, one switch port with vlans trunked:524, 525, 526. And I wanna set priority on vlan 525. If possible, how shall I do it?
Thank you very much!
/Annie@beginner
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 07:06 AM
it depends on your model of switch that you want to set as root bridge for vlan 525, but in general it's on config mode (conf t)
and something like this...
switch(config)#spanning-tree vlan 525 priority (enter your priority here)
for example if you want to make the priority 4096 then:
switch(config)#spanning-tree vlan 525 priority 4096
