Installation and User Manual
EtherHaul
1200™
Page 50
EH-INST-02, Issue 4.0
4.4
Configuring System IP Addresses Using the CLI
The EtherHaul ODU supports up to four IP addresses that can be on different subnets
and associated with different VLANs. You can assign a static route to each IP address.
The Default IP-Gateway is defined as a static route.
By default, one IP address is defined (IP #1):
IP Address – 192.168.0.1
IP network Prefix – 24 (Mask 255.255.255.0)
VLAN – 0 (not defined)
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 of 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