User's Manual

360
46.4 QoS Configuration Example
46.4.1 Example for Applying the QoS Policy on a Port
The following example shows how to set packet’s cos to 2 on port g0/2:
ip access-list extended ipacl
permit ip 192.168.20.2 255.255.255.255 192.168.20.210 255.255.255.255
!
policy-map pmap
classify ip ipacl
action cos 2
!
interface g0/2
qos policy pmap ingress
!
46.5 DoS Attack Overview