Skip to main content

How to Configure Spanning Tree root bridge


How to Configure Spanning Tree root bridge


Hi Today we going to talk about how to configure STP Root bridge, Root bridge election is happening with the switchers in the network, To become a root there should be some qualification among switchers, they are,
  • bridge priority
  • Lowest MAC 
default bridge priority is 32769  this is tie among switchers then root elect using lowest MAC

to change default root configure switch like below

Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#
Switch(config)#
Switch(config)#
Switch(config)#
Switch(config)#
Switch(config)#sp
Switch(config)#spanning-tree vl
Switch(config)#spanning-tree vlan 1 ?
priority Set the bridge priority for the spanning tree
root Configure switch as root
<cr>
Switch(config)#spanning-tree vlan 1 ro
Switch(config)#spanning-tree vlan 1 root ?
primary Configure this switch as primary root for this spanning tree
secondary Configure switch as secondary root
Switch(config)#spanning-tree vlan 1 root p
Switch(config)#spanning-tree vlan 1 root primary ?
<cr>
Switch(config)#spanning-tree vlan 1 root primary
Switch(config)#

for more details please refer this video


Happy Learning !!!!

Comments

Popular posts from this blog

Check Aruba ClearPass Serial Number

  CHECK ARUBA CLEARPASS SERIAL NUMBER Today we are Going to learn how to check the serial number of a Aruba Clearpass this is useful because you need this to submit license and also if you raise a support ticket they ask the serial number of your CPPM. below i mention the steps  1. log into your ClearPass appliance using WebUI 2. In the Dashboard click on OS version of Clearpass 3. in the Dialog box you can find the serial number  Thanks!!!! Lets meet with another blog        

Aruba ClearPass Policy Manager

                        In today’s Network Administrators face Huge challenge to manage Guest Access, Corporate Access, IoT devices and BYOD. Aruba ClearPass Appliance is the Tool that will help you to manage Those things in your network. ClearPass will work as a Network Access Control in the Network (NAC). ClearPass Use Cases * Unified Access From Centralized Location you can manage all of your policies of your Network, no need to configure from your edge switch side * Guest Access Solution ClearPass has variety of method to manage guest users they have tools for the manage guest * BYOD Solution ClearPass maintain highly secure TLS method for BYOD solution, they have Personal BYOD portal that users can register their devices * Non AAA Access For manage IoT devices we can use ClearPass the devices that don’t have any authentication method we can use ClearPass Profiler option to profile that device for correc...

Mobility Master Redundancy - Part 1

  Mobility Master Redundancy - Part 1 Mobility Master will be the Main component that can manage Multiple controllers together. The redundancy of the mobility master should be highly considered when it is coming to enterprise wireless networks. Today we are going to see how we can configure the redundancy between mobility Masters Configuring VRRP Those are the main steps that need to follow the configure the VRRP you have to do the same configuration in the other Mobility Master also Some valuable commands to do the troubleshooting the VRRP mention below Show VRRP summary This command will show you how many VRRP instances are configured in the mobility Master Show VRRP This will show the status of the vrrp instances and summary details of the vrrp like IP, MAC, State, Priority etc Show VRRP stats all This will provide the status details of the VRRP  In the Next Part Lets check What kind of Issues normally happen when we are configuring Mobility Master and How to troubleshoot t...