Wired Intelligent Edge

last person joined: 2 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

State is INIT (Group Disabled) under VRRP in ArubaOS-CX

This thread has been viewed 12 times
  • 1.  State is INIT (Group Disabled) under VRRP in ArubaOS-CX

    Posted Feb 21, 2019 10:33 AM

    Hi Everybody!

     

    I ran into a silly issue today while setting up VRRP on ArubaOS-CX. I had all the configs place & still i dint have Master & backup in VRRP for the only group(100) in which i had them configured. Ran sh vrrp ipv4 100 to see the below o/p-

     

    switch# sh vrrp ipv4 100

    VRRP is enabled

    Interface 1/1/1 - Group 100 - Address-Family IPv4
    State is INIT (Group Disabled)
    State duration
    Virtual IP address is 192.168.100.1
    Advertisement interval is 1000 msec
    Version is 2
    Preemption is enabled
    min delay is 0 sec
    Priority is 255
    Master Router is 0.0.0.0
    Master Advertisement interval is 1000 msec
    Master Down interval is 3003 msec

     

     

    Took some time & the solution was in " No shutdown "  under the specific group.

     

    Configs before  " No shutdown "

    ------------------------------------------

    switch# sh run vrrp
    router vrrp enable
    interface 1/1/1
    vrrp 100 address-family ipv4
    address 192.168.100.1 primary
    exit

     

     

    Configs after " No shutdown "

    -----------------------------------------

    switch# sh run vrrp
    router vrrp enable
    interface 1/1/1
    vrrp 100 address-family ipv4
    address 192.168.100.1 primary
    no shutdown
    exit
    switch#

     

    Offcourse the saviour came from ArubaOS-CX Virtual Switching
    Extension (VSX) Guide for 10.01.

     

    Hope this helps for somebody!

     

    Thanks to Aruba Team for letting out the Configuration Guide!

     

     

     



  • 2.  RE: State is INIT (Group Disabled) under VRRP in ArubaOS-CX

    MVP GURU
    Posted Feb 22, 2019 02:41 AM

    Why do use Active Gateway ?



  • 3.  RE: State is INIT (Group Disabled) under VRRP in ArubaOS-CX
    Best Answer

    EMPLOYEE
    Posted Feb 25, 2019 10:47 AM

    Please remind that all physical ports on ArubaOS-CX (8400, 8320, 8325) are shutdown by defaul, whatever they are L2 or L3 ports.

    This is also true for LAG.

    This is for better control of new switch insertion in the core/agg network layer (no port is active by default).