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
When running the below command against my ASA (which i know returns results, i receive the following error:
./nm_check_asa_connections -H IP -C public -P 2c -w 230000 -c 245000
Traceback (most recent call last):
File "./nm_check_asa_connections", line 7, in
from nelmon.snmp_oids import cisco_oids as O
ImportError: No module named snmp_oids
Any guidance would be helpful.
Thanks,
The text was updated successfully, but these errors were encountered:
When running the below command against my ASA (which i know returns results, i receive the following error:
./nm_check_asa_connections -H IP -C public -P 2c -w 230000 -c 245000
Traceback (most recent call last):
File "./nm_check_asa_connections", line 7, in
from nelmon.snmp_oids import cisco_oids as O
ImportError: No module named snmp_oids
Any guidance would be helpful.
Thanks,
The text was updated successfully, but these errors were encountered: