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.
| Format | Description |
|---|---|
| Domain name | A domain or subdomain name containing letters, digits, hyphens (-), and periods (.). The domain name must start and end with a letter or digit. |
| IPv4 host address | An IPv4 host address in dotted-quad notation. |
| IPv6 host address | An 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.
| Option | Label | Description |
|---|---|---|
udp | UDP | Send traps using UDP datagrams. |
tcp | TCP | Send 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.
| Option | Label | Description |
|---|---|---|
ipv4 | IPv4 | The receiver expects IPv4. |
ipv6 | IPv6 | The 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.
| Option | Label | Description |
|---|---|---|
3 | SNMPv3 | SNMP protocol version 3. |
2c | SNMPv2c | SNMP 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.
| Option | Label | Description |
|---|---|---|
noauth | NoAuth | No Authentication or Encryption. |
auth | Auth | Authentication only. |
priv | Priv | Authentication and Encryption. |
- Data type: string select
- Default:
priv - Configuration
- Required
CLI: (cli)> config system notification snmp-trap-receiver <key> auth-policy
