Ruijie Community

Title: How to configure layer 2 aggregation port on Ruijie switch? [Print this page]

Author: GTAC-Sophia    Time: 2023-6-26 11:28
Title: How to configure layer 2 aggregation port on Ruijie switch?
Requirements
Enable Layer 2 AP on the ports between two Core switches to expand inter-connection bandwidth and ensure a high available network. Use src-mac load balance method.
Network Topology



Configuration Tips
1. Put Aggregate Port members ports in a specified Aggregate Port group
2. Configure Aggregation Port as Trunk port
3. Modify load balance method
Configuration Steps
1. Static mode:


SW1>enable

SW1#configure terminal

SW1(config)#interface range gigabitEthernet 0/1-2  ------> configure a range of interfaces with the same command

SW1(config-if-range)#port-group 1 ------>put G0/1and G0/2 in AP 1 in static mode

SW1(config-if-range)#exit

SW1(config)#interface aggregate port 1                       

SW1(config-if-Aggregate Port 1)#switchport mode trunk  ------>configure AP 1 as Trunk

SW1(config-if-AggregatePort 1)#exit

SW1(config)#aggregateport load-balance src-mac ------>modify load balance method toSrc-MAC. By default, it is Src-Dst-MAC.

SW1(config)#exit

SW1#wr



Dynamic model (LACP):


SW1(config)#interface range gigabitEthernet0/1-2   

SW1(config-if-range)#port-group 1 mode active ------>put G0/1and G0/2 in AP 1 in dynamic mode

SW1(config-if-range)#exit

SW1(config)#interface aggregate port 1                       

SW1(config-if-Aggregate Port 1)#switchport modetrunk ------>configureAP 1 as Trunk

SW1(config-if-AggregatePort 1)#exit








Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2