routel - Man Page
list routes with pretty output format
Examples (TL;DR)
- Display the default routing table: routel
- 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]
Synopsis
routel [ OPTIONS ] [ tablenr [ ip route options... ] ]
OPTIONS := { -h | --help | [{-f | --family } {inet | inet6 } | -4 | -6 }
Description
The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
Authors
Rewritten by Stephen Hemminger <stephen@networkplumber.org>.
Original script by Stephen R. van den Berg <srb@cuci.nl>.
This manual page was written by Andreas Henriksson  <andreas@fatal.se>, for the Debian GNU/Linux system.
See Also
Info
1 Sept, 2021 iproute2 Linux