This widget could not be displayed.
1845515 Members
2434 Online
110244 Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
New Discussion
This widget could not be displayed.
This widget could not be displayed.

HP 8206zl

 
dcosta
Occasional Visitor

HP 8206zl

hello,

 

I m trying to configure VRRP on 2 New 8206 switches, But no success, i m configuring according to the user guide.

 

when both the switches are connected to each other they are seen as Master and backup but when i disconnect the cable between them the backup remains in Initialize state it does'nt takeover the role of Master, though my all configuration are correct.

 

I m receiving the errors Mismatched Addr List Pkts:

 

The number of VRRP packets received wherein the list of virtual IP addresses doesn’t match the locally configured virtual

IP addresses for a VR.

 

But my virtual Ip address are correct, ihave not made any mistake to configure the Virtual IP

 

Below are the conifgs:

 

ip routing

router vrrp

 

Core 1:

 

vlan 10

ip add 10.10.10.1 255.255.255.0

vrrp vrid 10

owner

virtual-ip-address 10.10.10.1 255.255.255.0

priority 255

preempt

 

 

Core 2:

 

 vlan 10

ip add 10.10.10.2 255.255.255.0

vrrp vrid 10

backup

virtual-ip-address 10.10.10.1 255.255.255.0

priority 110

preempt


 

 

5 REPLIES 5
Cajuntank MS
Valued Contributor

Re: HP 8206zl

Are you sure that your supposed to have the core and the virtual IP address be the same?
MaZ
Advisor

Re: HP 8206zl

Hi,

 

Try to enable your both VRRP VR instance with the "enable" command :

 

vrrp vrid x
      enable

 

Tell us if it's better.

 

Regards,

dcosta
Occasional Visitor

Re: HP 8206zl

Hello,

 

I m sure, i have enabled the VR instances by enable command, becz when i connect the 2 switches with each other they are seen as master and backup, But when i disconnect the cable the back does'nt takeover the master role.

MaZ
Advisor

Re: HP 8206zl

Indeed, the VRI seem to be enabled.

 

What firmware release are you using ?

 

Is that your devices are directly connected ?

 

Can you provide us the "show vrrp vlan x vrid x config" for both switch ?

 

Furthermore, it should be interesting to get the logs files and to enable a debug for VRRP process to get more informations.

 

 

 

EckerA
Respected Contributor

Re: HP 8206zl

Hi,

 

if this is your config...:

ip routing

router vrrp

 

Core 1:

 

vlan 10

ip add 10.10.10.1 255.255.255.0

vrrp vrid 10

owner

virtual-ip-address 10.10.10.1 255.255.255.0

priority 255

preempt

 

you need to enable the vrrp!!!

config

vrrp vrid 10

enable

exit

wr mem

 

 

with K.15.06.0006 the config should look something like this:

 

 

; JxxxxA Configuration Editor; Created on release #K.15.06.0006

vlan 10
   ip address 10.200.192.1 255.255.255.0
exit
router vrrp
   virtual-ip-ping

   enable

 exit

vlan 10
   vrrp vrid 10
      owner
      virtual-ip-address 10.200.192.1 255.255.255.0
      enable
      exit
   exit

 

hth

 

alex