From 516a75712a07a876c8d65ac9f1a1f42ceea551e8 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Wed, 28 Dec 2022 11:56:22 +0100 Subject: [PATCH] doc: fec nexthop resolution documentation FEC nexthop entry resolution over MPLS networks Signed-off-by: Philippe Guibert Signed-off-by: Dmytro Shytyi --- doc/user/zebra.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 72b4f2041852..2cab512d496f 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -815,6 +815,16 @@ Allocated label chunks table can be dumped using the command range is configured, static label requests that match that range are not accepted. +FEC nexthop entry resolution over MPLS networks +----------------------------------------------- + +The LSP associated with a BGP labeled route is normally restricted to +directly-connected nexthops. If connected nexthops are not available, +the LSP entry will not be installed. This command permits the use of +recursive resolution for LSPs, similar to that available for IP routes. + +.. clicmd:: mpls fec nexthop-resolution + .. _zebra-srv6: Segment-Routing IPv6