From 01338ba14eb266d1bf84f61362b711dada7c1290 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Thu, 1 Oct 2020 14:57:41 -0300 Subject: [PATCH] doc: new aggregate address option Document the newly implemented aggregate address configuration option. Signed-off-by: Rafael Zalamena --- doc/user/bgp.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 10eaaee9fb..fb0ca10da4 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -999,6 +999,12 @@ Route Aggregation-IPv4 Address Family This command specifies an aggregate address. Aggregated routes will not be announced. +.. index:: aggregate-address A.B.C.D/M matching-MED-only +.. clicmd:: aggregate-address A.B.C.D/M matching-MED-only + + Configure the aggregated address to only be created when the routes MED + match, otherwise no aggregated route will be created. + .. index:: no aggregate-address A.B.C.D/M .. clicmd:: no aggregate-address A.B.C.D/M @@ -1051,6 +1057,13 @@ Route Aggregation-IPv6 Address Family This command specifies an aggregate address. Aggregated routes will not be announced. +.. index:: aggregate-address X:X::X:X/M matching-MED-only +.. clicmd:: aggregate-address X:X::X:X/M matching-MED-only + + Configure the aggregated address to only be created when the routes MED + match, otherwise no aggregated route will be created. + + .. index:: no aggregate-address X:X::X:X/M .. clicmd:: no aggregate-address X:X::X:X/M