Skip to content

Add LACP-Enhanced LAG Policy to vSwitch Policy in VMM (DCNE-413) #1346

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

Open
Haibert98 opened this issue May 8, 2025 · 1 comment
Open

Add LACP-Enhanced LAG Policy to vSwitch Policy in VMM (DCNE-413) #1346

Haibert98 opened this issue May 8, 2025 · 1 comment
Labels
enhancement jira-sync Sync this issue to Jira

Comments

@Haibert98
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

There is no resource that helps creating the lacp enhanced lag policy under vSwitch-Policy in VMM-Domain, although many resources have relations to this object.

New or Affected Resource(s) + ACI Class(es):

  • fv:lacpEnhancedLagPol

APIC version and APIC Platform

  • V 6.0.8f and on-prem.

Potential Terraform Configuration

# POST Request looks like this:
path = "/api/node/mo/uni/vmmp-VMware/dom-${var.vmm_domain}/vswitchpolcont/enlacplagp-${var.enhanced_lag_policy}.json"
  payload = <<EOF
  {
    "lacpEnhancedLagPol": {
      "attributes": {
        "annotation": "orchestrator:terraform",
        "name": "${var.enhanced_lag_policy}",
        "rn": "enlacplagp-${var.enhanced_lag_policy}",
        "dn": "uni/vmmp-VMware/dom-${var.vmm_domain}/vswitchpolcont/enlacplagp-${var.enhanced_lag_policy}",
        "mode": "active",
        "numLinks": "${var.number_of_links}",
        "lbmode": "${var.lb_mode}",
        "status": "created"
      },
      "children": []
    }
  }
  EOF
@akinross
Copy link
Collaborator

akinross commented May 8, 2025

Hi Haibert,

Thank you for raising the issue, I have added it to our backlog.

@akinross akinross added the jira-sync Sync this issue to Jira label May 8, 2025
@github-actions github-actions bot changed the title Add LACP-Enhanced LAG Policy to vSwitch Policy in VMM Add LACP-Enhanced LAG Policy to vSwitch Policy in VMM (DCNE-413) May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement jira-sync Sync this issue to Jira
Projects
None yet
Development

No branches or pull requests

2 participants