show ip routeDisplays the IPv4 routing table — what the device will actually do with a packet.
Shows only the best path per prefix, after the routing process has already chosen between protocols by administrative distance. A route being absent here does not mean it was never learned; it may have lost to a lower-distance path and be sitting in the protocol's own database.
| Platform | Command |
|---|---|
| Cisco IOS / NX-OS | show ip route |
| Juniper JunOS | show route |
| MikroTik RouterOS | /ip route print |
| Aruba AOS-CX | show ip route |
| FortiOS | get router info routing-table all |
| Ubiquiti EdgeOS | show ip route |
show ip route 10.20.5.7show ip route ospfshow ip route summaryThe misreadings that actually cost people time.