Skip to main content

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 those issues

Lets see on Next Chapter !!!!!

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        

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 ...