This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Sunday, October 24, 2010

Question 150

What does "ip route-cache policy" accomplish?

1 comments:

Packets Analyzed said...

This was added as of 12.0 to allow policy based routing to be fast switched. Fast switching with policy based routing is not enabled by default and uses process based switching. To enable policy based routing and fast switching you must enable policy based routing first then enable "ip route-cache policy"

Example:

interface fastethernet 0/1
ip policy route-map PBR
ip route-cache policy

"show ip cache policy"

Post a Comment