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

HSRP Multiple Tracking interfaces

dywersantos
Level 1
Level 1

Hello.

Does the 3750-e Platform able to track multiple interfaces using HSRP?

Something like:

interface Vlan15

ip address 172.22.15.3 255.255.255.0

standby 10 ip 172.22.15.1

standby 10 authentication 7campus

standby 10 track Gig4/0/1

standby 10 track Port-channel1

standby 10 track Gig3/0/1

end

If that is possible, all tracking interfaces must be down in order to switch to the stand-by router?

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Dywer,

this is a legitimate configuration

with default parameters every tracked interface down reduces the priority of 10

to switch to the other router

the other router must have preemption enabled and also this to be able to regain role when link is restored

on both routers:

int vlan15

standby 10 preempt

it is your choice how many links have to be down before switchover

if standby has priority 95 just one is enough if it has 85 two links must be down

first case:

100 -10 = 90 < 95 -> switchover

100 -10 = 90 > 85 -> no switchover

a second tracked link is down

100 -10 -10 = 80 < 85 -> switchover

Hope to help

Giuseppe