05-21-2002 07:25 AM - edited 03-01-2019 09:48 PM
Does anyone have thoughts on the most reliable way of bringing up an ISDN link for frame relay back up?
My issue is Im using a floating static route (prob the most deployed method) to inject a route into the routing table once the primary frame relay connection goes down. Because the floating static route needs to be a blanketed (very general) statement, for example something that includes the entire 10.0.0.0 network, rouge traffic from a remote site can cause the ISDN to dial when frame relay is still active.
What methods are out there to prevent random traffic to addresses that fall outside of those learned through the dynamic routing protocol?
I'm familar with dialer watch, but are there others?
05-21-2002 08:12 AM
You can use the "backup interface command"
Here is the url which will help you
http://www.cisco.com/warp/public/793/access_dial/ddr_serial_12481.html
For troubleshooting
05-21-2002 01:22 PM
Are you saying that the criteria needs to be broad in scope because you don't want to make it specific or because you are just under the impression that it has to be? I have done DDR using international dialup and satellite dialup where we were, to say the least, specific about what traffic brought up the connection. The floating static route and the criteria for interesting traffic are two different issues. You can have a very broad (even default) route pointing to a dialer and a very specific access list to allow/disallow traffic.
05-21-2002 01:32 PM
Also remember that as long as the static route is floating, it isn't in the routing table. Hence, there shouldn't be any risk that the ISDN will be brought up. It stays in a spoofing mode as long as the primary route is active in the table.
05-21-2002 06:50 PM
Since you're using a 10.0.0.0/8 floating static, and rogue traffic from remote sites is bringing up the ISDN it sounds like this route really isn't floating and is always in your routing table. This could happen when hosts at the remote sites send traffic to 10.x.x.x networks that you aren't learning dynamic routes for over the primary line, thus this traffic is taking the next best route over the ISDN. This would be the 'rogue traffic' you described.
You could change your dialer-list to reference an access-list so only traffic destined to your valid networks brings up the ISDN.
If you want to move away from the floating static route method, you could use the backup interface method like the previous poster mentioned. With frame, backup interface is more reliable with using the Frame-Relay End-To-End Keepalive (FREEK) feature (both ends have to be Cisco).
HTH, Erick
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