CiscoDevNet/terraform-provider-iosxe

Add support for BGP aggregate addresses in global and VRF address-families

Closed this issue · 4 comments

mobig commented

We need to be able to add aggregate addresses to our BGP config.

router bgp 65000
 bgp log-neighbor-changes
 !
 address-family ipv4
  network 12.1.1.0 mask 255.255.255.0
  network 13.1.1.0 mask 255.255.255.0
  aggregate-address 12.1.0.0 255.255.0.0
  aggregate-address 13.1.0.0 255.255.0.0
 !
 address-family ipv4 vrf VRF-12
  network 14.1.1.0 mask 255.255.255.0
  network 15.1.1.0 mask 255.255.255.0
  aggregate-address 14.1.0.0 255.255.0.0
  aggregate-address 15.1.0.0 255.255.0.0
 exit-address-family

It would be great if you could add this to the provider. And as always, thank you for your support on this

Thanks for raising the issue. We are looking to add support for this.

Any update on this?

Added in 0.5.2 release.