diff options
author | rebortg <github@ghlr.de> | 2023-08-27 21:04:56 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-08-27 21:04:56 +0200 |
commit | 355b459f22544c97bd0332ff06dee1d39a05ac07 (patch) | |
tree | 54b261d0577c48a53695d6cf8392cb130ed2ae0a /docs/configuration/vrf | |
parent | abd23045bc3bc06fcd6475e3e616056c1870ab0c (diff) | |
parent | 02aafc3df3abebb58832c62ded26c495363ebb3a (diff) | |
download | vyos-documentation-355b459f22544c97bd0332ff06dee1d39a05ac07.tar.gz vyos-documentation-355b459f22544c97bd0332ff06dee1d39a05ac07.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation into localazy-3
Diffstat (limited to 'docs/configuration/vrf')
-rw-r--r-- | docs/configuration/vrf/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 07f1faba..a51aca52 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -425,6 +425,14 @@ address-family. automatically assigned from a pool maintained. .. cfgcmd:: set vrf name <name> protocols bgp address-family + <ipv4-unicast|ipv6-unicast> label vpn allocation-mode per-nexthop + + Select how labels are allocated in the given VRF. By default, the per-vrf + mode is selected, and one label is used for all prefixes from the VRF. The + per-nexthop will use a unique label for all prefixes that are reachable via + the same nexthop. + +.. cfgcmd:: set vrf name <name> protocols bgp address-family <ipv4-unicast|ipv6-unicast> route-map vpn <import|export> [route-map <name>] @@ -444,6 +452,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 <interface> 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 |