DGS-6604
m
police
CLI Reference Guide
491
In this particular example, traffic policing is configured with an average rate at
8000 bits per second and the normal burst size at 1000 bytes for all packets
ingress at eth 3.1:
Verify the settings by entering the
show policy-map
command.
Switch(config)# class-map access-match
Switch(config-cmap)# match access-list acl_rd
Switch(config-cmap)# exit
Switch(config)# policy-map police-setting
Switch(config-pmap)# class access-match
Switch(config-pmap-c)# police 8000 1000 exceed-action drop
Switch(config-pmap-c)# exit
Switch(config-pmap)# exit
Switch(config)# interface eth3.1
Switch(config-if)# service-policy police-setting