User manual

A- Commonly Used Commands
A-2
A.1.2 config
Syntax:
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:
> 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
>
ip config save
Updating flash filing system ...
done
ip: configuration saved