Labs · · 3 min read

Lab ips-09 - QoS Classification and Marking

Lab ips-09 - QoS Classification and Marking - PingLabz Labs article title card

QoS - Quality of Service - is how you give priority to traffic that needs it (voice, video) over traffic that does not (bulk file copies, software updates). The first step is CLASSIFICATION (identifying traffic that needs special treatment) and MARKING (tagging the packet with a DSCP or CoS value so other devices recognize the priority). This lab configures classification + marking on R1 with class-maps and a policy-map.

What you will learn

  • Class-maps and how they match traffic
  • Policy-maps and how they apply actions
  • DSCP values: EF (Expedited Forwarding), AF41 (Assured Forwarding for video), default
  • How service-policies attach to interfaces

What this lab does NOT cover

  • Queueing implementation (LLQ + CBWFQ) - that is the next lab, ips-10
  • Policing and shaping
  • Trust boundary concepts

Topology

Download the CCNA Base Topology .yaml

3 iol-xe routers + 1 alpine + 1 ioll2-xe managed switch.

Download CCNA Base Topology

Read next

Terminal card showing a repeating CDP native VLAN mismatch log naming Ethernet0/0 native VLAN 1 against SW2 Ethernet0/0 native VLAN 99
VLANs ·

Native VLAN Mismatch: Read the CDP Log, Fix the Trunk

%CDP-4-NATIVE_VLAN_MISMATCH hands you both interfaces and both native VLANs in one line. The real damage is underneath it: untagged frames get re-homed at the trunk boundary and two VLANs quietly become one. Captured live on IOS XE 17.18.2 in CML.