Interfaces Wireless Wide Area Networks (WWANs)
IX10 User Guide
108
n
http: Uses HTTP(s) GET requests to determine connectivity to the configured web
server.
If http is set, set the URLof the web server.
(config network interface my_wan surelink tests 1)> http url
(config network interface my_wan surelink tests 1)>
n
dns_configured: Tests communication with DNS servers that are either provided by
DHCP, or statically configured for this interface.
n
interface_up: Tests the current status of the interface. The test fails if the interface
is down. Failing this test infers that all other tests fail.
If interface_up is set, complete the following:
l
Set the amount of time that the interface is down before the test can be
considered to have failed.
(config network interface my_wan surelink tests 1)>
interface_down_time value
(config network interface my_wan surelink tests 1)>
where value is any number of weeks, days, hours, minutes, or seconds, and
takes the format number{w|d|h|m|s}.
For example, to set interface_down_time to ten minutes, enter either 10m or
600s:
(config network interface my_wan surelink tests 1)>
interface_down_time 600s
(config)>
l
Set the amount of time to wait for the interface to connect for the first time
before the test is considered to have failed.
(config network interface my_wan surelink tests 1)>
interface_timeout value
(config network interface my_wan surelink tests 1)>
where value is any number of weeks, days, hours, minutes, or seconds, and
takes the format number{w|d|h|m|s}.
For example, to set interface_timeout to ten minutes, enter either 10m or
600s:
(config network interface my_wan surelink tests 1)>
interface_timeout 600s
(config)>
n
custom_test: Tests the interface with custom commands.
If custom_test is set, set the commands to run to perform the test: