- play_arrow CoS Overview
- play_arrow Basic Concepts
-
- play_arrow Scheduling Traffic
- play_arrow Using Schedulers
- Understanding CoS Scheduling Behavior and Configuration Considerations
- Defining CoS Queue Schedulers for Port Scheduling
- Defining CoS Queue Scheduling Priority
- Example: Configuring Queue Scheduling Priority
- Monitoring CoS Scheduler Maps
- Understanding CoS Traffic Control Profiles
- Understanding CoS Priority Group Scheduling
- Defining CoS Traffic Control Profiles (Priority Group Scheduling)
- Example: Configuring Traffic Control Profiles (Priority Group Scheduling)
- Understanding CoS Priority Group and Queue Guaranteed Minimum Bandwidth
- Example: Configuring Minimum Guaranteed Output Bandwidth
- Understanding CoS Priority Group Shaping and Queue Shaping (Maximum Bandwidth)
- Example: Configuring Maximum Output Bandwidth
- Understanding CoS Explicit Congestion Notification
-
- play_arrow Configuration Statements and Operational Commands
Defining CoS Code-Point Aliases
You can use code-point aliases to streamline the process of configuring CoS features on your switch. A code-point alias assigns a name to a pattern of code-point bits. You can use this name instead of the bit pattern when you configure other CoS components such as classifiers and rewrite rules.
You can configure code-point aliases for the following CoS marker types:
DSCP or DSCP IPv6—Handles incoming IPv4 or IPv6 packets.
IEEE 802.1p—Handles Layer 2 frames.
To configure a code-point alias:
- Specify a CoS marker type (IEEE 802.1 or DSCP).
- Assign an alias.
- Specify the code point that corresponds to the alias.
[edit class-of-service code-point-aliases] user@switch# set (dscp | dscp-ipv6 | ieee-802.1) alias-name code-point-bits
For example, to configure a code-point alias for an IEEE 802.1 CoS marker type that has the alias name be2 and maps to the code-point bits 001:
[edit class-of-service code-point-aliases] user@switch# set ieee-802.1 be2 001