From 2510f177ac4a1652d01fbefb8cd75c1d81d00156 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 17 Mar 2020 20:48:07 +0100 Subject: vrf: add interface route description --- docs/vrf.rst | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/vrf.rst b/docs/vrf.rst index 3cf7e6ad..75075be6 100644 --- a/docs/vrf.rst +++ b/docs/vrf.rst @@ -106,8 +106,9 @@ Static Routes Range is 1 to 255, default is 1. -.. note:: Routes with a distance of 255 are effectively disabled and not - installed into the kernel. + .. note:: Routes with a distance of 255 are effectively disabled and not + installed into the kernel. + Leaking """"""" @@ -126,6 +127,44 @@ Leaking routing table to reach a `` via a next-hop gatewys `
` in a different VRF or leak it into the default VRF. + +Interface Routes +"""""""""""""""" + +.. cfgcmd:: set protocols vrf static interface-route next-hop-interface + + Allows you to configure the next-hop interface for an interface-based IPv4 + static route. `` will be the next-hop interface where trafic is + routed for the given ``. + +.. cfgcmd:: set protocols vrf static interface-route next-hop-interface disable + + Disables interface-based IPv4 static route. + +.. cfgcmd:: set protocols vrf static interface-route next-hop-interface distance + + Defines next-hop distance for this route, routes with smaller administrative + distance are elected prior those with a higher distance. + + Range is 1 to 255, default is 1. + +.. cfgcmd:: set protocols vrf static interface-route6 next-hop-interface + + Allows you to configure the next-hop interface for an interface-based IPv6 + static route. `` will be the next-hop interface where trafic is + routed for the given ``. + +.. cfgcmd:: set protocols vrf static interface-route6 next-hop-interface disable + + Disables interface-based IPv6 static route. + +.. cfgcmd:: set protocols vrf static interface-route6 next-hop-interface distance + + Defines next-hop distance for this route, routes with smaller administrative + distance are elected prior those with a higher distance. + + Range is 1 to 255, default is 1. + Blackhole """"""""" -- cgit v1.2.3