Closed NikitaPuglachenko closed 11 months ago
Add support of mc-ae on junos_interface_physical block parent_ether_opts
junos_interface_physical
parent_ether_opts
junos_interface_physical block parent_ether_opts
resource "junos_interface_physical" "interface_physical_ae" { ... parent_ether_opts { mc_ae { chassis_id = 1 # Required, Number, (0..1) enhanced_convergence = false # Optional, Boolean, (true || false) init_delay_time = 240 # Optional, Number, (1..6000 seconds) mc_ae_id = 1 # Required, Number, (1..65535) mode = "active-standby" # Required, String, ("active-active" || "active-standby") recovery_delay_time = 100 # Optional, Number, (1..6000 seconds) redundancy_group = 1 # Required, Number, (1..4294967294) revert_time = 1 # Optional, Number, (1..10 minute) status_control = "standby" # Optional, String, ("active" || "standby") switchover-mode = non-revertive # Optional, String, ("non-revertive" || "revertive") } } }
https://www.juniper.net/documentation/us/en/software/junos/mc-lag/topics/topic-map/getting-started-mc-lag.html
Hi 👋
I will take care of adding this.
Description
Add support of mc-ae on
junos_interface_physical
blockparent_ether_opts
New or Affected Resource(s)
junos_interface_physical
blockparent_ether_opts
Potential Terraform Configuration
References
https://www.juniper.net/documentation/us/en/software/junos/mc-lag/topics/topic-map/getting-started-mc-lag.html