IOU做etherchannel实验的问题
如题,我用IOU想模拟etherchannel的实验,无论我用静态还是PAGP还是LACP。查看show etherchannel summary的时候,聚合组状态始终是SD,我在PT模拟器上做的就没问题,请问IOU可以做这个实验的吗,求解,贴上关键配置,看看我哪里做错了SW1:
!
interface Port-channel1
switchport
!
interface Ethernet0/0
switchport
duplex auto
channel-group 1 mode desirable non-silent
!
interface Ethernet0/1
switchport
duplex auto
channel-group 1 mode desirable non-silent
!
SW2的配置和SW1一样,都是一样的端口
port-channel的状态无论是物理还是协议都是down状态
请问各位大虾,我配置哪里错了吗
沙发来了。。。。 路过,帮顶,坐求高手-woniu6- 应该是没有问题的,我找Tutor们也测试个结果再贴上来。 刚测试了下,是OK的,你的配置少了些。
贴上配置供你参考下:
!
interface Port-channel1
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/0
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
duplex auto
channel-group 1 mode on
!
interface Ethernet0/1
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
duplex auto
channel-group 1 mode on
!
状态如下
SW2#show etherchannel summary
Flags:D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use N - not in use, no aggregation
f - failed to allocate aggregator
M - not in use, no aggregation due to minimum links not met
m - not in use, port not aggregated due to minimum links not met
u - unsuitable for bundling
d - default port
w - waiting to be aggregated
Number of channel-groups in use: 1
Number of aggregators: 1
GroupPort-channelProtocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) - Et0/0(P) Et0/1(s)
andersen 发表于 2011-10-7 23:56 static/image/common/back.gif
刚测试了下,是OK的,你的配置少了些。
贴上配置供你参考下:
!
有图有真相~
-woniu1--woniu2- 本帖最后由 lin0131 于 2011-10-8 11:28 编辑
IOU中,因为IOS都是真是设备的,所以在划分channel-group 1 mode on 后 设备可能是认为出现了环路,所以port-channel 1是打不开的
可以先将成员端口shutdown 然后再 no shutdown~~~
希望能对你有所帮助~~~~
sw1的接口状态
sw2的接口状态
聚合端口的状态
IOU目前做Switching部分还是偶尔会出现一些奇怪的现象,有时候需要shutdown或者no shutdown来帮助,甚至需要重新配置来帮助你完成你的实验配置,毕竟是模拟的,LZ你就凑合着用吧~ -woniu1--woniu1--woniu1-
页:
[1]
2