Skip to content

eBGP ND 4.2 BGP ASN Auto Allocation#752

Open
marehler wants to merge 1 commit intonetascode:developfrom
marehler:ebgp-nd42-issue749
Open

eBGP ND 4.2 BGP ASN Auto Allocation#752
marehler wants to merge 1 commit intonetascode:developfrom
marehler:ebgp-nd42-issue749

Conversation

@marehler
Copy link
Copy Markdown
Contributor

Related Issue(s)

Fixes #749

Related Collection Role

  • cisco.nac_dc_vxlan.validate
  • cisco.nac_dc_vxlan.dtc.create
  • cisco.nac_dc_vxlan.dtc.deploy
  • cisco.nac_dc_vxlan.dtc.remove
  • other

Related Data Model Element

  • vxlan.fabric
  • vxlan.global
  • vxlan.topology
  • vxlan.underlay
  • vxlan.overlay
  • vxlan.overlay_extensions
  • vxlan.policy
  • vxlan.multisite
  • defaults.vxlan
  • other

Proposed Changes

Add 'bgp_asn_auto_allocation' parameter to support eBGP fabric ND 4.2.

---
vxlan:
  global:
    ebgp:
      bgp_asn_auto_allocation: false

Test Notes

Fabric type: eBGP_VXLAN

ND 3.2

  1. bgp_asn_mode: Multi-AS, leaf_same_bgp_asn: True, bgp_asn_auto_allocation: True - ok, backward compatible, new parameter ignored

ND 4.2

  1. bgp_asn_mode: Multi-AS, leaf_same_bgp_asn: True, bgp_asn_auto_allocation: False - ok, fabric created without ASN auto allocation
  2. bgp_asn_mode: Multi-AS, leaf_same_bgp_asn: False, bgp_asn_auto_allocation: True - ok, fabric created with ASN auto allocation
  3. bgp_asn_mode: Same-Tier-AS, leaf_same_bgp_asn: False, bgp_asn_auto_allocation: True - ok, fabric created, new parameter ignored

Cisco Nexus Dashboard Version

3.2.1
4.2.1

Checklist

  • Latest commit is rebased from develop with merge conflicts resolved
  • New or updates to documentation has been made accordingly
  • Assigned the proper reviewers

@marehler marehler requested a review from a team as a code owner March 20, 2026 10:19
@marehler marehler added the enhancement New feature or request label Mar 20, 2026
@mtarking mtarking added the legacy Legacy endpoint with new nvpairs label Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request legacy Legacy endpoint with new nvpairs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for eBGP Fabric with ND 4.2

2 participants