03-15-2005 01:53 AM
I have a scenario where, one hub site which is connected to metro ether MAN at 1Gbps and spoke sites are connected to metro ether MAN at 100Mbps, in these remote sites variable bandwidths are agreed with service provider: 20Mbps, 40Mbps, etc.
I only want to configure "traffic shape" in my Catalysts because if I don't, these Catalyst use max. speed to transmit (100Mbps when 20Mbps is only permitted) and the network drops my excess traffic.
I don't want to configure anymore (different QoS for differents services, etc.)
Which is the best, and more elegant, way to do it?
Thanks.
03-21-2005 08:03 AM
Yes, I think configuring it in Switch is better.
11-02-2005 03:10 PM
I am interested to see how you configure CAT3750ME for your needs: 1G at central site (via uplink port) and variable bandwidth at remote site (Ethernet ports).
Additionally, central also need access 30Mb Internet.
As the needs changes from time to time, I am looking for flexibility.
Thanks for your helps.
11-03-2005 05:10 PM
access-list 1 permit any
class-map match_metro
match access-group 1
!
policy-map match_metro
class metro_class
police 20000000 2000000 exceed-action drop
!
interface whatever
service-policy input match_metro
This is a just a sample config to achieve what you want, you should check the following link for a more thorough explanation.
Traffic shaping allows you to shape output traffic (egress traffic) on a per-physical port basis. Ucode monitors output traffic to verify that it conforms to the rate configured on the switch router. When excess traffic comes into the switch, the output side of the processor interface applies back pressure and queues the excess traffic in the switch fabric.
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