Operation Manual – QoS-QoS ProfileH3C S5600 Series Ethernet Switches Chapter 1 QoS Configuration1-37II. Network diagramFigure 1-11 Network diagram for traffic redirecting and traffic mirroring configurationIII. Configuration procedure1) Define a time range for working days# Create a time range trname covering the period from 8:00 to 18:00 during workingdays. system-view[Switch] time-range trname 8:00 to 18:00 working-day2) Configure a policy for the traffic of the marketing department# Create basic ACL 2000 to permit the traffic of the hosts in the marketing departmentduring the specified time range.[Switch] acl number 2000[Switch-acl-basic-2000] rule permit source 192.168.1.0 0.0.0.127 time-rangetrname[Switch-acl-basic-2000] quit# Configure to mirror traffic matching ACL 2000 to GigabitEthernet 1/0/3.[Switch] interface GigabitEthernet 1/0/1[Switch-GigabitEthernet1/0/1] mirrored-to inbound ip-group 2000monitor-interface[Switch-GigabitEthernet1/0/1] quit[Switch] interface GigabitEthernet 1/0/3[Switch-GigabitEthernet1/0/3] monitor-port[Switch-GigabitEthernet1/0/3] quit3) Configure a policy for the traffic of the R&D department# Create basic ACL 2001 to permit the traffic of the hosts in the R&D department duringthe specified time range.