mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00
doc: Add documentation for aggregate-address with route-map support
Additionally remove trailling/unnecesarry whitespaces and align code snippets correctly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
65e62caddc
commit
fd92514cbc
@ -685,6 +685,11 @@ Route Aggregation-IPv4 Address Family
|
|||||||
|
|
||||||
This command specifies an aggregate address.
|
This command specifies an aggregate address.
|
||||||
|
|
||||||
|
.. index:: aggregate-address A.B.C.D/M route-map NAME
|
||||||
|
.. clicmd:: aggregate-address A.B.C.D/M route-map NAME
|
||||||
|
|
||||||
|
Apply a route-map for an aggregated prefix.
|
||||||
|
|
||||||
.. index:: aggregate-address A.B.C.D/M as-set
|
.. index:: aggregate-address A.B.C.D/M as-set
|
||||||
.. clicmd:: aggregate-address A.B.C.D/M as-set
|
.. clicmd:: aggregate-address A.B.C.D/M as-set
|
||||||
|
|
||||||
@ -713,6 +718,7 @@ Route Aggregation-IPv4 Address Family
|
|||||||
aggregate-address 10.0.0.0/8
|
aggregate-address 10.0.0.0/8
|
||||||
aggregate-address 20.0.0.0/8 as-set
|
aggregate-address 20.0.0.0/8 as-set
|
||||||
aggregate-address 40.0.0.0/8 summary-only
|
aggregate-address 40.0.0.0/8 summary-only
|
||||||
|
aggregate-address 50.0.0.0/8 route-map aggr-rmap
|
||||||
exit-address-family
|
exit-address-family
|
||||||
|
|
||||||
|
|
||||||
@ -726,6 +732,11 @@ Route Aggregation-IPv6 Address Family
|
|||||||
|
|
||||||
This command specifies an aggregate address.
|
This command specifies an aggregate address.
|
||||||
|
|
||||||
|
.. index:: aggregate-address X:X::X:X/M route-map NAME
|
||||||
|
.. clicmd:: aggregate-address X:X::X:X/M route-map NAME
|
||||||
|
|
||||||
|
Apply a route-map for an aggregated prefix.
|
||||||
|
|
||||||
.. index:: aggregate-address X:X::X:X/M as-set
|
.. index:: aggregate-address X:X::X:X/M as-set
|
||||||
.. clicmd:: aggregate-address X:X::X:X/M as-set
|
.. clicmd:: aggregate-address X:X::X:X/M as-set
|
||||||
|
|
||||||
@ -745,15 +756,16 @@ Route Aggregation-IPv6 Address Family
|
|||||||
|
|
||||||
|
|
||||||
This configuration example setup the aggregate-address under
|
This configuration example setup the aggregate-address under
|
||||||
ipv4 address-family.
|
ipv6 address-family.
|
||||||
|
|
||||||
.. code-block:: frr
|
.. code-block:: frr
|
||||||
|
|
||||||
router bgp 1
|
router bgp 1
|
||||||
address-family ipv6 unicast
|
address-family ipv6 unicast
|
||||||
aggregate-address 10::0/64
|
aggregate-address 10::0/64
|
||||||
aggregate-address 20::0/64 as-set
|
aggregate-address 20::0/64 as-set
|
||||||
aggregate-address 40::0/64 summary-only
|
aggregate-address 40::0/64 summary-only
|
||||||
|
aggregate-address 50::0/64 route-map aggr-rmap
|
||||||
exit-address-family
|
exit-address-family
|
||||||
|
|
||||||
.. _bgp-redistribute-to-bgp:
|
.. _bgp-redistribute-to-bgp:
|
||||||
|
Loading…
Reference in New Issue
Block a user