Operation Manual – QoS-QoS ProfileH3C S5600 Series Ethernet Switches Chapter 1 QoS Configuration1-21III. Configuration example# Assume GigabitEthernet 1/0/1 of the switch is connected to the 10.1.1.0/24 networksegment. Perform traffic policing on the packets from the 10.1.1.0/24 network segment,setting the rate to 128 kbps. Mark the DSCP precedence as 56 for the inbound packetsexceeding the rate limit. system-view[Sysname] acl number 2000[Sysname-acl-basic-2000] rule permit source 10.1.1.0 0.0.0.255[Sysname-acl-basic-2000] quit[Sysname] interface GigabitEthernet1/0/1[Sysname-GigabitEthernet1/0/1] traffic-limit inbound ip-group 2000 128 exceedremark-dscp 561.4.6 Configuring Line RateRefer to section Line Rate for information about line rate.I. Configuration prerequisitesz The port on which line rate configuration is to be performed has been determined.z The target rate has been determined.II. Configuration procedureFollow these steps to configure line rate:To do… Use the command… RemarksEnter system view system-view —Enter Ethernet port view interface interface-typeinterface-number —Configure line rateline-rate outboundtarget-rate [ burst-bucketburst-bucket-size ]RequiredSpecify a committedinformation rate (CIR) forthe target-rate argument,and specify a committedbust size (CBS) for theburst-bucket-sizeargument.By default, line rate isdisabled.III. Configuration example# Set the line rate to 1024 kbps for outbound packets on GigabitEthernet 1/0/1. system-view