Hello,
VMware Knowledge Base
Based on this article and the fact that I tried trunking a bundled port to my dell server on port vmnic1 and 2,
server couldn't route the traffic, I think ESXi doesn't have the ability to do trunking(dot1q) on a port channel(bundled ports)?
on this article they put an example of port channeling a 6500 to a server with access port,
I don't want an access port on a port channel, I wanna do trunking(dot1q), that's not possible?
this is my switch config:
interface Vlan2
ip address 192.168.0.30 255.255.255.0
interface Vlan3
ip address 192.168.1.254 255.255.255.0
interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
interface FastEthernet1/0/1(goes to vmnic1)
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
end
interface FastEthernet1/0/2(goes to vmnic2)
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on

Server 2016 can't reach vlan 3, it can't even reach 192.168.0.30