Which command line interface command will check if the BIG-IP platform contains a packet velocity ASIC (PVA)?
bigpipe platform show | grep -i pva
tmsh show /sys hardware pva status
tmsh show /sys hardware | grep -i pva
tmsh show /ltm hardware | grep -i pva
Submit