The PBR Recursive Next Hop feature enhances route maps to enable configuration of a recursive next-hop IP address that is used by policy-based routing (PBR). The recursive next-hop IP address is installed in the routing table and can be a subnet that is not directly connected. If the recursive next-hop IP address is not available, packets are routed using a default route.
Because Cisco Express Forwarding (CEF) or process switching provides the infrastructure, the benefit of this feature is the CEF loadsharing.
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 at the end of this module.
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.
Restrictions for PBR Recursive Next Hop
If there are multiple equal-cost routes to the subnet that have been configured by the
set next-hop recursive command, load balancing will occur only if all the adjacencies to the routes are resolved. If any of the adjacencies have not been resolved, load balancing will not occur and only one of the routes whose adjacency is resolved will be used. If none of the adjacencies are resolved, then the packets will be processed, resulting in the resolution of at least one of the adjacencies, leading to the programming of the adjacency in the hardware. Policy based routing relies on routing protocols or other means to resolve all adjacencies and as a result, load balancing occurs.
The infrastructure provided by CEF or process switching performs the recursion to the next-hop IP address. The configuration sequence, which affects routing, is as follows:
Next-hop
Next-hop recursive
Interface
Default next-hop
Default interface
If both a next-hop address and a recursive next-hop IP address are present in the same route-map entry, the next hop is used. If the next hop is not available, the recursive next hop is used. If the recursive next hop is not available and no other IP address is present, the packet is routed using the default routing table; it is not dropped. If the packet is supposed to be dropped, use the setipnext-hopcommand with the recursive keyword, followed by a setinterfacenull0 configuration.
Perform this task to set the IP address for the recursive next-hop router.
Before You Begin
If loadsharing is required, CEF loadsharing should be configured for per-packet or per-destination loadsharing. Loadbalancing should be done over all equal-cost routes to the subnet that has been configured by the setipnext-hoprecursivecommand.
This functionality should be available in centralized and distributed systems.
Note
Only one recursive next-hop IP address is supported per route-map entry.
Router(config-route-map)# set ip next-hop recursive 10.20.3.3
Sets a recursive next-hop IP address.
Note
This configuration does not ensure that packets get routed using the recursive IP address if an intermediate IP address is a shorter route to the destination.
Step 7
matchipaddressaccess-list-number
Example:
Router(config-route-map)# match ip address 101
Sets an access list to be matched.
Step 8
end
Example:
Router(config-route-map)# end
Exits route-map configuration mode and returns to privileged EXEC mode.
Verifying the Recursive Next-Hop Configuration
To verify the recursive next-hop configuration, perform the following steps.
SUMMARY STEPS
1.showrunning-config | beginabccomp
2.showroute-mapmap-name
DETAILED STEPS
Step 1
showrunning-config | beginabccomp
Use this command to verify the IP addresses for a next-hop and recursive next-hop IP address, for example:
Example:
Router# show running-config | begin abccomp
route-map abccomp permit 10
match ip address 101 ! Defines the match criteria for an access list.
set ip next-hop recursive 10.3.3.3 ! If the match criteria are met, the recursive IP address is set.
set ip next-hop 10.1.1.1 10.2.2.2 10.4.4.4
Step 2
showroute-mapmap-name
Use this command to display the route maps, for example:
Example:
Router# show route-map abccomp
route-map abccomp, permit, sequence 10
Match clauses:
ip address (access-lists): 101
Set clauses:
ip next-hop recursive 10.3.3.3
ip next-hop 10.1.1.1 10.2.2.2 10.4.4.4
Policy routing matches: 0 packets, 0 bytes
"BGP Multipath Load Sharing for Both eBGP and iBGP in an MPLS-VPN" module in the
BGP Configuration Guide
BGP route map configuration tasks and configuration examples.
"Connecting to a Service Provider Using External BGP" module in the
BGP Configuration Guide
BGP communities and route maps.
"BGP Cost Community" module in the
BGP Configuration Guide
RFCs
RFC
Title
RFC 791
Internet Protocol
RFC 1219
Variable-Length Subnet Masks
Technical Assistance
Description
Link
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.
To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.
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
www.cisco.com/go/cfn. An account on Cisco.com is not required.
Table 1 Feature Information for PBR Recursive Next Hop
Feature Name
Releases
Feature Information
PBR Recursive Next Hop
Cisco IOS XE Release 2.2
This feature was introduced on the Cisco ASR 1000 Series Aggregation Services Routers.
The following commands were modified by this feature:
setipnext-hop,
showroute-map.