跳到主要内容

无中断添加、删除或更改 ISL 端口

您可能需要添加、删除或更改 ISL 端口。您可以将专用 ISL 端口转换为共享 ISL 端口,或更改交换机上的 ISL 端口速度。行程距离较远的 ISL 可能需要较低的速度来提高质量。还可能需要提高 ISL 端口的速度以利用系统升级以及将 ISL 添加到 Cisco IP 交换机(如果要添加或升级硬件)。

开始之前

如果要将专用 ISL 端口转换为共享 ISL 端口,请确保新端口符合共享 ISL 端口的要求。

关于本任务

必须在两台交换机上完成所有步骤以确保 ISL 连接。

以下过程假设需要将交换机端口 Eth1/24/1 上连接的 10 Gb ISL 替换为两个连接到交换机端口 17 和 18 的 100 Gb ISL。

  1. 在要更改的光纤网中的两台交换机上禁用 ISL 的 ISL 端口。
    仅在将当前 ISL 端口迁移到不同端口或 ISL 速度发生变化时,您才需要将其禁用。如果要添加速度与现有 ISL 完全相同的 ISL 端口,请转至步骤 3。

    switch_A_1# conf t
    switch_A_1(config)# int eth1/24/1
    switch_A_1(config-if)# shut
    switch_A_1(config-if)#
    switch_A_1#

    switch_B_1# conf t
    switch_B_1(config)# int eth1/24/1
    switch_B_1(config-if)# shut
    switch_B_1(config-if)#
    switch_B_1#

  2. 拔下现有线缆和收发器。
  3. 根据需要更改 ISL 端口。
    选项步骤
    要更改 ISL 端口的速度...根据速度用线缆将新 ISL 连接到指定端口。必须确保交换机的这些 ISL 端口列在《MetroCluster IP 安装和配置指南》中。
    要添加 ISL...将 QFSP 插入要添加为 ISL 端口的端口中。确保它们列在《MetroCluster IP 安装和配置指南》中并根据此指南用线缆连接它们。
  4. 使用以下命令作为开头,在光纤网中的两台交换机上启用所有 ISL 端口(如果未启用):switch_A_1# conf t

    必须为每一行输入一个配置命令,并在输入所有命令后按 Ctrl-Z:

    switch_A_1# conf t
    switch_A_1(config)# int eth1/17
    switch_A_1(config-if)# no shut
    switch_A_1(config-if)# int eth1/18
    switch_A_1(config-if)# no shut
    switch_A_1(config-if)#
    switch_A_1#
    switch_A_1# copy running-config startup-config

    switch_B_1# conf t
    switch_B_1(config)# int eth1/17
    switch_B_1(config-if)# no shut
    switch_B_1(config-if)# int eth1/18
    switch_B_1(config-if)# no shut
    switch_B_1(config-if)#
    switch_B_1#
    switch_B_1# copy running-config startup-config

  5. 验证两台交换机之间是否建立了 ISL:switch_A_1# show int eth1/17,eth1/18 brief

    应该在命令输出中看到如以下示例所示的 ISL 接口:

    switch_A_1# show int eth1/17,eth1/18 brief
    --------------------------------------------------------------------------------
    Ethernet VLAN Type Mode Status Reason Speed Port
    Interface Ch #
    --------------------------------------------------------------------------------
    Eth1/17 10 eth access up none 100G(D) 10
    Eth1/18 10 eth access up none 100G(D) 10

    switch_B_1# show int eth1/17,eth1/18 brief
    --------------------------------------------------------------------------------
    Ethernet VLAN Type Mode Status Reason Speed Port
    Interface Ch #
    --------------------------------------------------------------------------------
    Eth1/17 10 eth access up none 100G(D) 10
    Eth1/18 10 eth access up none 100G(D) 10

  6. 对光纤网 2 重复此过程。