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 EPG/uSeg EPG Subnet overlapping validation. #187

Open
aperezos opened this issue Jan 3, 2025 · 0 comments
Open

Add EPG/uSeg EPG Subnet overlapping validation. #187

aperezos opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@aperezos
Copy link

aperezos commented Jan 3, 2025

Describe the enhancement
During a TAC case, customer was unable to deploy new BD due to subnet overlapping between EPG and uSEG EPG defined subnets. The pre-upgrade only considers BD-defined subnets per checks 26 and 27 out of 67

Current behavior/output
[Check 26/67] BD Subnets (F1425 subnet-overlap)... PASS
[Check 27/67] BD Subnets (F0469 duplicate-subnets-within-ctx)... PASS

Fault seen while creating BD:
Error: 400 - Duplicate IP Subnet between uni/tn-[TENAT]/ap-[APP_PROFILE]/epg-[uSEG_EPG]/subnet-[[x.x.x.x/24]] and uni/tn-[TENANT]/ap-[APP_PROFILE]/epg-[EPG]/subnet-[[x.x.x.x/24]] in VRF uni/tn-[TENANT]/ctx-[VRF]. It is not possible to have duplicate fvAEPg IP Subnets within the same VRF.

Suggested behavior/output
[Check --/--] EPG Subnets ( subnet-overlap)..

To Reproduce
Steps to reproduce the behavior such as:

  1. Configure Subnet A under EPG A
  2. Configure Subnet A under uSeg B
  3. Create new L3 BD (with Subnet B)
@aperezos aperezos added the enhancement New feature or request label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant