Skip to content

feat(specs): Add spec, tests and examples for panos_bfd_routing_profile#658

Open
kklimonda-cl wants to merge 1 commit intomainfrom
feat-specs-bfd-routing-profile
Open

feat(specs): Add spec, tests and examples for panos_bfd_routing_profile#658
kklimonda-cl wants to merge 1 commit intomainfrom
feat-specs-bfd-routing-profile

Conversation

@kklimonda-cl
Copy link
Contributor

Terraform Resource Name

panos_bfd_routing_profile

Overview

This PR adds support for BFD (Bidirectional Forwarding Detection) Routing Profile configuration in PAN-OS.

Parameters with Terraform Overrides

This resource has no renamed parameters - all parameter names match their PAN-OS XML counterparts (converted from kebab-case to snake_case following Terraform conventions).

Standard Parameters

Parameter Type Description Default Range/Values
name string Profile name - -
detection_multiplier int64 Multiplier sent to remote system 3 2-255
hold_time int64 Delay transmission and reception of control packets in ms 0 0-120000
min_rx_interval int64 Required minimum rx interval in ms 1000 50-10000
min_tx_interval int64 Desired minimum tx interval in ms 1000 50-10000
mode string BFD operation mode active active, passive
multihop object Enable multihop - -
multihop.min_received_ttl int64 Minimum accepted TTL on received BFD packet - 1-254

Variants

This resource has no variants.

Locations

  • ngfw - Located in a specific NGFW device
  • template - Located in a specific Panorama template
  • template-stack - Located in a specific Panorama template stack

@kklimonda-cl kklimonda-cl linked an issue Nov 21, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Routing Profile: BFD

1 participant