snippetbashTip
routel — List IP routing in a human readable format. See also: `ip route`, `route`. More information: <https:
Viewed 0 times
commandformatreadableroutelcliroutinglisthuman
linux
Problem
How to use the
routel command: List IP routing in a human readable format. See also: ip route, route. More information: <https://manned.org/routel>.Solution
routel — List IP routing in a human readable format. See also: ip route, route. More information: <https://manned.org/routel>.Display the default routing table:
routelDisplay 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]}}Code Snippets
Display the default routing table
routelDisplay 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]}}Context
tldr-pages: linux/routel
Revisions (0)
No revisions yet.