From 55133a90ff348274c2d480465caa69f5bb426140 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:20:53 -0700 Subject: [PATCH 01/13] Clarification to usage of container `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` --- .../openconfig-bgp-common-multiprotocol.yang | 9 ++++++- .../bgp/openconfig-bgp-common-structure.yang | 9 ++++++- release/models/bgp/openconfig-bgp-common.yang | 25 ++++++++++++++++--- release/models/bgp/openconfig-bgp-global.yang | 9 ++++++- .../models/bgp/openconfig-bgp-neighbor.yang | 9 ++++++- .../models/bgp/openconfig-bgp-peer-group.yang | 9 ++++++- release/models/bgp/openconfig-bgp.yang | 9 ++++++- 7 files changed, 70 insertions(+), 9 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common-multiprotocol.yang b/release/models/bgp/openconfig-bgp-common-multiprotocol.yang index 705019c01..fec4b598d 100644 --- a/release/models/bgp/openconfig-bgp-common-multiprotocol.yang +++ b/release/models/bgp/openconfig-bgp-common-multiprotocol.yang @@ -24,7 +24,14 @@ submodule openconfig-bgp-common-multiprotocol { for multiple protocols in BGP. The groupings are common across multiple contexts."; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description diff --git a/release/models/bgp/openconfig-bgp-common-structure.yang b/release/models/bgp/openconfig-bgp-common-structure.yang index e737d9d13..066d151c0 100644 --- a/release/models/bgp/openconfig-bgp-common-structure.yang +++ b/release/models/bgp/openconfig-bgp-common-structure.yang @@ -21,7 +21,14 @@ submodule openconfig-bgp-common-structure { "This sub-module contains groupings that are common across multiple BGP contexts and provide structure around other primitive groupings."; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index fe3f82477..9e73c2c47 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -24,7 +24,14 @@ submodule openconfig-bgp-common { may be application to a subset of global, peer-group or neighbor contexts."; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description @@ -635,7 +642,11 @@ submodule openconfig-bgp-common { "Multipath parameters for eBGP"; container link-bandwidth-ext-community { description - "Usage of DMZ Link-Bandwidth extended community"; + "Usage of DMZ Link-Bandwidth extended community in FIB's + nexthops and nexthop groups programing. + It do not impact behaviour and handling of link-dandwidth + extended community in BGP protocol and o not impact + content of BGP RIBs"; container config { description "Configuration parameters relating to usage of link-bandwidth"; @@ -666,7 +677,11 @@ submodule openconfig-bgp-common { "Multipath parameters for iBGP"; container link-bandwidth-ext-community { description - "Usage of DMZ Link-Bandwidth extended community"; + "Usage of DMZ Link-Bandwidth extended community in FIB's + nexthops and nexthop groups programing. + It do not impact behaviour and handling of link-dandwidth + extended community in BGP protocol and o not impact + content of BGP RIBs"; container config { description "Configuration parameters relating to usage of link-bandwidth"; @@ -705,6 +720,10 @@ submodule openconfig-bgp-common { load among contributing routes proportionally to value of Local Administrator subfield of link-bandwidth extended community [draft-ietf-idr-link-bandwidth-07]. + When set to FALSE, BGP multiplepath shall distributed traffic + load equally among contributing routes regardless of value of + Local Administrator subfield of link-bandwidth extended communities + attached to routes contributing to multippath in BGP Local-RIB. This leaf has no effect if BGP multi-path is disabled or if maximum-path attribute of BGP multi-path value is set to 1"; diff --git a/release/models/bgp/openconfig-bgp-global.yang b/release/models/bgp/openconfig-bgp-global.yang index 28e73bac5..bb0700eb4 100644 --- a/release/models/bgp/openconfig-bgp-global.yang +++ b/release/models/bgp/openconfig-bgp-global.yang @@ -27,7 +27,14 @@ submodule openconfig-bgp-global { "This sub-module contains groupings that are specific to the global context of the OpenConfig BGP module"; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description diff --git a/release/models/bgp/openconfig-bgp-neighbor.yang b/release/models/bgp/openconfig-bgp-neighbor.yang index 3087ae03c..01177d1cf 100644 --- a/release/models/bgp/openconfig-bgp-neighbor.yang +++ b/release/models/bgp/openconfig-bgp-neighbor.yang @@ -30,7 +30,14 @@ submodule openconfig-bgp-neighbor { "This sub-module contains groupings that are specific to the neighbor context of the OpenConfig BGP module."; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description diff --git a/release/models/bgp/openconfig-bgp-peer-group.yang b/release/models/bgp/openconfig-bgp-peer-group.yang index 9091e68e1..2dbecb856 100644 --- a/release/models/bgp/openconfig-bgp-peer-group.yang +++ b/release/models/bgp/openconfig-bgp-peer-group.yang @@ -25,7 +25,14 @@ submodule openconfig-bgp-peer-group { "This sub-module contains groupings that are specific to the peer-group context of the OpenConfig BGP module."; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description diff --git a/release/models/bgp/openconfig-bgp.yang b/release/models/bgp/openconfig-bgp.yang index de65238c9..2d74c04db 100644 --- a/release/models/bgp/openconfig-bgp.yang +++ b/release/models/bgp/openconfig-bgp.yang @@ -68,7 +68,14 @@ module openconfig-bgp { whereas leaf not present inherits its value from the leaf present at the next higher level in the hierarchy."; - oc-ext:openconfig-version "9.7.1"; + oc-ext:openconfig-version "9.7.2"; + + revision "2024-07-25" { + description + "Clarification to usage of container + `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + reference "9.7.2"; + } revision "2023-12-28" { description From e3b4fb8a751f65369a7486449d77e7ad9f838429 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:11:21 -0700 Subject: [PATCH 02/13] Update openconfig-bgp-common.yang --- release/models/bgp/openconfig-bgp-common.yang | 31 +++++++++++-------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index 9e73c2c47..6ea305b20 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -642,9 +642,10 @@ submodule openconfig-bgp-common { "Multipath parameters for eBGP"; container link-bandwidth-ext-community { description - "Usage of DMZ Link-Bandwidth extended community in FIB's - nexthops and nexthop groups programing. - It do not impact behaviour and handling of link-dandwidth + "Usage of DMZ Link-Bandwidth extended community for + construction of next hops and nexthop groups in cross-protocol, + network-instance scoped, global RIB. + It do not impact behavior and handling of link-bandwidth extended community in BGP protocol and o not impact content of BGP RIBs"; container config { @@ -677,9 +678,10 @@ submodule openconfig-bgp-common { "Multipath parameters for iBGP"; container link-bandwidth-ext-community { description - "Usage of DMZ Link-Bandwidth extended community in FIB's - nexthops and nexthop groups programing. - It do not impact behaviour and handling of link-dandwidth + "Usage of DMZ Link-Bandwidth extended community for + construction of next hops and nexthop groups in cross-protocol, + network-instance scoped, global RIB. + It do not impact behavior and handling of link-bandwidth extended community in BGP protocol and o not impact content of BGP RIBs"; container config { @@ -712,20 +714,23 @@ submodule openconfig-bgp-common { grouping bgp-common-use-multiple-paths-link-bandwidth-config { description "Parameters controlling usage of of DMZ Link-Bandwidth - extended community in pultipath RIB/FIB formation"; + extended community in formation of next hops and next hop + groups in cross-protocol, network-instance scoped, global RIB"; leaf enabled { type boolean; description - "When set to TRUE, BGP multiplepath shall distributed traffic + "When set to TRUE, BGP multiple path shall distributed traffic load among contributing routes proportionally to value of Local Administrator subfield of link-bandwidth extended community [draft-ietf-idr-link-bandwidth-07]. - When set to FALSE, BGP multiplepath shall distributed traffic - load equally among contributing routes regardless of value of + When set to FALSE, BGP multipath shall distributed traffic + load among contributing routes regardless of value of Local Administrator subfield of link-bandwidth extended communities - attached to routes contributing to multippath in BGP Local-RIB. - This leaf has no effect if BGP multi-path is disabled or - if maximum-path attribute of BGP multi-path value is set + attached to routes contributing to multipath in BGP Local-RIB. + Distribution could be equal or weighted base on other configuration + Not related to BGP multipath (e.g. ISIS wECMP). + This leaf has no effect if BGP multipath is disabled or + if maximum-path attribute of BGP multipath maximum-path value is set to 1"; } } From b523a2e5dffe2fca98b3f5f2abf3fae2d88a4ee6 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:15:38 -0700 Subject: [PATCH 03/13] Update openconfig-bgp-common.yang --- release/models/bgp/openconfig-bgp-common.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index 6ea305b20..1aca9cd65 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -646,7 +646,7 @@ submodule openconfig-bgp-common { construction of next hops and nexthop groups in cross-protocol, network-instance scoped, global RIB. It do not impact behavior and handling of link-bandwidth - extended community in BGP protocol and o not impact + extended community in the BGP protocol and o not impact content of BGP RIBs"; container config { description @@ -682,7 +682,7 @@ submodule openconfig-bgp-common { construction of next hops and nexthop groups in cross-protocol, network-instance scoped, global RIB. It do not impact behavior and handling of link-bandwidth - extended community in BGP protocol and o not impact + extended community in the BGP protocol and o not impact content of BGP RIBs"; container config { description @@ -726,7 +726,7 @@ submodule openconfig-bgp-common { When set to FALSE, BGP multipath shall distributed traffic load among contributing routes regardless of value of Local Administrator subfield of link-bandwidth extended communities - attached to routes contributing to multipath in BGP Local-RIB. + attached to routes contributing to multipath in the BGP Local-RIB. Distribution could be equal or weighted base on other configuration Not related to BGP multipath (e.g. ISIS wECMP). This leaf has no effect if BGP multipath is disabled or From 28276bcbedab00eb81415f8c061bd7ea6aecbcb3 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:18:12 -0700 Subject: [PATCH 04/13] Update openconfig-bgp-common-multiprotocol.yang --- release/models/bgp/openconfig-bgp-common-multiprotocol.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common-multiprotocol.yang b/release/models/bgp/openconfig-bgp-common-multiprotocol.yang index fec4b598d..4af7df5ad 100644 --- a/release/models/bgp/openconfig-bgp-common-multiprotocol.yang +++ b/release/models/bgp/openconfig-bgp-common-multiprotocol.yang @@ -28,8 +28,8 @@ submodule openconfig-bgp-common-multiprotocol { revision "2024-07-25" { description - "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; reference "9.7.2"; } From 47b6b933e364f3491b596683662a980f117c62ef Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:18:34 -0700 Subject: [PATCH 05/13] Update openconfig-bgp-common-structure.yang --- release/models/bgp/openconfig-bgp-common-structure.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common-structure.yang b/release/models/bgp/openconfig-bgp-common-structure.yang index 066d151c0..f13a61bca 100644 --- a/release/models/bgp/openconfig-bgp-common-structure.yang +++ b/release/models/bgp/openconfig-bgp-common-structure.yang @@ -25,8 +25,8 @@ submodule openconfig-bgp-common-structure { revision "2024-07-25" { description - "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; reference "9.7.2"; } From b213b927e89e4d0f175ee7926f3f2eead5581476 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:23:26 -0700 Subject: [PATCH 06/13] Update openconfig-bgp-common.yang --- release/models/bgp/openconfig-bgp-common.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index 1aca9cd65..4ca679a5b 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -29,8 +29,8 @@ submodule openconfig-bgp-common { revision "2024-07-25" { description "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; - reference "9.7.2"; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; } revision "2023-12-28" { From 21c09ce752c8c55fd779fcc37b08249800cffaf3 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:23:43 -0700 Subject: [PATCH 07/13] Update openconfig-bgp-global.yang --- release/models/bgp/openconfig-bgp-global.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-global.yang b/release/models/bgp/openconfig-bgp-global.yang index bb0700eb4..ded427e9d 100644 --- a/release/models/bgp/openconfig-bgp-global.yang +++ b/release/models/bgp/openconfig-bgp-global.yang @@ -31,8 +31,8 @@ submodule openconfig-bgp-global { revision "2024-07-25" { description - "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; reference "9.7.2"; } From 210b69b0829222c11fa2fb26031faca79f6a2c19 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:24:00 -0700 Subject: [PATCH 08/13] Update openconfig-bgp-neighbor.yang --- release/models/bgp/openconfig-bgp-neighbor.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-neighbor.yang b/release/models/bgp/openconfig-bgp-neighbor.yang index 01177d1cf..095a40014 100644 --- a/release/models/bgp/openconfig-bgp-neighbor.yang +++ b/release/models/bgp/openconfig-bgp-neighbor.yang @@ -34,8 +34,8 @@ submodule openconfig-bgp-neighbor { revision "2024-07-25" { description - "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; reference "9.7.2"; } From e5e0990bc4992ee74d450244843000e1ed7e2bbb Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:24:16 -0700 Subject: [PATCH 09/13] Update openconfig-bgp-peer-group.yang --- release/models/bgp/openconfig-bgp-peer-group.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-peer-group.yang b/release/models/bgp/openconfig-bgp-peer-group.yang index 2dbecb856..d99ee2b2c 100644 --- a/release/models/bgp/openconfig-bgp-peer-group.yang +++ b/release/models/bgp/openconfig-bgp-peer-group.yang @@ -29,8 +29,8 @@ submodule openconfig-bgp-peer-group { revision "2024-07-25" { description - "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; reference "9.7.2"; } From 185b3d1690e5cff7404239101abe5ee678c168c1 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:24:33 -0700 Subject: [PATCH 10/13] Update openconfig-bgp.yang --- release/models/bgp/openconfig-bgp.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/bgp/openconfig-bgp.yang b/release/models/bgp/openconfig-bgp.yang index 2d74c04db..9521b8d73 100644 --- a/release/models/bgp/openconfig-bgp.yang +++ b/release/models/bgp/openconfig-bgp.yang @@ -72,8 +72,8 @@ module openconfig-bgp { revision "2024-07-25" { description - "Clarification to usage of container - `.../use-multiple-paths/ebgp/link-bandwidth-ext-community/` "; + "Clarification to usage of link-bandwidth-ext-community + container under BGP use-multiple-paths`."; reference "9.7.2"; } From 8f864fb701baffe9521c15fcada63094ff6ec3a5 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:25:02 -0700 Subject: [PATCH 11/13] Update openconfig-bgp-common.yang --- release/models/bgp/openconfig-bgp-common.yang | 1 - 1 file changed, 1 deletion(-) diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index 4ca679a5b..9425323a0 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -28,7 +28,6 @@ submodule openconfig-bgp-common { revision "2024-07-25" { description - "Clarification to usage of container "Clarification to usage of link-bandwidth-ext-community container under BGP use-multiple-paths`."; } From 6716dc47c5c6e54f880714fe0a0e5f736a311add Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:22:16 -0700 Subject: [PATCH 12/13] Update release/models/bgp/openconfig-bgp-common.yang Co-authored-by: Darren Loher --- release/models/bgp/openconfig-bgp-common.yang | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index 9425323a0..94516438e 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -644,9 +644,8 @@ submodule openconfig-bgp-common { "Usage of DMZ Link-Bandwidth extended community for construction of next hops and nexthop groups in cross-protocol, network-instance scoped, global RIB. - It do not impact behavior and handling of link-bandwidth - extended community in the BGP protocol and o not impact - content of BGP RIBs"; + This does not impact the handling of link-bandwidth + extended community internal to the BGP protocol and BGP RIB."; container config { description "Configuration parameters relating to usage of link-bandwidth"; From d5040ee389c91e68877c8d9b41210adb2cd484c8 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:25:29 -0700 Subject: [PATCH 13/13] Apply suggestions from code review Co-authored-by: Darren Loher --- release/models/bgp/openconfig-bgp-common.yang | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang index 94516438e..80008ae08 100644 --- a/release/models/bgp/openconfig-bgp-common.yang +++ b/release/models/bgp/openconfig-bgp-common.yang @@ -679,9 +679,8 @@ submodule openconfig-bgp-common { "Usage of DMZ Link-Bandwidth extended community for construction of next hops and nexthop groups in cross-protocol, network-instance scoped, global RIB. - It do not impact behavior and handling of link-bandwidth - extended community in the BGP protocol and o not impact - content of BGP RIBs"; + This does not impact the handling of link-bandwidth + extended community internal to the BGP protocol and BGP RIB."; container config { description "Configuration parameters relating to usage of link-bandwidth"; @@ -717,19 +716,17 @@ submodule openconfig-bgp-common { leaf enabled { type boolean; description - "When set to TRUE, BGP multiple path shall distributed traffic + "When set to TRUE, BGP multiple path shall distribute traffic load among contributing routes proportionally to value of Local Administrator subfield of link-bandwidth extended community [draft-ietf-idr-link-bandwidth-07]. - When set to FALSE, BGP multipath shall distributed traffic - load among contributing routes regardless of value of - Local Administrator subfield of link-bandwidth extended communities + When set to FALSE, BGP multipath shall distribute traffic + load among contributing routes regardless of link-bandwidth value attached to routes contributing to multipath in the BGP Local-RIB. - Distribution could be equal or weighted base on other configuration - Not related to BGP multipath (e.g. ISIS wECMP). - This leaf has no effect if BGP multipath is disabled or - if maximum-path attribute of BGP multipath maximum-path value is set - to 1"; + Load distribution could be equal or weighted base on other configuration + not related to BGP multipath (e.g. ISIS with ECMP). + This leaf has no effect if BGP multipath is disabled or if maximum-path + attribute of BGP multipath maximum-path value is set to 1."; } }