mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
doc: document new aggregate address option
Add documentation for the newly implement aggregate address command. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
365ab2e74b
commit
8fbb9c9581
@ -1005,6 +1005,12 @@ Route Aggregation-IPv4 Address Family
|
|||||||
Configure the aggregated address to only be created when the routes MED
|
Configure the aggregated address to only be created when the routes MED
|
||||||
match, otherwise no aggregated route will be created.
|
match, otherwise no aggregated route will be created.
|
||||||
|
|
||||||
|
.. index:: aggregate-address A.B.C.D/M suppress-map NAME
|
||||||
|
.. clicmd:: aggregate-address A.B.C.D/M suppress-map NAME
|
||||||
|
|
||||||
|
Similar to `summary-only`, but will only suppress more specific routes that
|
||||||
|
are matched by the selected route-map.
|
||||||
|
|
||||||
.. index:: no aggregate-address A.B.C.D/M
|
.. index:: no aggregate-address A.B.C.D/M
|
||||||
.. clicmd:: no aggregate-address A.B.C.D/M
|
.. clicmd:: no aggregate-address A.B.C.D/M
|
||||||
|
|
||||||
@ -1063,6 +1069,11 @@ Route Aggregation-IPv6 Address Family
|
|||||||
Configure the aggregated address to only be created when the routes MED
|
Configure the aggregated address to only be created when the routes MED
|
||||||
match, otherwise no aggregated route will be created.
|
match, otherwise no aggregated route will be created.
|
||||||
|
|
||||||
|
.. index:: aggregate-address X:X::X:X/M suppress-map NAME
|
||||||
|
.. clicmd:: aggregate-address X:X::X:X/M suppress-map NAME
|
||||||
|
|
||||||
|
Similar to `summary-only`, but will only suppress more specific routes that
|
||||||
|
are matched by the selected route-map.
|
||||||
|
|
||||||
.. index:: no aggregate-address X:X::X:X/M
|
.. index:: no aggregate-address X:X::X:X/M
|
||||||
.. clicmd:: no aggregate-address X:X::X:X/M
|
.. clicmd:: no aggregate-address X:X::X:X/M
|
||||||
|
Loading…
Reference in New Issue
Block a user