首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >思科2960以太通道暂停模式

思科2960以太通道暂停模式
EN

Network Engineering用户
提问于 2017-03-02 16:17:51
回答 1查看 10.5K关注 0票数 2
代码语言:javascript
复制
Here is the configuration:

Current configuration : 154 bytes
!
interface Port-channel1
 description TRUNK
 switchport trunk allowed vlan 10,20
 switchport mode trunk
end


interface GigabitEthernet1/0/47
 description SW1
 switchport trunk allowed vlan 10,20
 switchport mode trunk
 speed 1000
 duplex full
 channel-protocol lacp
 channel-group 1 mode active
end


interface GigabitEthernet1/0/48
 description SW1
 switchport trunk allowed vlan 10,20
 switchport mode trunk
 speed 1000
 duplex full
 channel-protocol lacp
 channel-group 1 mode active
end

我已经验证和另一边的开关有相同的配置。我已经逐字逐句地把他们配对了。

这是以太通道的总结

代码语言:javascript
复制
Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)         LACP      Gi1/0/47(P) Gi1/0/48(s)

在交换机端口上,我看到了Amber light

我在日志中看到:

代码语言:javascript
复制
Feb 28 22:39:45.558: %EC-5-L3DONTBNDL2: Gi1/0/48 suspended: LACP currently not enabled on the remote port.

以太频道详情:

代码语言:javascript
复制
#sh etherchannel 1 detail
Group state = L2
Ports: 2   Maxports = 16
Port-channels: 1 Max Port-channels = 16
Protocol:   LACP
Minimum Links: 0


        Ports in the group:
        -------------------
Port: Gi1/0/47
------------

Port state    = Up Mstr Assoc In-Bndl
Channel group = 1           Mode = Active          Gcchange = -
Port-channel  = Po1         GC   =   -             Pseudo port-channel = Po1
Port index    = 0           Load = 0x00            Protocol =   LACP

Flags:  S - Device is sending Slow LACPDUs   F - Device is sending fast LACPDUs.
        A - Device is in active mode.        P - Device is in passive mode.

Local information:
                            LACP port     Admin     Oper    Port        Port
Port      Flags   State     Priority      Key       Key     Number      State
Gi1/0/47  SA      bndl      32768         0x1       0x1     0x130       0x3D

Partner's information:

                  LACP port                        Admin  Oper   Port    Port
Port      Flags   Priority  Dev ID          Age    key    Key    Number  State
Gi1/0/47  SA      32768     6c99.8962.2900   0s    0x0    0x10   0x110   0x3D

Age of the port in the current state: 1d:17h:22m:19s

Port: Gi1/0/48
------------

Port state    = Up Cnt-bndl-rmt Suspend Mstr Rmt-LACP_Dsbl Not-in-Bndl
Channel group = 1           Mode = Active          Gcchange = -
Port-channel  = null        GC   =   -             Pseudo port-channel = Po1
Port index    = 0           Load = 0x00            Protocol =   LACP

Flags:  S - Device is sending Slow LACPDUs   F - Device is sending fast LACPDUs.
        A - Device is in active mode.        P - Device is in passive mode.

Local information:
                            LACP port     Admin     Oper    Port        Port
Port      Flags   State     Priority      Key       Key     Number      State
Gi1/0/48  SA      susp      32768         0x1       0x1     0x131       0x7D

Age of the port in the current state: 0d:00h:28m:16s

        Port-channels in the group:
        ---------------------------

Port-channel: Po1    (Primary Aggregator)

------------

Age of the Port-channel   = 1d:17h:26m:42s
Logical slot/port   = 9/1          Number of ports = 1
HotStandBy port = null
Port state          = Port-channel Ag-Inuse
Protocol            =   LACP
Port security       = Disabled

Ports in the Port-channel:

Index   Load   Port     EC state        No of bits
------+------+------+------------------+-----------
  0     00     Gi1/0/47 Active             0

Time since last port bundled:    1d:17h:22m:19s    Gi1/0/47 

另一边的开关SW1我看到了这个。

代码语言:javascript
复制
Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
16     Po16(SU)        LACP      Gi1/0/14(D) Gi1/0/15(P)

接口状态:

代码语言:javascript
复制
SW1#sh int Gi1/0/14
GigabitEthernet1/0/14 is down, line protocol is down (notconnect)
EN

回答 1

Network Engineering用户

回答已采纳

发布于 2017-03-02 17:17:33

正如您已经发现的那样,当您连接到没有启用LACP的接口时,通常会发生这种情况。使用CDP或LLDP可以确定地告诉您另一端的接口是什么,假设您在这两个设备上都启用了其中一个接口。

票数 1
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://networkengineering.stackexchange.com/questions/39417

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档