cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3128
Views
10
Helpful
6
Replies

Command to check maximum HSRP Group ??

Ruheal Maqsood
Level 1
Level 1

Dear Experts,

 

I there any command to check that how many HSRP groups a cisco 2900 router support ?

1 Accepted Solution

Accepted Solutions

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

Usually the maximum groups are 256, you can use zero (0) value, it can be seen using:

 

R1(config)#int g0/0
R1(config-if)#standby ?
<0-255> group number

 

Please dont forget to rate or mark as answered if the comment was useful.

 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

6 Replies 6

Moses Fernandes
Level 1
Level 1

Hello,

 

You may refer to the post below.. Hope it answers your question.

 

https://supportforums.cisco.com/t5/wan-routing-and-switching/hsrp-limits-on-2800-isr/td-p/1038962

 

If you want to check the number of HSRP group configured on your router you may issue the following command. 

#show standby
Vlan101 - Group 1
  State is Active
    2 state changes, last state change 4y42w
  Virtual IP address is 10.1
  Active virtual MAC address is 0000.0c07.ac01
    Local virtual MAC address is 0000.0c07.ac01 (v1 default)
  Hello time 1 sec, hold time 3 sec
    Next hello sent in 0.528 secs
  Preemption enabled, delay min 200 secs
  Active router is local
  Standby router is 10...., priority 100 (expires in 2.208 sec)
  Priority 150 (configured 150)
  Group name is "hsrp-Vl101-1" (default)
Vlan102 - Group 1
  State is Active
    2 state changes, last state change 4y42w
  Virtual IP address is 10....
  Active virtual MAC address is 0000.0c07.ac01
    Local virtual MAC address is 0000.0c07.ac01 (v1 default)
  Hello time 1 sec, hold time 3 sec
    Next hello sent in 0.304 secs
  Preemption enabled, delay min 200 secs
  Active router is local
  Standby router is 10...., priority 100 (expires in 2.400 sec)
  Priority 150 (configured 150)
  Group name is "hsrp-Vl102-1" (default)

 

====================================================================

#sh standby vlan 101
Vlan101 - Group 1
  State is Active
    2 state changes, last state change 4y42w
  Virtual IP address is 10...
  Active virtual MAC address is 0000.0c07.ac01
    Local virtual MAC address is 0000.0c07.ac01 (v1 default)
  Hello time 1 sec, hold time 3 sec
    Next hello sent in 0.160 secs
  Preemption enabled, delay min 200 secs
  Active router is local
  Standby router is 10.... priority 100 (expires in 2.896 sec)
  Priority 150 (configured 150)
  Group name is "hsrp-Vl101-1" (default)

 

Hope thats helpfull.

 

Regards,

Moses.

Dear I already know this command.

My question is how many HSRP groups a cisco router 2900 series support ?

Any command to check the maximum capacity of HSRP groups on 2900 ?

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

Usually the maximum groups are 256, you can use zero (0) value, it can be seen using:

 

R1(config)#int g0/0
R1(config-if)#standby ?
<0-255> group number

 

Please dont forget to rate or mark as answered if the comment was useful.

 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hi

I have just checked a Cisco Router 2951 and it supports the same amount of groups (0-255)

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hi

Also I forgot to mention that HSRP version 1 support up to 256 groups but HSRP v2 support 4000+ (if Im not wrong up to 4095 groups)

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

you can use "show standby capability" with this command you can use hardware limitation. at least with ISR 44XX.