Files
cheatsheet-tldr/tldr/linux/routel
2025-11-13 00:20:17 +00:00

27 lines
486 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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:
`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]}}`