Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HSRP

Status
Not open for further replies.

imsnet

IS-IT--Management
Feb 10, 2001
6
US
Can you setup HSRP on two routers with ethernet interfaces on different subnets?

Example:
E0 on router 1 - 192.168.2.1
E0 on router 2 - 192.168.10.1

HSRP address 192.168.25.254
 
From what I have read it needs to be on the same LAN segment. I will read more and will advise ASAP !! J.Fisher CCNA
Jeter@LasVegas.com
 
here is an example I have: HSRP on router 1 and router 2 to
provide a redundant default router for the hosts connected on segment 1

Router 1
Interface Ethernet0
ip address 10.1.0.2 255.255.255.0
no ip redirects
standby 10 priority 100
standby 10 preempt
standby 10 ip 10.1.0.1
standby 10 track serial0 50

interface serial0
ip address 10.3.0.1 255.255.255.0

router eigrp 1
network 10.0.0.0

Router 2
interface ethernet0
ip address 10.1.0.3 255.255.255.0
no ip redirects
standby 10 priority 80
standby 10 preempt
standby 10 ip 10.1.0.1

interface serial1
ip address 10.4.0.1 255.255.255.0

router eigrp 1
network 10.0.0.0

Host Segment 1
interface ethernet0
ip address 10.2.0.1 255.255.255.0

interface serial0
ip address 10.4.0.2 255.255.255.0

interface serial1
ip address 10.3.0.2 255.255.255.0

router eigrp 1
network 10.0.0.0

Sh standby from the CLI will give some detail information.
You can also load balance using HSRP. I did not read anywhere that you could not use different subnets. I have located a ciso site that might also help out.


I wish I could tell you more. Good Luck !!! #-)
J.Fisher CCNA
Jeter@LasVegas.com
 
Thanks Jeter, I actually found out you could NOT do HSRP on two interfaces in different networks from three different resources. (2 from Cisco).

Your example was very helpful...

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top