zoukankan      html  css  js  c++  java
  • S5120V2-IRF2配置

    H3C Comware Software, Version 7.1.070, Release 6113
    Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.
    H3C S5120V2-52P-LI uptime is 0 weeks, 0 days, 0 hours, 1 minute

    第一台交换机配置

    sy
    irf member 1 renumber 1
    quit
    save
    reboot

    sy
    interface g1/0/47
    shutdown
    interface g1/0/48
    shutdown
    quit

    irf-port 1/2
    port group interface g1/0/47
    port group interface g1/0/48
    quit

    interface g1/0/47
    undo shutdown
    interface g1/0/48
    undo shutdown
    quit

    save
    irf-port-configuration active
    quit
    reboot

    ------------------------------------------------------
    第二台交换机配置
    sy
    irf member 1 renumber 2
    quit
    save
    reboot

    sy
    interface g2/0/47
    shutdown
    interface g2/0/48
    shutdown
    quit

    irf-port 2/1
    port group interface g2/0/47
    port group interface g2/0/48
    quit

    interface g2/0/47
    undo shutdown
    interface g2/0/48
    undo shutdown
    quit

    save
    irf-port-configuration active
    quit
    reboot

  • 相关阅读:
    java冒泡排序
    正则表达式手册
    简单介绍事务
    Java经典编程30题(中)
    Java经典编程30题(下)
    负载均衡-Nginx
    react入门
    Mybatis && Mybatis-plus
    java设计模式-委派模式
    java8新特性
  • 原文地址:https://www.cnblogs.com/itfat/p/12766581.html
Copyright © 2011-2022 走看看