We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The netdev/snmp api snmp_users method does not return all fields for users. Seen in netdev-eos Puppet provider.
snmp-server user trapuser ops v3 localized f5717f080027c9c8c500 auth sha f49e5fa1322914e2a9353b21e1f74753551cd90d priv aes f49e5fa1322914e2a9353b21e1f74753551cd90d
bundle exec puppet resource snmp_user snmp_user { 'trapuser:v3': ensure => 'present', auth => 'sha', engine_id => 'f5717f080027c9c8c500', password => 'f49e5fa1322914e2a9353b21e1f74753551cd90d', privacy => 'aes128', roles => ['ops'],
The text was updated successfully, but these errors were encountered:
Add support for snmp v3 user options
11898ca
jerearista
No branches or pull requests
The netdev/snmp api snmp_users method does not return all fields for users. Seen in netdev-eos Puppet provider.
The text was updated successfully, but these errors were encountered: