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.)
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
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
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
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Nubee
7 months, 2 weeks agocwilson91
10 months, 2 weeks agoKhaled111
11 months, 2 weeks agokznishida1001
11 months, 2 weeks agoushimeet
1 year agotch
8 months agohello_world67859Y63
1 year agogoal2025
1 year ago