Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snmpwalk gives "No more variables left in this MIB View (It is past the end of the MIB tree)" #3

Open
srahl-wcc opened this issue Sep 26, 2024 · 3 comments

Comments

@srahl-wcc
Copy link

srahl-wcc commented Sep 26, 2024

I've followed instructions in the README.md file. However, I'm getting the following:

root@itsputil01:~
$ snmpwalk -v 3 -u snmp-rw-user -l authPriv -a SHA -x AES -A <redacted> -X EncryptPass localhost .1.3.9950.1
SNMPv2-SMI::org.9950.1 = No more variables left in this MIB View (It is past the end of the MIB tree)
root@itsputil01:~
$ snmpwalk -v 3 -u snmp-rw-user -l authPriv -a SHA -x AES -A <redacted> -X EncryptPass -c public localhost .1.3.9950.1
SNMPv2-SMI::org.9950.1 = No more variables left in this MIB View (It is past the end of the MIB tree)

Please see the attached snmpd.conf. Any ideas?
itsputil01_snmpd_conf.tgz

@srahl-wcc
Copy link
Author

srahl-wcc commented Sep 26, 2024

I have removed the following line from snmpd.conf and restarted the daemon, but there was no change in behavior.

view systemview included .1.3.9950.1

@srahl-wcc
Copy link
Author

When I run the script, it hangs. When I run the following command, it works fine:

systemctl list-units -a -t service --no-legend

@srahl-wcc
Copy link
Author

$ python -V && python3 -V
Python 3.9.18
Python 3.9.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant