Thanks for your reply sdide.
The ESXi bridge-aggregation is as below
interface Bridge-Aggregation30
description Server1_vSw0
port link-type trunk
port trunk permit vlan 1 B C D
port trunk pvid vlan D
In the above, vlan 1 is the interface allowed for windows as well
interface GigabitEthernet1/0/32
port link-type trunk
port trunk permit vlan 1
VLAN 1 is what is allowed on bridge-aggregation 30 and on the 1/0/32 port.
If 1/0/32 is made as an access port then also it is not able to ping to ESXi
How can I get the connection established between these machines on VLAN 1
VLAN 1 is internal network/private network
We are trying to ping from windows to ESXi management
Your help is appreciated, thank you