mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
doc: new aggregate address option
Document the newly implemented aggregate address configuration option. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
6aabb15dd7
commit
01338ba14e
@ -999,6 +999,12 @@ Route Aggregation-IPv4 Address Family
|
|||||||
This command specifies an aggregate address. Aggregated routes will
|
This command specifies an aggregate address. Aggregated routes will
|
||||||
not be announced.
|
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
|
.. 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
|
||||||
|
|
||||||
@ -1051,6 +1057,13 @@ Route Aggregation-IPv6 Address Family
|
|||||||
This command specifies an aggregate address. Aggregated routes will
|
This command specifies an aggregate address. Aggregated routes will
|
||||||
not be announced.
|
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
|
.. 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