cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
0
Helpful
2
Replies

HSRP - Multiple interfaces on same router

c-holtz
Level 1
Level 1

I have an AS5300 with 2 Ethernet interfaces. I have 2 backbone switches that I want to connect the interfaces to. If my primary backbone switch fails I want the AS5300 ethernet interface on the secondary backbone switch to activate. Can I do this using HSRP on the AS5300? Essentially I want both ethernet interfaces of the AS5300 to be on the same network, cabled and ready to go.

2 Replies 2

rpgccie
Level 1
Level 1

Hi Holtz

as far as my understanding goes :

---- Backbone Swx (1)

AS 5300

---- Backbone Swx (2)

am i right with the network presentation ?

if yes .. then

you will be able to have redundancy with the other link make sure you use the track feature which will not only monitor the configured interfaces but also the interface on the other side of the same router

For Example : 5300(config-if)#standby track eth 0

You are correct on the network presentation.

Does my config look something like

interface FastEthernet0

ip address 10.1.1.10 255.255.0.0

standby ip 10.1.1.3

standby priority 105

standby preempt

interface ethernet0

ip address 10.1.1.11 255.255.0.0

standby 10.1.1.3

standby priority 104

standby preempt

standby trace fastethernet0

Basically I want to use fastethernet0 unless the switch (Sw1) it is connected to goes away. At that point switch to ethernet0. When Sw1 comes back I want to go back to fastehternet0.