Interfaces Wide Area Networks (WANs)
Digi Connect EZ Mini User Guide
73
c. For Backoff interval, type the time to add to the test interval when restarting the list of
actions. This option is capped at 15 minutes.(missing or bad snippet)
The default is 300 seconds.
d. Test interface gateway by pinging is used by the Interface gateway Ping test as the
endpoint for traceroute to use to determine the interface gateway. The default is 8.8.8.8,
and should only be changed if this IP address is not accessible due to networking issues.
15. Click Apply to save the configuration and apply the change.
Command line
Active recovery can be configured for both IPv4 and IPv6. These instructions are for IPv4; to configure
IPv6 active recovery, replace ipv4 in the command line with ipv6.
1. Select the device in Remote Manager and click Actions > Open Console, or log into the
Connect EZ local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Create a new WAN, or edit an existing one:
n To create a new WAN, see Configure a Wide Area Network (WAN).
n To edit an existing WAN, change to the WAN's node in the configuration schema. For
example, for a WAN named my_wan, change to the my_wan node in the configuration
schema:
(config)> network interface my_wan
(config network interface my_wan)>
4. Enable SureLink. SureLink can be enabled for both IPv4 and IPv6 configurations. By default,
SureLink is enabled for IPv4 for the preconfigured WAN. It is disabled for IPv6.
(config network interface my_wan> ipv4 surelink enable true
(config network interface my_wan)>
5. Set the device to reboot when the interface is considered to have failed:
(config network interface my_wan ipv4 surelink)> reboot true
(config network interface my_wan ipv4 surelink>
Note If both the restart and reboot parameters are enabled, the reboot parameter takes
precedence.
6. Add a test target:
(config network interface my_wan)> add ipv4 surelink target end
(config network interface my_wan ipv4 surelink target 0)>