Reference Guide

2 Enter the output service-policy in SYSTEM-QOS mode or INTERFACE mode.
service-policy {output} type {queuing} policy-map-name
Enable strict priority on class-map
OS10(config)# class-map type queuing magnum
OS10(conf-cmap-queuing)# match queue 7
OS10(conf-cmap-queuing)# exit
OS10(config)# policy-map type queuing solar
OS10(conf-pmap-queuing)# class magnum
OS10(conf-pmap-c-que)# priority
OS10(conf-pmap-c-que)# exit
OS10(conf-pmap-queuing)# exit
OS10(config)# system qos
OS10(conf-sys-qos)# service-policy output solar
View QoS system
OS10(conf-sys-qos)# do show qos system
Service-policy (output)(queuing): solar
Enable strict priority on interface
OS10(config)# interface ethernet 1/1/5
OS10(conf-if-eth1/1/5)# service-policy output type queuing solar
View policy-map
OS10(conf-if-eth1/1/5)# do show policy-map
Service-policy(queuing) output: solar
Class-map (queuing): magnum
priority
Buer management
OS10 devices distribute the total available buer resources into two buer pools at ingress direction and three buer pools at egress
direction of all the physical ports.
All ports in a system are allocated a certain amount of buers from corresponding pools, based on the conguration state of each priority-
group or queue. The remaining buers in the pool are shared across all similarly congured ports.
The following buer pools are available:
Ingress buer pools:
Lossy pool (default)
Lossless pool (PFC)
Egress buer pools:
Lossy pool (default)
Lossless pool (PFC)
CPU pool (CPU control trac)
For example, when all ports are allocated reserved buers from the lossy (default) pool, the remaining buers in the lossy pool are shared
across all ports, except the CPU port.
When you enable priority ow control (PFC) on the ports, all the PFC enabled queues and priority-groups use the buers from the lossless
pool.
OS10 dedicates a separate buer pool for CPU trac. All default reserved buers for CPU port queues are from the CPU pool, and the
remaining buers are shared across all CPU queues. You can modify the buer settings of CPU queues.
OS10 allows conguration of buers per priority-group and queue for each port.
566
Quality of service