Interfaces
Wireless Wide Area Networks (WWANs)
IX10 User Guide
91
8. Click the menu icon
(...
) next to the target and select
Delete
.
9. Click
Apply
to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the IX10
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. Change to WAN or WWAN's node in the configuration schema. For example, to disable SureLink
for an interface named my_wan:
(config)> network interface my_wan
(config network interface my_wan)>
4. Determine the index number of the target:
(config network interface my_wan)> show ipv4 surelink target
0
interface_down_time 600s
interface_timeout 120s
test interface_up
1
test dns_configured
(config network interface my_wan)>
5. Delete the target:
(config network interface my_wan> del ipv4 surelink target 1
(config network interface my_wan)>
6. Save the configuration and apply the change:
(config network interface my_wan ipv4 surelink)> save
Configuration saved.
>
7. Type
exit
to exit the Admin CLI.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
quit
to disconnect from the device.