From: Chee Chew Leong (cleong3@csc.com)
Date: Wed Sep 20 2006 - 03:33:14 ART
It asks to configure such that VLAN12 (all ports) do not exceed 2 Mbps
transmission speed.
The solution given is something like this.
mls qos aggregate-policer 2mPolicy 2000000 375000 exceed drop
policy-map p1
class class-default
police aggregate 2mPolicy
int f0/1
service-policy input p1
int f0/2
service-policy input p1
I dont feel this is the correct way of doing with aggregate-policer. I
have 2 questions on the solution.
1) aggregate-policer is for combining traffic from different classes into
single policer. But here, it is using for different physical interface
which should not work.
2) it mentions 'transmission speed', would it be the service-policy should
apply to the output direction.
This archive was generated by hypermail 2.1.4 : Sun Oct 01 2006 - 16:55:41 ART