Skip to content
New issue

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

Feature request: add support for mc-ae #572

Closed
NikitaPuglachenko opened this issue Nov 10, 2023 · 1 comment · Fixed by #590
Closed

Feature request: add support for mc-ae #572

NikitaPuglachenko opened this issue Nov 10, 2023 · 1 comment · Fixed by #590
Labels
enhancement New feature or request
Milestone

Comments

@NikitaPuglachenko
Copy link

NikitaPuglachenko commented Nov 10, 2023

Description

Add support of mc-ae on junos_interface_physical block parent_ether_opts

New or Affected Resource(s)

junos_interface_physical block parent_ether_opts

Potential Terraform Configuration

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")
    }
  }
}

References

https://www.juniper.net/documentation/us/en/software/junos/mc-lag/topics/topic-map/getting-started-mc-lag.html

@NikitaPuglachenko NikitaPuglachenko added the enhancement New feature or request label Nov 10, 2023
@NikitaPuglachenko NikitaPuglachenko changed the title Feature request: add support mc-ae Feature request: add support for mc-ae Nov 10, 2023
@jeremmfr
Copy link
Owner

jeremmfr commented Dec 4, 2023

Hi 👋

I will take care of adding this.

@jeremmfr jeremmfr added this to the v2.4.0 milestone Dec 4, 2023
jeremmfr added a commit that referenced this issue Dec 7, 2023
in parent_ether_opts block argument
Partial fix #572
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants