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

Test and update arnold backend script for SNMPv3 session compatibilty #2726

Closed
Tracked by #1177
lunkwill42 opened this issue Nov 10, 2023 · 0 comments · Fixed by #2733
Closed
Tracked by #1177

Test and update arnold backend script for SNMPv3 session compatibilty #2726

lunkwill42 opened this issue Nov 10, 2023 · 0 comments · Fixed by #2733

Comments

@lunkwill42
Copy link
Member

lunkwill42 commented Nov 10, 2023

Arnold mostly uses the existing PortAdmin management handlers to facilitate port configuration changes, but there is at least one instance of it making its own SNMP session to disable ports:

nav/python/nav/arnold.py

Lines 469 to 473 in e9ae9df

agent = nav.Snmp.Snmp(
host=netbox.ip,
community=profile.snmp_community,
version=profile.snmp_version,
)

@lunkwill42 lunkwill42 linked a pull request Nov 13, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant