2v0-4123 Exam QuestionsBrowse all questions from this exam

2v0-4123 Exam - Question 69


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.)

Show Answer
Correct Answer: BC

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.

Discussion

7 comments
Sign in to comment
Khaled111Options: BC
Dec 16, 2023

Its B and C because they give you a list of the IPs of VMkernel interfaces. E is for checking NIC link state.

cwilson91Options: BC
Jan 11, 2024

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

goal2025Options: BE
Oct 28, 2023

I think B & E

hello_world67859Y63Options: BC
Nov 2, 2023

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

ushimeetOptions: BE
Nov 15, 2023

B & E are correct. It is impossible to check the ip address by esxcfg-nics command.

tch
Mar 30, 2024

esxcli network nic list... this CLI not able to show ip address

kznishida1001Options: BE
Dec 15, 2023

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

NubeeOptions: BE
Apr 13, 2024

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