CiscoDevNet / terraform-provider-nxos

Terraform Cisco NX-OS Provider
https://registry.terraform.io/providers/netascode/nxos
Mozilla Public License 2.0
9 stars 10 forks source link

Add support for BGP Hold and Keep Alive timers #130

Closed SMBurrows closed 1 year ago

SMBurrows commented 1 year ago

Added support for the Keep Alive and Hold timers for a BGP Peer.

https://pubhub.devnetcloud.com/media/dme-docs-10-2-2/docs/Routing%20and%20Forwarding/bgp:Peer/

This will allow for

router bgp xxx
  router-id x.x.x.x
  neighbor x.x.x.x
    timers 5 15
danischm commented 1 year ago

Many thanks for your contribution!