Resource Type: cisco_snmp_community
- Defined in:
- lib/puppet/type/cisco_snmp_community.rb
- Providers:
-
cisco
Overview
Manages an SNMP community on a Cisco SNMP server.
cisco_snmp_community
..attributes..
<community> is the name of the SNMP community resource.
Example:
cisco_snmp_community {\"setcom\":
ensure => present,
group => \"network-admin\",
acl => \"testcomacl\",
}