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

Enhancement: New module for NDO L3Out Interface Group Policy (DCNE-183) #536

Open
sajagana opened this issue Sep 19, 2024 · 0 comments
Open
Labels
enhancement New feature or request jira-sync Sync this issue to Jira

Comments

@sajagana
Copy link
Collaborator

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

Create NDO L3Out Interface Group Policy - L3Out Object. Part of #436

New or Affected Module(s):

  • ndo_l3out_interface_group_policy

MSO version and MSO Platform

  • V 4.3.1 (NDO)

APIC version and APIC Platform for Site Level Resources

  • V x.x.x and on-prem/cloud-aws/cloud-azure/all.

Collection versions

  • cisco.mso x.x.x

References

  • Sample Configuration:
curl --location --request PATCH 'https://ndo.com/mso/api/v1/templates/66912b9795400f37592e62aa' \
--header 'Content-Type: application/json' \
--data '[
    {
        "op": "add",
        "path": "/l3outTemplate/l3outs/4/interfaceGroups/-",
        "value": {
            "name": "InterfaceGroupPolicy",
            "description": "Test Description",
            "interfaceRoutingPolicyRef": "ff04cfdb-03b2-44e2-a12b-d0ebba8dea24",
            "bfd": {
                "authEnabled": true,
                "keyID": 4,
                "key": {
                    
                    "value": "123"
                }
            },
            "bfdMultiHop": {
                "authEnabled": true,
                "keyID": 3,
                "key": {
                    
                    "value": "123"
                }
            },
            "qosPriority": "level4",
            "qosRef": "10e4aa02-a41d-46e3-8ca9-82982488a008"
        }
    }
]'
@sajagana sajagana added enhancement New feature or request jira-sync Sync this issue to Jira labels Sep 19, 2024
@github-actions github-actions bot changed the title Enhancement: New module for NDO L3Out Interface Group Policy Enhancement: New module for NDO L3Out Interface Group Policy (DCNE-183) Sep 19, 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

1 participant