diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/vrf/index.rst | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 8834ad33..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>] | 
