zoukankan      html  css  js  c++  java
  • [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

  • 相关阅读:
    JDBC的简单使用
    IO流知识点总结
    使用IO流实现一个简单的小Dome
    java编程实现日历
    如何用Java实现DVD的一些功能
    java 入门学习
    在mac电脑上创建java的一些简单操作
    Java Struts框架的一些问答面试题
    分层开发的思想
    JDBC连接数据库
  • 原文地址:https://www.cnblogs.com/leoshi/p/12672174.html
Copyright © 2011-2022 走看看