Comware Based
1753524 Members
4895 Online
108795 Solutions
New Discussion юеВ

Re: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

 
hmju
Occasional Advisor

HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

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?

3 REPLIES 3
Ivan_B
HPE Pro

Re: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

Hi @hmju !

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

Hope this helps!

 

I am an HPE employee

Accept or Kudo

hmju
Occasional Advisor

Re: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

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?

Ivan_B
HPE Pro

Re: HPE 5945 48SFP28 8QSFP28 Switch limit vrrp config

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

 

 

 

I am an HPE employee

Accept or Kudo