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 Node Group Policy BGP Peer (DCNE-182) #535

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

Comments

@sajagana
Copy link
Collaborator

sajagana commented Sep 19, 2024

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 module for NDO L3Out Node Group Policy BGP Peer - L3Out Node Group Policy Object. Part of #534

Note: BGP routing protocol must be configured on the L3Out object.

New or Affected Module(s):

  • ndo_l3out_node_group_policy_bgp_peer

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/nodeGroups/0/bgpPeers/-",
        "value": {
            "peerAddressV4": "1.1.1.6",
            "peerAddressV6": "1::8/16",
            "peerAsn": 2,
            "adminState": "enabled",
            "password": {
                "value": "123"
            },
            "authEnabled": true,
            "allowedSelfASCount": 3,
            "ebpgMultiHopTTL": 1,
            "siteOfOrigin": "extended:as2-nn2:1000:65534",
            "localAsnConfig": "dual-as",
            "localAsn": 1,
            "importRouteMapRef": "66f0019d-ab70-44b6-b466-e48773cfbd1d",
            "exportRouteMapRef": "66f0019d-ab70-44b6-b466-e48773cfbd1d",
            "peerPrefixRef": "31a71662-bf36-4f1e-895c-11f5fa478406",
            "bgpControls": {
                "allowSelfAS": true,
                "asOverride": true,
                "disablePeerASCheck": true,
                "nextHopSelf": true,
                "sendCommunity": true,
                "sendExtendedCommunity": true,
                "sendDomainPath": true
            },
            "peerControls": {
                "bfd": true,
                "disableConnectedCheck": true
            },
            "addressTypeControls": {
                "afMast": true,
                "afUcast": true
            },
            "privateASControls": {
                "removeAll": true,
                "removeExclusive": true,
                "replaceWithLocalAS": true
            }
        }
    }
]'
@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 Node Group Policy BGP Peer Enhancement: New module for NDO L3Out Node Group Policy BGP Peer (DCNE-182) 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