ASKER
If you need VMkernel port in different VLANs (and subnet) you will need to configure the physical switch port as a trunk port (or tagged port) and specify a VLAN for each port group where the VMkernel resides.
ASKER
I am familiar with Trunks in Cisco switches... It is the link between 2 Switches that enables Vlans between both switches to be known by either switch if the Vlans are allowed in.
switchport mode trunk
switchport trunk allowed vlan vlan-list
ASKER
ASKER
ASKER
ASKER
ASKER
The best practices is to have a dedicated and different VLAN (and subnet) for vMotion network.
If VMs are in 192.168.10.x subnet and Vmotion vmkernel is in 192.168.50.x networkvMotion only make sense if source and destination hosts share the same networks... otherwise if you vMotion one VM from a source host that has access to VLAN10 to a destination host that has access only to VLAN20, of course that virtual machine will not work on destination host until you change the VM IP address to reflect the new subnet used by VLAN20. And again, VM network do not have relationship with the vMotion network... the vMotion network is used by the vSphere ESXi host (not virtual machine) to move/copy the virtual machine memory content from source host to destination host, but nothing inside the virtual machine will change and/or needs to change.
after vmotion of VM will that be an impact if the VMs have static Ip address and they get vMotioned to different network ?
Also:The vMotion IP address represent the IP address of the virtual VMkernel interface used by the vMotion traffic (used by the vSphere ESXi host, not virtual machine, to move/copy the virtual machine memory content from source host to destination host).
on the screenshot above
Vmotion Ip address 192.168.1.101 represents the IP address of a ESX host or storage IP address?
ASKER
ASKER
VMware, a software company founded in 1998, was one of the first commercially successful companies to offer x86 virtualization. The storage company EMC purchased VMware in 1994. Dell Technologies acquired EMC in 2016. VMware’s parent company is now Dell Technologies. VMware has many software products that run on desktops, Microsoft Windows, Linux, and macOS, which allows the virtualizing of the x86 architecture. Its enterprise software hypervisor for servers, VMware vSphere Hypervisor (ESXi), is a bare-metal hypervisor that runs directly on the server hardware and does not require an additional underlying operating system.
TRUSTED BY
To change the VLAN of a port group see the following VMware KB article: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003825