View all questions & answers for the BIG-IP Administration Data Plane Concepts (F5CAB2) exam


Question 17 Discussion

What command will assist the BIG-IP Administrator in finding the tmm routes when in the TMSH CLI? (Choose one answer)

  • A. list net
  • B. show net route
  • C. list net route
  • D. No Option
Correct Answer: B

Brave-Dump Clients Votes

B 100%

Comments



Anonymous User 2026-01-19 02:32:08

Selected Answers: B


Here’s why:

show net route: In TMSH, the show command is used to display the current operational state of the system. Using show net route will show the TMM (Traffic Management Microkernel) routing table, which is exactly what you need to verify the routes the BIG-IP is using.

list net / list net route: The list command is for configuration objects, not the live state. It shows what is configured but not necessarily what routes are active or used by TMM.

No Option: Not applicable here.

💡 Tip: Think of list as “what’s configured” and show as “what’s actually running.