Quality of Service on the Cisco Catalyst 4500 Supervisor Engine 6-E

Size: px
Start display at page:

Download "Quality of Service on the Cisco Catalyst 4500 Supervisor Engine 6-E"

Transcription

1 . White Paper Quality of Service on the Cisco Catalyst 4500 Supervisor Engine 6-E This document applies to the Cisco Catalyst 4500 Supervisor Engine 6-E and Cisco Catalyst 4900M Switch and is based on Cisco IOS Software Release 12.2(50)SG. Introduction Envision a long-awaited vacation. You plan and thoroughly schedule a family vacation in another part of the country. Upon arriving at the airport you see several queues for domestic checkin, international checkin, and then of course the extremely long security queue. After you have checked the family in, you proceed to the security queue, knowing all too well how painful the wait in line will be. When you arrive at the security checkpoint, the security monitor quickly recognizes your premier status and escorts you quickly to the priority queue, passing up the delay of the general security queues. Here you are passed directly through security, and you hurry the family quickly off to the gate to enjoy your vacation. Similar to the example above, quality of service (QoS) on the Cisco Catalyst 4500 Supervisor Engine 6-E (Supervisor Engine 6-E) is a tool that is used to provide preferential treatment to specific traffic as it passes through the switch. Over time and with the advancements in hardware and software technology, a number of QoS tools have become available. QoS in itself is not one feature, but a collection of features that when combined provide a powerful way to identify different classes of traffic, prioritize them, and then schedule the traffic based on this prioritization. This document will provide a high-level overview of QoS capabilities of the Supervisor Engine 6-E which is part of the Cisco Catalyst 4500E family. It will explain what the features are and how they work. Where Is QOS Performed? The Cisco Catalyst 4500E performs all QoS on the supervisor engine. This enables the Cisco Catalyst 4500E line cards to expand their QoS feature set and capabilities by simply upgrading one piece of hardware, the supervisor engine. This is investment protection at its best, enabling all line cards purchased as far back as 1999 to perform enhanced QoS capabilities built into the latest supervisor engine, the Supervisor Engine 6-E. This flexibility is a function of the centralized architecture provided by the Cisco Catalyst 4500E, the most widely deployed modular switch to date. QoS Enabled by Centralized Architecture The Supervisor Engine 6-E uses centralized application-specific integrated circuits (ASICs) that provide highperformance, scalable service capacity and superior investment protection. This technology provides advanced QoS capabilities in the Supervisor Engine 6-E, which in turn extends these capabilities to all line cards. Traffic Prioritization Overview When data is sent through a network, it can be tagged with a priority value. When the data passes through a network device, the network device uses that priority value to determine how it should treat the packet. Data can be tagged with a priority value as described in the following sections. Class of Service When a packet is transmitted out an Ethernet port, it has an Ethernet header attached to it. This Ethernet header can include an optional VLAN tag (also referred to as an IEEE 802.1Q VLAN tag). Within the VLAN tag is a 3-bit field 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 19

2 called the class-of-service (CoS) field. These 3 bits can be manipulated to yield eight different priority values. Figure 1 shows where in the Ethernet header the priority bits are found. Figure q tag in Ethernet Header Type of Service Built into every IP packet is an IP header, and like in the Ethernet example earlier, the IP header also contains a field that defines a priority value for this packet. This field is the type-of-service (ToS) field, an 8-bit field. There are two ways to set a priority value in the ToS field. One method, called IP precedence, uses the 3 most significant bits of the ToS field to yield eight priority values. Differentiated services code point (DSCP) is a second method for assigning a priority to an IP packet. DSCP uses the 6 most significant bits of the ToS field to yield 64 different priority values. The Cisco Catalyst 4500E supports DSCP using the DiffServ model RFC Figure 2 shows where the ToS bits are found in the IP header. Figure 2. DSCP and IP Precedence in IP Header IPv6 Traffic Class The IPv6 header also contains a QoS marking field termed traffic class. This field can be manipulated to mark or retain QoS markings of an IPv6 packet Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 19

3 Figure 3. Traffic Class in IPv6 Header Categories of QoS Features Explaining what features are available on the Supervisor Engine 6-E is best served when categorizing them into one of the following groups: Classification Policing Marking Queuing Congestion avoidance Scheduling The use of classification provides a way for the switch to identify specific traffic so that it can determine what level of service needs to be applied to that data. Identification can be achieved by a number of means, such as inspecting primary fields in the packet header or looking at the port of arrival. The main classification tool provided by the Supervisor Engine 6-E is access control lists (ACLs). The act of policing in the switch provides a means to limit the amount of bandwidth that traffic traveling through a given port, VLAN, or collection of VLANs on a port can use. Policing works by defining an amount of data that the switch is willing to send or receive. The policing policy uses an ACL to identify the traffic to which the policer will be applied. Multiple policing policies can be active in the switch at any one time, allowing an administrator to set different rates for different classes of traffic. Policing can be set up so that it rate limits all traffic entering a given port, VLAN, port and VLAN pair, or flow to a given rate. Marking is the action of changing the priority setting of the packet. Each packet consists of data and a header. The header contains, among other things, information such as where the data has come from (the sending device s source address) and where the data is destined (the target device s destination address). Built into the header is the priority value that can be used to indicate to switches and routers in the network path, the priority of that piece of data. The Supervisor Engine 6-E has the ability to change that priority value (increase or decrease it) if required based on any policies that the network administrator might set. Queuing (also known as congestion management) provides a way to temporarily store data when the received rate of data is larger than what can be sent. Like in the earlier airport example, the supervisor engine will use an egress queue to place data into a temporary holding area until the data is scheduled to be forwarded. Memory is allocated to each queue, which provides the buffer space for data awaiting service. One primary advantage of the Cisco Catalyst 4500E CenterFlex architecture is that the number of queues and the amount of buffering available (per port per queue) are solely dependent upon the supervisor and not determined by the line card in use. Within the queue packets are not referenced based on byte count, but rather by number of packets Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 19

4 Managing the queues and buffers is the primary goal of congestion avoidance. As a queue starts to fill up with data, it is important to try to make sure that the available memory in the queue does not fill up completely. If this happens, subsequent packets coming into the port will simply be dropped, irrespective of the priority that they could have received. This could have a detrimental effect on the performance of critical applications. For this reason, congestion avoidance techniques are used to reduce the risk of a queue from filling up completely. Queue thresholds are used to trigger when certain levels of occupancy are met. Multiple congestion avoidance techniques are implemented in the Cisco Catalyst 4500E after a threshold has been crossed. In addition to standard Waited Tail Drop, the Cisco Catalyst 4500E features an advanced congestion avoidance algorithm, Dynamic Buffer Limiting (DBL). When a threshold has been crossed, the system will isolate nonadaptive or belligerent flows, which consume the buffers, and drop lower priority data while trying to keep as much of the higher priority data resident in the queue. The congestion avoidance technologies used on the Supervisor Engine 6-E include DBL and tail drop. Scheduling is the QoS mechanism used to empty the queues of data and send the data onward to its destination. The scheduling options available in the Supervisor Engine 6-E are shaping, sharing, and strict priority queuing. To compare QoS on previous Cisco Catalyst 4500E supervisor engines, visit Now that the individual groups of QoS have been pointed out, it is important to note the process in which these actions are carried out. Figure 4. QoS Flow in Supversior6-E The QoS Feature Toolkit The Supervisor Engine 6-E has been primed with an extended list of enhanced QoS functions far more advanced than that of its predecessors. This feature-rich toolkit puts you in control to better manage and prioritize traffic. The 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 19

5 following sections will explain in detail the enhanced features that make up the Supervisor Engine 6-E's QoS feature toolkit. Modular QoS Command-Line Interface The Supervisor Engine 6-E has been simplified to provide the modular QoS CLI (MQC) command structure that is also found in Cisco IOS Software running on Cisco routers. The normal rules of configuration are such that a class map is built incorporating the ACLs that identify the traffic that will have QoS applied to them. The class map is then referenced within a policy map, which contains the QoS policy that will be applied to the switch port (or VLAN). The policy is then applied to the physical or logical interface. A high-level view of this process is shown. Figure 5. Modular QoS CLI There are very few differentiators between what MQC CLI routers and the Supervisor Engine 6-E perform. Some of the more noticeable differences between previous supervisor engines and the Supervisor Engine 6-E are: Trust Internal DSCP Table maps Sequential vs. parallel classification Priority queue placement Previously supervisor engines relied on "trust" to classify traffic; however, this does not fall into the MQC CLI construct. MQC provides a more flexible capability, table maps. Another difference is the "internal DSCP" value used within the switch to place packets in the proper queue. The Supervisor Engine 6-E does not use "internal DSCP"; rather, it relies on explicit matching of QoS values using class maps so that packets can be placed in the correct queue. Also, note that there is no specific priority queue: it is not queue 3 or queue 1. The priority queue is simply configured within a class; therefore, it is not tied to a specific queue. One final difference is that of classification. The Supervisor Engine 6-E provides sequential classification rather than parallel. This allows the network administrator to classify traffic at egress based on the ingress markings. Based on these changes, QoS CLI will now be more contiguous on the Supervisor Engine 6-E as it will now have standard Cisco MQC CLI, making configuration management that much simpler. Ingress QoS: Default Actions First and foremost, QoS does not need to be enabled on the Supervisor Engine 6-E, it is on by default in compliance with the MQC construct Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 19

6 When a packet arrives at an interface, there are two options to take into consideration: is there a policy attached or not? If the packet arrives with or without a marking and there is not a policy attached to the interface, packets will flow through the switch untouched. There are no questions as to where the packet came from or if it has a valid marking. If the packet arrives with or without a marking, and a policy is attached to the interface, the packet will only then be subject to the policy classification. Ingress QoS: Table Map In classic supervisor engine, there is a global table to map the CoS to DSCP and DSCP to CoS, but with the introduction of table maps, we can now have a per-policy or per-interface configuration where CoS can be independently mapped to DSCP values, and we do not have to rely on a single global table. The default mapping is still available if a user does not define a table map. Here are some examples of where a table map can be used. This is how a table map is defined: Ingress QoS: Trusted Boundary Previously, the trust boundary feature dynamically modified the port trust state to trust the packet marking (CoS, DSCP) only if the presence of a Cisco IP phone is detected on that port using Cisco Discovery Protocol. The trust state was then used to modify the queuing and scheduling of packets. The Supervisor Engine 6-E supports MQC, which does not support trust, as mentioned above. With this said, trusted boundary has been implemented on this platform to the same specifications as previous supervisor engine. If the trusted boundary feature determines that a Cisco IP phone is not detected on a port (and hence the packet markings received on the port should not be trusted), then the packet marking values (DSCP, CoS) are treated as the port default values instead of the actual values in the packet. This will place all the traffic on the port in the "class default" queue. If, however, a Cisco IP phone is detected, the markings and policy attached to the port will be used to provide the correct packet treatment (that is, priority queue for voice traffic). For example, on the port on which trusted boundary is configured, if there is a policy attached as given below: int gi 4/1 QoS trust device cisco-phone service-policy input trusted_boundary class-map dscp24 match dscp 24 class-map dscp46 match dscp 46 policy-map trusted_boundary class dscp24 set dscp Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 19

7 class dscp46 set dscp 63 class class-default If a packet with DSCP 24 is received: When a Cisco phone is not discovered, the packet matches "class default." When a Cisco phone is discovered, the packet matches class map "dscp24." Ingress and Egress QoS: Classification Parameters Classification as defined above, provides a way for the switch to identify specific traffic so that it can determine what level of service needs to be applied to that data. Below are the criteria that the Supervisor Engine 6-E can match or classify traffic upon. These classifications far exceed in number and scope the previous Cisco Catalyst 4500E supervisor engines. (See Table 1.) Table 1. Classification Parameters L2 Classification ARP/RARP for IPv4 IEEE 802.1Q CoS QoS Group L2 Classification for NONIP protocols IEEE 802.1Q CoS QoS Group SMAC DMAC Ethertype (non- IP) L2 for IPv4/IPv6 ToS/Traffic Class IPv4/IPv6 IP Classification IEEE 802.1Q CoS QoS Group IP Source IP Dest IP DSCP/Traffic Class IP Protocol IPv4/IPv6 TCP/UDP source/dest port ICMP Type/Code IGMP Type IP (non-initial) Fragment Tiny Fragments TCP Flags Note: It is not possible to classify a packet based on both L2 and L3 data in the packet (for example, MAC DA and IP address together). However, it is possible to classify based on the following: Match on L2 CoS and IP information Match on L2 information and IP ToS Match on MAC source and IP information In addition to the added classification types, the Supervisor Engine 6-E provides enhanced classification. Prior to the Supervisor Engine 6-E, input and output QoS classification happened in parallel; therefore, any marking modified by the input policy could not be used in output QoS classification. With the Supervisor Engine 6-E, the output QoS classification happens after input QoS processing has taken place. This provides separation between ingress and egress classification, which provides the administrator the ability to classify based on ingress markings. Here are some CLI examples of what parameters can be classified on the Supervisor Engine 6-E Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 19

8 Ingress and Egress QoS: 802.3x Flow Control and Thresholds Oversubscribed ports on the Cisco Catalyst 4500E use 802.3x flow control, more commonly known as pause frames, to control congestion of stub ASICs. Front panel ports connecting to stub ASICs on the line card can be up to 8:1 oversubscribed. The stub ASICs can send and receive pause frames, which cause the device receiving the pause frame to halt all traffic for approximately 33 microseconds. This provides enough time to clear the miniscule buffer on the line card and begin to forward traffic regularly. With 8:1 oversubscribed line cards, this can translate to a minimum bandwidth of 125 Mbps per port, given that all ports are sending traffic at line rate and at the same packet size. If a port is paused, then all the queues of that port pause too, and no packets will be transmitted. Once the port gets unpaused, it can send a large burst. To limit the amount of bursting, a configurable burst parameter is used in shaping (per queue for queue shaping and per port for port shaping). Burst configuration controls how much over its shape rate a port/queue can transmit. Ingress and Egress QoS: Marking Marking is the process of setting values in the QoS fields of a packet. This includes ToS/traffic class byte in the IPv4/IPv6 header (these fields are interpreted as {DSCP, ECN}), the CoS field in the IEEE 802.1Q header. When a marked packet traverses the network, the packet marking provides the QoS treatment. The Supervisor Engine 6-E supports marking the following bits in packet headers: IEEE 802.1p/802.1Q CoS IPv4 ToS/DSCP IPv6 traffic class/dscp IP ECN IEEE 802.1p/802.1Q CFI/DEI bit (future software releases) The Supervisor Engine 6-E supports three different types of marking; Unconditional marking with a value, unconditional marking using a table map, conditional marking using a policer. Unconditional Marking with a Value The Supervisor Engine 6-E supports marking all of the QoS related markings in the packet mentioned above unconditionally with a specific value. The Supervisor Engine 6-E can mark all traffic on an interface or VLAN 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 19

9 unconditionally to a specified value. Here are some examples of unconditional marking on the Supervisor Engine 6- E. Also, multiple-field marking is supported. What that means is both CoS and DSCP can be modified simultaneously using a policy on the Supervisor Engine 6-E. Unconditional Marking Using a Table Map The Supervisor Engine 6-E supports marking all of the QoS related markings in the packet mentioned above unconditionally with a value derived from the same field or any another field in the packet. This is accomplished using a table map. This table map is indexed using any of the QoS markings or a QoS group, and the result of the table map lookup is used to mark any of the applicable QoS markings. For example, the DSCP field in the packet can be derived from the incoming DSCP/traffic class, incoming CoS, QoS group (in output only), IP ECN, and so on. The number of table maps supported depends on the usage of the policies and the table maps. By default the Supervisor Engine 6-E supports 512 entries for each marking table (DSCP/CoS) per direction for all table maps. For example, the Supervisor Engine 6-E supports: 64 different table maps with each one mapping the 8 CoS values to DSCP (64 * 8) AND 8 different table maps with each one mapping the 64 DSCP values to another DSCP ( 8 * 64) and so on Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 19

10 Here are some examples of unconditional marking using table maps. Unconditional table-map based marking Unconditional table-map based marking Conditional Marking Using Policing Result The Supervisor Engine 6-E supports marking all of the QoS related markings in the packet mentioned above based on result of policing action: that is, whether the packet is conforming, exceeding, or violating the policing rate and 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 19

11 burst. In addition, the conditional marking via policing result is either a specific value or derived from other QoS markings via table mapping. This is also a function of the Supervisor Engine 6-E that is not available on previous supervisor engines. The Supervisor Engine 6-E's ability to mark down not only DSCP but also CoS and other values within a policer provides more flexible QoS capabilities. Here is an example of conditional policer based marking. Conditional policer result based marking Ingress and Egress QoS: Policing Policing enforces a maximum transmission rate in order to conform to a contract or service level agreement (SLA). Policing can drop or mark based on the QoS values in the traffic (DSCP, CoS, and so on). This provides lower priority to traffic that is not conforming to the SLA. Policing can be applied to a group of flows that are transiting a port and/or VLAN; this is called "aggregate policing." An aggregate policer meters all packets on a given port and/or VLAN. An aggregate policer can be "per-interface" or "named" aggregate policer. Per-interface policers are distinct for each port and/or VLAN with which they are associated (via the QoS policy). Even if the same policy is used, each association of the policy instantiates a new policer associated with the port and/or VLAN. A named policer is shared among all ports and/or VLANs with which it is associated. The Supervisor Engine 6-E supports the following policer types for the named and individual policers: Single rate policer two color marker This type of policer is configured with a committed rate (CIR) and normal burst. It has two actions, conform and exceed, where packets can be either green or red. A packet is marked green if it doesn t exceed the CIR, and red otherwise. This is the only form supported in the previous supervisor engines of the Cisco Catalyst 4500E family. Single rate three color marker (srtcm) (RFC 2697) 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 19

12 This type of policer is configured with CIR, committed burst size (Bc), and excess burst size (Be), to be either green, yellow, or red. A packet is marked green if it doesn't exceed the Bc, yellow if it does exceed the Bc but not the Be, and red otherwise. This type of policer supports both color blind mode and color aware mode. This just insinuates that the packet is inspected for markings prior to being marked down by the policer: that is, if the packet is red and exceeds Be, it will be marked red, or if the packet was premarked as red, it will be left alone. Two rate three color marker (trtcm) (RFC 2698) Commonly known as a 2R3C policer, this type of policer supports a committed rate (CIR) and a peak rate (PIR) and has conform, exceed, and violate actions. A packet is marked green if it does not exceed the CIR and yellow if it does. The packet is marked red if it exceeds the peak information rate (PIR). This policer type also supports the color blind mode and color aware mode. This type of policer also allows for multiple marking: that is, marking DSCP and CoS for violating traffic. Packet rate policer Rather than count bytes, this policer type will count based on packet number; this is very useful for policing CPU bound traffic. Note: Named aggregate policers, microflow policing, packet rate policers, and color aware mode, are not supported in the first release of the Supervisor Engine 6-E software. Policer Types The policing algorithm used on the previous supervisor engines is the same as the one used on the Supervisor Engine 6-E. The Supervisor Engine 6-E supports (16 x 1024, 16K) single rate, single burst policers. The 16K policers are organized as 8 banks of 2K policers. The policer banks are dynamically assigned to be input policer bank or output policer bank by the software depending on the QoS configuration. That is, the 16K policers are dynamically partitioned by software, as shown in Table 2. Table 2. Input / Output policers on Supervisor6-E Input Policers Output Policers 0 16K 2 K 14 K 4 K 12 K 6 K 10 K 8 K 8 K 10 K 6 K 12 K 4 K 14 K 2 K 16 K 0 Note: The numbers in Table 2 represent individual policer entries in the hardware that support a single rate and single burst parameter. Based on this, the Supervisor Engine 6-E supports the following number of policers: 16K single rate policer with single burst (two color marker) 8K single rate three color marker (srtcm) 8K two rate three color marker (trtcm) 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 12 of 19

13 The accuracy of the policing algorithm is approximately plus/minus 0.75 percent on either side of the configured policing rate. Policing Actions The Supervisor Engine 6-E supports the following policing actions for conforming, exceeding, and violating results from the policer: Transmit Drop Unconditional marking of QoS fields in the packet with a value The Supervisor Engine 6-E software supports marking packet fields as a result of specific policing result. That is, marking packets only when the packet conforms to the policing SLA or mark down packets only when the packet exceeds the policing SLA. This is an added capability over and above the current supervisor engines. In the previous supervisor engines the packet was unconditionally marked as a separate action before the policing action for a given traffic class. The Supervisor Engine 6-E also supports multiaction policers wherein multiple fields in the packet are marked as a result of a specific policing result. What Value Does the Policer Consider When Policing? In previous supervisor engines, with IP packets, only the L3 length (as obtained using the IPv4/IPv6 header) is used in the policing algorithm. For all other packets, the L2 length is used in the policing algorithm. The Supervisor Engine 6-E supports a systemwide option to account for the entire L2 packet length (including, optionally, the IPG). This is a little different from that of previous supervisor engines, where the option is to add a (programmable) fixed L2 length to the L3 length. In the Supervisor Engine 6-E, the default length is to use the L2 length, including VLAN overhead, for policing without the IPG. This is standard with all true MQC implementations. The recommended burst value to be used with policers in the Supervisor Engine 6-E is 0.05 to 0.2 of CIR. Here are some examples of how to configure policers on the Supervisor Engine 6-E. 2 Rate 3 Color policers 1 Rate 2 Color policers Egress QoS: Congestion Avoidance DBL is a congestion avoidance technique used to drop packets before the congestion occurs. Weighted Random Early Discard (WRED) randomly discards packets at specified queue thresholds. Lower priority ToS/DSCP packets are dropped before higher priority packets, hence the weighting in WRED. This action reduces the average queue size and thus allows the switch or router to detect congestion before the queue overflows. WRED is packet based, not flow based like DBL. Because DBL is flow based and not random, it does not affect well-behaved flows that are not causing the queues to congest. DBL uses logical flow tables per port/per queue on each interface A DBL flow is 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 13 of 19

14 composed of a source/destination IP address, Layer 4 TCP/UDP ports, and a VLAN. During congestion, the logic in the hardware for dropping a packet is based on the flow. DBL is particularly effective with nonadaptive flows (NAFs). An NAF is any flow that does not reduce the traffic rate in response to packet drops. Usually NAFs use UDP connectionless protocol. Some examples include UDP music or video flows, Internet streaming multimedia, and multicast traffic. DBL is similar to the Flow Based WRED (FRED), which is used on Cisco IOS Software routers, except it is implemented in hardware at full line rate on all supervisor engines. The hardware implementation is important when deployed in Gigabit Ethernet networks versus typical WANs, where maximum bandwidth is usually T-1 speed (1.5 Mbps), DS-3 (45 Mbps), or perhaps OC-4 (155 Mbps). DBL is supported on all the ports of a Cisco Catalyst 4500E Series Switch. The DBL transmit queue logic is on all transmit queues on every Fast Ethernet, Gigabit Ethernet, or 10 Gigabit Ethernet port. In addition, the protocols on the port are transparent to DBL, which means that you can have routed, switched, access, or trunk ports with Cisco EtherChannel technology or any other protocol configured on them. A Cisco Catalyst 4500E Series Switch with DBL can be used with a Cisco Catalyst 6500 Series Switch that supports WRED. The DiffServ Internet architecture is structured around per-hop behavior (PHB). For example, with a Cisco Catalyst 4500E Series Switch in the wiring closet with uplinks to a Cisco Catalyst 6500 Series Switch in the distribution/core network, the nonadaptive flows (NAFs) have already been controlled using DBL prior to reaching the Cisco Catalyst 6500 Switch. The Cisco Catalyst 6500 Series could then use WRED on those flows that will respond to packet drops. Referring to the QoS flow shown at the beginning of this paper, DBL acts on a packet flow before the packet is enqueued, avoiding tail drops. The DBL function also occurs after the policing function. DBL and policing are not alternatives to each other. Policing is used to control selected traffic flows by rate limiting them. It is still possible to have Tx queue congestion particularly when bursting occurs. DBL is a QoS congestion avoidance technique specifically designed to prevent Tx queue congestion. Here is how DBL is configured within a policy: Egress QoS: Dynamically Allocated Queuing The Supervisor Engine 6-E allows user configurable queue depth, unlike previous Cisco Catalyst 4500E supervisor engines. Queue allocation is configurable via the "queue-limit" command. These queues are configurable in chunks that begin at 16 entries. When a queue is modified above its default allocation, the amount of queue entries added is taken from the reserve queue. This queue holds the remaining amount of unused queue entries. How Is the Queuing Capacity Dynamically Allocated? Queue capacity is first allocated based on the type of queue (CPU, drop, uplink, standard port); each type is given a set capacity, shown in Table 3. Then, each slot within the chassis will be allocated an equal share of the remaining queue space. Finally, all line cards of the same port density will allocate to each port an equal portion of the queuing capacity. The Supervisor Engine 6-E defaults, with no policy attached to a port, to a single queue, which will be used by each port to pass all traffic. This queue is allocated the entire amount of queuing capacity. Upon configuring the policy, queues are dynamically generated based on the classes configured within the policy if the classes are given a 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 14 of 19

15 queuing requirement (for example, 6 classes equates to 6 queues if shaping or other queuing command is configured). Policing does not constitute queuing. These queues are then dynamically allocated an equal portion of the queuing capacity. Based on a 10 slot chassis implementing all 8 line-card slots, Table 3 illustrates the number of queue entries available to each line card and each front panel port on the line card. The queue entries shown in Table 3 are equivalent to packets regardless of size. Table 3. Queuing on Supervisor6-E Queuing Allocation Total Queue entries Drop Queue entries 8192 CPU Queue entries (1k each) Uplink Queue entries (8k each) Free Reserve Queue entries Allocation for all slots Available per slot Line Cards 48 Port Line cards 832 Queue entries per port *New 6 Port Line card 6656 Queue entries per port Egress QoS: Port and Queue Scheduling Transmit queue scheduling is the process of selecting one of the 8 transmit queues that is eligible to transmit the next packet. If a queue or port is under its shape value, it will then be given its share of bandwidth. Since the Supervisor Engine 6-E supports port and queue scheduling, it is important to note the scheduling hierarchy illustrated below Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 15 of 19

16 Figure 6. Egress Queuing Note: Port shaping is not available on the Supervisor Engine 6-E. Logically, as shown in the above diagram, transmit queue shaping is enforced before sharing. That is, only when a queue is below its shape rate is it considered for scheduling to guarantee its bandwidth sharing rate. The Supervisor Engine 6-E also supports optional inclusion of VLAN tag, any internal headers, and IPG toward sharing/shaping computation. By default, the L2 encapsulation length is included as part of sharing/shaping, which is identical to previous supervisor engines. This means that the VLAN tag size is included along with the packet length in the sharing/shaping algorithm computation, and IPG is not included. Note that the shape rate configured reflects that the overhead is taken into account. Shaping Transmit queue or port shaping is the act of buffering traffic within a port or queue until it is able to be scheduled. Shaping smoothes traffic, making traffic flows much more predictable. It helps ensure that each transmit queue is limited to a maximum rate of traffic. Shaping is a credible alternative to policing, which drops all traffic exceeding the policer conditions without remorse. The Supervisor Engine 6-E supports virtual time sharing and shaping (VTSS), the same algorithm used in previous supervisor engines. One of the major differences in shaping from previous supervisor engine is that the shaping algorithm now supports a "shape burst" parameter. This is extremely useful if the link was previously paused. When the link is paused (thus causing traffic on all queues to back up) and then becomes unpaused (thereby making all queues below their shape rate), the burst parameter smoothes traffic on the link by allowing it to catch up simply by bursting traffic. The shaping accuracy is within 0.75 percent above or below the configured rate Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 16 of 19

17 Here is an example that shows how to configure class-based shaping on the Supervisor Engine 6-E. Sharing Transmit queue sharing is the process that determines how the output link bandwidth is shared among multiple queues of a given port when the aggregate queue bandwidth is greater than the link bandwidth. This will then provide preferential treatment to one class of traffic at the expense of other classes of traffic. Sharing controls the minimum link bandwidth guaranteed for a given transmit queue. Smooth round robin is the method used for sharing port or queue bandwidth on the Supervisor Engine 6-E. Sharing as defined on previous supervisor engines is accomplished using round robin. In this case, when using the supervisor engine in conjunction with linecards having oversubscribed stub ports, the bandwidth ratio between 2 ports each having 50 percent share (one with 9k byte packet size the other with 64 byte packet size) has an actual ratio of 1 to 23: that is, almost 23 times more bandwidth is consumed by the jumbo packet port. Different byte counts on different subports resulted in unequal bandwidth among the subports. With the Supervisor Engine 6-E, this is taken into consideration. Weighted round robin scheduling is used to provide each queue with a share of the bandwidth proportional to its configured weight, or by simply specifying the bandwidth percentage. Please reference the following example: There are 8 queues on a 1 Gbps port. 6 queues are to each receive 10 percent of the link bandwidth (queues 1-6), and 2 queues (queue 7 and 8) are to each receive 20 percent of the link bandwidth. Shown in instance 1, if all queues are active and nonempty all the time, then queues 1-6 each receive 100 Mbps where queues 7 and 8 each receive 200 Mbps. As in instance 2, queue 1 and 8 are the only active queues; then queue 1 receives Mbps and queue 8 receives Mbps. This ability is termed dynamic bandwidth allocation; at no point will bandwidth go unused. Figure 7. Class Based Weighted Fair Queuing 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 17 of 19

18 Here is an example of how to configure sharing within the queues on the Supervisor Engine 6-E. Auto QoS The Cisco Catalyst 4500E Series Auto QoS feature is used to simplify QoS for VoIP deployments. It is available in Cisco IOS Software Release 12.1(40) SG and later on the Cisco Catalyst 4500E Series supervisor engines. With Auto QoS enabled, ingress traffic is automatically classified and then placed into the appropriate egress queue. Auto QoS should be enabled on ports directly connected to Cisco IP phones as well as uplink ports that will be transmitting VoIP traffic. After being configured, Auto QoS performs the following functions: Detects the presence or absence of a Cisco IP phone Configures ingress traffic classification Enables a service policy that matches all traffic and enables DBL on the interface for congestion avoidance Automatically shapes the VoIP traffic Here is an example of how Auto QoS can be configured on the Supervisor Engine 6-E. Auto QoS is not supported on EtherChannel on the Supervisor Engine 6-E. QoS On Etherchannel On EtherChannel, since queuing cannot be enabled for a port channel interface, we typically need two policies: one policy to do marking and policing if required and the second policy to do any queuing. The policing and marking policy is applied on the port channel interface, and queuing policy is applied on the physical member ports of the port channel. Here is an example of a policy on EtherChannel Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 18 of 19

19 For More Information For more information about Cisco IOS Software Release 12.2(50)SG on the Cisco Catalyst 4500E Series Switch, visit Summary QoS is no longer an option in networks today; it has become a requirement due the extensive use of unified communications. The extensive QoS toolkit provided by the Supervisor Engine 6-E provides the ability to prioritize traffic through your network enabling voice, video, and data traffic to flow transparently. This paper has covered features and benefits of the Supervisor Engine 6-E's QoS implementation. If you would like further details, visit the latest configuration guide on cisco.com. Printed in USA C / Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 19 of 19

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 34 This chapter describes how to use different methods to configure quality of service (QoS) on the Catalyst 3750 Metro switch. With QoS, you can provide preferential treatment to certain types

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Configuring Quality of Service

Configuring Quality of Service CHAPTER 34 This chapter describes how to configure quality of service (QoS) with either automatic QoS (auto-qos) commands or standard QoS commands on a switch running Supervisor Engine 7-E and Supervisor

More information

Configuring PFC QoS CHAPTER

Configuring PFC QoS CHAPTER 38 CHAPTER This chapter describes how to configure quality of service (QoS) as implemented on the Policy Feature Card 3B (PFC3B) on the Supervisor Engine 32 PISA. Note For complete syntax and usage information

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Configuring QoS. Understanding QoS CHAPTER

Configuring QoS. Understanding QoS CHAPTER 29 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750 switch. With QoS, you can provide

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 36 This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750 switch. With QoS, you can provide

More information

Configuring QoS. Finding Feature Information. Prerequisites for QoS

Configuring QoS. Finding Feature Information. Prerequisites for QoS Finding Feature Information, page 1 Prerequisites for QoS, page 1 Restrictions for QoS, page 3 Information About QoS, page 4 How to Configure QoS, page 28 Monitoring Standard QoS, page 80 Configuration

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 37 This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750-E or 3560-E switch. With QoS,

More information

Configuring Quality of Service

Configuring Quality of Service 4 CHAPTER This chapter describes how to configure quality of service (QoS) with either automatic QoS (auto-qos) commands or standard QoS commands on a Catalyst 45 Series Switch. It describes how to specify

More information

Before configuring standard QoS, you must have a thorough understanding of these items: Standard QoS concepts.

Before configuring standard QoS, you must have a thorough understanding of these items: Standard QoS concepts. Prerequisites for Quality of Service, on page 1 QoS Components, on page 2 QoS Terminology, on page 2 Information About QoS, on page 3 QoS Implementation, on page 4 QoS Wired Model, on page 8 Classification,

More information

EVC Quality of Service

EVC Quality of Service This document contains information about how to enable quality of service (QoS) features (such as traffic classification and traffic policing) for use on an Ethernet virtual circuit (EVC). An EVC as defined

More information

Configuring Quality of Service

Configuring Quality of Service 3 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on a Catalyst 45 series switch. It also describes

More information

Modular Quality of Service Overview on Cisco IOS XR Software

Modular Quality of Service Overview on Cisco IOS XR Software Modular Quality of Service Overview on Cisco IOS XR Software Quality of Service (QoS) is the technique of prioritizing traffic flows and providing preferential forwarding for higher-priority packets. The

More information

Before configuring standard QoS, you must have a thorough understanding of these items:

Before configuring standard QoS, you must have a thorough understanding of these items: Finding Feature Information, page 1 Prerequisites for QoS, page 1 QoS Components, page 2 QoS Terminology, page 3 Information About QoS, page 3 Restrictions for QoS on Wired Targets, page 41 Restrictions

More information

Understanding Queuing and Scheduling QoS on Catalyst 4000 Supervisor III and IV

Understanding Queuing and Scheduling QoS on Catalyst 4000 Supervisor III and IV Understanding Queuing and Scheduling QoS on Catalyst 4000 Supervisor III and IV Document ID: 21389 Contents Introduction Before You Begin Conventions Prerequisites Components Used Queuing Strict Priority

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

Campus Distribution (Cisco Catalyst 4500) QoS Design

Campus Distribution (Cisco Catalyst 4500) QoS Design Chapter 15 Campus Distribution (Cisco Catalyst 4500) QoS Design The primary role of quality of service (QoS) in the campus distribution switch is to manage packet loss. Therefore, the distribution switch

More information

EVC Quality of Service

EVC Quality of Service First Published: March 28, 2011 Last Updated: March 28, 2011 This document contains information about how to enable quality of service (QoS) features (such as traffic classification and traffic policing)

More information

Configuring Quality of Service

Configuring Quality of Service This chapter describes the Quality of Service and procedures to configure Quality of Service. Introduction to Quality of Service, page 1 CPT System QoS, page 4 Ingress QoS Functions, page 7 Egress QoS

More information

Quality of Service Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches)

Quality of Service Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) Quality of Service Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) First Published: 2017-07-31 Last Modified: 2017-11-03 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

Understanding How Routing Updates and Layer 2 Control Packets Are Queued on an Interface with a QoS Service Policy

Understanding How Routing Updates and Layer 2 Control Packets Are Queued on an Interface with a QoS Service Policy Understanding How Routing Updates and Layer 2 Control Packets Are Queued on an Interface with a QoS Service Policy Document ID: 18664 Contents Introduction Prerequisites Requirements Components Used Conventions

More information

Configuring Quality of Service

Configuring Quality of Service CHAPTER 14 This chapter describes the Quality of Service (QoS) features built into your ML-Series card and how to map QoS scheduling at both the system and interface levels. This chapter contains the following

More information

PFC QoS. Prerequisites for PFC QoS. Restrictions for PFC QoS CHAPTER

PFC QoS. Prerequisites for PFC QoS. Restrictions for PFC QoS CHAPTER 58 CHAPTER Prerequisites for, page 58- Restrictions for, page 58- Information about, page 58-7 Default Settings for, page 58-33 How to Configure, page 58-56 Common QoS Scenarios, page 58- Glossary, page

More information

Cisco ASR 1000 Series Aggregation Services Routers: QoS Architecture and Solutions

Cisco ASR 1000 Series Aggregation Services Routers: QoS Architecture and Solutions Cisco ASR 1000 Series Aggregation Services Routers: QoS Architecture and Solutions Introduction Much more bandwidth is available now than during the times of 300-bps modems, but the same business principles

More information

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model Principles IP QoS DiffServ Differentiated Services Architecture DSCP, CAR Integrated Services Model does not scale well flow based traffic overhead (RSVP messages) routers must maintain state information

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

More information

EVC Quality of Service

EVC Quality of Service EVC Quality of Service Finding Feature Information EVC Quality of Service Last Updated: June 07, 2011 This document contains information about how to enable quality of service (QoS) features (such as traffic

More information

Configuring Quality of Service

Configuring Quality of Service CHAPTER 13 This chapter describes the Quality of Service (QoS) features built into your ML-Series card and how to map QoS scheduling at both the system and interface levels. This chapter contains the following

More information

Quality of Service Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches)

Quality of Service Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) Quality of Service Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) First Published: 2017-07-31 Last Modified: 2017-11-03 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

Configuring QoS. Finding Feature Information. Prerequisites for QoS. General QoS Guidelines

Configuring QoS. Finding Feature Information. Prerequisites for QoS. General QoS Guidelines Finding Feature Information, on page 1 Prerequisites for QoS, on page 1 Restrictions for QoS, on page 2 Information About QoS, on page 2 How to Configure QoS, on page 10 Monitoring Standard QoS, on page

More information

Quality of Service. Understanding Quality of Service

Quality of Service. Understanding Quality of Service The following sections describe support for features on the Cisco ASR 920 Series Router. Understanding, page 1 Configuring, page 2 Global QoS Limitations, page 2 Classification, page 3 Marking, page 6

More information

Defining QoS for Multiple Policy Levels

Defining QoS for Multiple Policy Levels CHAPTER 13 In releases prior to Cisco IOS Release 12.0(22)S, you can specify QoS behavior at only one level. For example, to shape two outbound queues of an interface, you must configure each queue separately,

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

Configuring Quality of Service

Configuring Quality of Service CHAPTER 21 This chapter applies only to the ML-Series (ML100T-2, ML100X-8, and ML1000-2) cards. This chapter describes the quality of service (QoS) features built into your ML-Series card and how to map

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Voice and Video over IP Slides derived from those available on the Web site of the book Computer Networking, by Kurose and Ross, PEARSON 2 Multimedia networking:

More information

Overview of QoS Support on Catalyst Platforms and Exploring QoS on the Catalyst 2900XL, 3500XL, and Catalyst 4000 CatOS Family of Switches

Overview of QoS Support on Catalyst Platforms and Exploring QoS on the Catalyst 2900XL, 3500XL, and Catalyst 4000 CatOS Family of Switches C H A P T E R 3 Overview of QoS Support on Catalyst Platforms and Exploring QoS on the Catalyst 2900XL, 3500XL, and CatOS Family of Switches Previous chapters described the necessity for QoS in campus

More information

Configuring Modular QoS Congestion Avoidance

Configuring Modular QoS Congestion Avoidance Congestion avoidance techniques monitor traffic flow in an effort to anticipate and avoid congestion at common network bottlenecks. Avoidance techniques are implemented before congestion occurs as compared

More information

Configuring Modular Quality of Service Congestion Management on Cisco IOS XR Software

Configuring Modular Quality of Service Congestion Management on Cisco IOS XR Software Configuring Modular Quality of Service Congestion Management on Cisco IOS XR Software Congestion management controls congestion after it has occurred on a network. Congestion can be managed on Cisco IOS

More information

Configuring Modular QoS on Link Bundles

Configuring Modular QoS on Link Bundles A link bundle is a group of one or more ports that are aggregated together and treated as a single link. This module describes QoS on link bundles. Line Card, SIP, and SPA Support Feature ASR 9000 Ethernet

More information

Advanced Lab in Computer Communications Meeting 6 QoS. Instructor: Tom Mahler

Advanced Lab in Computer Communications Meeting 6 QoS. Instructor: Tom Mahler Advanced Lab in Computer Communications Meeting 6 QoS Instructor: Tom Mahler Motivation Internet provides only single class of best-effort service. Some applications can be elastic. Tolerate delays and

More information

QOS Section 6. Weighted Random Early Detection (WRED)

QOS Section 6. Weighted Random Early Detection (WRED) QOS Section 6 Weighted Random Early Detection (WRED) The previous section addressed queuing, which is a congestionmanagement QoS mechanism. However, this section focuses on congestion avoidance. Specifically,

More information

"Charting the Course... Implementing Cisco Quality of Service (QOS) Course Summary

Charting the Course... Implementing Cisco Quality of Service (QOS) Course Summary Course Summary Description v2.5 provides learners with in-depth knowledge of QoS requirements, conceptual models such as best effort, IntServ, and DiffServ, and the implementation of QoS on Cisco platforms.

More information

Quality of Service Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9300 Switches)

Quality of Service Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9300 Switches) Quality of Service Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9300 Switches) First Published: 2018-04-06 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Quality of Service Commands

Quality of Service Commands Quality of Service Commands This module lists quality of service (QoS) commands in alphabetical order. To use commands of this module, you must be in a user group associated with a task group that includes

More information

Implementing Cisco Quality of Service 2.5 (QOS)

Implementing Cisco Quality of Service 2.5 (QOS) Implementing Cisco Quality of Service 2.5 (QOS) COURSE OVERVIEW: Implementing Cisco Quality of Service (QOS) v2.5 provides learners with in-depth knowledge of QoS requirements, conceptual models such as

More information

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks QoS in IP networks Prof. Andrzej Duda duda@imag.fr Contents QoS principles Traffic shaping leaky bucket token bucket Scheduling FIFO Fair queueing RED IntServ DiffServ http://duda.imag.fr

More information

Configuring Modular QoS Congestion Management on Cisco IOS XR Software

Configuring Modular QoS Congestion Management on Cisco IOS XR Software Configuring Modular QoS Congestion Management on Cisco IOS XR Software Congestion management controls congestion after it has occurred on a network. Congestion can be managed on Cisco IOS XR software by

More information

Configuring Modular QoS Service Packet Classification

Configuring Modular QoS Service Packet Classification Configuring Modular QoS Service Packet Classification This chapter covers these topics: Packet Classification Overview, page 1 Traffic Class Elements, page 2 Traffic Policy Elements, page 5 Traffic Policy

More information

Improving QOS in IP Networks. Principles for QOS Guarantees

Improving QOS in IP Networks. Principles for QOS Guarantees Improving QOS in IP Networks Thus far: making the best of best effort Future: next generation Internet with QoS guarantees RSVP: signaling for resource reservations Differentiated Services: differential

More information

Quality of Service (QoS) Configuration Guide, Cisco IOS XE Everest a (Catalyst 3850 Switches)

Quality of Service (QoS) Configuration Guide, Cisco IOS XE Everest a (Catalyst 3850 Switches) Quality of Service (QoS) Configuration Guide, Cisco IOS XE Everest 16.5.1a (Catalyst 3850 Switches) First Published: 2017-05-31 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Sharing Bandwidth Fairly During Congestion

Sharing Bandwidth Fairly During Congestion CHAPTER 12 When no QoS policies exist, the router serves traffic with best effort service. The router makes no distinction between high and low priority traffic and makes no allowances for the needs of

More information

IP Differentiated Services

IP Differentiated Services Course of Multimedia Internet (Sub-course Reti Internet Multimediali ), AA 2010-2011 Prof. 7. IP Diffserv introduction Pag. 1 IP Differentiated Services Providing differentiated services in IP networks

More information

Configuring global CAR 73 Overview 73 Configuring aggregate CAR 73 Configuration procedure 73 Configuration example 73

Configuring global CAR 73 Overview 73 Configuring aggregate CAR 73 Configuration procedure 73 Configuration example 73 Contents QoS overview 1 Introduction to QoS 1 QoS service models 1 Best-effort service model 1 IntServ model 1 DiffServ model 2 QoS techniques overview 2 Deploying QoS in a network 2 QoS processing flow

More information

Applying QoS Features Using the MQC

Applying QoS Features Using the MQC QoS: Modular QoS Command-Line Interface Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) First Published: November 30, 2012 Last Modified: March 31, 2014 This chapter discusses the Modular

More information

Quality of Service (QoS) Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 3850 Switches)

Quality of Service (QoS) Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 3850 Switches) Quality of Service (QoS) Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 3850 Switches) First Published: 2018-04-06 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA

More information

Configuring priority marking 63 Priority marking overview 63 Configuring priority marking 63 Priority marking configuration example 64

Configuring priority marking 63 Priority marking overview 63 Configuring priority marking 63 Priority marking configuration example 64 Contents QoS overview 1 Introduction to QoS 1 QoS service models 1 Best-effort service model 1 IntServ model 1 DiffServ model 2 QoS techniques overview 2 Deploying QoS in a network 2 QoS processing flow

More information

mls qos (global configuration mode)

mls qos (global configuration mode) mls qos (global configuration mode) mls qos (global configuration mode) To enable the quality of service (QoS) functionality globally, use the mls qos command in global configuration mode. To disable the

More information

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior Table of Contents QoS Configuration 1 Overview 1 Introduction to QoS 1 QoS Policy 1 Traffic Policing 2 Congestion Management 3 Line Rate 9 Configuring a QoS Policy 9 Configuration Task List 9 Configuring

More information

Congestion Management Overview

Congestion Management Overview Congestion management features allow you to control congestion by determining the order in which packets are sent out an interface based on priorities assigned to those packets. Congestion management entails

More information

QoS Technology White Paper

QoS Technology White Paper QoS Technology White Paper Keywords: Traffic classification, congestion management, congestion avoidance, precedence, differentiated services Abstract: This document describes the QoS features and related

More information

Traffic Engineering 2: Layer 2 Prioritisation - CoS (Class of Service)

Traffic Engineering 2: Layer 2 Prioritisation - CoS (Class of Service) Published on Jisc community (https://community.jisc.ac.uk) Home > Network and technology service docs > Vscene > Technical details > Products > H.323 > Guide to reliable H.323 campus networks > Traffic

More information

Internet Services & Protocols. Quality of Service Architecture

Internet Services & Protocols. Quality of Service Architecture Department of Computer Science Institute for System Architecture, Chair for Computer Networks Internet Services & Protocols Quality of Service Architecture Dr.-Ing. Stephan Groß Room: INF 3099 E-Mail:

More information

QoS Configuration FSOS

QoS Configuration FSOS FSOS QoS Configuration Contents 1. QoS Configuration...1 1.1 Brief Introduction to QoS... 1 1.1.1 Traffic... 1 1.1.2 Traffic Classification... 1 1.1.3 Priority... 2 1.1.4 Access Control List... 4 1.1.5

More information

Technology Overview. Frequently Asked Questions: MX Series 3D Universal Edge Routers Quality of Service. Published:

Technology Overview. Frequently Asked Questions: MX Series 3D Universal Edge Routers Quality of Service. Published: Technology Overview Frequently Asked Questions: MX Series 3D Universal Edge Routers Quality of Service Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089

More information

Contents. QoS overview 1

Contents. QoS overview 1 Contents QoS overview 1 QoS service models 1 Best-effort service model 1 IntServ model 1 DiffServ model 1 QoS techniques overview 1 Deploying QoS in a network 2 QoS processing flow in a device 2 Configuring

More information

Marking Traffic CHAPTER

Marking Traffic CHAPTER CHAPTER 7 To service the growing numbers of customers and their needs, service provider networks have become more complex and often include both Layer 2 and Layer 3 network devices. With this continued

More information

QoS: Match on ATM CLP

QoS: Match on ATM CLP QoS: Match on ATM CLP First Published: May 7, 2004 Last Updated: February 28, 2006 The QoS: Match on ATM CLP feature allows you to match and classify packets arriving at an interface on the basis of the

More information

Topic 4b: QoS Principles. Chapter 9 Multimedia Networking. Computer Networking: A Top Down Approach

Topic 4b: QoS Principles. Chapter 9 Multimedia Networking. Computer Networking: A Top Down Approach Topic 4b: QoS Principles Chapter 9 Computer Networking: A Top Down Approach 7 th edition Jim Kurose, Keith Ross Pearson/Addison Wesley April 2016 9-1 Providing multiple classes of service thus far: making

More information

CCVP QOS Quick Reference Sheets

CCVP QOS Quick Reference Sheets Why You Need Quality of Service (QoS)...3 QoS Basics...5 QoS Deployment...6 QoS Components...6 CCVP QOS Quick Reference Sheets Basic QoS Configuration...11 Traffic Classification and Marking...15 Queuing...26

More information

Differentiated services code point (DSCP) Source or destination address

Differentiated services code point (DSCP) Source or destination address Classification is the process of identifying traffic and categorizing that traffic into classes. Classification uses a traffic descriptor to categorize a packet within a specific group to define that packet.

More information

Classifying and Marking MPLS EXP

Classifying and Marking MPLS EXP The QoS EXP Matching feature allows you to classify and mark network traffic by modifying the Multiprotocol Label Switching (MPLS) experimental bits (EXP) field in IP packets. This module contains conceptual

More information

Quality of Service. Ib Hansen TECRST-2500_c Cisco Systems, Inc. All rights reserved. Cisco Public 1

Quality of Service. Ib Hansen TECRST-2500_c Cisco Systems, Inc. All rights reserved. Cisco Public 1 Quality of Service Ib Hansen ibhansen@cisco.com 1 Why Enable QoS? Security Quality of Service High Availability QoS: Enables UC and other collaborative applications Drives productivity by enhancing service

More information

Quality of Service Configuration Guidelines for RSP3 Module

Quality of Service Configuration Guidelines for RSP3 Module Quality of Service Configuration Guidelines for RSP3 Module Quality of Service This document outlines Quality of Service features and limitations available on the Cisco RSP3 module and contains the following

More information

Differentiated Services

Differentiated Services Diff-Serv 1 Differentiated Services QoS Problem Diffserv Architecture Per hop behaviors Diff-Serv 2 Problem: QoS Need a mechanism for QoS in the Internet Issues to be resolved: Indication of desired service

More information

Quality of Service (QoS)

Quality of Service (QoS) Quality of Service (QoS) A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete

More information

Configuring Firewall Filters (J-Web Procedure)

Configuring Firewall Filters (J-Web Procedure) Configuring Firewall Filters (J-Web Procedure) You configure firewall filters on EX Series switches to control traffic that enters ports on the switch or enters and exits VLANs on the network and Layer

More information

Quality of Service and Bandwidth Management

Quality of Service and Bandwidth Management CHAPTER 5 Cisco Unified Border Element (SP Edition) distributed model for the Cisco ASR 1000 Series Routers provides Quality of Service (QoS) and bandwidth management features to assure quality end-to-end

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master

More information

GUARANTEED END-TO-END LATENCY THROUGH ETHERNET

GUARANTEED END-TO-END LATENCY THROUGH ETHERNET GUARANTEED END-TO-END LATENCY THROUGH ETHERNET Øyvind Holmeide, OnTime Networks AS, Oslo, Norway oeyvind@ontimenet.com Markus Schmitz, OnTime Networks LLC, Texas, USA markus@ontimenet.com Abstract: Latency

More information

QoS Configuration. Page 1 of 13

QoS Configuration. Page 1 of 13 QoS Configuration Page 1 of 13 Contents Chapter 1 QoS Configuration...3 1.1 Brief Introduction to QoS...3 1.1.1 Traffic...3 1.1.2 Traffic Classification... 3 1.1.3 Priority...4 1.1.4 Access Control List...

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Chair for

More information

Configuration Commands. Generic Commands. description XRS Quality of Service Guide Page 125

Configuration Commands. Generic Commands. description XRS Quality of Service Guide Page 125 Configuration Commands Generic Commands description Syntax description description-string no description Context config>qos>shared-queue config>qos>network-queue config>qos>network config>qos>network>ingress>ipv6-criteria>entry

More information

Lecture Outline. Bag of Tricks

Lecture Outline. Bag of Tricks Lecture Outline TELE302 Network Design Lecture 3 - Quality of Service Design 1 Jeremiah Deng Information Science / Telecommunications Programme University of Otago July 15, 2013 2 Jeremiah Deng (Information

More information

MQC Hierarchical Queuing with 3 Level Scheduler

MQC Hierarchical Queuing with 3 Level Scheduler MQC Hierarchical Queuing with 3 Level Scheduler The MQC Hierarchical Queuing with 3 Level Scheduler feature provides a flexible packet scheduling and queuing system in which you can specify how excess

More information

Configuring Quality of Service

Configuring Quality of Service CHAPTER 25 QoS refers to the ability of a network to provide improved service to selected network traffic over various underlying technologies including Frame Relay, ATM, Ethernet and 802.1 networks, SONET,

More information

4A0-107 Q&As. Alcatel-Lucent Quality of Service. Pass Alcatel-Lucent 4A0-107 Exam with 100% Guarantee

4A0-107 Q&As. Alcatel-Lucent Quality of Service. Pass Alcatel-Lucent 4A0-107 Exam with 100% Guarantee 4A0-107 Q&As Alcatel-Lucent Quality of Service Pass Alcatel-Lucent 4A0-107 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back

More information

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman A Preferred Service Architecture for Payload Data Flows Ray Gilstrap, Thom Stone, Ken Freeman NASA Research and Engineering Network NASA Advanced Supercomputing Division NASA Ames Research Center Outline

More information

Configuring Quality of Service for MPLS Traffic

Configuring Quality of Service for MPLS Traffic CHAPTER 20 Multiprotocol label switching (MPLS) combines the performance and capabilities of Layer 2 (data link layer) switching with the proven scalability of Layer 3 (network layer) routing. MPLS enables

More information

Lecture 13. Quality of Service II CM0256

Lecture 13. Quality of Service II CM0256 Lecture 13 Quality of Service II CM0256 Types of QoS Best Effort Services Integrated Services -- resource reservation network resources are assigned according to the application QoS request and subject

More information

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Table of Contents INTRODUCTION... 4 DSCP CLASSIFICATION... 5 QUALITY OF SERVICE ON GWN7000... 6 USING QOS TO PRIORITIZE VOIP TRAFFIC...

More information

AlcatelLucent.Selftestengine.4A0-107.v by.Ele.56q. Exam Code: 4A Exam Name: Alcatel-Lucent Quality of Service

AlcatelLucent.Selftestengine.4A0-107.v by.Ele.56q. Exam Code: 4A Exam Name: Alcatel-Lucent Quality of Service AlcatelLucent.Selftestengine.4A0-107.v2013-12-14.by.Ele.56q Number: 4a0-107 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 4A0-107 Exam Name: Alcatel-Lucent

More information

QoS v6.0. QoS v6.0 VGN

QoS v6.0. QoS v6.0 VGN QoS v6.0 Number: 642-642 Passing Score: 832 Time Limit: 90 min File Version: v1.0 http://www.gratisexam.com/ QoS 642-642 v6.0 by VGN Sections 1. Single Select 2. Multiple Select 3. Drag & Drop 4. Lab Exam

More information

QoS: Time-Based Thresholds for WRED and Queue Limit

QoS: Time-Based Thresholds for WRED and Queue Limit QoS: Time-Based Thresholds for WRED and Queue Limit The QoS: Time-Based Thresholds for WRED and Queue Limit feature allows you to specify the Weighted Random Early Detection (WRED) minimum and maximum

More information

EE 122: Differentiated Services

EE 122: Differentiated Services What is the Problem? EE 122: Differentiated Services Ion Stoica Nov 18, 2002 Goal: provide support for wide variety of applications: - Interactive TV, IP telephony, on-line gamming (distributed simulations),

More information

Network Support for Multimedia

Network Support for Multimedia Network Support for Multimedia Daniel Zappala CS 460 Computer Networking Brigham Young University Network Support for Multimedia 2/33 make the best of best effort use application-level techniques use CDNs

More information

Transmitting Packets Using Hybrid Scheduling

Transmitting Packets Using Hybrid Scheduling Transmitting Packets Using Hybrid Scheduling Roxana Stănică*, Emil Petre** *University of Craiova, Romania (e-mail: roxana_batm@yahoo.com) **University of Craiova, Romania (e-mail: epetre@automation.ucv.ro)

More information

Quality of Service II

Quality of Service II Quality of Service II Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline Common QoS Approaches Best Effort Integrated Services Differentiated Services Integrated Services Integrated

More information

Byte-Based Weighted Random Early Detection

Byte-Based Weighted Random Early Detection Byte-Based Weighted Random Early Detection First Published: August 26, 2003 Last Updated: February 28, 2006 This feature module explains how to enable byte-based Weighted Random Early Detection (WRED).

More information

IP QOS Theory and Practice. eng. Nikolay Milovanov CCIE SP# 20094

IP QOS Theory and Practice. eng. Nikolay Milovanov CCIE SP# 20094 IP QOS Theory and Practice eng. Nikolay Milovanov CCIE SP# 20094 QoS Architectures QoS Architecture Models Best Effort Service Integrated Service Differentiated Service 3 Best Effort Service What exactly

More information