cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6210
Views
5
Helpful
16
Replies

3560 policy based routing problem

mukremin13
Level 1
Level 1

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.


16 Replies 16

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

anyone help me?