If i have a esxi host that will host Vm´s on vlan 10, 20, 30, 40, 50, etc etc, what configuration do i need on the physical port on the switch side, that this esxi host connects ?
Does it need to be a trunk accessing these vlans ?
example;
switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-if)# switchport mode trunk
switch(config-if)# switchport trunk allowed vlan add 10-20-30-40-50 etc etc ?
??
thank you.