Which command is used to troubleshoot connectivity by checking the routing table of a specific IP address on the FortiGate?
Trap 1: diagnose sniffer packet
This checks traffic flow, not the routing table.
Trap 2: get system status
This shows device health, not routing details.
Trap 3: exec ping-options
This is for sending test traffic.
- A
diagnose sniffer packet
Why wrong: This checks traffic flow, not the routing table.
- B
get router info routing-table detail <ip>
This shows the exact routing lookup for the given IP.
- C
get system status
Why wrong: This shows device health, not routing details.
- D
exec ping-options
Why wrong: This is for sending test traffic.