set snmp traps receiver

Description

Configures an existing SNMP trap receiver.

See:

Syntax

set snmp traps receiver <receiver>

      version v2 [ community <community> ]

      version v3 [ user <user> ]

Parameters

Parameter

Description

community

Configures the SNMP v2 community name for the trap receiver.

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • '@' (at)

receiver

Specifies the SNMP trap receiver.

Press the TAB key to see the available options.

user

Specifies the SNMP v3 user.

Press the TAB key to see the available options.

version

Specifies the SNMP version.

Example

set snmp traps receiver 192.168.1.1 version v2 community MySnmpCommunity