From ca15a227d572de0d39e3cd15bf438f529e42a06c Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Mon, 17 Jul 2023 16:08:24 +0300 Subject: l3vpn: T5338: Added 'protocols bgp interface mpls forwarding' Added command 'protocols bgp interface mpls forwarding' --- docs/configuration/vrf/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/configuration/vrf') 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 ] protocols bgp 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 -- cgit v1.2.3 From f6a30534bd173bcdc0667627e52498c2800d454c Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 16 Aug 2023 21:41:23 +0200 Subject: l3vpn: T5338: fix review comment --- docs/configuration/vrf/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration/vrf') diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 8ad71497..8834ad33 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -444,8 +444,8 @@ address-family. derived and should not be specified explicitly for either the source or destination VRF’s. -.. cfgcmd:: set [vrf name ] protocols bgp interface - mpls forwarding +.. cfgcmd:: set vrf name protocols bgp 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, -- cgit v1.2.3 From 0317aa327da6698aadfc1679a6216d93be073f0c Mon Sep 17 00:00:00 2001 From: fett0 Date: Wed, 23 Aug 2023 13:54:19 -0300 Subject: l3vpn : add label allocation mode documentation --- docs/configuration/vrf/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/configuration/vrf') 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 @@ -424,6 +424,14 @@ address-family. unicast VRF to VPN. If the value specified is auto, the label value is automatically assigned from a pool maintained. +.. cfgcmd:: set vrf name protocols bgp address-family + 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 protocols bgp address-family route-map vpn [route-map ] -- cgit v1.2.3