Efficient Networks
®
Router family
Command Line Interface Guide
Chapter 4: System Commands
Efficient Networks
®
Page 4-19
system backup delete
Deletes an IP address from the list of addresses to be pinged for the Dial Backup
option. The command can:
•
Specify an explicit address to be deleted.
•
Request that the router delete the gateway or DNS address from the list.
•
Delete all addresses in a group.
•
Clear all addresses from the list.
To see the addresses in the current list, use the
system list
command. For more
information, refer to ”
Dial Backup” on page 6-7
of the Technical Reference Guide.
Mgmt Class
Network (R/W)
Input Format
system backup delete <ipaddr> | gw | dns | all [<group> | all ]
Parameters
Examples
The following command deletes the address 192.168.1.5 from group 0.
The following command deletes the gateway address from group 1.
The following command deletes all addresses from group 2.
<ipaddr>
a
a
Dotted-decimal notation
IP address to be deleted from the list.
gw
Gateway address. The router determines the actual gateway address.
dns
Domain Name Server address. The router determines the actual DNS
address and deletes it.
all <group>
b
b
integer, 0 - 65535 (0)
Optional number of a group to which the specified address or all ad-
dresses are deleted.
all
Requests deletion of all addresses in all groups including group 0.
-> system backup delete 192.168.1.5
-> system backup delete GW 1
-> system backup delete all 2