diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-08-16 21:39:12 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 21:39:12 +0200 | 
| commit | aa7bd60c02abae1facb5c9a1272ce15b885f8145 (patch) | |
| tree | 2b76e7667e4181808883475d74b0ffbdbe84d584 | |
| parent | 1cbd6eb89c99a76e2230a4859813b74882b79e50 (diff) | |
| parent | ca15a227d572de0d39e3cd15bf438f529e42a06c (diff) | |
| download | vyos-documentation-aa7bd60c02abae1facb5c9a1272ce15b885f8145.tar.gz vyos-documentation-aa7bd60c02abae1facb5c9a1272ce15b885f8145.zip | |
Merge pull request #1043 from aapostoliuk/T5338-sagitta
l3vpn: T5338: Added 'protocols bgp interface <int> mpls forwarding'
| -rw-r--r-- | docs/configuration/vrf/index.rst | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 07f1faba..8ad71497 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -444,6 +444,13 @@ address-family.     derived and should not be specified explicitly for either the source or     destination VRF’s. +.. cfgcmd:: set [vrf name <name>] protocols bgp interface +            <name> mpls forwarding + +   It is possible to permit BGP install VPN prefixes without transport labels. +   This configuration will install VPN prefixes originated from an e-bgp session, +   and with the next-hop directly connected. +  .. _l3vpn-vrf example operation:  Operation | 
