Policy-Based Routing
The Policy-Based Routing feature is a process whereby a device puts packets through a route map before routing the packets. The route map determines which packets are routed next to which device. Policy-based routing is a more flexible mechanism for routing packets than destination routing.
- Finding Feature Information
- Prerequisites for Policy-Based Routing
- Information About Policy-Based Routing
- How to Configure Policy-Based Routing
- Configuration Examples for Policy-Based Routing
- Additional References
- Feature Information for Policy-Based Routing
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for Policy-Based Routing
For Policy-Based Routing, IPBase is a minimum licensing requirement.
Information About Policy-Based Routing
Policy-Based Routing
Policy-based routing is a process whereby the device puts packets through a route map before routing them. The route map determines which packets are routed to which device next. You might enable policy-based routing if you want certain packets to be routed some way other than the obvious shortest path. Possible applications for policy-based routing are to provide equal access, protocol-sensitive routing, source-sensitive routing, routing based on interactive versus batch traffic, and routing based on dedicated links. Policy-based routing is a more flexible mechanism for routing packets than destination routing.
To enable policy-based routing, you must identify which route map to use for policy-based routing and create the route map. The route map itself specifies the match criteria and the resulting action if all of the match clauses are met.
To enable policy-based routing on an interface, indicate which route map the device should use by using the ip policy route-map map-tag command in interface configuration mode. A packet arriving on the specified interface is subject to policy-based routing except when its destination IP address is the same as the IP address of the device’s interface. This ip policy route-map command disables fast switching of all packets arriving on this interface.
To define the route map to be used for policy-based routing, use the route-map map-tag [permit | deny] [sequence-number] global configuration command.
Only set ip next-hop command can be used under route-map configuration mode when you configure policy-based routing.
To define the criteria by which packets are examined to learn if they will be policy-based routed, use either the match length minimum-length maximum-length command or the match ip address {access-list-number | access-list-name} [access-list-number | access-list-name] command or both in route map configuration mode. No match clause in the route map indicates all packets.
To display the cache entries in the policy route cache, use the show ip cache policy command.
Note | Mediatrace will show statistics of incorrect interfaces with policy-based routing (PBR) if the PBR does not interact with CEF or Resource Reservation Protocol (RSVP). Hence configure PBR to interact with CEF or RSVP directly so that mediatrace collects statistics only on tunnel interfaces and not physical interfaces. |
How to Configure Policy-Based Routing
Configuring Policy-Based Routing
1.
enable
2.
configure
terminal
3.
interface
type number
4.
no
switchport
5.
ip policy
route-map
map-tag
6.
exit
7.
route-map
map-tag [permit |
deny]
[sequence-number]
8.
Enter one or
both of the following commands:
9.
set ip next-hop
ip-address [...ip-address]
10.
end
DETAILED STEPS
Configuration Examples for Policy-Based Routing
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
IP routing protocol-independent commands |
Cisco IOS IP Routing: Protocol-Independent Command Reference |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for Policy-Based Routing
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to . An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
Policy-Based Routing |
Cisco IOS XE Release 3.2SE Cisco IOS XE Release 3.3SE |
The Policy-Based Routing feature is a process whereby a device puts packets through a route map before routing the packets. The route map determines which packets are routed next to which device. Policy-Based Routing introduces a more flexible mechanism for routing packets than destination routing. In Cisco IOS XE Release 3.2SE, support was added for the Cisco Catalyst 3850 Series Switches. In Cisco IOS XE Release 3.3SE , support was added for the Cisco Catalyst 3650 Series Switches and Cisco Catalyst 3850 Series Switches. The following command was introduced or modified: ip policy route-map. |