mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 15:17:09 +00:00
doc: Fixup show ip route
command doc
The documentation for this command is just... wrong. Let's clean it up. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
0babb933e7
commit
31da224cdf
@ -1453,24 +1453,27 @@ To program the PBR rules as rte_flows you additionally need to configure
|
|||||||
zebra Terminal Mode Commands
|
zebra Terminal Mode Commands
|
||||||
============================
|
============================
|
||||||
|
|
||||||
.. clicmd:: show ip route
|
.. clicmd:: show [ip|ipv6] route
|
||||||
|
|
||||||
Display current routes which zebra holds in its database.
|
Display current routes which zebra holds in its database.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Router# show ip route
|
Router# show ip route
|
||||||
Codes: K - kernel route, C - connected, S - static, R - RIP,
|
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||||
B - BGP * - FIB route.
|
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||||
|
T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,
|
||||||
|
F - PBR, f - OpenFabric, t - Table-Direct,
|
||||||
|
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
|
||||||
|
t - trapped, o - offload failure
|
||||||
|
|
||||||
K* 0.0.0.0/0 203.181.89.241
|
K>* 0.0.0.0/0 [0/100] via 192.168.119.1, enp13s0, 00:30:22
|
||||||
S 0.0.0.0/0 203.181.89.1
|
S> 4.5.6.7/32 [1/0] via 192.168.119.1 (recursive), weight 1, 00:30:22
|
||||||
C* 127.0.0.0/8 lo
|
* via 192.168.119.1, enp13s0, weight 1, 00:30:22
|
||||||
C* 203.181.89.240/28 eth0
|
K>* 169.254.0.0/16 [0/1000] is directly connected, virbr2 linkdown, 00:30:22
|
||||||
|
L>* 192.168.119.205/32 is directly connected, enp13s0, 00:30:22
|
||||||
|
|
||||||
|
|
||||||
.. clicmd:: show ipv6 route
|
|
||||||
|
|
||||||
.. clicmd:: show [ip|ipv6] route [PREFIX] [nexthop-group]
|
.. clicmd:: show [ip|ipv6] route [PREFIX] [nexthop-group]
|
||||||
|
|
||||||
Display detailed information about a route. If [nexthop-group] is
|
Display detailed information about a route. If [nexthop-group] is
|
||||||
|
Loading…
Reference in New Issue
Block a user