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\",
}

Properties

  • acl

    Assigns an Access Control List (ACL) to an SNMP community to filter SNMP requests. Valid values are string, ‘default’.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group (defaults to: default)

    Group that the SNMP community belongs to. Valid values are string, keyword ‘default’.

Parameters

  • community

    Name of the SNMP community. Valid values are string.

  • provider

    The specific backend to use for this ‘cisco_snmp_community` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.