此範例組態會在執行Catalyst OS(CatOS)的Cisco Catalyst 6500和Catalyst 3500XL交換器之間設定EtherChannel。EtherChannel可稱為快速EtherChannel(FEC)或Gigabit EtherChannel(GEC)。 名稱取決於用來形成EtherChannel的介面或埠的速度。在此案例中,您可以使用任何這些交換器來取得相同的結果:
執行CatOS的任何Catalyst 4500/4000、5500/5000或6500/6000系列交換器
任何Catalyst第2層(L2)固定設定2900XL或3500XL系列交換器
在本文檔中,將每台交換機的兩個快速乙太網埠捆綁到FEC中。在本檔案中,術語「FEC」、「GEC」、「埠通道」、「通道」和「埠組」均指的是EtherChannel。
嘗試此組態之前,請確保符合以下要求:
熟悉在Catalyst 2900XL或3500XL交換機上配置EtherChannel要使用的命令
如需命令的詳細資訊,請參閱Catalyst 2900 XL和Catalyst 3500 XL軟體組態設定指南12.0(5)WC5、12.0(5)WC6檔案的設定交換器連線埠一節。
熟悉在運行CatOS的交換機上配置EtherChannel要使用的命令
如需命令的詳細資訊,請參閱Catalyst 6500系列軟體組態設定指南8.7檔案的設定EtherChannel一節。
本文中的資訊係根據以下軟體和硬體版本:
執行Cisco IOS®軟體版本12.0(5)WC9的Catalyst 3500XL交換器(型號WS-C3524-PWR-XL-EN)
執行CatOS軟體版本8.2.1的Catalyst 6500交換器(搭載Supervisor引擎II的型號6506)
本文中的資訊是根據特定實驗室環境內的裝置所建立。文中使用到的所有裝置皆從已清除(預設)的組態來啟動。如果您的網路正在作用,請確保您已瞭解任何指令可能造成的影響。
如需文件慣例的詳細資訊,請參閱思科技術提示慣例。
您必須手動建立EtherChannel,因為Catalyst 2900XL/3500XL交換器不支援連線埠聚合通訊協定(PAgP);CatOS交換機支援PAgP。PAgP有助於自動建立FEC和GEC。有關PAgP的詳細資訊,請參閱Catalyst 6500系列軟體配置指南8.7文檔的配置EtherChannel部分。
按以下步驟順序建立埠通道:
注意:按此順序執行步驟時,可避免在配置過程中可能發生的生成樹協定(STP)問題。如果在將CatOS交換器設定為通道之前,將XL交換器設定為通道,則STP可以關閉Catalyst 6500交換器上處於錯誤停用狀態的連線埠。
在CatOS交換器上發出set port disable module/port 命令。
命令將埠設定為禁用模式,用於埠通道化。
在XL交換機上建立埠通道(埠組)。
在CatOS交換機上建立埠通道。
注意:請確保將通道模式設定為「開啟」。 此設定是必需的,用於禁用埠上的PAgP並強制埠形成通道。
在CatOS交換器上發出set port enable module/port 命令。
此命令會重新啟用先前已禁用的連線埠。
本節提供用於設定本文件中所述功能的資訊。
註:使用Command Lookup Tool (僅限註冊客戶)查詢有關本文檔中使用的命令的更多資訊。
本檔案會使用以下網路設定:
本檔案會使用以下設定:
Catalyst 3524XL |
---|
Current configuration: ! version 12.0 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname cat3500 ! enable password mysecret !--- This is the privileged mode password for the example. ! ! ! ! ! ip subnet-zero ! ! ! interface FastEthernet0/1 port group 1 !--- The port group |
Catalyst 6506 |
---|
begin ! # ***** NON-DEFAULT CONFIGURATION ***** ! ! #time: Sun Feb 1 2004, 14:03:48 ! #version 8.2(1) ! !--- Output suppressed. ! #ip set interface sc0 1 10.10.10.3/255.255.255.0 10.10.10.255 !--- This is the IP address for management. ! !--- Output suppressed. ! #port channel set port channel 2/1-2 15 !--- The set port channel |
使用本節內容,確認您的組態是否正常運作。
輸出直譯器工具 (僅供已註冊客戶使用)(OIT)支援某些show命令。使用OIT檢視show命令輸出的分析。
檢查Catalyst 2900XL/3500XL交換器中的連線埠通道:
show port group
show port group group-number
檢查Catalyst 2900XL/3500XL交換器中的跨距樹狀目錄狀態:
show spanning-tree
檢查CatOS交換器中的連線埠通道:
show port capabilities module
show port channel
show port channel module/port
show port channel info
檢查CatOS交換器中的跨距樹狀目錄狀態:
show spantree
show spantree vlan
show spantree module/port
show port group
cat3500# show port group Group Interface Transmit Distribution ----- --------------------- --------------------- 1 FastEthernet0/1 source address 1 FastEthernet0/2 source address cat3500#
show spanning-tree
cat3500# show spanning-tree Spanning tree 1 is executing the IEEE compatible Spanning Tree protocol Bridge Identifier has priority 32768, address 00d0.5868.f180 Configured hello time 2, max age 20, forward delay 15 Current root has priority 32768, address 00d0.020e.2c00 Root port is 1, cost of root path is 12 Topology change flag not set, detected flag not set, changes 10 Times: hold 1, topology change 35, notification 2 hello 2, max age 20, forward delay 15 Timers: hello 0, topology change 0, notification 0 Interface Fa0/1 (port 1) in Spanning tree 1 is FORWARDING Port path cost 12, Port priority 128 Designated root has priority 32768, address 00d0.020e.2c00 Designated bridge has priority 32768, address 00d0.020e.2c00 Designated port is 33, path cost 0 Timers: message age 2, forward delay 0, hold 0 BPDU: sent 4, received 633 Interface Fa0/3 (port 15) in Spanning tree 1 is down Port path cost 100, Port priority 128 Designated root has priority 32768, address 00d0.020e.2c00 Designated bridge has priority 32768, address 00d0.5868.f180 !--- Output suppressed.
注意:此輸出不顯示介面Fa0/2,因為該介面與埠通道中的Fa0/1捆綁在一起。請參見輸出中的(埠1)。
show port capabilities module — 使用此命令檢查模組是否支援EtherChannel。
cat6506> (enable) show port capabilities 2 Model WS-X6348-RJ-45 Port 2/1 Type 10/100BaseTX Speed auto,10,100 Duplex half,full Trunk encap type 802.1Q,ISL Trunk mode on,off,desirable,auto,nonegotiate Channel yes Broadcast suppression percentage(0-100) Flow control receive-(off,on),send-(off) Security yes Membership static,dynamic Fast start yes QOS scheduling rx-(1q4t),tx-(2q2t) CoS rewrite yes ToS rewrite DSCP UDLD yes Inline power auto,off AuxiliaryVlan 1..1000,1025..4094,untagged,dot1p,none SPAN source,destination COPS port group 2/1-48 Link debounce timer yes Dot1q-all-tagged yes -------------------------------------------------------------- Model WS-X6348-RJ-45 Port 2/2 Type 10/100BaseTX Speed auto,10,100 Duplex half,full Trunk encap type 802.1Q,ISL Trunk mode on,off,desirable,auto,nonegotiate Channel yes Broadcast suppression percentage(0-100) Flow control receive-(off,on),send-(off) Security yes Membership static,dynamic Fast start yes QOS scheduling rx-(1q4t),TX(2q2t) COs rewrite yes ToS rewrite DSCP UDLD yes Inline power auto,off AuxiliaryVlan 1..1000,1025..4094,untagged,dot1p,none SPAN source,destination COPS port group 2/1-48 Link debounce timer yes Dot1q-all-tagged yes -------------------------------------------------------------- !--- Output suppressed.
show port channel
cat6506> (enable) show port channel Port Status Channel Admin Ch Mode Group Id ----- ---------- -------------------- ----- ----- 2/1 connected on 15 1762 2/2 connected on 15 1762 Port Device-ID Port-ID Platform ----- ------------------------------- ------------------------- ---------------- 2/1 cat3500 FastEthernet0/1 cisco WS-C3524-PWR-XL 2/2 cat3500 FastEthernet0/2 cisco WS-C3524-PWR-XL cat6506> (enable)
show port channel info
cat6506> (enable) show port channel info Switch Frame Distribution Method: ip both Port Status Channel Admin Channel Speed Duplex Vlan mode group id ----- ---------- -------------------- ----- ------- ----- ------ ---- 2/1 connected on 15 1762 a-100 a-full 1 2/2 connected on 15 1762 a-100 a-full 1 Port Channel Oper-group Neighbor Oper-Distribution PortSecurity/ ifIndex Oper-group Method Dynamic port ----- ------- ---------- ---------- ----------------- ------------- 2/1 67 241 ip both 2/2 67 241 ip both Port Device-ID Port-ID Platform ----- ------------------------------- ------------------------- ---------------- 2/1 cat3500 FastEthernet0/1 cisco WS-C3524-PWR-XL 2/2 cat3500 FastEthernet0/2 cisco WS-C3524-PWR-XL !--- Output suppressed.
show spantree vlan
cat6506> (enable) show spantree 1 VLAN 1 Spanning tree mode RAPID-PVST+ Spanning tree type ieee Spanning tree enabled Designated Root 00-04-9b-bf-04-00 Designated Root Priority 32768 Designated Root Cost 0 Designated Root Port 1/0 Root Max Age 20 sec Hello Time 2 sec Forward Delay 15 sec Bridge ID MAC ADDR 00-04-9b-bf-04-00 Bridge ID Priority 32768 Bridge Max Age 20 sec Hello Time 2 sec Forward Delay 15 sec Port State Role Cost Prio Type ------------------------ ------------- ---- --------- ---- -------------------- 1/1 not-connected - 4 32 1/2 not-connected - 4 32 2/1-2 forwarding DESG 12 32 P2P, PEER(STP) 2/3 not-connected - 100 32 2/4 not-connected - 100 32 2/5 not-connected - 100 32 2/6 not-connected - 100 32 !--- Output suppressed.
show spantree module/port
cat6506> (enable) show spantree 2/1 Edge Port: No, (Configured) Default Link Type: P2P, (Configured) Auto Port Guard: Default Port Vlan State Role Cost Prio Type ------------------------ ---- ------------- ---- --------- ---- ----------------- 2/1-2 1 forwarding DESG 12 32 P2P, PEER(STP) cat6506> (enable) cat6506> (enable) show spantree 2/2 Edge Port: No, (Configured) Default Link Type: P2P, (Configured) Auto Port Guard: Default Port Vlan State Role Cost Prio Type ------------------------ ---- ------------- ---- --------- ---- ----------------- 2/1-2 1 forwarding DESG 12 32 P2P, PEER(STP) cat6506> (enable)
註:連線埠2/1和2/2的show spantree module/port 命令的輸出會顯示相同的結果,因為這些連線埠都歸組在一個通道中。
目前尚無適用於此組態的具體疑難排解資訊。