Which two commands does an NSX administrator use to check the IP address of the VMkernel port for the Geneve protocol on the ESXi transport node? (Choose two.)
Which two commands does an NSX administrator use to check the IP address of the VMkernel port for the Geneve protocol on the ESXi transport node? (Choose two.)
To check the IP address of the VMkernel port for the Geneve protocol on the ESXi transport node, the 'esxcli network ip interface ipv4 get' command provides the IPv4 details of network interfaces, including VMkernel ports. The 'esxcfg-vmknic -l' command (likely intended as 'esxcfg-vmknic -l' not '-1'), lists information about VMkernel network interfaces like IP addresses, port groups, and MAC addresses. These two commands together effectively provide comprehensive information needed for the task.
I believe the given answers are correct, assuming there was a typo here: esxcfg-vmknic -1 << should be >> esxcfg-vmknic -l (The letter l, not the number 1) Running the "esxcfg-vmknic -l" command will display the following: Interface (vmk0,1,etc.) Port Group IP Address Netmask Broadcast Mac Address MTU TSO MSS Enabled Type (Static/Dynamic) Additionally, running "esxcli network ip interface ipv4 get" will provide you with the following information for both physical NICs and VMKernel interfaces: Name (vmk0,1,etc) IPv4 Address Default Gateway DHCP (true/false) DHCP Server IPv4 Routing Table
Its B and C because they give you a list of the IPs of VMkernel interfaces. E is for checking NIC link state.
B & E are correct. It is impossible to check the ip address by esxcfg-nics command.
esxcli network nic list... this CLI not able to show ip address
BC answers sure : https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.2/installation/GUID-B7E7371E-A9F6-4880-B184-E00A62C0C818.html https://www.vmadmin.co.uk/resources/35-esxserver/49-vmkniccmd
I think B & E
esxcfg commands are deprecated so only two options are the esxcli B and E. esxcli network ip interface list # list vmkernel interfaces and their configuration esxcli network nic list # display listing of physical adapters and their link state
B, E are correct. B. esxcli network ip interface ipv4 get https://docs.vmware.com/jp/VMware-NSX/4.1/installation/GUID-B7E7371E-A9F6-4880-B184-E00A62C0C818.html E. esxcli network nic list https://kb.vmware.com/s/article/2006074?lang=en_us