Resource Type: cisco_snmp_user
- Defined in:
- lib/puppet/type/cisco_snmp_user.rb
- Providers:
-
cisco
Overview
Manages an SNMP user on an cisco SNMP server.
cisco_snmp_user <engine_id>":
..attributes..
<user> is the name of the SNMP user resource. <engine_id> is the engine id the user belongs to. If it is local user, the <engine_id> is empty. Otherwise, it is 5 to 32 octets separated by colon.
Example:
cisco_snmp_user {\"v3test\":
ensure => present,
groups => ['network-admin'],
auth_protocol => 'md5',
auth_password => 'xxxxx',
localized_key => false,
}
or
cisco_snmp_user {\"v3test 128:128:127:127:124:2\":
ensure => present,
groups => ['network-admin'],
auth_protocol => 'md5',
auth_password => 'xxxxx',
localized_key => false,
}