I have Esxi 6 (HP ProliantDl380 Gen9 model), created interface with Vlan ID 300 on a VM and allowed for 2 vmnics (one active/one standby) (BCM5719) and I am using vsphere client. I ran tshark on the OS of VM (Debian) but the packet is not sent because the IP gateway is not arping.
I allowed Vlan ID (ALL 4095) and load Balance is "Route Based on originating virtual port ID", and accepted ( Promiscuous Mode, MAC address changes, and Forged Transmits) , Network failure Detection: link status only.
And on another Side am using cisco management switch, here is the configuration:
#int gi3
#no negotiation
#switchport mode trunk
#switchport trunk allowed vlan add 300
#spanning-tree portfast
#exit
And I've noticed that SW support dot1q only.
Any help would be greatly appreciated. Thanks