hypervisor install-config network vswitch vmk-port ipv4-ip
Configures the hypervisor vSwitch settings for the VM kernel port group and configures a static IPv4 address.
Syntax
[no] hypervisor install-config network vswitch <vswitch-name> [mtu <bytes>] [max-ports <number-of-ports>] vmk-port <portgroup-name> [vmk-mtu <bytes>] [vmk-tag <tag>] [vmk-vlan-id <vlan-id>] ipv4-ip <ipv4-address> ipv4-netmask <ipv4-netmask>
Parameters
<vswitch-name>
Name of the vSwitch.
Enclose the name in quotation marks if it contains spaces: for example, "vSwitch 1".
mtu <bytes>
Specifies the vSwitch maximum transmission unit in bytes. The valid range is from 1280 to 9000.
max-ports <number-of-ports>
Specifies the vSwitch maximum number of ports. The range is from 1 to 1536.
<portgroup-name>
Name of the VMK port group on the vSwitch.
Enclose the VMK port group name in quotes if it contains spaces: for example, "portgroup 1".
vmk-mtu <bytes>
Specifies the VMK port group MTU.
vmk-tag <tag>
Tags with any of the following VMK port group vSphere traffic types:
Management
VMotion
faultToleranceLogging
vSphereReplication
Use a comma separated list enclosed in quotation marks for multiple tags: for example, "tag1, tag2, ...<tagN>".
vmk-vlan-id <vlan-id>
Specifies the VMK port group VLAN ID. The range is from 0 to 4095; 0 means none and 4095 means all.
<ipv4-address> ipv4-netmask <ipv4-netmask>
Specifies the IPv4 static address and static IPv4 netmask for the VMK port group.
Usage
ESXi and a single vSwitch (virtual switch) are preinstalled on the SteelFusion Edge. The vSwitch has a kernel port and a virtual machine port. This is an internal switch used for communication within the appliance. Do not modify or delete this virtual switch.
Example
Edge1 (config) # hypervisor install-config network vswitch test vmk-port test_vmk vmk-tag Management ipv4-ip 10.24.24.1 ipv4-netmask /24
Product
SteelFusion Edge
Related Command
show hypervisor installed