您可能需要更改交换机上 ISL 端口的速度,以提高 ISL 的质量。传输距离较远的 ISL 可能需要较低的速度以提高质量。此外,如果您要添加或升级硬件,可能需要提高 ISL 端口的速度以利用此系统升级并将 ISL 添加到 Cisco IP 交换机中。
以下过程假定您要将一个连接到交换机端口 Eth1/24/1 的 10-Gb ISL 更换为两个连接到交换机端口 17 和 18 的 100-Gb ISL。
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#
选项 | 步骤 |
---|---|
更改 ISL 端口的速度 | 根据速度将新的 ISL 连接到指定的端口。您必须确保您的交换机的这些 ISL 端口已在《MetroCluster IP 安装和配置指南》中列出。 |
添加 ISL | 将 QFSP 插入要添加为 ISL 端口的端口。确保它们已在《MetroCluster IP 安装和配置指南》中列出,并根据此指南为其布线。 |
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
此时,命令输出应显示这些 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