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

  • 相关阅读:
    mysql8搭建innodb_cluster集群
    centos7安装(二进制包)mysql8
    apollo-配置管理中心-安装
    gitlab-源代码仓库
    Gitlab管理用户、组、权限(一)
    Gitlab基本管理(二)
    Gitlab基本管理<一>
    Gitlab在centos7上手工安装
    在kubernetes运行一个容器案例
    在linux通过kubeadm搭建kubernetes群集
  • 原文地址:https://www.cnblogs.com/leoshi/p/12672174.html
Copyright © 2011-2022 走看看