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

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • group

    Name of the snmp group. Valid values are string.

  • provider

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