Wired Intelligent Edge

 View Only
  • 1.  VRRP between 6400 and 5406

    Posted Sep 15, 2023 09:57 AM

    Good morning, only a questio if is possible to configure a vrrp between 5406 and 6400.

    I try but 6400 does not recognise the 5406 :-(

    Thanks

    Giuseppe



  • 2.  RE: VRRP between 6400 and 5406

    Posted Sep 15, 2023 09:47 PM

    There should not be issues as VRRP is fully standards-based and supported by both OSs.

    what is the exact issue/error you are getting?



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: VRRP between 6400 and 5406

    Posted Sep 19, 2023 08:42 AM

    Hi, in attach the 2 files with the configuration.


    Attachment(s)



  • 4.  RE: VRRP between 6400 and 5406

    Posted Sep 19, 2023 08:55 AM

    Can you post the output of show vrrp from both switches?




  • 5.  RE: VRRP between 6400 and 5406

    Posted Sep 20, 2023 02:19 AM

    6400

    CED00# sh vrrp

    VRRP is enabled

    Interface vlan102 - Group 102 - Address-Family IPv4

      State is INIT (Group Disabled)

      State duration 

      Virtual IP address is 192.168.102.253

      Virtual MAC address is 00:00:5e:00:01:66

      Advertisement interval is 1000 msec

      Version is 2

      Preemption is enabled

       min delay is 0 sec 

      Priority is 230

      Active Router is 0.0.0.0

      Active Advertisement interval is 1000 msec

      Active Down interval is 3101 msec

    CED00# 

    5406

    CED01# sh vrrp

     VRRP Global Statistics Information

      VRRP Enabled           : Yes        
      Protocol Version       : 2          
      Invalid VRID Pkts Rx   : 0          
      Checksum Error Pkts Rx : 0          
      Bad Version Pkts Rx    : 0            
      Virtual Routers Respond To Ping Requests : Yes

     VRRP Virtual Router Statistics Information

      Vlan ID                  : 102        
      Virtual Router ID        : 102        
      State                    : Backup      
      Up Time                  : 27 days  
      Virtual MAC Address      : 00005e-000166
      Master's IP Address      : 192.168.102.250
      Associated IP Addr Count : 1          Near Failovers            : 3197      
      Advertise Pkts Rx        : 2345598    Become Master             : 1        
      Zero Priority Rx         : 0          Zero Priority Tx          : 0        
      Bad Length Pkts          : 0          Bad Type Pkts             : 0        
      Mismatched Interval Pkts : 0          Mismatched Addr List Pkts : 0        
      Mismatched IP TTL Pkts   : 0          Mismatched Auth Type Pkts : 0




  • 6.  RE: VRRP between 6400 and 5406

    Posted Sep 20, 2023 02:54 AM

    the "(Group Disabled)"on the 6400, indicates that interface vlan 102 is shutdown.

    can you do a no shut on it and see if it works?



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 7.  RE: VRRP between 6400 and 5406

    Posted Sep 20, 2023 08:20 AM

    Wi did it but nothing change :-(

    Giuseppe




  • 8.  RE: VRRP between 6400 and 5406

    Posted Sep 20, 2023 08:28 AM

    You also need to do a no shutdown on the vrrp interface on vlan 102.  Your config for that vlan interface should look like this (note the added no shutdown)

    interface vlan 102
        ip address 192.168.102.240/24
        vrrp 102 address-family ipv4
            address 192.168.102.253 primary
            priority 230
            no shutdown
            exit



  • 9.  RE: VRRP between 6400 and 5406

    Posted Oct 13, 2023 05:17 AM

    Hi,

    I work with Giuseppe, I will help him on networking.

    We stopped the VRRP test for 2 weeks.

    The vrrp interface on vlan 102 effectively was in shutdown. Now we enabled it as you can see from the cfg:

    interface vlan 102

        ip address 192.168.102.240/24

        vrrp 102 address-family ipv4

            address 192.168.102.253 secondary

            priority 230

            no shutdown

            exit

    The "(Group Disabled)" on 6400 is no more disabled

    Interface vlan102 - Group 102 - Address-Family IPv4

      State is INIT (No Primary Group Address)

      State duration 

      Virtual IP address is no address

      Virtual secondary IP addresses:

        192.168.102.253

      Virtual MAC address is 00:00:5e:00:01:66

      Advertisement interval is 1000 msec

      Version is 2

      Preemption is enabled

       min delay is 0 sec 

      Priority is 230                                              

      Active Router is 192.168.102.250

      Active Advertisement interval is 1000 msec

      Active Down interval is 3101 msec

    The VLAN Group102 is in INIT State and I think it means that is not "working"

    On this switch priority is 230; instead on the 5406 (IP 192.168.102.250) priority is set to 220.

    Roberto