diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-09 21:15:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 21:15:55 +0100 |
commit | b89c2bbc8827a2cef8c7465a6edb973a58675b79 (patch) | |
tree | d715d9a8438f87b237c3b52bc08de3a39c5467ab | |
parent | 7e32e15d84eb93d0c524dd4369c2b70cab75d11d (diff) | |
parent | d6af3a609f478f4affd7b0d40ca9bd612db1dc64 (diff) | |
download | vyos-documentation-b89c2bbc8827a2cef8c7465a6edb973a58675b79.tar.gz vyos-documentation-b89c2bbc8827a2cef8c7465a6edb973a58675b79.zip |
Merge pull request #391 from Cheeze-It/master
mpls-conf: T915: Added documentation for LDP import and export
-rw-r--r-- | docs/configuration/protocols/mpls.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/configuration/protocols/mpls.rst b/docs/configuration/protocols/mpls.rst index 4451c5c3..1814cbb1 100644 --- a/docs/configuration/protocols/mpls.rst +++ b/docs/configuration/protocols/mpls.rst @@ -111,6 +111,22 @@ Configuration Options Use this command if you would like to set the TCP session hold time intervals. +.. cfgcmd:: set protocols mpls ldp import ipv4 import-filter filter-access-list <access list number> +.. cfgcmd:: set protocols mpls ldp import ipv6 import-filter filter-access-list6 <access list number> + + Use these commands to control the importing of forwarding equivalence classes + (FECs) for LDP from neighbors. This would be useful for example on only + accepting the labeled routes that are needed and not ones that are not + needed, such as accepting loopback interfaces and rejecting all others. + +.. cfgcmd:: set protocols mpls ldp export ipv4 export-filter filter-access-list <access list number> +.. cfgcmd:: set protocols mpls ldp export ipv6 export-filter filter-access-list6 <access list number> + + Use these commands to control the exporting of forwarding equivalence classes + (FECs) for LDP to neighbors. This would be useful for example on only + announcing the labeled routes that are needed and not ones that are not + needed, such as announcing loopback interfaces and no others. + .. cfgcmd:: set protocols mpls ldp export ipv4 explicit-null .. cfgcmd:: set protocols mpls ldp export ipv6 explicit-null |