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

Overlapping VLAN pool check result does not match true expected result #163

Closed
monrog2 opened this issue Sep 17, 2024 · 0 comments · Fixed by #162
Closed

Overlapping VLAN pool check result does not match true expected result #163

monrog2 opened this issue Sep 17, 2024 · 0 comments · Fixed by #162
Assignees
Labels
bug Something isn't working

Comments

@monrog2
Copy link
Collaborator

monrog2 commented Sep 17, 2024

(use upvote 👍 for attentions)
Describe the bug
When there are three (or more) domains associated to an EPG, the overlapping VLAN pool check may flag it as FAIL - OUTAGE WARNING!! or MANUAL CHECK REQUIRED incorrectly.

Script output
Example:

  • EPG 1 (VLAN 10)
    +--- Domain 1 --> VLAN Pool A (VLAN 10-20)
    +--- Domain 2 --> VLAN Pool A (VLAN 10-20)
    +--- Domain 3 --> VLAN Pool B (VLAN 15-20)

As shown in the example above, three domains (Domain 1, 2 and 3) are associated to EPG 1 which is using VLAN 10. Domain 1 and 2 are using the same VLAN Pool A while Domain 3 is using VLAN Pool B.

In this case, there are overlapping VLAN IDs (15-20) between these domains, in other words between VLAN Pool A and B. However, the VLAN used for this EPG is 10 which is only in VLAN Pool A, which is used by Domain 1 and 2.

To Reproduce
Described above

Expected behavior
checking the identity of VLAN Pools behind the domains.

Additional context
N/A

@monrog2 monrog2 added the bug Something isn't working label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants