Config – Heritage Kayaks Heritage Series User Manual

Page 86

Advertising
background image

Heritage Series ADSL Bridge/ Router

81

Command Sets for Command Line Interface

arp add flane 192.168.2.108 00:20:2b:03:0a:72 # 10m58s
# ether ARP table is empty

(The last example shows that the MAC address for 192.168.2.108 has
been automatically added again, having been discovered by means of
the ARP protocol.)

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:

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


Advertising