Operation Manual – QoS-QoS ProfileH3C S3100 Series Ethernet Switches Chapter 1 QoS Configuration1-38II. Network diagramThe R&Ddepartment192.168.1.0/24The marketingdepartment192.168.2.0/24SwitchTo the routerEth1/0/1 Eth1/0/2Figure 1-9 Network diagram for traffic policing configurationIII. Configuration procedure1) Define an ACL for traffic classification.# Create ACL 2000 and enter basic ACL view to classify packets sourced from the192.168.1.0/24 network segment. system-view[Sysname] acl number 2000[Sysname-acl-basic-2000] rule permit source 192.168.1.0 0.0.0.255[Sysname-acl-basic-2000] quit# Create ACL 2001 and enter basic ACL view to classify packets sourced from the192.168.2.0/24 network segment.[Sysname] acl number 2001[Sysname-acl-basic-2001] rule permit source 192.168.2.0 0.0.0.255[Sysname-acl-basic-2001] quit2) Configure traffic policing# Set the maximum rate of outbound IP packets sourced from the R&D department to128 kbps.[Sysname] interface Ethernet 1/0/1[Sysname-Ethernet1/0/1] traffic-limit inbound ip-group 2000 128 exceed drop# Set the maximum rate of outbound IP packets sourced from the marketingdepartment to 64 kbps.[Sysname] interface Ethernet 1/0/2[Sysname-Ethernet1/0/2] traffic-limit inbound ip-group 2001 64 exceed drop