HP MSR2000/3000/4000 Router Series Network Management and Monitoring Command Reference

140
Use undo snmp-agent to disable the SNMP agent.
Syntax
snmp-agent
undo snmp-agent
Default
SNMP agent is disabled.
Views
System view
Predefined user roles
network-admin
Usage guidelines
The snmp-agent command is optional for an SNMP configuration task. The SNMP agent is automatically
enabled when you execute any command that begins with snmp-agent except for the snmp-agent
calculate-password command.
Examples
# Enable the SNMP agent.
<Sysname> system-view
[Sysname] snmp-agent
snmp-agent calculate-password
Use snmp-agent calculate-password to convert a plaintext key to a ciphertext key for authentication or
encryption in SNMPv3.
Syntax
In non-FIPS mode:
snmp-agent calculate-password plain-password mode { md5 | sha } { local-engineid |
specified-engineid engineid }
In FIPS mode:
snmp-agent calculate-password plain-password mode sha { local-engineid | specified-engineid
engineid }
Views
System view
Predefined user roles
network-admin
Parameters
plain-password: Specifies a plaintext authentication or privacy key.
mode: Specifies the same authentication mode as configured in the snmp-agent usm-user v3 command.
MD5 is faster than SHA-1, while SHA-1 provides higher security than MD5.