R0106-HP MSR Router Series Network Management and Monitoring Command Reference(V7)
167
Use this command to calculate ciphertext authentication and privacy keys when you create SNMPv3
users by using the snmp-agent usm-user v3 command.
The converted key is valid only under the engine ID specified for key conversion.
Examples
# Use the local engine and the SHA-1 algorithm to convert the plaintext key authkey to a ciphertext key.
<Sysname> system-view
[Sysname] snmp-agent calculate-password authkey mode sha local-engineid
The encrypted key is: 09659EC5A9AE91BA189E5845E1DDE0CC
Related commands
• snmp-agent local-engineid
• snmp-agent usm-user v3
snmp-agent community
Use snmp-agent community to configure an SNMP community.
Use undo snmp-agent community to delete an SNMP community.
Syntax
snmp-agent community { read | write } [ simple | cipher ] community-name [ mib-view view-name ] [ acl
acl-number | acl ipv6 ipv6-acl-number ] *
undo snmp-agent community { read | write } [ cipher ] community-name
Default
No SNMP community exists.
Views
System view
Predefined user roles
network-admin
Parameters
read: Assigns the specified community the read only access to MIB objects. A read-only community can
only inquire MIB information.
write: Assigns the specified community the read and write access to MIB objects. A read and write
community can configure MIB information.
simple: Sets a community name in plain text. For security purposes, this community name is saved in
cipher text.
cipher: Sets and saves the community name in cipher text.
community-name: Sets a case-sensitive community name. In plain text, the community name must be a
string of 1 to 32 characters. In cipher text, the community name must be a string of 33 to 73 characters.
Input a string as escape characters after a backslash (\).
mib-view view-name: Specifies the MIB view available for the community. The view-name argument
represents a MIB view name, a string of 1 to 32 characters. A MIB view represents a set of accessible
MIB objects. If no MIB view is specified, the specified community can access the MIB objects in the
default MIB view ViewDefault.