Forrest logo
back to context overview

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 machine
    explain this command
  • ip-route-show:tldr:1539f ip-route-show: Display the local routing table.
    $ ip route show table ${select}
    try on your machine
    explain this command
  • ip-route-show:tldr:1cf98 ip-route-show: Display the routing cache.
    $ ip route show cache
    try on your machine
    explain this command
  • ip-route-show:tldr:3cf69 ip-route-show: List routes within a given scope.
    $ ip route show scope link
    try on your machine
    explain 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 machine
    explain this command
  • ip-route-show:tldr:e70b9 ip-route-show: Display the routing table.
    $ ip route show
    try on your machine
    explain this command
back to context overview