From 3017afcc0079dd26f7a521dcf62e83def3fad139 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 16 Jun 2021 20:58:25 +0200 Subject: bgp: T3624: add "bandwidth" bestpath option --- .../include/bgp/protocol-common-config.xml.i | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'interface-definitions/include/bgp') diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index 78a4fb763..37fc7259f 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1114,6 +1114,29 @@ + + + Link Bandwidth attribute + + default-weight-for-missing ignore skip-missing + + + default-weight-for-missing + Assign low default weight (1) to paths not having link bandwidth + + + ignore + Ignore link bandwidth (do regular ECMP, not weighted) + + + skip-missing + Ignore paths without link bandwidth for ECMP (if other paths have it) + + + ^(default-weight-for-missing|ignore|skip-missing)$ + + + Compare the router-id for identical EBGP paths -- cgit v1.2.3