Specifications

13-11
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 13 Configuring Cisco Express Forwarding
Configuration Examples for Configuring a Load-Balancing Scheme for Cisco Express Forwarding Traffic
Configuration Examples for Configuring a Load-Balancing
Scheme for Cisco Express Forwarding Traffic
This section provides the following examples for configuring a load-balancing scheme for Cisco Express
Forwarding traffic.
Selecting a Cisco Express Forwarding Load-Balancing Algorithm: Example
The router is set to perform universal load balancing by default.
The following examples show how to select a different Cisco Express Forwarding load-balancing
algorithm:
Selecting a Tunnel Load-Balancing Algorithm for Cisco Express Forwarding Traffic: Example,
page 13-11
Selecting an Include-Ports Layer 4 Load-Balancing Algorithm for Cisco Express Forwarding
Traffic: Example, page 13-11
Selecting a Tunnel Load-Balancing Algorithm for Cisco Express Forwarding Traffic: Example
The following example shows how to select a tunnel load-balancing algorithm for Cisco Express
Forwarding:
configure terminal
!
ip cef load-sharing algorithm universal 111
end
The following example shows how to disable the tunnel load-balancing algorithm:
configure terminal
!
no ip cef load-sharing algorithm universal 111
end
Selecting an Include-Ports Layer 4 Load-Balancing Algorithm for Cisco Express Forwarding Traffic:
Example
The following example shows how to select an include-ports Layer 4 load-balancing algorithm for Cisco
Express Forwarding traffic:
configure terminal
!
ip cef load-sharing algorithm include-ports source
end
This example sets up load sharing that includes the source port in the load-balancing decision.
To disable the include-ports Layer 4 load-balancing algorithm and return to the default universal mode,
enter the following commands:
configure terminal
!
no ip cef load-sharing algorithm
end