-
Notifications
You must be signed in to change notification settings - Fork 2
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 schedTriggers #44
Conversation
I agree that schedValue is not applicable in our context. This is why we had it "not supported" in the table. Instead of deleting the entry, we may s/not supported/not applicable. For schedTriggers, we do have both successful and failures in separate counters. Don't see the value to support this as a separate parameter. We may indicate in the table that it is covered by failure-counter + counter. |
draft-ietf-netmod-schedule-yang.md
Outdated
@@ -469,7 +469,7 @@ can be mapped to YANG parameters. | |||
|schedLastFailure| Not Supported | | |||
|schedLastFailed| last-failed-occurrence| | |||
|schedStorageType| Not Supported | | |||
|schedValue| Not Supported | | |||
|schedTriggers| counter | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|schedTriggers| counter | | |
|schedValue| Not Applicable| | |
|schedTriggers| counter/failure-counter | |
If this is the case, then i guess schedVariable should also be added in the table? |
Agree, assuming we say not applicable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
schedValue is "The value which is written to the MIB object pointed to by
schedVariable when the scheduler invokes an action."
schedVariable is "An object identifier pointing to a local MIB variable
which resolves to an ASN.1 primitive type of INTEGER."
both seem parameters specific to SNMP, and thus may be omitted from the mapping?
Meanwhile, schedTriggers : "This variable counts the number of attempts (either
successful or failed) to invoke the scheduled action." this seems to be related to leaf "counter" inside schedule-status grouping...