04-18-2012 10:29 PM - edited 03-07-2019 06:13 AM
I have tried to make policy based routing on Cisco 3560. I use ipservices ios (SW version 12.2.(50)SE3 and SW-IMAGE C3560-IPSERVICESK9-M)
For below configuration there is no problem and pbr is working.
“Access-list 100 permit ip host 1.1.1.1 host 2.2.2.2
Access-list 101 permit ip host 1.1.1.1 host 3.3.3.3
Route-map pbr1 permit 10
Match ip address 100
Set ip next-hop verify-availability 1.1.1.2 1 track 11
interface fasthethernet 0/1
ip policy route-map pbr1”
But when i add another sequence to the "pbr1" with another sequence number like that.
“Route-map pbr1 permit 11
Match ip address 101
Set ip next-hop verify-availability 1.1.1.3 1 track 12”
pbr is not working. Switch gives message "PLATFORM_PBR-3-UNSUPPORTTED_RMP:Route-map pbr1 not supported for Policy Based Routing”
"ip policy route-map pbr1" command not shown in the running config. And "show ip policy" output is blank.
Configuration guide says you have insert many sequence to the route-map with the same name. And also this command is not in the unsupported command list.
What is wrong with my configuration, i dont understand?
thanks in advance.
04-19-2012 01:44 AM
The same result, you will finish by using only one encryption equipment.
When from the inside you will staticaly route a destination though A, let's say, all the returning traffic should be though A.
So on C/D routers you will have to route all the inside prefixes through A...
Dan
04-23-2012 11:54 AM
anyone help me?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide