菜鸟科技网

Cisco堆叠命令有哪些?

堆叠技术允许多台物理交换机虚拟成一台逻辑交换机,实现统一管理、增加端口密度和提供冗余备份,主要分为两种技术:

Cisco堆叠命令有哪些?-图1
(图片来源网络,侵删)
  1. Cisco StackWise (传统堆叠):使用专用的堆叠电缆将交换机连接成一个环形或菊花链结构。
  2. Cisco StackWise Virtual (虚拟堆叠):使用标准的以太网链路将两台物理交换机虚拟成一台逻辑交换机,无需专用堆叠硬件。

下面我将分别介绍这两种技术的配置命令。


Cisco StackWise (传统堆叠)

这种技术通常用于 Catalyst 9000 系列(如 C9500, C9400)、C3850 等交换机。

堆叠前的准备工作

  • 硬件确认
    • 确保所有交换机型号、IOS 版本兼容。
    • 准备好足够的 StackWise 堆叠模块和堆叠线缆。
  • 规划角色
    • Stack Master (主交换机):负责管理整个堆叠,推荐将性能最好、最稳定的交换机设为主。
    • Stack Member (成员交换机):由主交换机管理。
    • 优先级:每台交换机都有一个默认优先级(1),数值越大,优先级越高,优先级最高的交换机将成为主交换机。

核心配置命令

物理连接

  1. 关闭所有交换机电源。
  2. 使用专用的 StackWise 线缆将交换机的堆叠端口两两连接,标准的连接方式是环形连接,以确保单点线路故障时堆叠仍能工作。
  3. 重新开启交换机电源,开机后,堆叠会自动进行协商,选举出主交换机。

登录主交换机

Cisco堆叠命令有哪些?-图2
(图片来源网络,侵删)
  • 堆叠形成后,只能通过主交换机的控制台口或管理 IP 地址来管理整个堆叠,成员交换机的 CLI 会被禁用。
  • 你可以通过 show switch 命令来查看哪一台是主交换机。
# 查看堆叠成员信息
Switch# show switch
  Switch#  Role    Mac Address     Priority   Version     State
  ----  -------  -----------  ----------  --------  ----------
     1  Member   0050.5689.a5c0     1        17.09.04   Active
*    2  Master   0050.5689.a5c1    15        17.09.04   Active
     3  Member   0050.5689.a5c2     1        17.09.04   Active
  • Role 列显示 Master 的就是主交换机。
  • Switch# 后面的 号表示你当前正在登录的交换机。

配置主交换机

# 进入全局配置模式
Switch# configure terminal
# (可选) 修改堆叠成员的优先级,以指定主交换机
# 假设我们要让 3 号交换机成为主交换机
Switch(config)# switch 1 priority 1      # 1号交换机保持默认优先级
Switch(config)# switch 2 priority 1      # 2号交换机保持默认优先级
Switch(config)# switch 3 priority 15     # 将3号交换机优先级设为最高
# (可选) 手动指定主交换机,当优先级相同时使用
# 强制指定2号交换机为主
Switch(config)# switch 1 provision ws-c385x-24t  # 预留成员槽位和型号(可选)
Switch(config)# switch 2 provision
Switch(config)# switch 3 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4       # 重编号交换机
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config)# switch 2 provision
Switch(config)# switch all provision
Switch(config)# switch 1 renumber 4
Switch(config)# switch 2 priority 20
Switch(config)# switch 3 priority 10
Switch(config
Cisco堆叠命令有哪些?-图3
(图片来源网络,侵删)
分享:
扫描分享到社交APP
上一篇
下一篇