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

QOS for 2650 router

ctitteam
Level 1
Level 1

Hopefully this is an easy one for the experts. I have a 2650 router connecting us to our frame relay network. I also have a PIX 515 firewall connecting us to a seperate internet connection. Default http and https traffic from the router goes out through one hop to the PIX for 0.0.0.0. Http and https traffic for a particular public IP 206.18.104.62 is routed through the frame relay connection.

How can I setup QOS so if the frame is down http and https traffic for the 206.18.104.62 is routed out through our default internet connection automatically and then shifts back to the frame once service is restored?

We are not using VOIP and all settings are static routes.

Thanks!

2 Replies 2

mheusinger
Level 10
Level 10

Hi,

can you post information on how your routing on the 2650 looks like to achieve that "Http and https traffic for a particular public IP 206.18.104.62 is routed through the frame relay connection."

Second, it sounds like you are asking for a routing solution. I can not see, how QoS should be involved here. What exactly do you mean by the term QoS?

Regards, Martin

Thank you for your reply.

My apologies if my terminology if off. I was using terms from a colleague of mine.

To clarify: traffic over the frame is sending all traffic, not just http or https. So my routing is rather simple:

ip route 206.18.104.62 255.255.255.225 10.255.253.22 10

ip route 206.18.104.62 255.255.255.225 10.150.1.2 20

The 10.150.1.2 is the internet connection. It works ok like this, but I was hoping there was a way to route the traffic based on a certain level of packet loss or up/down time. When the connection to the frame is down, I only need http and https traffic to go to 10.150.1.2 and only if the frame is either hard down or experiencing intermittent connectivity.