实验二 配置端口聚合

    技术2022-05-19  26

    实验二 配置端口聚合

    要求聚合的端口工作在全双工,速度一致,在同一槽口且连续。参数:ingress:源MAC, both:源和目的MAC

    对于SwitchA:[Quidway]sysname SwitchA[SwitchA]interface ethernet0/1[SwitchA-Ethernet0/1]duplex full[SwitchA-Ethernet0/1]speed 100[SwitchA-Ethernet0/1]port link-type trunk[SwitchA-Ethernet0/1]port trunk permit vlan all

    [SwitchA-Ethernet0/1]int e0/2[SwitchA-Ethernet0/2]duplex full[SwitchA-Ethernet0/2]speed 100[SwitchA-Ethernet0/2]port link-type trunk[SwitchA-Ethernet0/2]port trunk permit vlan all

    对于SwitchB:[Quidway]sysname SwitchB[SwitchB]interface ethernet0/1[SwitchB-Ethernet0/1]duplex full[SwitchB-Ethernet0/1]speed 100[SwitchB-Ethernet0/1]port link-type trunk[SwitchB-Ethernet0/1]port trunk permit vlan all

    [SwitchB-Ethernet0/1]int e0/2[SwitchB-Ethernet0/2]duplex full[SwitchB-Ethernet0/2]speed 100[SwitchB-Ethernet0/2]port link-type trunk[SwitchB-Ethernet0/2]port trunk permit vlan all

    聚合操作:

    [SwitchA]link-aggregation ethernet0/1 to ethernet0/2 both[SwitchB]link-aggregation ethernet0/1 to ethernet0/2 both

    [SwitchA]display link-aggregation ethernet0/1[SwitchA]undo link-aggregation all

     


    最新回复(0)