mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
vrf: add show ip route vrf <name>
This commit is contained in:
parent
1b94384a0e
commit
e09122f767
17
docs/vrf.rst
17
docs/vrf.rst
@ -64,3 +64,20 @@ Operation
|
|||||||
--------- ----- --- -----
|
--------- ----- --- -----
|
||||||
bar up ee:c7:5b:fc:ae:f9 noarp,master,up,lower_up
|
bar up ee:c7:5b:fc:ae:f9 noarp,master,up,lower_up
|
||||||
|
|
||||||
|
.. opcmd:: show ip route vrf <name>
|
||||||
|
|
||||||
|
Display routing table used by VRF `<name>`
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
vyos@vyos:~$ show ip route vrf blue
|
||||||
|
Codes: K - kernel route, C - connected, S - static, 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,
|
||||||
|
> - selected route, * - FIB route, q - queued route, r - rejected route
|
||||||
|
|
||||||
|
VRF blue:
|
||||||
|
K 0.0.0.0/0 [255/8192] unreachable (ICMP unreachable), 00:00:50
|
||||||
|
C>* 192.0.2.0/24 is directly connected, dum1, 00:00:06
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user