Switches, Hubs, and Modems
1753485 Members
4666 Online
108794 Solutions
New Discussion

Re: VRRP Issue

 
Ram2k3
Occasional Contributor

VRRP Issue

 

Hi,

 

 I have two Switch E3500yl CORE-SW01 & CORE-SW02 with multiple Vlans.Please find the attached Diagram.Iam trying to Configure VRRP on both switches.If Core-SW01 fails Core-SW02 its coming up but Core-SW01 Switch Vlans Ex:HR vlan or AC Vlan bring down Core-SW02 that paricular vlan showing Master but Host can't comunicate Server Vlans.

 

Please help me....

1 REPLY 1
EckerA
Respected Contributor

Re: VRRP Issue

Hi,

from your vrrp.doc it only doesn't work, if the link  fails?

You can achieve this with the track interface command, but this isn't available if you configure your master as owner. But if you configrue it as backup with high priority you can do this, but then you need a third ip adress.

 

example:

 

vlan 10
   name "VLAN10"
   untagged 7
   ip address 192.168.10.2 255.255.255.0
   tagged 1,19
   exit
vlan 10
   vrrp vrid 10
      backup
      virtual-ip-address 192.168.10.1 255.255.255.0
      priority 254
      track interface 19
      enable
      exit
   exit

 

the backup vrrp system  can stay as it is..

 

hth

Alex