Operation and Maintenance Manual

MultiHaul™ Installation, Operation and Maintenance Manual
Page 76
VLAN 0 (not defined)
Default Gateway 0.0.0.0 (by default, no route is defined).
Use the set ip command to change or add an IP address. The command must be
followed by the index number of the IP address you want to add or change. Use the
index number 1 to change the default IP address. For example:
set ip <ip-index> ip-addr <value> [prefix-len <value>] [vlan
<value>]
<ip-index> : integer 1..4
Local_Site>set ip 1 ip-addr 192.168.0.11 prefix-len 24
If the IP entry does not already exist, the set ip command creates it and assigns the
attributes specified. If the interface address or the default router address is not
explicitly specified, the entry is created with the default value that has been defined for
the VLAN.
If the IP entry already exists, the set ip command replaces the attributes that are
currently defined for the entry with the values specified in the command.
Up to four IP addresses can be specified on the command line.
A set ip command fails if the route specified is not within the subnet that has been
defined by mask.
Note:
If you change the default IP address, your connection to the ODU will be lost. To re-
establish a connection, launch an Internet browser and connect using the new IP
address.
To display all the currently configured IP addresses and their attributes, use the
show ip command:
For example:
Local_Site>show ip
ip 1 ip-addr : 192.168.0.11
ip 1 prefix-len : 24
ip 1 vlan : 0
ip 1 default-gateway : 0.0.0.0
To delete IP entries, use the clear ip command:
clear ip <index>
To create and modify an IP Route and Default Gateway, use the set route command:
set route <idx> [dest <ip-address>] [prefix-len 0..32] [next-hop
<ip-address>]
idx
number 1 to 10