1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/linux/ip-route-show.md
K.B.Dharun Krishna 5257568887
pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30

36 lines
744 B
Markdown

# ip route show
> Sous commande de gestion de l'affichage des tables de routage.
> Plus d'informations : <https://manned.org/ip-route>.
- Affiche la table de routage :
`ip route show`
- Affiche la table de routage principale (identique au premier exemple) :
`ip route show {{main|254}}`
- Affiche la table de routage locale :
`ip route show table {{local|255}}`
- Affiche l'ensemble des tables de routage :
`ip route show table {{all|unspec|0}}`
- Affiche les routes d'un périphérique donné :
`ip route show dev {{eth0}}`
- Affiche les routes d'une portée donnée :
`ip route show scope link`
- Affiche le cache de routage :
`ip route show cache`
- N'affiche que les routes IPv6 ou IPv4 :
`ip {{-6|-4}} route show`