Which command will display the contents of the forwarding table?
Click on the arrows to vote for the correct answer
A. B. C. D.A
The correct answer is A. "show route forwarding-table".
The forwarding table is a data structure in the router that is used to decide where to forward packets. It contains information about the next hop for each destination network.
To display the contents of the forwarding table on a Junos device, use the "show route forwarding-table" command. This command displays the following information:
For example, to display the forwarding table for IPv4 routes, enter the following command:
sqlshow route forwarding-table
To display the forwarding table for IPv6 routes, enter the following command:
sqlshow route forwarding-table inet6
The other answer options are not correct: