1、组网说明:『配置环境参数』1. 交换机SwitchA和SwitchB通过以太网口实现互连。2. SwitchA用于互连的端口为e0/1和e0/2,SwitchB用于互连的端口为e0/1和e0/2。『组网需求』增加SwitchA的SwitchB的互连链路的带宽,并且能够实现链路备份,使用端口汇聚。
2、【SwitchA交换机配置】1. 旅邯佤践进入端口E0/1[SwitchA]interface Ethernet 0/12. 汇谣缟胃堕聚端口必须工作在全双工模式[SwitchA-Ethernet0/1]duplex full3. 汇聚的端口速率要求相同,但不能是自适应[SwitchA-Ethernet0/1]speed 1004. 进入端口E0/2[SwitchA]interface Ethernet 0/25. 汇聚端口必须工作在全双工模式[SwitchA-Ethernet0/2]duplex full6. 汇聚的端口速率要求相同,但不能是自适应[SwitchA-Ethernet0/2]speed 1007. 根据源和目的MAC进行端口选择汇聚[SwitchA]link-aggregation Ethernet 0/1 to Ethernet 0/2 both
3、【SwitchB交换机配置】[Sw坡纠课柩itchB]interface Ethernet 0/1[SwitchB-Ethernet0/1]duplex full[SwitchB-Ethernet0/1]speed 100[SwitchB]interface Ethernet 0/2[SwitchB-Ethernet0/2]duplex full[SwitchB-Ethernet0/2]speed 100[SwitchB]link-aggregation Ethernet 0/1 to Ethernet 0/2 both