Title: RE: [swinog] Limiting Bandwidth on Cisco 3550 XL Switchport

The cat3550 uses the Modular QoS CLI for configuring any QoS related function...
So no more legacy QoS stuff like rate-limit etc...

An example for an aggregate policer:

Switch(config)# access-list 1 permit any
Switch(config)# mls qos aggregate-police transmit1 512000
Switch(config)# policy-map aggflow1
Switch(config-pmap)# class ipclass1 access-group 1
Switch(config-pmap-c)# police aggregate transmit1
Switch(config-pmap-c)# exit
Switch(config-pmap)# exit
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# service-policy input aggflow1
Switch(config-if)# service-policy output aggflow1
Switch(config-if)# exit

Hope that helps...

Cheers
Christian Kuster


-----Original Message-----
From: Tobias Glasow [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 16, 2004 4:59 PM
To: [EMAIL PROTECTED]
Subject: [swinog] Limiting Bandwidth on Cisco 3550 XL Switchport


Hi Guys,

i'm looking for a fast an easy way to setup a maximum bandwith a port of
a cisco catalyst 3550 switch can use (e.g. 512 kbit/s) (wow, a sentence
with 3 "a"'s :))
Options like limit-rate are not available :(

Does anyone have a short piece of config for me?

Thanks,
Tobias
        --
Magnet.ch AG
G�terstrasse 86
CH-4053 Basel
T 0842 420 420
F 0842 420 422
eMail: [EMAIL PROTECTED]
WWW: http://www.magnet.ch
----------------------------------------------------------
Magnet.ch AG - Ihr unabh�ngiger Internet Provider
----------------------------------------------------------
----------------------------------------------
[EMAIL PROTECTED] Maillist-Archive:
http://www.mail-archive.com/swinog%40swinog.ch/

Reply via email to