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

NewValidation: Check for stale APIC entries #135

Open
pcelarek opened this issue Jun 10, 2024 · 1 comment
Open

NewValidation: Check for stale APIC entries #135

pcelarek opened this issue Jun 10, 2024 · 1 comment
Labels
new_validation on hold Waiting for more information/debugs

Comments

@pcelarek
Copy link

(use upvote 👍 for attentions)

Validation Type

[ ] - Other

What needs to be validated

We have recently faced a problem with a stale APIC entry that was there after APIC cluster size change that was done few years ago. After the APIC upgrade this entry caused some issues within the fabric and created false positive F1543.

There should be a check as part of pre-validation that would look for this condition so it can be fixed by TAC before proceeding with APIC upgrade.

We should validate for APICs in "ERASED" state that indicates stale entry.

Example:

APIC: avread:
Cluster:
[...]

APICs:
[...]

                  APIC 5                  
version                                  
address           X.X.X.X            
oobAddress        Y.Y.Y/Y        
routableAddress   0.0.0.0                 
tepAddress        0.0.0.0                 
podId             0                       
chassisId         035ff932-.-250d8273     
**cntrlSbst_serial  (ERASED,)**               
active            NO (zeroTime)           
flags             ----              
health           0

It could be also part of already existing check to avoid creating new check:
[Check 6/64] APIC Cluster is Fully-Fit... PASS

@monrog2
Copy link
Collaborator

monrog2 commented Sep 24, 2024

Hello!

It is expected to see ERASED controllers via avread, so having a check based solely on that may lead to many false positive:
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn12926

You mention that this led to other issues down the line. If you are able to share additional details on those issues, or send me an email directly with those details/sr number ([email protected]), I can dig to see if there is something more specific that can be flagged here related to the symptoms it may have caused.

@monrog2 monrog2 added the on hold Waiting for more information/debugs label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new_validation on hold Waiting for more information/debugs
Projects
None yet
Development

No branches or pull requests

2 participants