zoukankan      html  css  js  c++  java
  • 一些常用的命令

    打开边缘端口:进入端口,敲 stp edged-port enable

    在系统层面打开边缘端口:敲stp edged-port default

    关闭边缘端口:进入端口,敲 stp edged-port disable

    设置根桥:敲 stp root primary

    设置备根:敲 stp root secondary

    看端口状态:display stp brief

    查看MST域:display stp region-configuration

    进入域:敲 stp region-configuration

    改域名:敲 region-name mingzi

    修订级别(默认是0):敲 region-level 0

    创建实例:敲 instance 1

    把VLAN映射给实例:敲 instance 1 vlan 10

    检查区域配置:敲 check region-configuration

    激活:敲 active region-configuration

    实例的优先级:敲 stp instance 1 priority 0

    查看实例接口状态:敲 display stp instance 1 brief

    默认在实例0配置: 敲 stp priority 0

    进入Eth-Trunk:敲 int Eth-Trunk 2(0~63)

    进去后默认的是手工负载分担模式

    进入LACP模式:敲 mode lacp-static

    链路捆绑:敲 trunkport g0/0/1 to 0/0/3(1,2,3三个端口)

    删除:敲 undo trunkport g0/0/1 to 0/0/3

    或者进入端口,敲 eth-trunk 2

    查看:敲 display eth-trunk 2

    Eth-Trunk默认工作在二层,用undo portswitch命令可以让其工作在三层

    portswitch 可以让其工作在二层

    LACP(Link Aggregation Control Protocol)链路聚合控制协议(也叫M:N模式)

    LACP优先级: 进接口,敲 lacp priority 0

  • 相关阅读:
    nignx的master进程和worker进程的作用
    JVM运行机制
    ElasticSearch介绍与安装
    Maven打可执行包的pom.xml配置
    pg按日,周,月进行数据统计
    数据库中重复数据查询和删除
    聚类算法的评估应面向具体问题
    将博客搬至CSDN
    Mutual Information
    层次化聚类
  • 原文地址:https://www.cnblogs.com/buyaodong/p/13280170.html
Copyright © 2011-2022 走看看