3550限速设置
class-map match-all ipclass103 限速项目的名称
match access-group 103 访问控制列表的标号
policy-map flow_internet 总的名称
class ipclass103 限速项目的名称
police 200000 8000 exceed-action drop 限速200K
!
interface FastEthernet0/1
flowcontrol receive on
service-policy input flow_internet
access-list 103 permit ip any 192.168.103.0 0.0.0.255
|
|