- 积分
- 283
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
  
|
我用L2IOU搭建了两台SW1、SW3,分别连接e1/0和e1/1,配置两条链路。
以太通道配置好后,提示端口没有捆绑进以太通道。两边配置都一样的,就以三层以太通道为例吧:
SW3(config)#interface range e1/0 - 1
SW3(config)#no switchport
SW3(config)#interface range e1/0 - 1
SW1(config-if-range)#channel-group 1 mode on
SW1(config-if-range)#
*Sep 4 08:22:24.803: %EC-5-PORTDOWN: Shutting down Et1/0 as its port-channel is admin-down
*Sep 4 08:22:24.803: %EC-5-PORTDOWN: Shutting down Et1/1 as its port-channel is admin-down
SW3#show ip int b
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
Ethernet0/1 unassigned YES unset administratively down down
Ethernet0/2 unassigned YES unset administratively down down
Ethernet0/3 unassigned YES unset administratively down down
Ethernet1/0 unassigned YES unset up up
Ethernet1/1 unassigned YES unset up up
Ethernet1/2 unassigned YES unset administratively down down
Ethernet1/3 unassigned YES unset administratively down down
Serial2/0 unassigned YES unset administratively down down
Serial2/1 unassigned YES unset administratively down down
Serial2/2 unassigned YES unset administratively down down
Serial2/3 unassigned YES unset administratively down down
Serial3/0 unassigned YES unset administratively down down
Serial3/1 unassigned YES unset administratively down down
Serial3/2 unassigned YES unset administratively down down
Serial3/3 unassigned YES unset administratively down down
Port-channel1 unassigned YES unset down down
Vlan1 unassigned YES unset administratively down down
SW3#show interfaces e1/0 etherchannel
Port state = Down Not-in-Bndl
Channel group = 1 Mode = On Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:00h:43m:24s
SW3#show interfaces e1/1 etherchannel
Port state = Down Not-in-Bndl
Channel group = 1 Mode = On Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:00h:43m:47s
SW3#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
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RD) - Et1/0(D) Et1/1(D)
各位大师,我的配置有问题吗?又或者是IOU的BUG?请指点一下吧!急煞人了啊!
|
|