T The Triage ManualTechnical Guides for IT Emergencies
P2 · Remote Access & VPN

Cisco ASA site-to-site VPN flaps between dual ISP interfaces at remote office

A Cisco ASA remote office with two ISP-connected outside interfaces and ISAKMP enabled on both, paired with a central ASA crypto map listing both remote peer IPs, brings the IPsec tunnel up on both interfaces simultaneously and then flaps between them. This is a fundamental limitation of policy-based (crypto map) VPNs on the ASA platform; the durable fix is to migrate to route-based IPsec (VTI or DMVPN) on a platform that supports it, since ASA does not.

Indicators

Likely causes

Diagnostic steps

  1. Run 'show crypto isakmp sa' and 'show crypto ipsec sa' on both ASAs to confirm SAs are alternating between peer IPs.
  2. Run 'show vpn-sessiondb l2l' on both ASAs and observe the active peer IP changing during a flap.
  3. Disable ISAKMP on the secondary outside interface ('no crypto isakmp enable outside2') to confirm flapping stops with a single ISP active.
  4. Remove the secondary peer from the central crypto map (e.g. 'crypto map BNG_TUNNEL 1 set peer <primary-peer>') to validate single-peer stability.
  5. Review SLA monitor and track status with 'show sla monitor operational-state' and 'show track' to rule out tracking flaps as the trigger.
  6. Capture 'debug crypto isakmp 127' and 'debug crypto ipsec 127' during a flap to identify which peer initiates the teardown.

Resolution path

Prevention

Tools

References

cisco-asaipsecsite-to-site-vpndual-ispfailoverpolicy-based-vpndmvpncrypto-map