cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
0
Helpful
4
Replies

ISDN methods

eric.cote
Level 4
Level 4

Does anyone have thoughts on the most reliable way of bringing up an ISDN link for frame relay back up?

My issue is I’m 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?

4 Replies 4

tepatel
Cisco Employee
Cisco Employee

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

http://www.cisco.com/warp/public/471/backup_cookbook.html

svermill
Level 4
Level 4

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.

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.

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

Review Cisco Networking for a $25 gift card