GTAC-Sophia Publish time 2023-6-26 11:28:05

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
data/attachment/forum/202306/26/112400d9h7trve86tvjiv8.png


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>enableSW1#configure terminalSW1(config)#interface range gigabitEthernet 0/1-2------> configure a range of interfaces with the same commandSW1(config-if-range)#port-group 1 ------>put G0/1and G0/2 in AP 1 in static modeSW1(config-if-range)#exitSW1(config)#interface aggregate port 1                     SW1(config-if-Aggregate Port 1)#switchport mode trunk------>configure AP 1 as TrunkSW1(config-if-AggregatePort 1)#exitSW1(config)#aggregateport load-balance src-mac ------>modify load balance method toSrc-MAC. By default, it is Src-Dst-MAC.SW1(config)#exitSW1#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 modeSW1(config-if-range)#exitSW1(config)#interface aggregate port 1                     SW1(config-if-Aggregate Port 1)#switchport modetrunk ------>configureAP 1 as TrunkSW1(config-if-AggregatePort 1)#exit

Pages: [1]
View full version: How to configure layer 2 aggregation port on Ruijie switch?