10-13-2009 01:34 PM - edited 02-21-2020 03:43 AM
Hi, I'm trying to configure high available VPN, for studying purpose.
Here the topology I use:
http://bmigette.fr/wp-content/uploads/2009/10/slb_ha1.png
All the routers can ping each other.
I set this configuration on IAR1 and IAR2:
!
redundancy inter-device
scheme standby HSRPSYNC
!
!
redundancy
!
!
ipc zone default
association 1
no shutdown
protocol sctp
local-port 5000
local-ip 10.254.3.2
retransmit-timeout 300 10000
path-retransmit 10
assoc-retransmit 10
remote-port 5000
remote-ip 10.254.3.1
!
but nothing happens, even if I set debug ipc all, debug redundancy status and debug redundancy inter-chassis.
doing show ipc status give me 0 RX/Tx for all values
IAR2#sh redundancy inter-device
Redundancy inter-device state: RF_INTERDEV_STATE_PC_NO_HSRP
Scheme: Standby
Groupname: HSRPSYNC Group State: Init
Peer present: RF_INTERDEV_PEER_COMM
Security: Not configured
IAR2#sh standby bri
P indicates configured to preempt.
|
Interface Grp Prio P State Active Standby Virtual IP
Fa0/1 0 100 Active local 10.254.3.1 10.254.3.254
IAR2#
I use IOS 12.4-25b on a 7200 router
Any clues ?
Many thanks
10-13-2009 02:43 PM
I hope you don't have the exact same config on both, maybe you forgot to change :
local-ip 10.254.3.2
remote-ip 10.254.3.1
to
local-ip 10.254.3.1
remote-ip 10.254.3.2
on the other router ?
10-13-2009 03:20 PM
Yes, I parsed only one, but I set the correct IP addresses.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide