02-23-2016 12:35 AM - edited 03-05-2019 03:24 AM
This is my first ever question, Sorry if I missed anything to Add-in to describe about my Question.
02-23-2016 12:38 AM
I think "watch" causes the interface to come up if a route disappears from the routing table, and "persistent" causes the interface to always be up regardless.
02-23-2016 12:45 AM
Hi Philip
First of all thanks very much for answering my question.
you mean to say for "Persistent" the dialer would always dial regardless of route check?
02-23-2016 12:46 AM
Yes.
02-23-2016 07:24 PM
Philip
Why we need a Watch-list for Cellular Connection, Is it necessary?
Or simply the below config work?
!
interface Cellular0
ip address negotiated
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer string lte
dialer-group 1
async mode interactive
routing dynamic
!
dialer-list 1 protocol ip permit
thanks.
02-23-2016 08:04 PM
It may be that 3G is very expensive, you you may only want to bring the interface online when the main interface has dropped.
If may be you have a private cellular WAN, and you only want to bring it online when the route to the WAN drops on the machine interface.
02-23-2016 08:10 PM
I have a private cellular WAN, and its the primary and I always wanted to keep it up regardless of any route check.
In that case will the above config work?
02-23-2016 08:11 PM
It will stay up - as long as their is "ip" traffic flowing over it.
02-23-2016 08:17 PM
Here is my issue,
Does the cellular interface go down, if the router is standby or no IP traffic coming in?
02-23-2016 08:29 PM
Yes. A real simple solution which I have used before is to enable NTP, and configure NTP time synchronisation to run over the interface. Then there will always be a trickle of traffic.
Another option is to bind it to a Dialer interface and make it "permanent".
I prefer the NTP approach. You can sync against your hub router.
09-04-2019 08:50 PM
Could utilize a dialer interface:
!
interface Cellular0
ip address negotiated
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer string lte
async mode interactive
routing dynamic
dialer pool-member 1
!
interface Dialer1
ip address negotiated
dialer pool 1
dialer idle-timeout 0
dialer string lte
! Will pin the cellular connection without traffic
dialer persistent
no cdp enable
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