This procedure requires you to either access the command-line console of the ESXi host via an IPMI console (HPE ILO, Dell DRAC, KVM, and so on) or SSH into the ESXi host using tools such as PuTTY or SecureCRT. Let's get started:
- SSH (PuTTY) into the ESXi host as the root user.
- Create a port group on a standard vSwitch using the following command syntax:
# esxcli network vswitch standard portgroup add -p <Network Label for the port group> -v <Name of the existing vSwitch>
- Once you're done, create a VMkernel interface on the port group using the following command syntax:
# esxcli network ip interface add -p <Network Label for the port group>