User's Manual

Table Of Contents
382
Users Manual of CS-6306R
40.1.4 QoS Configuration Example
40.1.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
!