cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
304
Views
5
Helpful
2
Replies

*Aplication of Route-map

z.zajac
Level 1
Level 1

Hello members :)

Strange thing. see:

I wanted to route internet traffic from branch through dedicate router behind HQ router. For this reason I tried to implement route-map on HQ router's incomming serial interface, with ACL matching source adress of branch.

branch ----->serial 4/0:0 HQ router -------> My destination Router

GW.HQ#

!

access-list 75 permit 10.12.5.0 0.0.0.255 //LAN branch

!

route-map Internet-Branch permit 10

match ip address 75

set ip default next-hop 10.50.1.1 //Address of my Destination router. I would like to forward all traffic that matches ACL 75 with NO EXPLICIT ROUTE on HQ to 10.50.1.1

!

!

interface Serial4/0:0

description Liberec ## TR1193 ##

bandwidth 2048

ip address 10.9.5.1 255.255.255.252 //ptp GW.HQ - branch

ip policy route-map Internet-Branch

fair-queue

!

ACL happily match traffic, but the route-map do not work correctly. I fear to use extensive debug on HQ router..

Did anyone see a hole in the scenario?

wish you find the right X-Mass gift without loosing nerves in hypermarkets :)

Zdenek

2 Replies 2

horvaia
Level 1
Level 1

Hi,

Well I think you didn't turn on

"ip route-cache policy" on your incoming

interface (interface serial4/0:0)

Try "ip route-cache policy" command in interface mode.

Andras

Very helpful Horvaia.. I break through HG router now. I am sending you 5 and thanks once more

Review Cisco Networking products for a $25 gift card