commands.sh

routel

linux

List IP routing in a human readable format. See also: `ip route`, `route`.

More info →

Options (2)

-4boolean

Display only IPv4 routes

Example: routel {{[-4|--family inet]}}
-6boolean

Display only IPv6 routes

Example: routel {{[-6|--family inet6]}}

Examples (4)

Display the default routing table

Display a specific routing table

routel table_number|main|local|default

Display only IPv4 routes

routel [-4|--family inet]

Display only IPv6 routes

routel [-6|--family inet6]
made by @shridhargupta | data from tldr-pages