- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023
05:32 PM
- last edited on
07-27-2023
09:05 PM
by
Translator
I'm replacing an old edge device with two Cisco 8300 routers; Dual ISP setup. The 8300 routers were also ordered with 4 port LAN modules. I'm putting together the config before the routers have arrived and want to figure out the down stream config. Basically, I have HA firewalls(active/passive) sitting down stream from the routers. The
default route
from the active firewall is to the current edge device IP address. I want to keep the firewall routing the same.
Can you configure HSRP on the pair of 8300 routers using the lan module interfaces. I'm thinking it would need layer 2 connection between the two routers and SVIs configuration on both routers. It looks like it should be possible but I'm looking to see if this has been done before. I've attached a picture to help explain the design.
Solved! Go to Solution.
- Labels:
-
Other Routers
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023
05:41 PM
- last edited on
07-27-2023
09:03 PM
by
Translator
Hsrp need l2'
and I see you interconnect both edge router so only make this interconnect as l2 not l3.
Use
svi for ibgp
between two router
Use svi for hsrp
Use vip of hsrp as next hop of default route in fw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023
05:41 PM
- last edited on
07-27-2023
09:03 PM
by
Translator
Hsrp need l2'
and I see you interconnect both edge router so only make this interconnect as l2 not l3.
Use
svi for ibgp
between two router
Use svi for hsrp
Use vip of hsrp as next hop of default route in fw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 07:46 AM
Ok, it sounds like it is a valid design, thanks for confirming. Yes, I was planning on using the LAN module interfaces to interconnect to the two routers for the L2 connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 07:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 07:50 AM
I'll have to look at the deployment model in that document. It may be something to consider. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 08:21 AM
I scanned through the Cisco doc on interchassis high availability. It appears the deployment model has one active and one standby router. I need both routers actively routing traffic for this project, so I don't think HA will work for me. It maybe something to consider for other deployments I may have in the future though.
