When running nsxcli on an ESXi host, which command will show the Replication mode?
When running nsxcli on an ESXi host, which command will show the Replication mode?
The command 'get logical-switches' will show the Replication mode in NSXCLI on an ESXi host. This command lists all logical switches, including their UUID, VNI, ENCAP, and Replication mode, which directly answers the question asked.
C is not 100% right as it needs switch ID to display information. A and B is out. Correct answer is D "get logical-switches" example nsx-edge-1> get logical-switches Logical Switch UUID : ea8c4460-6d15-49c5-a82e-6812a26b4200 VNI : 5001 ENCAP : STT Replication : mtep See https://vdc-download.vmware.com/vmwb-repository/dcr-public/c3fd9cef-6b2b-4772-93be-3fe60ce064a1/1f67b9e1-b111-4de7-9ea1-39931d28f560/NSX-T%20Command-Line%20Interface%20Reference.html#get%20logical-switch%20%3Clogical-switch-id%3E
Reference: https://vdc-download.vmware.com/vmwb-repository/dcr-public/c3fd9cef-6b2b-4772-93be-3fe60ce064a1/1f67b9e1-b111-4de7-9ea1-39931d28f560/NSX-T%20Command-Line%20Interface%20Reference.html#get%20logical-switch%20%3Clogical-switch-id%3E
Agree with Nubee. Correct answer is D
Agree with Nubee. In this form only D. https://vdc-download.vmware.com/vmwb-repository/dcr-public/c3fd9cef-6b2b-4772-93be-3fe60ce064a1/1f67b9e1-b111-4de7-9ea1-39931d28f560/NSX-T%20Command-Line%20Interface%20Reference.html#get%20logical-switch%20%3Clogical-switch-id%3E
the question is wrong. confirmed that answer is get logical-switch <logical-switch-id> C is the closest to this so likely the correct answer
get logical-switch <logical-switch-id> <logical-switch-id> is missing in the Answers A and B