我在思科指南上看到:
每个EtherChannel可以由多达8个配置一致的以太网接口组成。每个EtherChannel中的所有接口必须具有相同的速度,并且所有接口都必须配置为第二层或第三层接口。
但是,当我尝试将两个快速以太网链路和一个千兆位链路合并到数据包跟踪器中时,没有错误:
Group: 1
----------
Port-channels in the group:
---------------------------
Port-channel: Po1 (Primary Aggregator)
------------
Age of the Port-channel = 00d:00h:06m:15s
Logical slot/port = 2/1 Number of ports = 3
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel
Protocol = LACP
Port Security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Gig1/1 Active 0
0 00 Fa0/2 Active 0
0 00 Fa0/1 Active 0有人能解释一下吗?谢谢。
发布于 2013-10-13 17:13:50
数据包跟踪器是网络学院的一种模拟,而不是IOS仿真器(比如GNS3),如果文档和数据包跟踪器之间存在冲突,数据包跟踪器就会松动。如果您在文档中进一步阅读,那么很多东西都必须与etherchannel包匹配,链接速度就是其中之一。
一个角落的情况可能是以太通道的自动端口,以不同的速度结束,但以太通道会对动态变化作出反应,并将端口从以太通道中删除,所以我不认为这会起作用。
您也不希望它像非附件硬件一样,负载平衡是2的幂(3个端口将导致其中一个端口获得50%的流量),并且没有可变的负载平衡(一个gig端口获得2x流量,比如5100 meg端口)。
https://networkengineering.stackexchange.com/questions/3584
复制相似问题