Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command Syntax
set protocols snmp trap-group targets  <IPv4_address> security-name <security-name>  
delete protocols snmp trap-group targets  <IPv4_address> security-name


Parameter

Parameter

Description

targets  <IPv4_address>

Specifies the address of the target host that receives SNMP traps.

NOTE: 
The IP address specified by address and the security name specified by securityname together identify a target host.

security-name <security-name>Specifies the user security name displayed on the NMS.

For SNMPv3, security name must be configured as the user name. security name configured on the host needs to be the same as that configured on the NMS, or the NMS cannot receive the trap messages sent from the host.

For SNMPv1 and SNMPv2c, the NMS can receive trap messages from all hosts without having security name configured. security name is used to distinguish multiple hosts that generate trap messages.

...