You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leaf ifOperStatus {
type enumeration {
enum "up" {
value "1";
}
enum "down" {
value "2";
}
....
}
...
smiv2:max-access "read-only";
smiv2:oid "1.3.6.1.2.1.2.2.1.8";
}
I consider that in this case, the clixon_snmp module must decline operation taking into account the smiv2:max-access value and also it mustn't prepare any changes in the candidate database
The text was updated successfully, but these errors were encountered:
If we call "snmpset -m ALL -v2c -c private 10.40.0.149 IF-MIB::ifOperStatus.4 i up" in the result we get:
But ifOperStatus (in IF-MIB.yang) declared as "read-only" in yang model:
I consider that in this case, the clixon_snmp module must decline operation taking into account the smiv2:max-access value and also it mustn't prepare any changes in the candidate database
The text was updated successfully, but these errors were encountered: