[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Notification Targets

Use the following configuration statements to configure notification targets:

snmp notify target target-name {
address address;
port port;
community community;
type (trapv1|trapv2|inform);
}

To configure notification targets:

  1. From configuration mode, access the configuration statement that configures the notification target.

    Specify the notification target name.

  2. Specify the IPv4 or IPv6 address of the system to receive notifications.
  3. (Optional) Specify the SNMP trap port number.
  4. Specify the community string used when sending traps.
  5. Specify the notification types as traps or informs. Traps are unconfirmed notifications. Informs are confirmed notifications.

    To specify the notification type as an SNMPv1 trap:

    To specify the notification type as an SNMPv2 trap:

    To specify the notification type as an SNMPv2 inform:

  6. (Optional) Verify your configuration.

[Contents] [Prev] [Next] [Index] [Report an Error]