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 ep move detection attribute to mso_schema_template_bd (DCNE-270) #318

Open
juchowan opened this issue Dec 23, 2024 · 0 comments
Open
Labels
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

For resource mso_schema_template_bd we need to add attribute ep_move_detection

                         {
                            "uuid": "<uuid>",
                            "name": "BD1",
                            "displayName": "BD1",
                            "bdRef": "/schemas/<schema id>/templates/<template>/bds/BD1",
                            "l2UnknownUnicast": "flood",
                            "intersiteBumTrafficAllow": false,
                            "optimizeWanBandwidth": false,
                            "l2Stretch": false,
                            "l3MCast": false,
                            "subnets": [],
                            "vrfRef": "/schemas/<schema id>/templates/<template>/vrfs/VRF1",
                            "unkMcastAct": "flood",
                            "v6unkMcastAct": "flood",
                            "arpFlood": true,
                            "multiDstPktAct": "bd-flood",
                            "dhcpLabels": [],
                            "unicastRouting": true,
                            "description": "",
                            "epMoveDetectMode": "garp",
                            "tagAnnotations": []
                        },                 

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

  • mso_schema_template_bd

MSO version

  • V 4.2.3k

APIC version and APIC Platform for Site level Resources

  • V 4.2/5.2

Potential Terraform Configuration

resource "mso_schema_template_bd" "bridge_domain" {
    schema_id              = mso_schema.schema1.id
    template_name          = "Template1"
    name                   = "testBD"
    display_name           = "test"
    vrf_name               = mso_schema_template_vrf.vrf1.name
    layer2_unknown_unicast = "proxy" 
    ep_move_detection       = "garp"
}

References

  • #0000
@juchowan juchowan added the enhancement New feature or request label Dec 23, 2024
@akinross akinross added the jira-sync Sync this issue to Jira label Dec 24, 2024
@github-actions github-actions bot changed the title Add ep move detection attribute to mso_schema_template_bd Add ep move detection attribute to mso_schema_template_bd (DCNE-270) Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira-sync Sync this issue to Jira
Projects
None yet
Development

No branches or pull requests

2 participants