Wired Intelligent Edge

 View Only
  • 1.  HP 8206zl

    Posted Jan 03, 2012 04:10 PM

    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


     

     



  • 2.  RE: HP 8206zl

    Posted Jan 03, 2012 10:11 PM
    Are you sure that your supposed to have the core and the virtual IP address be the same?


  • 3.  RE: HP 8206zl

    Posted Jan 04, 2012 03:13 AM

    Hi,

     

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

     

    vrrp vrid x
          enable

     

    Tell us if it's better.

     

    Regards,



  • 4.  RE: HP 8206zl

    Posted Jan 04, 2012 03:24 AM

    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.



  • 5.  RE: HP 8206zl

    Posted Jan 04, 2012 04:02 AM

    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.

     

     

     



  • 6.  RE: HP 8206zl

    Posted Jan 04, 2012 04:24 AM

    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