How to Change the Management IP Address via the Console
318560
Created On 09/25/18 17:27 PM - Last Modified 06/07/23 08:05 AM
Resolution
Details
Log in using the default username and password:
admin/admin
hyper terminal settings
bits per second 9600
data bits 8
parity none
stop bits 1
flow control none
Once logged in, run the following CLI commands:
> configure (enter configuration mode)
# set deviceconfig system ip-address 10.1.1.1 netmask 255.255.255.0 default-gateway 10.1.1.2 dns-setting servers primary 4.2.2.2
# commit
owner: jnguyen