Change interface IP address ============================================================ You can change the IP address of any interface through the CLI Console. Step 1. Change the interface IP address -------------------------------------------------------------------------------------- #. After logging in to the CLI Console, go to Config mode. #. Enter "interface eth0 address [IP address] [subnet mask]" as shown below. .. code:: bash 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 --------------------------------------------------------------------------------------------- #. Enter "show configuration | grep interface eth0" as shown below. .. code:: bash 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