Modify VRRP Priority
Posted: 27 Aug 2013 11:06
Hi,
I am administering two 6850 switches which are redundant of each other.
For a particular VLAN (50) we are using VRRP IP address as the following:
SW1:
SW2:
This way SW2 is the one acting as priority. Is there a way to make SW1 as priority during without any downtime.
thanks!
I am administering two 6850 switches which are redundant of each other.
For a particular VLAN (50) we are using VRRP IP address as the following:
SW1:
Code: Select all
VRRP 50 50 PRIORITY 110 PREEMPT INTERVAL 1
VRRP 50 50 ADDRESS 192.168.20.20
VRRP 50 50 TRACK-ASSOCIATION 132
VRRP 50 50 ENABLECode: Select all
VRRP 50 50 PRIORITY 100 PREEMPT INTERVAL 1
VRRP 50 50 ADDRESS 192.168.20.20
VRRP 50 50 TRACK-ASSOCIATION 132
VRRP 50 50 ENABLEthanks!