Posted in: Linux, Networking, VMware

Important ESXi Networking Commands

To get the available virtual switches information on ESXi host :- # esxcfg-vswitch -l [root] esxcfg-vswitch -lSwitch Name Num Ports Used Ports Configured Ports MTU UplinksvSwitch0 6656 4 128 9000 vmnic3 PortGroup Name VLAN ID Used Ports UplinksVM Network 0 0 vmnic3Management Network 4095 1 vmnic3 DVS Name Num Ports Used Ports Configured Ports MTU […]

Posted in: Linux, Unix, VMware

vCenter Appliance Networking Commands

Tool to check and modify the vCenter Appliance Network related configurations: # /opt/vmware/share/vami/vami_config_net Network eth0 configuration file : # /etc/systemd/network/10-eth0.network  Command to list all open ports on PSC and vCenter Appliance: – # iptables -L port_filter -n –line-numbers From the above Iptables o/p, identify specific port is being used for which service : # iptables […]

Back to Top