07-08-2007 09:58 PM - edited 03-03-2019 05:46 PM
i have tow cisco routers and iwant to configure hsrp on this router.But my problem is how to configure this?
topology is like below
Two cissco routers which connected to two differnet ISP
Internal Lan access internet through Fortigate firewall and fortigate firewall connected to two cisco routers.I configure Public address on two wan ports of fortigate firewall.
Is it possible to configure HSRP on differnt Ip subneting?
07-09-2007 04:09 AM
Hi,
Could you please add network diagram for your problem for a better understanding.
Regards
Shaik
07-09-2007 06:20 AM
You can setup multiple HSRP groups on the same interface in different subnets much the same way you can setup secondary ip addresses.
If you had two subnets 10.1.1.0 and 10.1.2.0 that you wanted to setup hsrp for on the same router interface you could do the following:
Router 1:
ip address 10.1.1.251 255.255.255.0
ip address 10.1.2.251 255.255.255.0 secondary
standby 1 ip 10.1.1.254
standby 2 ip 10.1.2.254
Router 2:
ip address 10.1.2.252 255.255.255.0
ip address 10.1.1.252 255.255.255.0 secondary
standby 1 ip 10.1.1.254
standby 2 ip 10.1.2.254
You can change the priority, timers and prempt settings of each group independently allowing Router 1 to be active in group 1 and router 2 to be active in group 2 at the same time. The following is a case study on HSRP: http://www.cisco.com/en/US/tech/tk1330/technologies_design_guide_chapter09186a008066670b.html
For more information I suggest the BCMSN self study guide from Cisco Press
07-10-2007 04:59 AM
hi
yes u can configure HRSP with 2 diffrent ip subnet by 2 ways
1. make 2 sub interfaces and use hsrp on that , use also vlan if required
2. as define in this forom ,
but why do u require to diffrent ip to connect router give the ip given by the isp to serial interface and use private ip address on router lan interface as well as on firewall , so that is the way u can reduce the complexcity
regards
07-10-2007 05:30 AM
what is HSRP in theory any description
??? general..
07-10-2007 06:48 PM
07-16-2007 08:05 PM
Hi San,
I totally agree with vinay,actually why you need different ip ,you can configure in the way what vinay has told.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide