QoS Commands 677ExampleThe following example displays how to copy all the data to port 1/0/5.console(config-policy-classmap)#mirror 1/0/5police-simpleUse the police-simple command in Policy-Class-Map Configuration mode toestablish the traffic policing style for the specified class. The simple form ofthe police command uses a single data rate and burst size, resulting in twooutcomes: conform and nonconform.Syntaxpolice-simple {datarate burstsize conform-action {drop | set-prectransmitcos | set-dscp-transmitdscpval | transmit} [violateaction {drop | set-cos-transmitcos | set-prec-transmitcos | set-dscp-transmitdscpval | transmit}]}•datarate — Data rate in kilobits per second (kbps). (Range:1–4294967295)•burstsize — Burst size in Kbps (Range: 1–128)• conform action — Indicates what happens when the packet is conformingto the policing rule: it could be dropped, it could have its COS modified, itcould have its IP precedence modified, or it could have its DSCPmodified. The same actions are available for packets that do not conformto the policing rule.•cos — Class of Service value. (Range: 0–7)• dscpval — DSCP value. (Range: 0–63 or a keyword from this list, af11,af12, af13, af21, af22, af23, af31, af32, af33, af41, af42, af43, be, cs0, cs1,cs2, cs3, cs4, cs5, cs6, cs7, ef)Default ConfigurationThis command has no default configuration.Command ModePolicy-Class-Map Configuration mode