连接两台Cisco 2960交换机

我们有两台Cisco 2960交换机,我们需要能够连接在一起。

我们有四个连接SwitchA到SwitchB的链路,我想知道configuration交换机的最佳方式,因此这四条链路用作它们之间的中继。

我猜想可用的选项是Etherchannel(甚至可以在2960上使用)或其他types的链路聚合。

非常感谢,

标记

好吧,这似乎是工作! 我已经改变configuration使用LACP而不是Etherchannel。 以下是我在每台交换机上configuration端口的操作:

SwitchA> SwitchA> enable SwitchA# SwitchA# configure terminal SwitchA(config)# interface range Gi0/21 - 24 SwitchA(config-if-range)# channel-group 1 mode active SwitchA(config-if-range)# exit SwitchA(config)# exit 

检查端口状态,然后显示

 SwitchA# show interfaces status Port Name Status Vlan Duplex Speed Type Gi0/1 notconnect 1 auto auto 10/100/1000BaseTX ... Gi0/21 connected trunk a-full a-1000 10/100/1000BaseTX Gi0/22 connected trunk a-full a-1000 10/100/1000BaseTX Gi0/23 connected trunk a-full a-1000 10/100/1000BaseTX Gi0/24 connected trunk a-full a-1000 10/100/1000BaseTX Po1 connected trunk a-full a-1000 SwitchA# SwitchA# show etherchannel Channel-group listing: ---------------------- Group: 1 ---------- Group state = L2 Ports: 4 Maxports = 16 Port-channels: 1 Max Port-channels: 16 Protocol: LACP Minimum Links: 0 SwitchA# 

我不能告诉你这些交换机是否支持EtherChannel。 以下是Cisco页面及其configurationEtherChannel示例的索引: http : //www.cisco.com/en/US/tech/tk389/tk213/tech_configuration_examples_list.html

我会试一试,看看。 最坏的情况下,它不工作。 拉起你的特定版本的操作系统的文档,看看命令的语法是什么样子。

我更喜欢使用基于标准的链路汇聚(802.3ad),但是在思科设备之间做一个EtherChannel是好的。

Catalyst 2600系列支持TokenChannel,这显然是EtherChannel的Token Ring等价物。 尽pipe交换机是EOL,但思科网站上的文档仍然可用。 如果您没有CCO帐户,则需要在其网站上注册一个免费帐户才能访问。 点击cisco.com主页右上angular的“注册”链接。 login后,Cat2600系列的主页面就在这里 。

简而言之,configuration菜单中应该有一个“令牌通道configuration”选项。 每个TokenChannel可以包含2到4个链接,所以你想要做什么应该工作。 看起来你只要进入TokenChannelconfiguration,select“添加”,它会引导你通过其余的。