cancel
Showing results for 
Search instead for 
Did you mean: 

static ip

static ip

admin29
New Contributor
static ip
1 REPLY 1

samantha_lynn
Esteemed Contributor III

You can set a static IP on a device within HiveManager (formerly NG), by going to Monitor> Clicking on the host name of the device> Device Configuration> Under the Management Interface section select "Static Address" and fill in the IP, subnet mask, and default gateway that the device should be using. Once you push a complete configuration out to this device, it should be using a static DHCP address.

 

You can also set the IP address on the CLI of a device by entering the following commands:

Int mgt0 ip <ip address> /<netmask>

Ip route default gateway <address>

save config

 

Keep in mind that commands in the CLI that conflict with the configuration in HiveManager get erased/overwritten when configuration updates are pushed out or when the AP reboots.

 

Is that what you were looking for?

 

GTM-P2G8KFN