diff options
| -rw-r--r-- | docs/vrf.rst | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/docs/vrf.rst b/docs/vrf.rst index 2191fdf6..9f9b2233 100644 --- a/docs/vrf.rst +++ b/docs/vrf.rst @@ -64,3 +64,20 @@ Operation       ---------         -----    ---                -----       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 + | 
