summaryrefslogtreecommitdiff
path: root/docs/configuration/vrf/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/vrf/index.rst')
-rw-r--r--docs/configuration/vrf/index.rst15
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