
ip-route-show
List of commands for ip-route-show:
-
ip-route-show:tldr:0a8c9 ip-route-show: Display the main routing table (same as first example).$ ip route show ${select}try on your machineexplain this command
-
ip-route-show:tldr:1539f ip-route-show: Display the local routing table.$ ip route show table ${select}try on your machineexplain this command
-
ip-route-show:tldr:1cf98 ip-route-show: Display the routing cache.$ ip route show cachetry on your machineexplain this command
-
ip-route-show:tldr:3cf69 ip-route-show: List routes within a given scope.$ ip route show scope linktry on your machineexplain this command
-
ip-route-show:tldr:b1c38 ip-route-show: List routes from a given device only.$ ip route show dev ${eth0}try on your machineexplain this command
-
ip-route-show:tldr:e70b9 ip-route-show: Display the routing table.$ ip route showtry on your machineexplain this command