From e09122f767e94c033dd854bef2ea578ca3e5f64d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 5 Mar 2020 22:40:03 +0100 Subject: vrf: add show ip route vrf --- docs/vrf.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/vrf.rst') 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 + + Display routing table used by VRF `` + + .. 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 + -- cgit v1.2.3