We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for storm-control
storm-control
Exist: junos_interface_physical New: junos_forwardingoptions_storm_control_profile
junos_interface_physical
junos_forwardingoptions_storm_control_profile
resource "junos_interface_physical" "interface_physical_ae" { ... storm_control = "profile_name" # Optional, String ... }
resource "junos_forwardingoptions_storm_control_profile" "storm_control_profile_demo" { action-shutdown = false # Optional, Boolean, (true | false) all { # Optional, Block bandwidth-level = 100 # Optional, Number, (100..100000000 kbps) bandwidth-percentage = 1 # Optional, Number, (1..100) burst-size = 1500 # Optional, Number, (1500..100000000 bytes) no-broadcast = false # Optional, Boolean, (true | false) no-multicast = false # Optional, Boolean, (true | false) no-registered-multicast = false # Optional, Boolean, (true | false) no-unknown-unicast = false # Optional, Boolean, (true | false) no-unregistered-multicast = false # Optional, Boolean, (true | false) } }
https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/ref/statement/storm-control-edit-interfaces.html https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/ref/statement/storm-control-profiles-rate-limiting.html
The text was updated successfully, but these errors were encountered:
I would love if this could be added as well
Sorry, something went wrong.
Hi 👋
I will take care of adding this.
add junos_forwardingoptions_storm_control_profile resource
27e555f
Partial fix #574
r/interface_physical: add storm_control argument
8275a4e
jeremmfr
Successfully merging a pull request may close this issue.
Description
Add support for
storm-control
New or Affected Resource(s)
Exist:
junos_interface_physical
New:
junos_forwardingoptions_storm_control_profile
Potential Terraform Configuration
References
https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/ref/statement/storm-control-edit-interfaces.html
https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/ref/statement/storm-control-profiles-rate-limiting.html
The text was updated successfully, but these errors were encountered: