From 7dfd655e9b7c4732623b58991ac5eb951c9ad7df Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 9 Mar 2020 21:18:18 +0100 Subject: vrf: add route-leaking --- docs/vrf.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/vrf.rst b/docs/vrf.rst index 6a24f223..ccf26bbb 100644 --- a/docs/vrf.rst +++ b/docs/vrf.rst @@ -125,6 +125,22 @@ Static Routes .. note:: Routes with a distance of 255 are effectively disabled and not installed into the kernel. +Leaking +""""""" + +.. cfgcmd:: set protocols vrf static route next-hop
next-hop-vrf + + Use this command if you have shared services or routes that should be shared + between multiple VRF instances. This will add an IPv4 route to VRF `` + routing table to reach a `` via a next-hop gatewys `
` in + a different VRF or leak it into the default VRF. + +.. cfgcmd:: set protocols vrf static route6 next-hop
next-hop-vrf + + Use this command if you have shared services or routes that should be shared + between multiple VRF instances. This will add an IPv6 route to VRF `` + routing table to reach a `` via a next-hop gatewys `
` in + a different VRF or leak it into the default VRF. Blackhole """"""""" -- cgit v1.2.3