cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
238
Views
0
Helpful
1
Replies

HSRP Configuration

ermanno.boldi
Level 1
Level 1

Hi all, I have a little question about HSRP configuration: is it possible to configure stand-by ip address in a different subnet of Routers Ethernet Interface address ?

E.g: Ethernet Address1= 192.168.1.1 Ethernet Addess2=192.168.1.2. Stanby ip address= 10.2.2.1 )

Thank you

1 Reply 1

steve.barlow
Level 7
Level 7

Hi,

No, but what you could do is this:

ip address 192.168.1.1 255.255.255.0

ip address 10.2.2.2 255.255.255.0 secondary

standby 2 ip 192.168.1.3

standby 2 ip 10.2.2.1 secondary

That way you can get your HSRP address with the IP you want.

Hope it helps.

Steve