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

hsrp on router with vlan routing

carl_townshend
Spotlight
Spotlight

on my router i have a vlan inteface setup, how to i go about making this vlan interface a virtual ip to be used for hsrp ?

thanks

Carl

1 Reply 1

Anand Narayana
Level 6
Level 6

hi carl,

on the vlan interface eg. as mentioned below

Router A

interface vlan 2

ip address 10.2.1.2 255.255.255.0

standby 2 ip 10.2.1.1

standby 2 timers 5 15

standby 2 prioroty 109

standby 2 preempt

Router B

interface vlan 2

ip address 10.2.1.3 255.255.255.0

standby 2 ip 10.2.1.1

standby 2 timers 5 15

standby 2 prioroty 110

standby 2 preempt

hope this helps.

rate this post.