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

cat6500 SUP2/MSFC2 IOS

k.siu
Level 1
Level 1

Hello:

MY problem is two cat6509 run hsrp authentication no work.ADD other cat6500 setting standby xxx priority 150 "sh stan" is R3 standby?

R1

interface Vlanxx

ip address xxx.xxx.xxx.1 255.255.255.0

no ip redirects

no ip unreachables

standby xxx priority 200 preempt

standby xxx authentication cisco

standby xxx ip xxx.xxx.xxx.xxx.254

R2

interface Vlanxx

ip address xxx.xxx.xxx.2 255.255.255.0

no ip redirects

no ip unreachables

standby xxx priority 120 preempt

standby xxx authentication cisco

standby xxx ip xxx.xxx.xxx.xxx.254

R3

interface Vlanxx

ip address xxx.xxx.xxx.3 255.255.255.0

no ip redirects

no ip unreachables

standby xxx priority 150

standby xxx ip xxx.xxx.xxx.xxx.254

Thank you !!!!

2 Replies 2

glen.grant
VIP Alumni
VIP Alumni

Probably the best thing to do would be to debug HSRP and see what is going on , config on quick look appears ok assuming you are going between r1 and r3 . If you are trunking make sure your vlan is allowed acros the link . Can you ping between the .1 and the .3 ? You should be able to .

I Try test debug HSRP :

*Dec 3 11:32:28.583 HKT: SB252: Vl252 Hello in r1 Active pri 200 ip xxx(r1)

*Dec 3 11:32:29.139 HKT: SB252: Vl252 Hello in r3 Standby pri 150 ip xxx(r3)

R1 ,R2 ,R3 is trunking allowed all vlan.

So R3 said is standby router.

Thank!