3com S7906E Guide De Référence

Page de 2327
 
1-13 
Description 
Use the snmp-agent calculate-password command to convert the user-defined plain text password to 
a cipher text password. 
Note that: 
The cipher text password converted with the sha keyword specified in this command is a string of 
40 hexadecimal characters. For an authentication password, all of the 40 hexadecimal characters 
are valid; while for a privacy password, only the first 32 hexadecimal characters are valid. 
Enable SNMP on the device before executing the command. 
When creating an SNMPv3 user, if you specify to use the cipher text authentication/encryption 
password, you can use this command to generate a cipher text password. 
The converted password is associated with the engine ID, namely, the password is valid only under the 
specified engine ID based on which the password was configured. 
Related commands: snmp-agent usm-user v3
Examples 
# Use local engine ID and MD5 authentication protocol to convert the plain text password authkey
<Sysname> system-view 
[Sysname] snmp-agent calculate-password authkey mode md5 local-engineid 
The secret key is: 09659EC5A9AE91BA189E5845E1DDE0CC 
snmp-agent community 
Syntax 
snmp-agent community read write community-name [ acl acl-number mib-view view-name ] * 
undo snmp-agent community community-name 
View 
System view 
Default Level 
3: Manage level 
Parameters 
read: Indicates that the community has read only access right to the MIB objects; that is, the NMS can 
perform read-only operations when it uses this community name to access the agent. 
write: Indicates that the community has read and write access right to the MIB objects; that is, the NMS 
can perform read and write operations when it uses this community name to access the agent. 
community-name: Community name, a string of 1 to 32 characters. 
acl acl-number: Associates a basic ACL with the community name. acl-number is in the range 2,000 to 
2,999. By using an ACL, you can configure to allow or prohibit the access to the agent from the NMS 
with the specified source IP address. 
mib-view  view-name: Specifies the MIB view name associated with community-name, where 
view-name represents the MIB view name, a string of 1 to 32 characters. If no keyword is specified, the 
default view is ViewDefault (The view created by the system after SNMP agent is enabled).