Motorola RF Switch CLI Reference Guide
12-18
The following example defines the load balance based on the IP or MAC address:
RFSwitch(config)#interface sa1
RFSwitch(config-if)#port-channel load-balance src--dst-ip
RFSwitch(config-if)#
12.1.12.1 Configuring a Port Aggregation
Use static-channel-group and port-channel for configuring port aggregation. Follow
the steps below to configure port aggregation:
1. Create a static channel group for port aggregation and associate an interface with it.
RFSwitch(config)#interface ge 1
RFSwitch(config-if)#static-channel-group 1
2. Execute show static-channel-group and ensure the virtual static aggregation
sa 1 has been created and associated with
ge 1.
3. Select the other interface required for port aggregation and associate the static
channel group to it.
RFSwitch(config)#interface ge 2
RFSwitch(config-if)#static-channel-group 1
4. Execute show static-channel-group and ensure the virtual static aggregation
sa 1 has been created and associated with
ge 2.
Both ge 1 and ge 2 are now aggregated and ready for use.