zoukankan      html  css  js  c++  java
  • 华为堆叠配置

    一、Master配置
    <HUAWEI> system-view immediately    #进这个模式修改配置不需要commit
    [HUAWEI] stack
    [HUAWEI-stack] stack member 1 domain 10
    [HUAWEI-stack] stack member 1 priority 16
    [HUAWEI] interface stack-port1/1
    [HUAWEI] interface stack-port1/2
    [HUAWEI] interface 100GE 1/0/2
    [HUAWEI-100GE1/0/2] description "Link_CSS"
    [HUAWEI-100GE1/0/2] shutdown
    [HUAWEI-100GE1/0/2] port mode stack
    [HUAWEI-100GE1/0/2] stack-port 1/1
    [HUAWEI-100GE1/0/2] undo shutdown
    [HUAWEI] interface 100GE 1/0/6
    [HUAWEI-100GE1/0/6] description "Link_CSS"
    [HUAWEI-100GE1/0/6] shutdown
    [HUAWEI-100GE1/0/6] port mode stack
    [HUAWEI-100GE1/0/6] stack-port 1/2
    [HUAWEI-100GE1/0/6] undo shutdown
    <HUAWEI> save
    <HUAWEI> reboot
    <HUAWEI> display stack

    二、Slave配置
    <HUAWEI> system-view immediately
    [HUAWEI] stack
    [HUAWEI-stack] stack member 1 renumber 2
    <HUAWEI> save
    <HUAWEI> reboot
    [HUAWEI] stack
    [HUAWEI-stack] stack member 2 domain 10
    [HUAWEI-stack] stack member 2 priority 1
    [HUAWEI] interface stack-port2/1
    [HUAWEI] interface stack-port2/2
    [HUAWEI] interface 100GE 2/0/2
    [HUAWEI-100GE2/0/2] description "Link_CSS"
    [HUAWEI-100GE2/0/2] shutdown
    [HUAWEI-100GE2/0/2] port mode stack
    [HUAWEI-100GE2/0/2] stack-port 2/1
    [HUAWEI-100GE2/0/2] undo shutdown
    [HUAWEI] interface 100GE 2/0/6
    [HUAWEI-100GE2/0/6] description "Link_CSS"
    [HUAWEI-100GE2/0/6] shutdown
    [HUAWEI-100GE2/0/6] port mode stack
    [HUAWEI-100GE2/0/6] stack-port 2/2
    [HUAWEI-100GE2/0/6] undo shutdown
    <HUAWEI> save
    <HUAWEI> reboot

    三、最后开启管理网口检测
    [HUAWEI] interface MEth0/0/0
    [HUAWEI-MEth0/0/0] dual-active detect enable     #配置管理网口的双主检测功能
    说明:
          在管理网口检测方式中,要求堆叠管理网口必须配置IP地址,堆叠后只显示一个管理网口MEth0/0/0,只需要在这一个管理网口下配置IP地址即可
          成员设备之间的管理网口相互直连也可以实现双主检测。在这种情况下,管理网口也必须配置IP地址

    参考链接:
           https://blog.csdn.net/q6968297/article/details/106877440

  • 相关阅读:
    [导入]简单而强力的JS退弹代码(强制 弹出)
    [导入]在上传的图片上写字
    [导入]无法创建WEB项目文件路径与URL不符 处理方法
    [导入]ASCII码表完整版
    [导入]访QQ/MSN淡出窗口例子二则
    [导入]生成图片缩略图
    [导入]javascript调用webservice例子
    在字典的三级菜单中添加内容
    服务列表中找不到mysql
    CentOS 7安装后的配置
  • 原文地址:https://www.cnblogs.com/xwupiaomiao/p/14249178.html
Copyright © 2011-2022 走看看