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 multi-chassis #576

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

Feature request: add support for multi-chassis #576

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

Comments

@NikitaPuglachenko
Copy link

Description

Add support for multi-chassis

New or Affected Resource(s)

New:
junos_multi_chassis
junos_multi_chassis_peer

Potential Terraform Configuration

resource "junos_multi_chassis" "multi_chassis" {
  mc_lag {                       # Optional, Block
    comparison_delay_time = 1    # Optional, Number, (5..600 seconds)
  }
}

resource "junos_multi_chassis_peer" "multi_chassis_peer_demo" {
  name           = "192.0.2.5"   # Required, String
  icl-down-delay = 1             # Optional, Number, (1..6000 seconds)
  interface      = "ae1"         # Optional, String
}

References

https://www.juniper.net/documentation/us/en/software/junos/mc-lag/topics/ref/statement/multi-chassis-qfx-series.html
https://www.juniper.net/documentation/us/en/software/junos/mc-lag/topics/ref/statement/multi-chassis-protection.html

@NikitaPuglachenko NikitaPuglachenko added the enhancement New feature or request label Nov 10, 2023
@jeremmfr
Copy link
Owner

Hi 👋

I will take care of adding this.

@jeremmfr jeremmfr added this to the v2.4.0 milestone Dec 11, 2023
@jeremmfr jeremmfr self-assigned this Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 11, 2023
jeremmfr added a commit that referenced this issue Dec 12, 2023
jeremmfr added a commit that referenced this issue Dec 12, 2023
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