Skip to main content

tplogin.cn首页 > 新闻资讯 >

聚合链路PAGP

2012-10-10 22:09 浏览:

 聚合链路: 聚合链路协议:

PAGP(端口聚合和协议)
cisco专有
LACP(链路聚合协议)
公共标准
PAGP协商规律:desirable表示主动协商 ,Auto表示被动协商,on表示强制端口不使用PAGP或LACP进行协商来形成EtherChannel。(是表示可以建立隧道,否则反之)
模式
on
desirable
auto
on
desirable
auto
LACP协商规律:ative表示主动协商 ,Passive表示被动协商,on表示强制端口不使用PAGP进行协商来形成EtherChannel。(是表示可以建立隧道,否则反之)
模式
on
ative
passive
on
ative
passive

下面我就用PAGP协议配置:

SW1(config)# int range f0/1 -2
SW1(config-if-range)# channel-protocol pagp  //指定通道的协议类型
SW1(config-if-range)# channel-group 1 mode desirable  //创建port-channel端口,并为端口定义模式
SW1(config)# int port-channel 1 //进入通道1
SW1(config-if)#switchport trunk encapsulation dot1q  
SW1(config-if)#switchport mode trunk
SW2(config)# int range f0/1 -2
SW2(config-if-range)# channel-protocol pagp  //指定通道的协议类型
SW2(config-if-range)# channel-group 1 mode desirable  //创建port-channel借口,并为端口定义模式
SW2(config)# int port-channel 1 //进入通道1
SW2(config-if)#switchport trunk encapsulation dot1q  
SW2(config-if)#switchport mode trunk
其他的协议大致也是这样配置的。
几种查看命令:
show etherchannel port-channel  //查看etherchannel 的工作状态
show etherchannel summary    //查看etherchannel的汇总信息

本文出自 “笃行” 博客

相关文章

华为交换机间链路聚合

2014-08-19 23:13:22    浏览: 50

关于OSPF默认路由的分布以及链路冗余并启用NAT

2014-04-04 23:44:33    浏览: 137

广域网链路技术之小小的总结

2014-02-23 00:12:15    浏览: 68

路由聚合、ARP代理

2013-12-19 01:06:28    浏览: 72

演示:在思科路由器上IPv6本地链路地址的配置

2013-12-06 00:04:29    浏览: 109