In the Traffic Management Shell (TMSH), there is a distinct difference between list and show commands.
List Command: Used to view theconfigurationof an object (what is stored in the config file). list net route would show you the static routes you have manually configured.
Show Command: Used to view thestatus, statistics, and real-time stateof an object.
TMM Routes: Because the routing table (RIB/FIB) is a dynamic entity that includes both static routes and learned routes (such as those from a routing protocol or connected subnets), the show net route command is required to see the active routing table as it exists in the Traffic Management Microkernel (TMM).
Key Command Breakdown:
show net route: Displays the active TMM routing table, including destination, gateway, and the status of the route.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit