set snmp notifyfilter

Use this command to create an SNMP notify filter configuration that will determine which SNMP profiles will not receive SNMP notifications.

Syntax

set snmp notifyfilter profile subtree oid-or-mibobject [mask mask] [included | excluded] [volatile | nonvolatile]

Parameters

profile Specifies an SNMP filter notify name.
subtree oid-or-mibobject Specifies a MIB subtree ID target for the filter.
mask mask (Optional) Applies a subtree mask.
included | excluded (Optional) Specifies that subtree is included or excluded.
volatile | nonvolatile (Optional) Specifies a storage type.

Defaults

  • If not specified, mask is not set.
  • If not specified, subtree will be included.
  • If storage type is not specified, nonvolatile (permanent) will be applied.

Mode

All command modes.

Usage

This identifies which management targets should NOT receive notification messages, which is useful for fine-tuning the amount of SNMP traffic generated.

Example

This example shows how to create an SNMP notify filter called “pilot1” with a MIB subtree ID of 1.3.6:

System(rw)->set snmp notifyfilter pilot1 subtree 1.3.6