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

Turn down a Dialer profile

david.sua
Level 1
Level 1

Hi!

I want to set down a dialer profile when this connection fail. Default route is via this dialer and I set another one via ethernet with a metric of 200 but dialer is always up (spoofing). Somebody know how can turn down automaticaly dialer?

I try with keepalive command but without results.

Thanks in advance.

1 Accepted Solution

Accepted Solutions

Hello David,

Designing a backup for dialer link is always a tricky as dialer link is always up/up spoofing.

Cisco have a new feature called "object tracking".

I found following link that will help you. I hope you have the right ios

http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/products_feature_guide09186a00801d862d.html

I have never tested it but seems a great way to fix the dsl with dialer interface.

HTH, please rate if so

cisand

View solution in original post

4 Replies 4

cisand2002
Level 1
Level 1

hello David,

shouldn't you configure the static route other way around ?

isn't the ethernet primary and Dialer back up ?

if not, can you send config ?

HTH,

cisand

The primary line is Dialer and has default route

ip route 0.0.0.0 0.0.0.0 Dialer1

Then when dialer disconnect i want that traffic goes via another router that is in lan

ip route 0.0.0.0 0.0.0.0 ethernet0 192.168.0.1 200

but dialer is still up because is in spoofing mode and then the first route not disappear.

There are some way to shutdown dialer automaticaly?

I can´t use dynamic route protocols because i dont have control of the other side.

Hello David,

Designing a backup for dialer link is always a tricky as dialer link is always up/up spoofing.

Cisco have a new feature called "object tracking".

I found following link that will help you. I hope you have the right ios

http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/products_feature_guide09186a00801d862d.html

I have never tested it but seems a great way to fix the dsl with dialer interface.

HTH, please rate if so

cisand

Yes, i discover it yesterday and i´m testing.

Thanks