作者knives ()
看板Network
标题[问答] 不同厂牌的Lacp怎麽连
时间Tue Aug 14 19:43:15 2012
我现在有两台Switch : Juniper EX4200 , Cisco 3750
Juniper设定如下:
set interfaces ae1 aggregated-ether-options lacp active
set interfaces ae1 unit 0 family ethernet-switching port-mode trunk
set interfaces ge-0/0/2 description to_C1803_port9/10
set interfaces ge-0/0/2 ether-options 802.3ad ae1
set interfaces ge-0/0/3 description to_C1803_port9/10
set interfaces ge-0/0/3 ether-options 802.3ad ae1
cisco 设定如下 :
int range f1/0/3 - 4
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 2 mode active
int po2
switchport trunk encapsulation dot1q
switchport mode trunk
我拿两条线互连
发现两边的Link状态都是down
请问要怎麽做才能让不同的厂牌的Lacp互通
谢谢回答
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 202.133.227.34
1F:推 sssxyz:LACP active可以配active吗? 要不要换个参数试试? 08/14 23:32
2F:→ niker168:CISCO的试试看设定为channel-group 2 mode passive 08/15 01:39
3F:推 birdy590:google 有些资料可看, 看起来是 Juniper 比较难搞 08/15 08:15
4F:→ birdy590:跑 trunk 会让问题更复杂 我会建议先从简单的开始试 08/15 08:15
5F:→ birdy590:然後再慢慢把想要的东西加上去 08/15 08:16