Snmp.Mib.UserBasedSm (elixir_snmp v0.2.1) View Source
Functions for SNMP-USER-BASED-SM-MIB
Link to this section Summary
Link to this section Types
Specs
user() :: [user_opt()]
A user definition in configuration
Options
user: user namepassword: user password, used for both authentication and encryption, optional if referenced accesses arenoAuthNoPrivaccess: one or several accesses as defined in agent
Specs
user_opt() ::
{:user, String.Chars.t()}
| {:password, String.Chars.t()}
| {:access, atom() | [atom()]}
Link to this section Functions
Specs
config([user()], String.Chars.t(), map()) :: list()
Returns initial config for usm.conf
Returns a tuple representing a USM config