Configuring IP settings for appliances
Configure IP address settings on Vectra appliances.
Last updated
Was this helpful?
Was this helpful?
set interface -h
Usage: set interface [OPTIONS] {mgt1|mgt2} {dhcp|static} [IP] [SUBNET_MASK]
[GATEWAY_ADDRESS]
Sets network interfaces to either dhcp or static ip configuration
Options:
-h, --help Show this message and exit.IPv4 Syntax:
set interface mgt1 static x.x.x.x y.y.y.y z.z.z.z
set interface mgt2 static x.x.x.x y.y.y.y
Where:
x.x.x.x is the desired interface IP address
y.y.y.y is the desired interface network mask
z.z.z.z is the desired gateway
IPv6 Syntax:
set interface mgt1 static [IPv6 IP] [Subnet Mask] [Gateway]
Example:
set interface mgt1 static 2001:0db8:0:f101::25 64 2001:0db8:0:f101::1 # show ipv6 enabled
IPv6 is disabled
# set ipv6 enabled
Response: ok
# show ipv6 enabled
IPv6 is enabled
# set ipv6 disabled
Response: okset interface mgt1 dhcp
set interface mgt2 dhcp set interface mgt1 static ip x.x.x.x netmask y.y.y.y gw z.z.z.z