Use the dialer persistent max-attempts command to set the maximum number of dial attempts. For example:
Gxxx-001(if:dialer 1)# dialer persistent max-attempts 10
Done!
The Dialer interface dials each number associated with a dialer string, in order, until either a connection is made, or the number configured in the dialer persistent max-attempts command is reached.
Use the dialer persistent re-enable command to enable and configure a timer to re-enable dial attempts after the maximum number of dial attempts has been reached. For example:
Gxxx-001(if:dialer 1)# dialer persistent re-enable 3600
Done!
Use the dialer order command to set which dial strings are used upon a new dial trigger event. The default is to restart from the beginning of the dial list. For example:
Gxxx-001(if:dialer 1)# dialer order last-successful
Done!
Use the dialer persistent command to force the dialer to attempt to reconnect every second, or at another redial interval, which you can configure using the dialer persistent delay command. By default, redialing is disabled. For example:
Gxxx-001(if:dialer 1)# dialer persistent
Done!
Gxxx-001(if:dialer 1)# dialer persistent delay 10
Done!
Use the dialer wait-for-ipcp command to set the maximum time the dialer waits between dialing a number to successfully establishing PPP/IPCP. The default is 45 seconds. For example:
Gxxx-001(if:dialer 1)# dialer wait-for-ipcp 100
Done!