Cisco speed limit Steps
1. Set ACL
Access-list 102 Permit IP host 192.168.10.2 any
Access-list 102 Permit IP any host 192.168.10.2
Access-list 103 Permit IP host 192.168.10.3 any
Access-list 103 Permit ip any host 192.168.10.3
2. Defining classes
Class-map Match-all 102
Match Access-group 102
Class-map Match-all 103
Match Access-group 103
3. Adding classes to the policy
Policy-map Xiansu
Class 102
Police 1024000 128000 conform-action transmit exceed-action drop
Class 103
Police 1024000 128000 conform-action transmit exceed-action drop
4. Adding policies to ports
Interface fastethernet0/0
Service-policy input Xiansutest
Service-policy Output Xiansutest
Speed limit for a network segment (limited to total bandwidth)
(1) Set ACL
Access-list Permit IP 192.168.10.0 0.0.0.255 any
Access-list permit IP any 192.168.10.0 0.0.0.255
(2) Define Class
Class-map Match-all 110
Match Access-group 110
(3) Setting policy
Policy-map xiansu110
Class 110
Police 10240000 1280000 conform-action transmit exceed-action drop
(4) Adding a policy to a port
Interface fastethernet0/0
Service-policy input xiansu110
Service-policy Output xiansu110
Cisco routers methods for limiting speed