[c-nsp] Rate Limit On VLANs 3550

Tassos Chatzithomaoglou achatz at forthnet.gr
Tue Jun 27 09:48:01 EDT 2006


I think "sh policy-map int" isn't supported on 3550. You have to use "sh mls qos interface" in order 
to check the interface's policies ("mls qos" must be enabled too).

--
Tassos

Alex Foster wrote on 27/6/2006 14:39:
> Trying to configure rate-limiting per VLAN on a 3550 dot1q interface
> (GigE port) - so that each VLAN using the trunk is allocated a
> percentage of the bandwidth.
> 
> Can this be done ??  I have tried the following config. but it doesn't
> appear to have any effect - any ideas what Im doing wrong.
> 
> 
> mls qos
> 
> class-map match-all vlan100
>   match vlan  100
> class-map match-all vlan0100
>   match class-map vlan100
> class-map match-all vlan110
>   match vlan  110
> class-map match-all vlan0110
>   match class-map vlan110
> class-map match-all vlan20
>   match vlan  20
> class-map match-all vlan0020
>   match class-map vlan20
> 
> policy-map rate_limit
>   class vlan0110
>     police 10000000 10000 exceed-action drop
>   class vlan0100
>     police 20000000 10000 exceed-action drop
>   class vlan0020
>     police 100000000 100000 exceed-action drop
> 
> interface GigabitEthernet0/2
>  switchport trunk encapsulation dot1q
>  switchport trunk allowed vlan 20,100,110
>  switchport mode trunk
>  flowcontrol send off
>  service-policy history
>  service-policy output rate_limit
> 
> sh policy-map int
> 
>   service-policy output: rate_limit
> 
>     class-map: vlan0110 (match-all)
>       0 packets, 0 bytes
>       5 minute offered rate 0 bps, drop rate 0 bps
>       match: class-map match-all vlan110
>         match: vlan  110qm_police_inform_feature: CLASS_SHOW
> 
> 
>     class-map: vlan0100 (match-all)
>       0 packets, 0 bytes
>       5 minute offered rate 0 bps, drop rate 0 bps
>       match: class-map match-all vlan100
>         match: vlan  100qm_police_inform_feature: CLASS_SHOW
> 
> 
>     class-map: vlan0020 (match-all)
>       0 packets, 0 bytes
>       5 minute offered rate 0 bps, drop rate 0 bps
>       match: class-map match-all vlan20
>         match: vlan  20qm_police_inform_feature: CLASS_SHOW
> 
> 
>     class-map: class-default (match-any)
>       0 packets, 0 bytes
>       5 minute offered rate 0 bps, drop rate 0 bps
>       match: any
>         0 packets, 0 bytes
>         5 minute rate 0 bps
> 
> 
> 
> 
> The information in this e-mail and any attachments is confidential and may be subject to legal professional privilege. It is intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, or person responsible for delivering this information to the intended recipient, please notify the sender immediately. Unless you are the intended recipient or his/her representative you are prohibited from, and therefore must not, read, copy, distribute, use or retain this message or any part of it. The views expressed in this e-mail may not represent those of Gamma Telecom.
> 
> This message has been scanned for viruses by MailController
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
> 



More information about the cisco-nsp mailing list