Configuration Mode Commands : SteelHead EX Commands : VSP Commands : vsp esxi push-config network ip interface ipv4
  
vsp esxi push-config network ip interface ipv4
Configures the ESXi interface IPv4 network interface settings for the ESXi configuration.
Syntax
[no] vsp esxi push-config network ip interface <interface-name> ipv4 {dhcp enable | dhcp-dns enable | static address <ipv4-address> netmask <netmask>}
Parameters
<interface-name>
Interface name. Choose either vmk1 for the ESXi primary interface or vmk2 for the ESXi auxiliary interface.
ipv4 dhcp enable
Automatically obtains the ESXi IPv4 address from a DHCP server. A DHCP server must be available so that the system can request the IP address from it.
ipv4 dhcp-dns enable
Dynamically obtains IPv4 network settings from a DNS server using dynamic DNS.
ipv4 static address <ipv4-address> netmask <netmask>
Specifies the ESXi IPv4 address and IPv4 subnet mask. Use this option if you do not use a DHCP server to automatically obtain an IP address.
Usage
You manage VSP and ESXi through the primary and auxiliary interfaces using VMware tools such as vSphere Client and vCenter.
Example
Edge1 (config) # vsp esxi push-config network ip interface vmk1 ipv4 dhcp enable
Edge1 (config) # vsp esxi push-config network ip interface vmk2 ipv4 static address 192.105.1.27 netmask 255.255.255.0
Product
SteelHead EX
Related Commands
show vsp esxi push-config network