Which two commands are used to query the arp-table of a logical switch? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.AB.
https://vdc-download.vmware.com/vmwb-repository/dcr-public/c3fd9cef-6b2b-4772-93be-3fe60ce064a1/1f67b9e1-b111-4de7-9ea1-39931d28f560/The correct answers are A and B.
A) get logical-switch arp-table <logical-switch-uuid>: This command is used to query the ARP table of a logical switch. The <logical-switch-uuid> is the unique identifier of the logical switch.
B) get logical-switch <logical-switch-uuid> arp-table: This command is also used to query the ARP table of a logical switch. The <logical-switch-uuid> is the unique identifier of the logical switch.
C) get logical-switch <vni> arp-table: This command is incorrect. The <vni> stands for Virtual Network Identifier, and it is not used to query the ARP table of a logical switch.
D) get logical-switch arp-table <vni>: This command is also incorrect. The <vni> is not used to query the ARP table of a logical switch.
E) get logical-switch arp-table: This command is incorrect. It does not specify which logical switch's ARP table to query.
In summary, commands A and B are the correct commands to query the ARP table of a logical switch in VMware NSX-T Data Center.