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
Running the command to convert snmpwalk to snmprec, I encounter this error.
I installed master from this repo 2 weeks ago. Using Python 3.6.8 on CentOS Linux release 7.7.1908 (Core)
[user@server data]$ snmpsim-manage-records --input-file=modem.snmpwalk --source-record-type=snmpwalk
Traceback (most recent call last):
File "/home/dale/py3venv/snmp_sim/bin/snmpsim-manage-records", line 11, in <module>
load_entry_point('snmpsim==1.0.0', 'console_scripts', 'snmpsim-manage-records')()
File "/home/dale/py3venv/snmp_sim/lib64/python3.6/site-packages/snmpsim/commands/rec2rec.py", line 154, in main
if not args.mib_source:
AttributeError: 'Namespace' object has no attribute 'mib_source'
The text was updated successfully, but these errors were encountered:
Running the command to convert snmpwalk to snmprec, I encounter this error.
I installed master from this repo 2 weeks ago. Using Python 3.6.8 on CentOS Linux release 7.7.1908 (Core)
The text was updated successfully, but these errors were encountered: