Nutanix Certified Professional (NCP) — Question 151
What command initiated from a CVM, is used to view the pNICs on all AHV nodes?
Answer options
- A. hostssh ssh[email protected]ovs-appctl bond/show
- B. allssh ovs-appctl bond/show
- C. allssh ssh[email protected]ovs-appctl bond/show
- D. hostssh ovs-appctl bond/show
Correct answer: D
Explanation
The correct command is 'hostssh ovs-appctl bond/show' because it directly accesses the host's OVS (Open vSwitch) command to show bonding information for the physical NICs. The other options either have incorrect syntax or try to use the wrong command structure that does not achieve the intended outcome.