Skip to content

BGP missing attributes #359

@JulianaSymeo

Description

@JulianaSymeo

Hello,

the following attributes:

  • bgp redistribute-internal
  • bgp aggregate-timer [value]
  • redistribute lisp metric [value]
  • weight

are missing in the BGP neighbor configuration i.e.

router bgp 65002
 [...]
 address-family ipv4
  bgp redistribute-internal
  bgp aggregate-timer 0
  [...]
  redistribute lisp metric 10
  [...]
  neighbor 10.100.96.130 weight 65535
  [...]
  neighbor 10.100.96.146 weight 65535
  [...]
 exit-address-family

Also, should there be an additional key (e.g. a Boolean variable) for the summary-only in the aggregate-address 10.10.3.0 255.255.255.0 summary-only?

Link to Terraform registry: https://registry.terraform.io/providers/CiscoDevNet/iosxe/latest/docs/resources/bgp_neighbor

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions