H3C如何跟cisco起端口聚合
(2015-08-31 16:46:56)
标签:
it |
分类: 网络 |
H3C |
H3C-LACP | |||
cisco |
manual | cisco-LACP | dynamic | static |
on | √ | active | √ | √ |
passive | √ | X |
trunk口:
interface ethernet 1/0/1
port link-type trunk
port trunk permit vlan all
聚合口:
link-aggreration group 5 mode manual/dynamic/static
interface ethernet 1/0/1
port link-aggregation group 5
port link-type trunk
port trunk permit vlan all
或者
interface bridge-aggregation 1
link-aggreation mode dynamic
port link-type trunk
port trunk permit vlan all
interface ethernet 1/0/1
port link-aggregation group 1
port link-type trunk
port trunk permit vlan all
cisco(LACP协议):
trunk口:
interface fastethernet0/1
switchport trunk encapsulation dot1q/isl
switchport mode trunk
switchport trunk allowed vlan all
聚合口:
interface port-channel 5
switchport mode trunk
switchport trunk allowed vlan all
interface f0/27
switchport mode trunk
switchport trunk allowed vlan all
channel-group 5 mode on/active/passive/desirable/auto