06-18-2006 02:59 AM - edited 03-03-2019 01:02 PM
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
06-18-2006 03:29 AM
You have used 'match ip route-source'. Shouldn't you be using 'match ip address' instead.
Thanks.
06-18-2006 05:09 AM
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
06-18-2006 05:27 AM
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
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