SNMP Trap Receivers

The receivers that wish to receive SNMP traps from this device.

New SNMP Trap Receiver items can be added.

SNMP Trap Receiver

The receiver to send SNMP traps to.

  • Trap User - The trap user required by the SNMPv3 receiver.

Properties

Receiver Address

The network address of the receiver.

FormatDescription
Domain nameA domain or subdomain name containing letters, digits, hyphens (-), and periods (.). The domain name must start and end with a letter or digit.
IPv4 host addressAn IPv4 host address in dotted-quad notation.
IPv6 host addressAn IPv6 host address.
  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> address

Receiver Port

The network port the receiver is listening on.

  • Data type: integer
  • Default: 162
  • Minimum: 1
  • Maximum: 65535
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> port

Transport Protocol

The network protocol the receiver is listening for.

OptionLabelDescription
udpUDPSend traps using UDP datagrams.
tcpTCPSend traps using a TCP connection.
  • Data type: string select
  • Default: udp
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> transport-protocol

Internet Protocol

Select the IP protocol the receiver is listening for.

OptionLabelDescription
ipv4IPv4The receiver expects IPv4.
ipv6IPv6The receiver expects IPv6.
  • Data type: string select
  • Default: ipv4
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> internet-protocol

SNMP Version

The SNMP protocol version supported by the receiver.

OptionLabelDescription
3SNMPv3SNMP protocol version 3.
2cSNMPv2cSNMP protocol version 2c.
  • Data type: string select
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> version

Community String

The credentials or 'password' required for the receiver.

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> community-string

Engine ID

The Engine ID is required by SNMPv3 receivers.

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> engine-id

Auth Policy

The auth policy required by the SNMPv3 receiver.

OptionLabelDescription
noauthNoAuthNo Authentication or Encryption.
authAuthAuthentication only.
privPrivAuthentication and Encryption.
  • Data type: string select
  • Default: priv
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> auth-policy