I am working on SNMPv2 currently and want to switch to SNMPv3. I have my MIB File written for v2, which was converted to python file using: pysmi. But in the documentation, it is written that it only supports v1 and v2.
So, my question is:
- Are there any changes in v2 MIB file and v3 MIB file?
- How to convert MIB file to python file for v3.
- Is there any documentation for SNMP v3 which I can refer to write MIB, send traps and receive traps using GET method apart from official documentation.