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

Add support for RP configuration in mso_schema_template_vrf (DCNE-293) #334

Open
juchowan opened this issue Jan 22, 2025 · 0 comments
Open
Labels
customer_request enhancement New feature or request jira-sync Sync this issue to Jira

Comments

@juchowan
Copy link
Contributor

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

In the mso_schema_template_vrf we can already enable l3 multicast, we also need support to configure RP

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

  • mso_schema_template_vrf + rpConfigs

MSO version

  • V 4.3

APIC version and APIC Platform for Site level Resources

  • V 5.2/6.0

Potential Terraform Configuration

resource "mso_schema_template_vrf" "vrf1" {
  schema_id                     = mso_schema.schema1.id
  template                      = "temp3"
  name                          = "vrf982"
  display_name                  = "vz1"
  description                   = "vrf description"
  layer3_multicast              = false
  rp_config {
    ip = "1.1.1.1"
    type = "static"
  }
  vzany                         = false
  ip_data_plane_learning        = "disabled"
  preferred_group               = true
  site_aware_policy_enforcement = true
}

References

  • #0000
@juchowan juchowan added the enhancement New feature or request label Jan 22, 2025
@akinross akinross added the jira-sync Sync this issue to Jira label Jan 22, 2025
@github-actions github-actions bot changed the title Add support for RP configuration in mso_schema_template_vrf Add support for RP configuration in mso_schema_template_vrf (DCNE-293) Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer_request enhancement New feature or request jira-sync Sync this issue to Jira
Projects
None yet
Development

No branches or pull requests

2 participants