Resource Type: cisco_snmp_group
- Defined in:
- lib/puppet/type/cisco_snmp_group.rb
- Providers:
-
cisco
Overview
Manages a Cisco SNMP Group on a Cisco SNMP Server.
group is a standard SNMP term but in NXOS role is used to serve the purpose of group; thus this provider utility does not create snmp groups and is limited to reporting group (role) existence only.
cisco_snmp_group
..attributes..
<group> is the name of the snmp group.
Example:
cisco_snmp_group {\"network-admin\":
ensure => present,
}