From: Senthil Kumar (senthil.kumar@intechnology.co.uk)
Date: Fri Oct 04 2002 - 13:01:06 GMT-3
on a 3550, to append an incoming service policy for tcp traffic, i want to
allocate 30 mbps to incoming traffic and 30 mbps to outgoing traffic
conf t
ip access-list extended 101
permit tcp any any
class-map match-any my-tcp
match access-group 101
set
exit
policy-map mytcp
class my-tcp
set ip dscp 48
police 30000000 2000000 exceed-action drop
int f0/1
switch-port access
access-vlan 2
service-policy input my-tcp
service-policy output my-tcp
--thanks, sen
This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:39 GMT-3