mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
l3vpn : add label allocation mode documentation
This commit is contained in:
parent
7a6d98bb37
commit
0317aa327d
@ -424,6 +424,14 @@ address-family.
|
|||||||
unicast VRF to VPN. If the value specified is auto, the label value is
|
unicast VRF to VPN. If the value specified is auto, the label value is
|
||||||
automatically assigned from a pool maintained.
|
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
|
.. cfgcmd:: set vrf name <name> protocols bgp address-family
|
||||||
<ipv4-unicast|ipv6-unicast> route-map vpn <import|export>
|
<ipv4-unicast|ipv6-unicast> route-map vpn <import|export>
|
||||||
[route-map <name>]
|
[route-map <name>]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user