How to setup IP Policy based routing in Cisco Router(IOS)
Posted on Apr 03, 2008 under Cisco | No CommentTags:acl Cisco ios ip-policy route-map router
Cisco routers running Cisco IOS supports pased based IP Routing which can route packets based on a set IP Policy exiting an Interface.
Policy based routing in Cisco ROuters can be performed by using "route-map" and then applying as a policy to the interface of the IP Packets.
The route-map has a list of "match" and "set" commands where match defines the criteria under which the policy routing is performed (say, match a destination IP or a standard or Extended ACL) and set defines the actions to perform when match criteris met (say, set next hop).
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

