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

QOS Question

johnakeating
Level 1
Level 1

I have a T1 that is handed off with ethernet. I need to do QOS on the line for bandwidth sharing of two servers. I

have configured the fa0/0 with a few policies but they all seem to be using the 100mpbs to base the QOS on. I have set the bandwidth command on the interface but still nothing.

here is my config.

so you don't need to download

http://www.learnios.com/viewtopic.php?f=72&t=304

Thanks for looking.

2 Replies 2

royalblues
Level 10
Level 10

can you post the output of "sh policy-map interface FastEthernet0/0"

However when you have an ethernet handoff, the best way to configure the QoS is to use nested policy

policy-map WAN-parent-policy

class class-default

shape average 1500000

service-policy ScrewTheMedia

policy-map ScrewTheMedia

class WEBSERVERTRAFFIC

priority percent 75

HTH

Narayan

As Narayan shows, a hierarchal policy is what you need to do. The parent policy's shaper value corresponds with the downstream bottleneck, 1.5 Mbps (T1) in this example.

One thing to note, shapers don't regulate traffic exactly as a physical interface. What they do is regulate the traffic over an average bandwidth utilization over a time period. If you need to more closely emulate the physical interface, there's additional shaper parameters that can be used. Also, if possible, slowing the Ethernet interface to 10 Mbps will also help more closely emulate a T1.

For non real-time traffic, defaults values may be "good enough", and there may be no need to slow the Ethernet to 10 Mbps.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card