cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
595
Views
0
Helpful
3
Replies

Route map doesn`t match

kareem
Level 1
Level 1

Dear All,

I have two routers 7500 with 4 E1 leased lines and one E3 link.

I want the voice vlan to go through the 4E1 links only(dedicated links)

I configured :

----------------

On the router at the first site(gateway to the voice vlan)

1)Extended IP access list vc-voice

10 permit ip 10.1.8.0 0.0.0.255 any

2)route-map vc-voice permit 1

match ip route-source vc-voice

set ip next-hop 10.3.15.74

At the other site

-------------------

1)Extended IP access list vc-voice

10 permit ip any 10.1.8.0 0.0.0.255

2)route-map vc-voice permit 1

match ip route-source vc-voice

set ip next-hop 10.3.15.73

The problem

-----------

When I apply "sh route-map"

I found np packet matches at all

I mean all the traffic go through the E3 connection not the dedicated 4E1 links.

Also i want to mention that there is ospf running between the two routers.

router ospf 1

log-adjacency-changes

redistribute static subnets

network 10.3.15.0 0.0.0.255 area 0

network 10.5.20.66 0.0.0.0 area 0

maximum-paths 6

default-information originate always

So could anyone help me in this issue.

Thanks...

Best Regards,

Kareem Ismail

3 Replies 3

rais
Level 7
Level 7

You have used 'match ip route-source'. Shouldn't you be using 'match ip address' instead.

Thanks.

mahmoodmkl
Level 7
Level 7

HI

Can u try this

)Extended IP access list vc-voice

10 permit ip any 10.1.8.0 0.0.0.255

2)route-map vc-voice permit 1

match ip address 10

set ip next-hop 10.3.15.73

Thanks

Mahmood

kareem
Level 1
Level 1

Dear All,

Thanks a lot for your cooperation.

It has been solved.

By the way there is a missing command:

ip policy route-map .....on the input interface

Thanks...

Kareem Ismail