% esxcli network ip interface ipv4 get
Name IPv4 Address IPv4 Netmask IPv4 Broadcast Address Type Gateway DHCP DNS
---- -------------- ------------- -------------- ------------ -------------- --------
vmk0 192.168.0.3 255.255.255.0 192.168.0.255 STATIC 192.168.0.254 false
% esxcli network ip interface ipv4 set -i vmk0 -I 192.168.0.7 -N 255.255.255.0 -t static