Comware

 View Only
  • 1.  HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

    Posted Jan 28, 2021 05:28 AM

    I checked that vrid supports from 1-255 on 5945 switch.

    I wonder how many vrrp can be actually configured.

     

    Is it okay to configure 250 quantity of vrrp?



  • 2.  RE: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

    Posted Jan 28, 2021 05:38 AM

    Hi @hmju !

    All switches from 5945 series support up to 256 VRRP groups.

    Hope this helps!

     



  • 3.  RE: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

    Posted Jan 28, 2021 05:46 AM

    Then doesn't it cause an issue even if I configure 256 quantities vrrp?

    Additionally, if the vrid is the same, what kind of problem does it have?



  • 4.  RE: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

    Posted Jan 29, 2021 05:51 AM

    There should not be a problem to create as many VRIDs as you need until their overall number is less than 256 per switch or per IRF stack.

    VRID numbers should be unique per L3 interface, so you can re-use the same VRID number under different Vlan-Interface or routed port. For example, this is absolutely valid config:

     

    interface Vlan-interface48
     ip address 10.0.48.2 255.255.254.0
     vrrp vrid 1 virtual-ip 10.0.48.1
     vrrp vrid 1 priority 150
    #
    interface Vlan-interface50
     ip address 10.0.50.2 255.255.254.0
     vrrp vrid 1 virtual-ip 10.0.50.1
     vrrp vrid 1 priority 150