diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-20 05:54:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 05:54:52 +0200 |
commit | b7b3b7a4dbc19dc6d95dfd4f7f9f90eba65de016 (patch) | |
tree | 2f733d1f1181cb83990768fff93226fececdee3c | |
parent | 7f6e9161d2ea48243261aa153b74f1be4c463ff1 (diff) | |
parent | c44aa8aeac5b3b279d2aca60e3d2bbe74565c2fe (diff) | |
download | vyos-documentation-b7b3b7a4dbc19dc6d95dfd4f7f9f90eba65de016.tar.gz vyos-documentation-b7b3b7a4dbc19dc6d95dfd4f7f9f90eba65de016.zip |
Merge pull request #349 from Cheeze-It/master
MPLS: fix conf-mode definitions and line breaks
-rw-r--r-- | docs/routing/mpls.rst | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/routing/mpls.rst b/docs/routing/mpls.rst index 8a533733..86221104 100644 --- a/docs/routing/mpls.rst +++ b/docs/routing/mpls.rst @@ -61,44 +61,44 @@ must be explicitly set in the configuration. Configuration Options ===================== -Use this command to enable LDP, and enable MPLS processing on the interface you -define. - .. cfgcmd:: set protocols mpls ldp interface <interface> - Use this command to configure the IP address used as the LDP router-id of the - local device. + Use this command to enable LDP, and enable MPLS processing on the interface you + define. .. cfgcmd:: set protocols mpls ldp router-id <address> - Use this command to set the IPv4 or IPv6 transport-address used by LDP. + Use this command to configure the IP address used as the LDP router-id of the + local device. .. cfgcmd:: set protocols mpls ldp discovery transport-ipv4-address <IPv4 address> .. cfgcmd:: set protocols mpls ldp discovery transport-ipv6-address <IPv6 address> - Use this command to configure authentication for LDP peers. Set the - IP address of the LDP peer and a password that should be shared in - order to become neighbors. + Use this command to set the IPv4 or IPv6 transport-address used by LDP. .. cfgcmd:: set protocols mpls ldp neighbor <IPv4 address> password <password> - Use this command if you would like to set the discovery hello and hold time - parameters. + Use this command to configure authentication for LDP peers. Set the + IP address of the LDP peer and a password that should be shared in + order to become neighbors. .. cfgcmd:: set protocols mpls ldp discovery hello-interval <seconds> .. cfgcmd:: set protocols mpls ldp discovery hello-holdtime <seconds> -Use this command if you would like to set the TCP session hold time intervals. + Use this command if you would like to set the discovery hello and hold time + parameters. .. cfgcmd:: set protocols mpls ldp discovery session-ipv4-holdtime <seconds> .. cfgcmd:: set protocols mpls ldp discovery session-ipv6-holdtime <seconds> -Use this command if you would like for the router to advertise FECs with a label -of 0 for explicit null operations. + Use this command if you would like to set the TCP session hold time intervals. .. cfgcmd:: set protocols mpls ldp export ipv4 explicit-null .. cfgcmd:: set protocols mpls ldp export ipv6 explicit-null + Use this command if you would like for the router to advertise FECs with a label + of 0 for explicit null operations. + Sample configuration to setup LDP on VyOS ----------------------------------------- |