diff options
author | Robert Göhler <github@ghlr.de> | 2022-08-26 20:34:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 20:34:43 +0200 |
commit | 3a0ee4b111520e1c3b6813512ef81d7545de3a54 (patch) | |
tree | 142474edd2ae8ea2952477831d84fca015ac40ac /docs/configuration/protocols/mpls.rst | |
parent | 20b85b357fd223833ddc4df1e2bc12cc3410f032 (diff) | |
parent | 22de986f19b676ac85e1f83b8688cbd1860078e6 (diff) | |
download | vyos-documentation-3a0ee4b111520e1c3b6813512ef81d7545de3a54.tar.gz vyos-documentation-3a0ee4b111520e1c3b6813512ef81d7545de3a54.zip |
Merge pull request #842 from fett0/ospfv3-correction
ospfv3 /mpls : wrong commands and description
Diffstat (limited to 'docs/configuration/protocols/mpls.rst')
-rw-r--r-- | docs/configuration/protocols/mpls.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/configuration/protocols/mpls.rst b/docs/configuration/protocols/mpls.rst index d1d0cd87..550473d7 100644 --- a/docs/configuration/protocols/mpls.rst +++ b/docs/configuration/protocols/mpls.rst @@ -27,12 +27,14 @@ network transport of data packets. For more information on how MPLS label switching works, please go visit `Wikipedia (MPLS)`_. -.. note:: MPLS support in VyOS is not finished yet, and therefore its - functionality is limited. Currently there is no support for MPLS enabled VPN - services such as L3VPNs, L2VPNs, and mVPNs. RSVP support is also not present - as the underlying routing stack (FRR) does not implement it. Currently VyOS - can be configured as a label switched router (MPLS P router), in both - penultimate and ultimate hop popping operations. +.. note:: MPLS support in VyOS is not finished yet, and therefore its + functionality is limited. Currently there is no support for MPLS enabled VPN + services such as L2VPNs and mVPNs. RSVP support is also not present as the + underlying routing stack (FRR) does not implement it. Currently VyOS + implements LDP as described in RFC 5036; other LDP standard are the + following ones: RFC 6720, RFC 6667, RFC 5919, RFC 5561, RFC 7552, RFC 4447. + Because MPLS is already available (FRR also supports RFC 3031). + Label Distribution Protocol =========================== |