f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

Add aggregate-address for BGP to DO

Open JeffGiroux opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

Not all BGP api is available through DO. I need the ability to aggregate an address.

Describe alternatives you've considered

Example BGP output below using "aggregate-address 10.0.0.0/16 summary-only"

router bgp 65530
 bgp graceful-restart restart-time 120
 aggregate-address 10.0.0.0/16 summary-only
 aggregate-address 10.1.0.0/16 summary-only
 aggregate-address 10.2.0.0/16 summary-only
 aggregate-address 10.3.0.0/16 summary-only
 redistribute kernel
 neighbor 10.255.255.4 remote-as 65515
 neighbor 10.255.255.4 ebgp-multihop 2
 neighbor 10.255.255.5 remote-as 65515
 neighbor 10.255.255.5 ebgp-multihop 2
!

Additional context

This command is available with the new bgp rest api in tmsh. Please make it available in DO.

Reference... https://github.com/F5Networks/f5-declarative-onboarding/issues/124

JeffGiroux avatar May 20 '21 15:05 JeffGiroux

class for object does not list aggregate-address in schema

https://clouddocs.f5.com/products/extensions/f5-declarative-onboarding/latest/schema-reference.html#routingbgp

JeffGiroux avatar May 20 '21 15:05 JeffGiroux