Product specifications
config [save]
Description:
Displays the IP configuration (not including the “snmp” configuration), or saves it in flash memory. The functionality of
the “config” command is also accessible in the standard way through the config process (e.g. “config print
ip”), if that process is present. However, when accessed through the config process, the “snmp” configuration is
included.
Example:
DSL> ip config
device add ether ether //nice mtu 1500 192.168.2.1
device add vlane ether //lane mtu 1500 192.168.55.1
subnet add vlane.home . 192.168.55.0 ff:ff:ff:00
subnet add ether.home . 192.168.2.0 ff:ff:ff:00
rip send ether 2
rip send vlane 2
rip accept ether 1 2
rip accept vlane 1 2
autoloop on
route add default 0.0.0.0 192.168.2.7 00:00:00:00 2 # MAN
relay ether ether
relay ether vlane
relay vlane vlane
ipatm lifetime 60
# IP host table:
# Port table:
router 520/UDP
snmp 161/UDP
tftp 69/UDP
telnet 23/TCP
DSL> ip config save
Updating flash filing system ...
done
ip: configuration saved
13.5.3. device
Syntax:
device
device add <i/f> <type> [<file>] [mtu <size>] [<IP address>]
device delete <i/f>
device flush
Description:
Displays the interfaces that IP is configured to use, or adds an interface to the configuration, or deletes an interface, or all
interfaces, from the configuration. However, the commands to change the configuration do not take effect immediately
(except when the “device add” command is run at start-up from the initialisation file). It is necessary to save the
configuration (e.g. with “ip config save”) and restart the system (e.g. with “ip restart”) before they take
effect. “device” will display both the current interfaces and those that have been configured but are not yet in effect.
- 37 -