05-18-2021 05:29 PM
Hello,
I have a router which had it's fixed circuit decommed & now is running on just the 4G cellular link. The issue I have is that the dialer doesn't seem to kick in after a reboot. Is it ok to have config as per below which uses a dialer-list & a dialer watch-list on the cellualr interface. This router is using DMVPN if that makes a difference.
interface Cellular0/0/0
ip address negotiated
ip virtual-reassembly in
encapsulation slip
history BPS
dialer in-band
dialer idle-timeout 0
dialer string lte
dialer watch-group 1
dialer-group 1
async mode interactive
no snmp trap link-status
routing dynamic
end
dialer watch-list 1 ip 2.3.4.5 0.0.0.0
dialer watch-list 1 delay route-check initial 60
dialer watch-list 1 delay connect 1
dialer-list 1 protocol ip permit
Solved! Go to Solution.
05-21-2021 06:03 AM - edited 05-21-2021 06:03 AM
You need some kind of route that points traffic to the dialer interface, or there will never be any traffic that hits it. Thus, no dialing. Something like this.
ip route 0.0.0.0 0.0.0.0 Dialer1
If you normally learn a default route via some other path (you said the cell was a backup circuit), you can change the admin distance on the this route to be less preferred than the normal default.
05-23-2021 03:25 PM
Thanks Elliot that's a good idea however I ended up setting up IP SLA to ping the head end out of the cellular interface.
It's now stays up all the time.
05-21-2021 06:03 AM - edited 05-21-2021 06:03 AM
You need some kind of route that points traffic to the dialer interface, or there will never be any traffic that hits it. Thus, no dialing. Something like this.
ip route 0.0.0.0 0.0.0.0 Dialer1
If you normally learn a default route via some other path (you said the cell was a backup circuit), you can change the admin distance on the this route to be less preferred than the normal default.
05-23-2021 03:25 PM
Thanks Elliot that's a good idea however I ended up setting up IP SLA to ping the head end out of the cellular interface.
It's now stays up all the time.
08-29-2024 06:12 PM
the config is correct. and you need a default route as well
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