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

Feature request: SNMPv3 support #339

Closed
jeremmfr opened this issue Feb 10, 2022 · 1 comment · Fixed by #349
Closed

Feature request: SNMPv3 support #339

jeremmfr opened this issue Feb 10, 2022 · 1 comment · Fixed by #349
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jeremmfr
Copy link
Owner

jeremmfr commented Feb 10, 2022

By @AndriiPysmenko in #337 :

Add SNMPv3 support to junos_snmp resource:

set snmp view all oid .1 include
set snmp engine-id use-mac-address
set snmp v3 usm local-engine user test_read authentication-md5 authentication-password PASSWORD
set snmp v3 usm local-engine user test_read privacy-none
set snmp v3 vacm security-to-group security-model usm security-name test_read group test_read
set snmp v3 vacm access group test_read default-context-prefix security-model usm security-level authentication read-view all
set snmp v3 usm local-engine user test_write authentication-md5 authentication-password PASSWORD
set snmp v3 usm local-engine user test_write privacy-none
set snmp v3 vacm security-to-group security-model usm security-name test_write group test_write
set snmp v3 vacm access group test_write default-context-prefix security-model usm security-level authentication read-view all
set snmp v3 vacm access group test_write default-context-prefix security-model usm security-level authentication notify-view all
set snmp v3 vacm access group test_write default-context-prefix security-model usm security-level authentication write-view all
@jeremmfr
Copy link
Owner Author

I will take care of adding this.

@jeremmfr jeremmfr added the enhancement New feature or request label Feb 15, 2022
@jeremmfr jeremmfr self-assigned this Feb 15, 2022
jeremmfr added a commit that referenced this issue Feb 22, 2022
jeremmfr added a commit that referenced this issue Feb 22, 2022
jeremmfr added a commit that referenced this issue Feb 22, 2022
jeremmfr added a commit that referenced this issue Feb 22, 2022
@jeremmfr jeremmfr added this to the v1.25.0 milestone Feb 22, 2022
@jeremmfr jeremmfr linked a pull request Feb 22, 2022 that will close this issue
jeremmfr added a commit that referenced this issue Mar 10, 2022
jeremmfr added a commit that referenced this issue Mar 10, 2022
jeremmfr added a commit that referenced this issue Mar 10, 2022
jeremmfr added a commit that referenced this issue Mar 10, 2022
jeremmfr added a commit that referenced this issue Mar 11, 2022
jeremmfr added a commit that referenced this issue Mar 11, 2022
jeremmfr added a commit that referenced this issue Mar 11, 2022
jeremmfr added a commit that referenced this issue Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant