cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1062
Views
0
Helpful
2
Replies

Routing Question

melry88
Community Member

Hey All,

This one maybe a tough one, I have a friend trying to break protocols across two lines. He wants his IP phone traffic to use a T-1 and his other traffic to use his 10mb wireless. Can you route via tcp and udp ports to one remote subnet?

Thanks!

2 Replies 2

s_bandkar
Community Member

Hi,

I might be rushing in as solution. but would suggest to route IP Phone traffic using router map command and putting in set interface .

glad to tell you more .. request you to just share the config so we can drill in more .

also we can use some policy map to give priority to the ip phone traffic.

Regards,

Satyajit

lgijssel
Level 11
Level 11

This type of problem can be solved using policy routing. Define an access-list for the IP phone and set the next-hop to the T1-remote side. The route-map looks like this:

route-map IPphone permit 100

match ip address 105

set ip next-hop 10.1.49.1

On the coresponding interface you activate policy routing as follows:

interface (whatever)ethernetXXX

ip policy route-map IPphone

Regards,

Leo