加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

H3C如何跟cisco起端口聚合

(2015-08-31 16:46:56)
标签:

it

分类: 网络
  H3C    H3C-LACP  
cisco  manual cisco-LACP dynamic static
on active
    passive X
端口聚合有3种方式可以配置,LACP协议,PAGP协议,静态模式。
如何双方是cisco的设备,那就双方用PAGP或者静态模式
如何双方是H3C的设备,那就双方用LACP或者静态模式
如何一边是H3C,一边是cisco,那就只能用LACP或者静态模式了。
H3C(LACP协议 ):

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

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有