Comware

 View Only
last person joined: yesterday 

Expand all | Collapse all

Remove VRRP

This thread has been viewed 6 times
  • 1.  Remove VRRP

    Posted Jan 10, 2024 11:03 AM

    Hello everyone

    I have a very old HP 3com switch 4800G, which still runs with no problems but the time has come to replace it. The switch has a VRRP configured for VLAN1. Does anyone know the syntax for removing it, please? I did have a look at the CLI reference for 3com online but I could only find the syntax to create a VRRP, couldn't see anything for removing it. Please see below 

    [3com]show vrrp

    IPv4 Standby Information:

    Run Method      : VIRTUAL-MAC             

    Total number of virtual routers: 1

    Interface          VRID  State       Run     Adver.  Auth     Virtual

                                          Pri     Time    Type        IP 

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

    Vlan1                1   Backup      110     1       SIMPLE   10.84.100.200       

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

    How can I remove the above VRRP entry?

    Thank you

    Kabamaru



  • 2.  RE: Remove VRRP

    Posted Jan 13, 2024 06:21 AM

    Hi, for a comware device the VRRP is configured in the SVI (vlan interface).

    So something like

    sys

    interface vlan 1

    undo vrrp .....  (undo each vrrp command under the stanza)




  • 3.  RE: Remove VRRP

    Posted Jan 14, 2024 12:13 PM

    Thanks a lot Ian.

    That worked.