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

SR L3out handoff missing in ACI provider #947

Closed
ttrabatt opened this issue Oct 10, 2022 · 1 comment
Closed

SR L3out handoff missing in ACI provider #947

ttrabatt opened this issue Oct 10, 2022 · 1 comment

Comments

@ttrabatt
Copy link

ttrabatt commented Oct 10, 2022

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

ACI provider would need SR L3out related resources for completeness

All ACI releases after 5.0

  • aci_5.0 onward + l3extOut (e.g.: uni/tn-infra/out-CDC-2_SRL3out) and l3extConsLbl relation in User Tenant SRL3out config

APIC version and APIC Platform

  • V ACI 5.0 onward and all APIC platforms

Potential Terraform Configuration

// create L3out object
resource "aci_l3_outside" "l3out" {
    tenant_dn                       = var.tenant_dn
    name                            = var.name
    description                     = var.description
    annotation                      = var.annotation
    relation_l3ext_rs_ectx          = var.vrf_dn
    relation_l3ext_rs_l3_dom_att    = var.l3dom_dn
}
.

The above example is for traditional L3out but we would need it specifically for SR L3out in both Infra and User tenant l3extConsLbl settings to associate the User SRL3out to the expected Infra SRL3out
[SRL3out

References

  • #0000
@akinross
Copy link
Collaborator

akinross commented Mar 4, 2024

Hi @ttrabatt, please see resource aci_l3out_consumer_label for this functionality. We will track the rest of the SR MPLS functionality in the following issue: #1022

@akinross akinross closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants