Hello,
I am using the following configuration to test an HA IPSec with stateful failover. This config only includes "redundancy", "ipc" and "HSRP" config, that also from one of the two routers. It does not include an IPSec related config.
Problem is when I disable or disconnect the Active HSRP router, after IPSec connection has established and still passing traffic, the Active router crashes. I have tested this both on physical and dynamips and the result is the same.
Am not sure if I am missing something or doing something wrong.
Thanks and regards,
Abid.
---------------------------------------------
ipc zone default
association 1
no shutdown
protocol sctp
local-port 5000
local-ip 192.168.2.2
retransmit-timeout 300 10000
path-retransmit 10
assoc-retransmit 10
remote-port 5000
remote-ip 192.168.2.1
!
!
redundancy inter-device
scheme standby Ext
!
redundancy
!
interface FastEthernet0/1
ip address 192.168.2.2 255.255.255.0
speed 100
full-duplex
standby 1 ip 192.168.2.254
standby 1 priority 110
standby 1 preempt
standby 1 name Ext
crypto map HAMAP redundancy Ext stateful
-------------------------------------------
I am using the following configuration to test an HA IPSec with stateful failover. This config only includes "redundancy", "ipc" and "HSRP" config, that also from one of the two routers. It does not include an IPSec related config.
Problem is when I disable or disconnect the Active HSRP router, after IPSec connection has established and still passing traffic, the Active router crashes. I have tested this both on physical and dynamips and the result is the same.
Am not sure if I am missing something or doing something wrong.
Thanks and regards,
Abid.
---------------------------------------------
ipc zone default
association 1
no shutdown
protocol sctp
local-port 5000
local-ip 192.168.2.2
retransmit-timeout 300 10000
path-retransmit 10
assoc-retransmit 10
remote-port 5000
remote-ip 192.168.2.1
!
!
redundancy inter-device
scheme standby Ext
!
redundancy
!
interface FastEthernet0/1
ip address 192.168.2.2 255.255.255.0
speed 100
full-duplex
standby 1 ip 192.168.2.254
standby 1 priority 110
standby 1 preempt
standby 1 name Ext
crypto map HAMAP redundancy Ext stateful
-------------------------------------------