通過本實驗,讀者可以掌握如下技能:
①etherchannel的工作原理;
②etherchannel的配置。
實驗拓撲圖如圖下所示。
構成enterchannel的埠必須具有相同的特性,如雙工模式、速度和trunking 的狀態等。配置etherchannel有手支配置和自動配置(pagp或者lagp)兩種方法,自動配置就是讓etherchannel協商協議自動協商etherchannel的建立。
s1
(config)#inte***ce port-channel 1
//以上是建立以太通道,要指定乙個唯一的通道組號,組號的範圍是1~6的正整數。要取消etherchannel時用」no inte***ce port-channel 1」命令
s1(config)#inte***ce f0/
13s1
(config-
if)#channel-group 1 mode on
s1(config)#inte***ce f0/
14s1
(config-
if)#channel-group 1 mode on
//以上將物理介面指定到已建立的通道中
s1(config)#int port-channel 1
s1(config-
if)#switchport mode trunk
s1(config-
if)#speed 100
s1(config-
if)#duplex full
//以上配置通道中的物理介面的速率及雙工等屬性
s2(config)#inte***ce port-channel 1
s2(config)#inte***ce f0/
13s2
(config-
if)#channel-group 1 mode on
s2(config)#inte***ce f0/
14s2
(config-
if)#channel-group 1 mode on
s2(config)#int port-channel 1
s2(config-
if)#switchport mode trunk
s2(config-
if)#speed 100
s2(config-
if)#duplex full
s1(config)#port-channel load-balance dst-msc
s2(config)#port-channel load-balance dst-msc
//以上是配置etherchannel的負載平衡方式,命令格式為」port-channel load-balance method」,負載平衡的方式有:dst-ip、dst-mac、src-dst-ip、src-dst-mac等
s1#show etherchannel summary
flags; d - down p - in port-channel
i - stand-alone s - suspended
h - hot-standby (lacp only)
r - layer3 s - layer2
u - in use f - failed to allocate aggregator
u - unsuitable for bundling
w – waiting to be aggregated
d -default port
number of channel-groups in use;
1number of aggregators;
1group port-channel protocol ports
------+
----
----
-----+
----
-------
+------
----
----
----
----
----
----
----
----
----
-----1
po1(su)
- fa0/
13(pd) fa0/
14(p)
//可以看到etherchannel已經形成,」su」表示etherchannel正常,如果顯示為」sd」,表示把ethernetchannel介面關掉重新開啟。
(4)配置pagp或者lagp
【技術要點】
要想把介面配置為pagp的desirable模式使用命令:」channel-group 1 mode desirable」;
要想把介面配置為pagp的auto模式使用命令:」channel-group 1 mode auto」;
要想把介面配置為lacp的active模式使用命令:」channel-group 1 mode active」;
要想把介面配置為lacp的passive模式使用命令:」channel-group 1 mode passive」。
在這裡進行如下配置:
s1(config)#inte***ce range f0/
13 – 14
s1(config-
if)#channel-group 1 mode desirable
s2(config)#inte***ce range f0/
13 – 14
s2(config-
if)#channel-group 1 mode desirable
s1#show etherchannel summary
flags; d - down p - in port-channel
i - stand-alone s - suspended
h - hot-standby (lacp only)
r - layer3 s - layer2
u - in use f - failed to allocate aggregator
u - unsuitable for bundling
w – waiting to be aggregated
d -default port
number of channel-groups in use;
1number of aggregators;
1group port-channel protocol ports
------+
----
----
-----+
----
-------
+------
----
----
----
----
----
----
----
----
----
-----1
po1(su)
- fa0/
13(pd) fa0/
14(p)
//可以看到etherchannel協商成功。注意:應在鏈路的兩端都進行檢查,確認兩端都形成以太通道才行
鏈路聚合實驗
二層交換機的鏈路聚合 鏈路聚合 利用埠繫結技術,將一組物理介面 在一起作為乙個邏輯介面來增加貸款,可以提供更高的通訊頻寬和更高的可靠性,不僅為裝置提供了冗餘保護,而且不需要對硬體進行公升級。拓撲圖 sw3配置 vlan 10 int e0 0 5 port link type access port...
BGP聚合路由小實驗
目的 分析聚合路由在傳遞時能否繼承明細 抑制明以及團體屬性的傳遞問題 實驗拓撲如下 配置完成後檢查鄰居 r2 dis bgp peer bgp local router id 12.1.1.2 local as number 2 total number of peers 2 peers in es...
實驗三 埠掃瞄實驗
了解埠掃瞄的基本概念和工作原理 編寫乙個利用全連線的埠掃瞄程式,能顯示目標主機的埠開放情況。要求能在命令列輸入要掃瞄的目標主機和埠範圍。比如 scan nnnn mmmm 一 實驗內容 編寫乙個利用全連線的埠掃瞄程式,能顯示目標主機的埠開放情況。要求能在命令列輸入要掃瞄的目標主機和埠範圍。比如 sc...