pysnmp
pysnmp copied to clipboard
.snmprec Generation
trafficstars
I have a group of .MIB files and I need to generate .snmprec files related with those MIBs. How can I do it?
mib2dev.py --output-file=./data/public.snmprec --mib-module=SNMPv2-MIB
This command only works for "SNMPv2-MIB" module.
You might read #429 to learn where to post such issues.