Configuration Guide    Aggregate Port Configuration 
Configuring a Layer3 Aggregate Port 
By default, an aggregate port is on layer 2. To configure a layer-3 AP, perform 
the following operations. 
The example below shows how to configure a layer-3 AP (AP 3) and configure 
its IP address (192.168.1.1): 
Ruijie# configure terminal 
Ruijie(config)# interface aggretegateport 3 
Ruijie(config-if)# no switchport 
Ruijie(config-if)# ip address 192.168.1.1 255.255.255.0 
Ruijie(config-if)# end 
 
Only L3 switch support L3 AP. 
You shall create a L3 AP before adding the interface to the L3 
AP by executing port-group command.   
 
The example below shows how to add the interface gigabitEthernet 0/1-3 to L3 
AP:   
Ruijie# configure terminal 
Ruijie(config)# interface range gigabitEthernet 0/1-3 
Ruijie(config-if)# no switchport 
Ruijie(config-if)# port-group 2 
Configuring Traffic Balancing on an Aggregate Port 
In the configuration mode, configure traffic balancing on the AP by performing 
the following steps: 
Ruijie(config)# aggregateport 
load-balance {dst-mac | 
src-mac | src-dst-mac | 
dst-ip | src-ip | src-dst-ip } 
Set the AP traffic balancing and select the 
algorithm: 
dst-mac:  Distribute  traffic  according  to  the 
destination  MAC  addresses  of  the  incoming 
packets.   
src-mac: Distribute traffic according to the source 
MAC addresses of the incoming packets.   
src-dst-mac:  Distribute  traffic  according  to  the 
combination  of  the  source  MAC  addresses  and 
destination  MAC  addresses  of  the  incoming 
packets.   
src-ip: Distribute traffic according to the source IP 
addresses of the incoming packets.   
dst-ip:  Distribute  traffic  according  to  the