diff options
author | Cheeze_It <none@none.com> | 2020-12-22 11:16:50 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2020-12-22 11:16:50 -0700 |
commit | 0fc606aa74dba402e72ddb6c8abda3b2d0dffe0f (patch) | |
tree | ef61a397a6eef8b5e068b115c7fa87e7be4de85c /docs/configuration/protocols | |
parent | 3314edf9e35c820abbdfc04ceec21d9b091d32de (diff) | |
download | vyos-documentation-0fc606aa74dba402e72ddb6c8abda3b2d0dffe0f.tar.gz vyos-documentation-0fc606aa74dba402e72ddb6c8abda3b2d0dffe0f.zip |
mpls: T915: Added documentation for LDP ordered control
Added the ordered control command in the documentation.
Also added the RFC in which it is referred to as well.
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/mpls.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/protocols/mpls.rst b/docs/configuration/protocols/mpls.rst index 3b59d8ea..312a0df2 100644 --- a/docs/configuration/protocols/mpls.rst +++ b/docs/configuration/protocols/mpls.rst @@ -155,6 +155,12 @@ Configuration Options the Dual-Stack capability TLV for IPv6 LDP communications. This is related to :rfc:`7552`. +.. cfgcmd:: set protocols mpls ldp parameters ordered-control + + Use this command to use ordered label distribution control mode. FRR + by default uses independent label distribution control mode for label + distribution. This is related to :rfc:`5036`. + .. cfgcmd:: set protocols mpls ldp parameters transport-prefer-ipv4 Use this command to prefer IPv4 for TCP peer transport connection for LDP |