鏈路捆綁ide
1. 實驗拓撲:spa
使用GNS3模擬器(版本 0.8.5)3d
2.實驗需求:orm
1 把sw1的3個接口集合成一個接口blog
2 把sw2的3個接口集合成一個接口接口
3.配置腳本圖片
給c1c2配IPip
sw1#conf tci
sw1(config)#no ip routing 關閉路由功能路由
ctri +c
sw1#
sw1#show ip int f1/10
代寬是100M 要把他集合成300M
sw1:上配置
sw1#conf t
sw1(config)#int range fa1/10 -12
sw1(config-if-range)#channel-group 1 mode on 集合成一個接口
sw1(config)#
sw2:上配置
sw2#conf t
sw2(config)#no ip routing
sw2(config)#int range fa1/10 - 12
sw2(config-if-range)#channel-group 1 mode on
sw2#
sw2#show ip int b
多出了這個接口
sw2#show int port-channel 1
代寬變成300M了
爲何要這個協議 由於有生成樹協議默認只讓一個接口通 其餘接口都不通 因此要把他們作在一塊兒提升代寬