[5500V5]开启snmpv2

华为 5500 V5开启snmp v2

# 配置snmp端口
admin:/>change snmp port port_number=161
admin:/>show snmp port
  SNMP Listening Port : 161
# 开启snmpv2
admin:/>change snmp version v1v2c_switch=On
admin:/>show snmp version
  SNMP V1V2C Switch : On  
# 添加账户
change snmp community read_community=P@ssw0rd write_community=P@ssw0rd1
密码规则
Suggestion: Password does not conform to the rules. A password must meet the following requirements:
1. Length is from 6 to 32 and is case-sensitive.
2. Must contain special characters and at least two types of the following characters: uppercase letters, lowercase letters, and digits when password complex is "Normal". 
3. Must contain special characters, uppercase letters, lowercase letters, and digits when password complex is "High".
4. Must contain any types of the following characters: special characters, uppercase letters, lowercase letters and digits when password complex is "Low". 
5. The read community cannot be the same as the write community.
Note:
1. To ensure compatibility, the system still supprts SNMPv1 and SNMP v2c. To ensure data security, it is strongly recommended to use SNMPv3.
2. You can use the "change snmp safe_strategy" command to change the policies of community.
3. The special characters including ` ~ ! @ # $ % ^ & * ( ) - _ = +  | [ } { ] ; : ' " , < . > / ? and space.

END

原文地址:https://www.cnblogs.com/leoshi/p/12672174.html