-
Notifications
You must be signed in to change notification settings - Fork 661
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
Update component temperature thresholds #1062
base: master
Are you sure you want to change the base?
Conversation
No major YANG version changes in commit 4e2fd5b |
Reviewed in Mar 12, 2024 OC operators meeting. @s19nal noted that the examples show 3 thresholds for high and low and we should allow all these instead of single high and low thresholds, otherwise the vendor has to choose which one to use. I will update this PR to reflect all 6 thresholds |
Added severity for upper and lower. |
How does the newest version of this PR allow 3 thresholds to be expressed? It looks to me like it can express 2 thresholds, with corresponding severities. Another thing I find confusing: The description of To me, the model used by the transceivers makes more sense: There is a list of thresholds, keyed by severity, and each entry in the list can have a lower and/or upper temperature threshold. |
Looking at this again, I have another concern, in addition to the one that I expressed on April 1: I think the meaning of alarm-threshold-lower is not clear. On a device that only raises alarms for rising temperatures, I could imagine that alarm-threshold-lower could be interpreted as the threshold for a lower-severity alarm, like "Yellow alarm" in the JunOS output above. But it seems that some devices also have thresholds for temperatures going too low -- that's what the IOS XR output looks like to me: alarm-threshold-lower could mean one of "Minor (Lo)", "Major (Lo)", or "Crit (Lo)" [not sure which one]. I think the description for alarm-threshold-lower needs to identify one of these interpretations clearly (and likewise alarm-severity-lower). (But I don't really think that's sufficient -- we still need further changes to address the requirement for more levels of severity.) |
Change Scope
Tree view
Platform Implementations