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


trap-group

Syntax

trap-group group-name { 

    categories [ categories ]; 

    destination-port <port-number>;

    targets {

        address;

    }

    version (all | v1 | v2); 

} 

Hierarchy Level

[edit snmp] 

Description

Create a named group of hosts to receive the specified trap notifications. The name of the trap group is embedded in SNMP trap notification packets as one variable binding (varbind) known as the community name. At least one trap group must be configured for SNMP traps to be sent.

Options

group-name—Name of the trap group. If the name includes spaces, enclose it in quotation marks (" ").

The remaining statements are explained separately.

Usage Guidelines

See Configuring SNMP Trap Groups.

Required Privilege Level

snmp—To view this statement in the configuration.
snmp-control—To add this statement to the configuration.


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