Network Router User Manual
Table Of Contents
- Notices
- Contents
- About This Manual
- Introduction
- Hot Swapping Line Cards and Control Modules
- Bridging Configuration Guide
- Bridging Overview
- VLAN Overview
- Configuring SSR Bridging Functions
- Monitoring Bridging
- Configuration Examples
- SmartTRUNK Configuration Guide
- ATM Configuration Guide
- Packet-over-SONET Configuration Guide
- DHCP Configuration Guide
- IP Routing Configuration Guide
- IP Routing Protocols
- Configuring IP Interfaces and Parameters
- Configuring IP Interfaces to Ports
- Configuring IP Interfaces for a VLAN
- Specifying Ethernet Encapsulation Method
- Configuring Jumbo Frames
- Configuring Address Resolution Protocol (ARP)
- Configuring Reverse Address Resolution Protocol (RARP)
- Configuring DNS Parameters
- Configuring IP Services (ICMP)
- Configuring IP Helper
- Configuring Direct Broadcast
- Configuring Denial of Service (DOS)
- Monitoring IP Parameters
- Configuring Router Discovery
- Configuration Examples
- VRRP Configuration Guide
- RIP Configuration Guide
- OSPF Configuration Guide
- BGP Configuration Guide
- Routing Policy Configuration Guide
- Route Import and Export Policy Overview
- Configuring Simple Routing Policies
- Configuring Advanced Routing Policies
- Multicast Routing Configuration Guide
- IP Policy-Based Forwarding Configuration Guide
- Network Address Translation Configuration Guide
- Web Hosting Configuration Guide
- Overview
- Load Balancing
- Web Caching
- IPX Routing Configuration Guide
- Access Control List Configuration Guide
- Security Configuration Guide
- QoS Configuration Guide
- Performance Monitoring Guide
- RMON Configuration Guide
- LFAP Configuration Guide
- WAN Configuration Guide
- WAN Overview
- Frame Relay Overview
- Configuring Frame Relay Interfaces for the SSR
- Monitoring Frame Relay WAN Ports
- Frame Relay Port Configuration
- Point-to-Point Protocol (PPP) Overview
- Configuring PPP Interfaces
- Monitoring PPP WAN Ports
- PPP Port Configuration
- WAN Configuration Examples
- New Features Supported on Line Cards

SmartSwitch Router User Reference Manual 295
Chapter 21: QoS Configuration Guide
You can create one or more priority maps that are different from the default priority map
and then apply these maps to some or all ports of the SSR. The new priority mapping
replaces the default mappings for those ports to which they are applied.
Creating and Applying a New Priority Map
To specify a priority map on a per-port basis, enter the following commands in Configure
mode:
For example, the following command creates the priority map “all-low” which maps all
802.1p priorities to the “low” internal priority queue:
Once a priority map is created, it can then be applied to a set of ports, as shown in the
following example:
In the above example, ports et.1.1-4 and ports gi.4.* will use the “all-low” priority map.
All other ports, including ports et.1.5-8, will use the default priority map.
You do not need to specify mappings for all 802.1p values. If you do not specify a
particular mapping, the default mapping for that 802.1p priority is used. The following
example creates a priority map “no-ctrl” with the same mappings as the default priority
map, except that the 802.1p priority of 7 is mapped to the internal priority “high” instead
of “control.”
Removing or Disabling Per-Port Priority Map
Negating a qos create priority-map command removes the priority map. (Before you can
remove a priority map, you must negate all commands that use the priority map.)
Negating a qos apply priority-map command causes the configured ports to use the
default priority mapping.
The ability to specify per-port priority maps is enabled on the SSR by default. You can
disable use of per-port priority maps on the SSR; all ports on the SSR will then be
Create a new priority
mapping.
qos create priority-map <name> <CoS number>
control|high|medium|low
Apply new priority
mapping to ports.
qos apply priority-map <name> ports <port-list>
qos create priority-map all-low 0 low 1 low 2 low 3 low 4 low 5 low 6
low 7 low
qos apply priority-map all-low ports et.1.1-4, gi.4.*
qos create priority-map no-ctrl 7 high