How can I monitor a IPSec tunnel on a IOS Router 2600XM, and if the tunnel is down bring ip a isdn "dialer interface" ?
currently I have
interface fa0.1
des internet cable modem
encap dot1q 1
ip addr 24.24.23.1 255.255.255.0
crypto map IPSecTunnel
!
interface fa0.2
description Internal LAN
encap dot1q 2
ip addr 10.0.0.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 24.25.20.1
ip route 0.0.0.0 0.0.0.0 dialer1 220
But the dialer never goes up because the route never goes down when the Internet core has problems. I've found a dialer only works if the physical ethernet goes down. What about if the IPSec peer is unreachable?