Change interface IP address

You can change the IP address of any interface through the CLI Console.

Step 1. Change the interface IP address

  1. After logging in to the CLI Console, go to Config mode.
  2. Enter "interface eth0 address [IP address] [subnet mask]" as shown below.
genian(config)# interface eth0 address X.X.X.X X.X.X.X
Stopping Service...done
genian(config)# exit

Step 2. Confirm the interface IP address change

  1. Enter "show configuration | grep interface eth0" as shown below.
genian# show configuration | grep interface eth0
interface eth0 address X.X.X.X X.X.X.X
interface eth0 gateway X.X.X.X
interface eth0 management-server enable
genian# exit