etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
577 stars 193 forks source link

How to change the EngineBootCnt value in pysnmp #392

Open Nilaksh1 opened 3 years ago

Nilaksh1 commented 3 years ago

I am not able to receive the inform from the sender as the EngineBootCnt at their end is greater than the EngineBootCnt at pysnmp Reciever code . Please let me know how we can change or set the value of EngineBootCnt .

lextm commented 6 months ago

More information is needed to investigate this issue. In short, engine boot count is maintained by the agent, and the manager side needs to use discovery to learn the value. Thus, "the EngineBootCnt at their end is greater than the EngineBootCnt at pysnmp Reciever code" doesn't sound good enough.