F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 23
Which command line interface command will check if the BIG-IP platform contains a packet velocity ASIC (PVA)?
Answer options
- A. bigpipe platform show | grep -i pva
- B. tmsh show /sys hardware pva status
- C. tmsh show /sys hardware | grep -i pva
- D. tmsh show /ltm hardware | grep -i pva
Correct answer: C
Explanation
The correct answer is C because this command shows the hardware details of the system and filters for the PVA specifically. Option A does not provide the necessary detail about the hardware; option B checks a specific status but does not show all hardware info; and option D pertains to LTM hardware, which is not focused on the overall system hardware details.