bhaskardixit wrote:
as I know about the promiscuous mode, if I set it in ACCEPT condition then all packets in switch or particular port group will transmitted to specific port, it could be useful if I have any monitoring software on that specific VM, here my doubt is:- which port will be responsible for recieving those packets.
In general it is better to create new threads when the topics of the question changes, it will be easier for other people later on to find answers.
For your specific question, if I understand it correctely, is that if a portgroup has Promiscous = Accept then any VM in the portgroup could see all other traffic from other VMs and outside frames. However, the Vmkernel will not forward these frames if not the network card inside the VM is put into Promiscous Mode. This is typically done while starting a sniffer tool, e.g. Wireshark.
For best security I recommend to put the sniffer VM alone on a portgroup with Promiscous = Accept, but with the same VLAN id as the VMs that we want to monitor. This will limit this possibility to just that VM.