Replies: 1 comment
-
Thank you for your question, I think the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SNMP v2c How can i construct Responce message with VarBindValue::NoSuchObject?
and GetResponce accept only rasn_snmp::v1::Pdu which dont have VarBindValue::NoSuchObject
also cant parse next message from pysnmp
it return Error
Err(FieldError { name: "Message.data", error: "No valid
CHOICE
variant forPdus
" })but must be
Ok(Message { version: 1, community: b"public", data: Response(Response(Pdu { request_id: 1414684022, error_status: 0, error_index: 0, variable_bindings: [VarBind { name: ObjectIdentifier([1, 3, 6, 1, 2, 1, 2, 2, 1, 1, 12]), value: NoSuchInstance }, VarBind { name: ObjectIdentifier([1, 3, 6, 1, 2, 1, 2, 2, 1, 1, 13]), value: Value(Simple(Integer(6))) }] })) })
it may be connected to first part of question
Beta Was this translation helpful? Give feedback.
All reactions