HP MSR2000/3000/4000 Router Series Network Management and Monitoring Command Reference
155
Make sure that the SNMP agent uses the same UDP port for SNMP notifications as the target host.
Typically, NMSs, for example, IMC and MIB Browser, use port 162 for SNMP notifications as defined in
the SNMP protocols.
If none of the keywords v1, v2c, or v3 is specified, SNMPv1 is used. Make sure the SNMP agent uses the
same SNMP version as the target host so the host can receive the notification.
If neither authentication nor privacy is specified, the security model is no authentication, no privacy.
Examples
# Configure the SNMP agent to send SNMPv3 traps to 10.1.1.1 in the user public.
<Sysname> system-view
[Sysname] snmp-agent trap enable standard
[Sysname] snmp-agent target-host trap address udp-domain 10.1.1.1 params securityname
public v3
Related commands
• snmp-agent source
• snmp-agent trap enable
• snmp-agent trap life
snmp-agent trap enable
Use snmp-agent trap enable to enable SNMP notifications globally.
Use undo snmp-agent trap enable to disable SNMP notifications globally.
Syntax
snmp-agent trap enable [ protocol | standard [ authentication | coldstart | linkdown | linkup |
warmstart ] * | system ]
undo snmp-agent trap enable [ protocol | standard [ authentication | coldstart | linkdown | linkup |
warmstart ] * | system ]
Default
Whether SNMP notifications are enabled varies with modules.
Views
System view
Predefined user roles
network-admin
Parameters
protocol: Specifies a module for enabling SNMP notifications. For more information about this argument,
see the command reference for each module.
standard: Specifies SNMP standard notifications.
Table 33 Standard SNMP notifications
Ke
y
word Definition
authentication
Authentication failure notification sent when an NMS fails to authenticate to the SNMP
agent.