diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2022-12-28 11:56:22 +0100 |
|---|---|---|
| committer | Dmytro Shytyi <dmytro.shytyi@6wind.com> | 2024-06-07 12:33:48 +0200 |
| commit | b2c2113f29ddc20affdf349300a5a54e24568634 (patch) | |
| tree | 107099b7fe2bdcf6f92d45f50a9acf76b2826ae5 | |
| parent | 83294afedf071fa0f2122110966a3aa568d399a8 (diff) | |
doc: fec nexthop resolution documentation
FEC nexthop entry resolution over MPLS networks
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
| -rw-r--r-- | doc/user/zebra.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 37644dc88a..5725d98afb 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 |
