If there are BVIs set up on the 851 units, you can set up an IP SLA icmp-echo process on one end of the link to keep things up.
ip sla 10
icmp-echo x.x.x.x
timeout 500
threshold 500
frequency 60
ip sla schedule 10 life forever start-time now
Replace x.x.x.x with the BVI interface IP of the router at the other end of the link. This will send a ping once per minute from the router with the IP SLA icmp-echo process to the other router, essentially providing a keepalive for your connection.
Main Topics
Browse All Topics





by: jodylemoinePosted on 2009-11-07 at 08:43:23ID: 25766937
If you're running those 851s over a fibre connection with no underlying protocols, there's really nothing to keep alive. Normally a keepalive is used to make the underlying protocols (NAT, dial-on-demand, &c) involved in the transport of a VPN or switched connection happy.
If a ping is keeping it up, I suspect it's more complicated than a straight fibre connection. Do the each of the routers have a BVI interface for the bridge? If so, there's are a few things we can do.