WiNG 5.x Feature Guide QoS

Size: px
Start display at page:

Download "WiNG 5.x Feature Guide QoS"

Transcription

1 Configuration Guide for RFMS 3.0 Initial Configuration XXX-XXXXXX-XX WiNG 5.x Feature Guide QoS April, 2011 Revision 1.0

2 MOTOROLA SOLUTIONS and the Stylized M Logo are registered in the US Patent & Trademark Office. Symbol is a registered trademark of Symbol Technologies, Inc. All other product or service names are the property of their respective owners Motorola Solutions, Inc. All rights reserved.

3 Table of Contents 1. Overview WMM Further Considerations Radio QoS Policies Creating Radio QoS Policies Editing Radio QoS Policies Deleting Radio QoS Policies Radio QoS Parameters WMM Tab Admission Control Tab Multimedia Optimizations Applying Radio QoS WLAN QoS Policies Creating WLAN QoS Policies Editing WLAN QoS Policies WLAN QoS Parameters WLAN WMM Tab WLAN QoS Rate Limit Tab WLAN QoS Multimedia Optimizations Tab Apply WLAN QoS to the WLAN Airtime Fairness Prefer High-Throughput...26

4 Index of tables: Table 1 - WMM Access Categories... 5 Table p to e Mapping... 6 Table 3 - WMM AC Category Parameters Table 4 - Admission Control Settings Table 5 - Admission Control Parameters Table 6 - Accelerated Multicast Parameters Table 7 - WMM Tab Settings Parameters Index of CLI Examples: CLI Example 1 - radio qos policies... 6 CLI Example 2 - editing radio qos policies... 7 CLI Example 3 - deleting radio qos policies... 8 CLI Example 4 - radio qos admission control CLI Example 5 - radio qos master configuration CLI Example 6 - applying radio qos policies CLI Example 7 - creating wlan qos policies CLI Example 8 - editing wlan qos policies CLI Example 9 - deleting wlan qos policies CLI Example 10 - wlan accelerated multicast CLI Example 11 - applying wlan qos CLI Example 12 - disabling airtime fairness CLI Example 13 - preference for high-throughput rates Index of figures: Figure 1 - UI Policy Creation... 7 Figure 2 UI Policy Editing... 8 Figure 3 - UI Deleting Policies... 9 Figure 4 - WMM AC Categories Figure 5 UI Admission Control Parameters Figure 6 - Multimedia Optimizations UI Figure 7 - Applying Radio Policies Figure 8 - Selecting the desired radio Figure 9 - Applying the policy Figure 10 - WLAN QoS Policy Create Figure 11 - Naming WLAN QoS Policy Figure 12 - WLAN QoS UI Edit Figure 13 - Deleting WLAN QoS Policies Figure 14 - WLAN QoS WMM Tab Figure 15 - WLAN QoS Rate Limiting Figure 16 - WLAN QoS Multimedia Optimizations Figure 17 - WLAN QoS Accelerated Multicast Figure 18 - Selecting WLAN for QoS Figure 19 - Select QoS Policy... 26

5 1. Overview WiNG 5 supports WMM and QoS standards to provide traffic prioritization and scheduling for voice, video and other, less stringent traffic categories. Beyond enabling WMM traffic classifications and general qos support, other features are necessary to provide an optimal experience. Establishing voice admission control, traffic rate limiting and multicast optimizations, especially for video applications may be required in a variety of environments. This paper will discuss these features and explain their part in maximizing client and application communications. 1.1 WMM Though not officially standardized, the Wifi Alliance implementation of Wireless Multimedia extensions (WMM) has become widely accepted as the standard means of providing QoS on networks. WMM defines four Access Categories with different levels of prioritization for voice, video, best effort and background traffic types. Access Categories Voice (AC_VO) Video (AC_VI) Best Effort (AC_BE) Background (AC_BK) Table 1 - WMM Access Categories These categories map to the different levels of priority on wired networks as well, so that a consistent level of importance can be maintained on a packet as it traverses the network. So a VoWifi phone conversation can be given the correct level of priority on the wireless medium and transition to the wired medium and on to its destination while maintaining its priority throughout the network. Of course, this is contingent on having QoS established on the LAN as well. Table 1 below shows the mapping relationship between 802.1p traffic categories and WMM access categories: Mapping of e AC s to 802.1d Class of Service priority levels Priority 802.1p Priority 802.1d Designation Access Category (AC) Lowest 1 BK AC_BK 2 Spare AC_BK 0 BE AC_BE 3 EE AC_BE 4 CL AC_VI 5 VI AC_VI 6 VO AC_VO

6 Highest 7 NC AC_VO 1.2 Further Considerations Table p to e Mapping We will contain our discussion to QoS and airtime as it pertains to wireless networks. Simply enabling QoS in and of itself does not necessarily guarantee priority levels. If a wireless network has been oversubscribed, as in a high number of client associations per access point, this can affect resources at the AP before QoS can even come into effect. Another consideration is MU data rates; it may be desirable to give more airtime to clients with faster data rates than for those who hold the network back by transmitting at slower data rates. WiNG 5 s attention to QoS features at the radio and WLAN level, as well as Airtime Fairness, admission control and rate limiting can benefit the WLAN carrying diverse traffic types. Further, special consideration and handling of shared traffic types, such as multicast video make the WiNG 5 network capable of delivering the best, most consistent user experience for time sensitive applications. 2. Radio QoS Policies Radio QoS policies are applied to individual radios within an access point. The policies are applied to radios either through group device profiles or as device overrides and are inherited throughout an RF-Domain as applied. Radio QoS parameters enforce WMM and police the different traffic types at the radio level. Perhaps the most important aspect of configuring these parameters is with regards to Admission Control, which will be detailed in section Creating Radio QoS Policies Policies are created via the CLI by issuing the radio-qos-policy <policy_name> command. Executing this command creates the policy and enters the configuration context for the policy. However it is not applied to the running-configuration until a commit is issued. Creating Radio QoS Policies rfs a3ac(config)#radio-qos-policy <radio_qos_policy_name> rfs a3ac(config-radio-qos-<policy_name>)# CLI Example 1 - radio qos policies The radio qos policies can be created via the WiNG 5.x UI by navigating to Configuration > Wireless > Radio QoS Policy and then clicking Add as shown in table 4. Upon entering the configuration parameter page, enter a name for the policy in the main work space frame.

7 Configuration > Wireless > Radio QoS Policy Editing Radio QoS Policies Figure 1 - UI Policy Creation Policies are modified via the CLI by issuing the radio-qos-policy <policy_name> command. Executing this command enters the configuration context for the policy. Editing Radio QoS Policies rfs a3ac(config)#radio-qos-policy <radio_qos_policy_name> rfs a3ac(config-radio-qos-<policy_name>)# CLI Example 2 - editing radio qos policies Similarly, the radio qos policies can be modified via the WiNG 5.x UI by navigating to Configuration > Wireless > Radio QoS Policy, selecting the desired policy and then clicking Edit as shown in table 6.

8 Configuration > Wireless > Radio QoS Policy Deleting Radio QoS Policies Figure 2 UI Policy Editing Policies are deleted via the CLI using the no option with the radio-qos-policy <policy_name> command. Deleting Radio QoS Policies rfs a3ac(config)#no radio-qos-policy <radio_qos_policy_name> CLI Example 3 - deleting radio qos policies Within the WiNG 5.x UI this is accomplished simply by navigating to Configuration > Wireless > Radio QoS Policy, selecting the desired policy and then clicking Delete.

9 Configuration > Wireless > Radio QoS Policy 2.2 Radio QoS Parameters Figure 3 - UI Deleting Policies By default, WiFi Alliance WMM extensions are supported when radio qos policies are enabled on a radio. In order for the policing to be effective, wireless client devices and applications must also support wireless QoS and the LAN infrastructure should have 802.1p or DSCP prioritization enabled as well WMM Tab The first tab within the policy configuration relates to the four WMM access categories and the values present will be applied against the individual traffic class queues as those types of traffic are detected.

10 Radio QoS Policy WMM Tab Figure 4 - WMM AC Categories WMM Access Category Parameters TxOps the amount of time a client is allowed to transmit upon receiving it s opportunity on the medium. Higher priority traffic should have a lower value. Arbitrary Interframe Spacing Number a wait period between frames, based on the specific access category (AC). ECW Min The minimum contention window backoff period. A random value between ECW min and max will be selected. ECW Max The maximum contention window backoff period. A random value between ECW min and max will be selected. Table 3 - WMM AC Category Parameters The default values within the WMM tab will rarely require manipulation. This is the purpose of WMM to take guess work granularity out of configuration. However it is important to understand the various elements Admission Control Tab Admission control governs access to the medium, imposing limits on clients for access. By checking the Enable box for each category type, AC is imposed for that category. Thus, each type must be enabled individually if that is what is required. Note that it is not recommended to enable admission control for best effort or background traffic categories. Admission control will most likely come into play on networks supporting voice. Since voice is such a sensitive application, easily degraded by latency, jitter or congestion, it will be necessary to understand how to control the wireless medium in favor of voice traffic for customers.

11 Settings Two important parameters are found under the Settings heading relating to firewall detected traffic and client traffic specifications. See table 7 for details. Admission Control Parameters Enable admission control for firewall detected traffic Implicit TSPEC Voice Admission Control Enables the WiNG 5 firewall Application Layer Gateway (ALG) detection of traffic types and to mark detected packets with the correct WMM AC. Enabled by default when qos policy is applied to the radio. Requires that clients communicate requirements for traffic to be sent by setting the Traffic Specifications within the packets. Clients not specifying or not supporting TSPEC will not receive priority from the radio. Table 4 - Admission Control Settings On wireless networks supporting VoWifi, it is important to enforce Admission Control and to configure the parameters governing subscription and airtime. Examples for CLI and web UI follow. CLI Voice Admission Control rfs a3ac(config)#radio-qos-policy default rfs a3ac(config--radio-qos-default)#admission-control voice? max-airtime-percent max-clients max-roamed-clients reserved-for-roam-percent CLI Example 4 - radio qos admission control The options under admission control will not show in the master configuration file unless the default values are modified. However, enabling admission control will show up under the radioqos policy: Radio-QoS Policy - Master Configuration! radio-qos-policy default admission-control voice! CLI Example 5 - radio qos master configuration

12 Radio QoS Policy Admisson Control Tab Figure 5 UI Admission Control Parameters Voice Admission Control Enable Voice: Enable AC on this radio specifically for voice traffic as determined by WMM extensions or detected by the firewall ALG Max Airtime: Specifies airtime in the form of bandwidth %, up to 150% to accommodate over-subscription. This ensures that radio bandwidth is available for the specified traffic type (shown is voice). Max Wireless Clients: Sets a limit on clients allowed on the radio and is useful to mitigate over-subscription Max Roamed Clients: Setting a hard-limit for supported clients on a radio would be detrimental in roaming environment. Thus, this setting sets a limit for new clients who have roamed to the radio. Reserved for Roam: Sets the % of radio bandwidth allotted to admission control for clients who have roamed Multimedia Optimizations Table 5 - Admission Control Parameters Multimedia Optimizations relates to multicast traffic and clients subscribed to multicast streams; this typically is the case with real-time video applications. Accelerated Multicast refers to multicast-to-unicast conversion, which increases the quality of video traffic multicast packets. The parameters within the radio qos-policy work together with those defined in the WLAN qospolicy, which will be covered in a later section. The multicast-to-unicast conversion process is resource intensive, so it should not be performed for an exorbitant number of clients / streams. Additionally, it is only supported for local radios and not for those located remotely. Radio Multimedia Optimizations Max wireless clients allowed: Sets the number of clients allowed for accelerated multicast, or multicast-to-unicast conversion clients. When count exceeds: If the above limit is exceeded, new multicast clients can be rejected (default) or revert can be selected, which will revert back to normal multicast streams. Max multicast streams: Sets the maximum number of multicast streams that can be subscribed to per client. Packets per second: Once a flow is established to a client, the conversion process can be started once a rate threshold is reached.

13 Timeout for clients: This value, measured in seconds, establishes the timeout period for a client to reaffirm its subscription via IGMP. If the client fails to do so, it will be removed from the list of sessions to optimize. Table 6 - Accelerated Multicast Parameters Radio QoS Policy Multimedia Optimizations Tab 2.3 Applying Radio QoS Figure 6 - Multimedia Optimizations UI Policies are applied at the individual radio and each radio can only have a single policy applied to it, thus 2 per AP. The policies can be applied to profiles (recommended) which then will be automatically inherited by the AP s using the profile. Alternatively, the policies can be applied as device overrides to specific radios individually. For reasons of future management and troubleshooting, device overrides are not recommended. At the command line, execute the following commands on the desired hardware profile or device to enable a policy on a radio: Applying Radio QoS Policies rfs a3ac(config)#profile ap650 default-ap650 rfs a3ac(config-profile-default-ap650)#interface radio <n> rfs a3ac(config-profile-default-ap650-if-radio1)#use radio-qospolicy <radio-qos-policy-name> rfs a3ac(config-profile-default-ap650-if-radio1)#commit CLI Example 6 - applying radio qos policies Likewise the policy can be applied through the web UI. Navigate to Configuration > Profiles and select the desired profile, then click Edit:

14 Device Profiles Applying Radio QoS Policies Figure 7 - Applying Radio Policies Once in the desired profile, select Radios, choose the radio you wish to apply the policy to and then click Edit:

15 Device Profiles Applying Radio QoS Policies Figure 8 - Selecting the desired radio Once the Radios main window appears, select the desired radio qos policy from the drop down, under the Radio Settings tab, then click >>OK:

16 Device Profiles Applying Radio QoS Policies 3. WLAN QoS Policies Figure 9 - Applying the policy WLAN QoS allows for policing of traffic on the WLAN as a whole and for the clients associated to the WLAN. The WLAN QoS policies are used to specify and manipulate the types of traffic on the WLAN, perform rate-limiting and perform further optimizations on multicast type traffic, such as video streams. 3.1 Creating WLAN QoS Policies Policies are created via the CLI by issuing the wlan-qos-policy <policy_name> command. Executing this command creates the policy and enters the configuration context for the policy. However it is not applied to the running-configuration until a commit is issued. Creating WLAN QoS Policies rfs a3ac(config)#wlan-qos-policy <wlan_qos_policy_name> rfs a3ac(config-wlan-qos-<policy_name>)# CLI Example 7 - creating wlan qos policies The wlan qos default policy can be edited or a new one can be created via the WiNG 5.x UI by navigating to Configuration > Wireless > WLAN QoS Policy and then clicking Add as shown

17 in figure 10. Upon entering the configuration parameter page, enter a name for the policy in the main work space frame and click >>OK to activate the parameter tabs for configuration. WLAN QoS Policy Create in UI Figure 10 - WLAN QoS Policy Create Name the QoS Policy Web UI Figure 11 - Naming WLAN QoS Policy

18 Once you have clicked the OK button, the WMM tab becomes active and the parameters can be adjusted as necessary. This will be covered in section Editing WLAN QoS Policies Policies are modified via the CLI by issuing the wlan-qos-policy <policy_name> command. Executing this command enters the configuration context for the policy. Editing WLAN QoS Policies rfs a3ac(config)#wlan-qos-policy <wlan_qos_policy_name> rfs a3ac(config-wlan-qos-<policy_name>)# CLI Example 8 - editing wlan qos policies Likewise they are edited through the UI by highlighting the target policy and clicking Edit as shown in figure 11: Editing WLAN QoS Policy Web UI Figure 12 - WLAN QoS UI Edit Deleting a WLAN QoS policy via the command line is a simple, 2-step process. Using the no form of the command, remove the policy and then perform a commit to apply to runningconfig.

19 Deleting WLAN QoS Policies rfs a3ac(config)#no wlan-qos-policy <wlan_qos_policy_name> rfs a3ac(config)#commit CLI Example 9 - deleting wlan qos policies Perform this action at the web UI simply by highlighting the desired QoS policy and then clicking on Delete : Deleting WLAN QoS Policy Web UI Figure 13 - Deleting WLAN QoS Policies As with any configuration performed, it will not take effect in the running-config until a commit has been performed. Then clicking on Save will save the configuration to the startup-config. 3.2 WLAN QoS Parameters Once a policy is created and named, the administrator will have access to the WMM, Rate Limiting and Multimedia Optimizations tabs and can customize accordingly.

20 3.2.1 WLAN WMM Tab Like the Radio QoS WMM screen, this page deals with details for manipulating transmit opportunities and wait periods for WMM classified traffic. The Settings area allows the administrator to specify what type of traffic the WLAN will be comprised of. If it is a mix of clients and support for WMM, then the default of WMM should be accepted. However it is also possible to treat all traffic on the WLAN as a specific category and have the appropriate prioritizations applied. This would be the case if traffic types are being segmented at the network level; i.e. dedicated voice VLAN, data VLAN, etc and WLAN s mapped accordingly. Typically, only the parameters under Settings will be manipulated. WLAN QoS Policy WMM Tab Figure 14 - WLAN QoS WMM Tab

21 WLAN QoS WMM Tab Settings Area WLAN QoS Rate Limit Tab Wireless Client Classification implies what type of traffic is expected on the radio. Unless the WLAN is dedicated to a specify client traffic type, leave the default setting of WMM. The Non-Unicast Classification specifies how to categorize non-unicast traffic so the correct prioritization will be applied. Enable Voice Prioritization is for legacy Motorola VOIP phones and will apply voice prioritization to the traffic type. Enable SVP Prioritization is for legacy Polycom VOIP phones utilizing the SVP protocol. Enable WMM Power Save allows for honoring of the unscheduled automatic power save delivery mechanism for QSTA s Enable QBSS Load IE enables the load information element within the QoS BSS frames to inform clients of load. Configure Non WMM Client Traffic specifies how to treat traffic not marked as one of the WMM access category types. Table 7 - WMM Tab Settings Parameters The rate limit tab allows for rate limiting on the WLAN as a whole, as well as imposing limits on the clients specifically. Limiting can be enabled in upstream and / or downstream directions and for one, the other or both directions as desired. First the rate limit function is enabled on the desired direction, the maximum rate is set and then a maximum burst is configured to accommodate traffic bursts that happen when initial traffic sessions are established. The Random Early Detection mechanism is a means of randomizing traffic queues and packet drops among the queues Tail Drop does not occur. Tail Drop happens when queues are full and additional incoming packets are simply dropped. On a congested network where queues are always full, this causes anomalies across the network which RED mitigates. The default settings are typically sufficient and further modification should not be necessary.

22 WLAN QoS Policy Rate Limit Tab Figure 15 - WLAN QoS Rate Limiting WLAN QoS Multimedia Optimizations Tab Normally on wireless networks, multicast traffic is buffered until the DTIM period, at which point clients come out of power save mode and check for traffic destined to them that has been buffered at the AP. On WLAN s supporting multimedia applications that also support use of the DTIM period, a primary and secondary multicast mask can be configured, specifying what frames are transmitted immediately without waiting for the DTIM interval. The primary use case for this feature would be video streaming, however since accelerated multicast has been introduced as a new feature, it will likely be the primary method of optimizing video applications.

23 WLAN QoS Policy Multimedia Optimizations Tab WLAN QoS Accelerated Multicast Figure 16 - WLAN QoS Multimedia Optimizations On networks where multicast packets are being bridged, the Accelerated Multicast area allows for conversion of multicast streams into unicast for overall better utilization and performance. All multicast streams can be automatically detected and converted, or the administrator can specify what streams to convert. This can be especially useful in education markets where real-time video and various testing methods may be delivered over the WLAN or in large global enterprises where company announcements and other training may be delivered in a like manner. The accelerated multicast parameters within the WLAN qos policy work in tandem with the same settings within the radio qos policy.

24 Completely disabling multicast streaming on the WLAN is option 1. The second option is to automatically detect streams and then apply a classification. By default, the classification given upstream will be inherited or trusted. As another alternative, an administrator may also designate specific destination address ranges and then apply customized classifications for each configured destination. When packets matching the destination are encountered, acceleration (unicast conversion) takes effect. CLI and UI examples follow: Applying WLAN QoS rfs a3ac(config)#wlan-qos-policy default rfs a3ac(config-wlan-qos-default)#accelerated-multicast? A.B.C.D configure the multicast address in A.B.C.D Autodetect Let system automatically detect multicast streams rfs a3ac(config-wlan-qos-default)#accelerated-multicast <mcast- IP-addr> classification video rfs a3ac(config-wlan-qos-default)#commit CLI Example 10 - wlan accelerated multicast WLAN QoS Policy Accelerated Multicast Figure 17 - WLAN QoS Accelerated Multicast 3.3 Apply WLAN QoS to the WLAN Once the WLAN qos policy has been created, it is simple to apply the policy to a specific WLAN. From the CLI, simply enter WLAN configuration mode and perform the use command as shown below:

25 Applying WLAN QoS Policies rfs a3ac(config)#wlan wlan1 rfs a3ac(config-wlan-wlan1)#use wlan-qos-policy <policy-name> rfs a3ac(config-wlan-wlan1)#commit CLI Example 11 - applying wlan qos To apply the qos policy through the web UI, navigate to Configuration > Wireless > Wireless LANs, highlight the desired WLAN and click Edit: Applying WLAN QoS Policy Select WLAN Figure 18 - Selecting WLAN for QoS In the main configuration window, select Basic Configuration, and go to the QoS Policy drop down under the WLAN Configuration area as shown below:

26 Select the QoS Policy under WLAN Configuration 4. Airtime Fairness Figure 19 - Select QoS Policy Airtime Fairness is enabled by default at the radio-level within profiles or individual devices. Turning off AF results in round-robin packet transmission scenario, however it does not mean that all MU s are able to transmit the same number of bytes in a given period. Clients utilizing higher byte-count packets will transmit more than those using smaller packets. Disabling Airtime Fairness rfs a3ac(config-profile-default-ap650-if-radio)#no airtime-fairness 4.1 Prefer High-Throughput CLI Example 12 - disabling airtime fairness Obviously disabling airtime fairness does not make much sense in an environment where there is voice and video traffic to schedule. But what about giving more airtime to MU s that are transmitting at the higher n rates? It may often be desirable to establish airtime governed unfairness to give more time to higher-rate clients, allowing them access to the HOV lane of the wireless highway. This is a configurable option, allowing for 1-10 times the airtime as that of slower rate clients. Airtime Un-Fairness rfs a3ac(config-profile-default-ap650-if-radio)#airtime-fairness prefer-ht weight <n> (where n is a factor of 1-10) CLI Example 13 - preference for high-throughput rates

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS PrepKing Number: 642-742 Passing Score: 800 Time Limit: 120 min File Version: 61.0 http://www.gratisexam.com/ CISCO 642-742 EXAM QUESTIONS & ANSWERS Exam Name: CCNP Wireless - IUWVN Certkey QUESTION 1

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

Configuring Advanced Radio Settings on the WAP371

Configuring Advanced Radio Settings on the WAP371 Article ID: 5069 Configuring Advanced Radio Settings on the WAP371 Objective Radio settings are used to configure the wireless radio antenna and its properties on the wireless access point (WAP) device

More information

Document ID: Contents. Introduction. Prerequisites. Requirements. Components Used. Conventions. Background Information.

Document ID: Contents. Introduction. Prerequisites. Requirements. Components Used. Conventions. Background Information. Products & Services QoS on Wireless LAN Controllers and Lightweight APs Configuration Example Document ID: 81831 Contents Introduction Prerequisites Requirements Components Used Conventions Background

More information

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview Certified Wireless Network Administrator (CWNA) PW0-105 Chapter 8 802.11 Medium Access Chapter 8 Overview CSMA/CA vs. CSMA/CD Distributed Coordination Function (DCF) Point Coordination Function (PCF) Hybrid

More information

Table of Contents 1 WLAN QoS Configuration 1-1

Table of Contents 1 WLAN QoS Configuration 1-1 Table of Contents 1 WLAN QoS Configuration 1-1 WLAN QoS Overview 1-1 Terminology 1-1 WMM Protocol Overview 1-2 Protocols and Standards 1-4 WMM Configuration 1-4 Configuration Prerequisites 1-4 Configuring

More information

Configuring Voice and Video Parameters

Configuring Voice and Video Parameters Finding Feature Information, page 1 Prerequisites for Voice and Video Parameters, page 1 Restrictions for Voice and Video Parameters, page 1 Information About, page 2 How to Configure Voice and Video Parameters,

More information

Cisco Unified Wireless QoS Tech Note

Cisco Unified Wireless QoS Tech Note Cisco Unified Wireless QoS Tech Note Document ID: 116056 Contributed by Nick Tate and Nicolas Darchis, Cisco TAC Engineers. Apr 29, 2013 Contents Introduction QoS Checklist WMM CoS and DSCP Switch Operation

More information

Home Gateway Initiative Phase 1 QoS Architecture

Home Gateway Initiative Phase 1 QoS Architecture International Telecommunication Union Home Gateway Initiative Phase 1 QoS Architecture Duncan Bees Technical Advisor, PMC-Sierra HGI QoS Technical Group Deputy-Chair Duncan_Bees@pmc-sierra.com Geneva,

More information

Q&As. Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0. Pass Cisco Exam with 100% Guarantee 642-742 Q&As Implementing Cisco Unified Wireless Voice Networks (IUWVN) v2.0 Pass Cisco 642-742 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

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

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

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

Table of Contents 1 QoS Overview QoS Policy Configuration Priority Mapping Configuration 3-1

Table of Contents 1 QoS Overview QoS Policy Configuration Priority Mapping Configuration 3-1 Table of Contents 1 QoS Overview 1-1 Introduction to QoS 1-1 Introduction to QoS Service Models 1-1 Best-Effort Service Model 1-1 IntServ Service Model 1-2 DiffServ Service Model 1-2 QoS Techniques Overview

More information

WiNG 5.x How-To Guide

WiNG 5.x How-To Guide WiNG 5.x How-To Guide Tunneling Remote Traffic using L2TPv3 Part No. TME-08-2012-01 Rev. A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola

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

A Tool for Simulating IEEE e Contention-based Access

A Tool for Simulating IEEE e Contention-based Access A Tool for Simulating IEEE 802.11e Contention-based Access Andreas Floros 1 and Theodore Karoubalis 2 1 Dept. of Informatics, Ionian University, Plateia Tsirigoti 7, 49 100 Corfu, Greece floros@ionio.gr

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

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

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

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

Cisco Exam. Volume: 147 Questions

Cisco Exam. Volume: 147 Questions Volume: 147 Questions Question No : 1 Which two VoWLAN configuration parameters are required to implement a Vocera Communications System on a Cisco WLC v7.0? (Choose two.) A. Enable WLC broadcast for WLANs.

More information

VIEW Configuration Guide. Cisco. 1131, 1232 and 1242 Autonomous APs. June 2010 Edition Version D

VIEW Configuration Guide. Cisco. 1131, 1232 and 1242 Autonomous APs. June 2010 Edition Version D VIEW Configuration Guide Cisco 1131, 1232 and 1242 Autonomous APs June 2010 Edition 1725-36193-001 Version D Configuration Guide Patent Information The accompanying product is protected by one or more

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

Quality of Service WMM, U-APSD, DSCP, CoS (802.1p/q), TSPEC Other IEEE Standards d

Quality of Service WMM, U-APSD, DSCP, CoS (802.1p/q), TSPEC Other IEEE Standards d Introduction This document outlines the necessary steps and guidelines to optimally configure Cisco 2000, 4400 Series WLAN Controllers and Cisco Aironet 1000, 1100, 1200 Series Access Points (LWAPP) with

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

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

TamoSoft Throughput Test

TamoSoft Throughput Test TAKE CONTROL IT'S YOUR SECURITY TAMOSOFT df TamoSoft Throughput Test Help Documentation Version 1.0 Copyright 2011-2016 TamoSoft Contents Contents... 2 Introduction... 3 Overview... 3 System Requirements...

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

VoWLAN Best Practices

VoWLAN Best Practices VoWLAN Best Practices WiNG 5 Vik Evans Systems Engineer Enterprise Networking and Communications 1 VoWLAN Best Practices: Topics Planning Design Implementation Configuration 2 Planning Starts with project

More information

VIEW Certified Configuration Guide. Cisco

VIEW Certified Configuration Guide. Cisco VIEW Certified Configuration Guide Cisco 4400 Series Wireless LAN Controller (WLC), Wireless Services Module (WiSM), and 3750G Integrated Wireless LAN Controller with 1100, 1200, 1300 Series APs January

More information

Configuring Application Visibility and Control

Configuring Application Visibility and Control Information About Application Visibility and Control, page 1 Restrictions for Application Visibility and Control, page 2 (GUI), page 3 (CLI), page 4 Configuring NetFlow, page 5 Information About Application

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

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring CoS Hierarchical Port Scheduling Release NCE 71 Modified: 2016-12-16 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

IEEE e Enhanced QoS

IEEE e Enhanced QoS IEEE 802.11e Enhanced QoS 國立中興大學資工系曾學文 Tel : (04)22840497 ext 908 E-mail: hwtseng@nchu.edu.tw Outlines Introduction Traffic Differentiation Hybrid Coordination Function (HCF) Contention-Based Channel Access

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

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

Quality of Service (QoS) Settings on AP541N Access Point

Quality of Service (QoS) Settings on AP541N Access Point Quality of Service (QoS) Settings on AP541N Access Point Objective Quality of Service (QoS) is a technique used to achieve better performance for a computer network and is also used to enhance the quality

More information

Recommended QoS Configuration Settings for TP-LINK Archer C3200 Wireless Router

Recommended QoS Configuration Settings for TP-LINK Archer C3200 Wireless Router Recommended QoS Configuration Settings for TP-LINK Archer C3200 Wireless Router Recommended QoS Configuration TP-LINK Archer C3200 Contents Contents Introduction.......................................

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

Per-WLAN Wireless Settings

Per-WLAN Wireless Settings DTIM Period, page 1 Off-Channel Scanning Deferral, page 3 Cisco Client Extensions, page 10 Client Profiling, page 12 Client Count per WLAN, page 15 DTIM Period Information About DTIM Period In the 802.11

More information

Managing Cisco QoS Using ehealth

Managing Cisco QoS Using ehealth Focus Topic January 2006 Managing Cisco QoS Using ehealth Quality of Service (QoS) is a measure of performance that allows you to configure different levels of service for various types of traffic in your

More information

Multicast/Broadcast Setup

Multicast/Broadcast Setup Configuring Multicast Mode, page 1 Mediastream, page 9 Configuring Multicast Domain Name System, page 14 Configuring Multicast Mode Information About Multicast/Broadcast Mode If your network supports packet

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Deploying Cisco Wireless Enterprise Networks. Version 1.

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Deploying Cisco Wireless Enterprise Networks. Version 1. 300-365.exam Number: 300-365 Passing Score: 800 Time Limit: 120 min CISCO 300-365 Deploying Cisco Wireless Enterprise Networks Version 1.0 Exam A QUESTION 1 The customer has deployed C7960 phones with

More information

Nighthawk S8000 Gaming & Streaming Advanced 8-Port Gigabit Ethernet Switch User Manual

Nighthawk S8000 Gaming & Streaming Advanced 8-Port Gigabit Ethernet Switch User Manual Nighthawk S8000 Gaming & Streaming Advanced 8-Port Gigabit Ethernet Switch User Manual Model GS808E March 2017 202-11732-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing

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

High Density Experience Features in Release 8.0

High Density Experience Features in Release 8.0 This section covers the following topics in depth: Receiver Start of Packet Detection Threshold, page 1 Optimized Roaming, page 5 Dynamic Channel Assignment in RF Profiles, page 11 Receiver Start of Packet

More information

Multicast and Quality of Service. Internet Technologies and Applications

Multicast and Quality of Service. Internet Technologies and Applications Multicast and Quality of Service Internet Technologies and Applications Aims and Contents Aims Introduce the multicast and the benefits it offers Explain quality of service and basic techniques for delivering

More information

Cisco Exam Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ]

Cisco Exam Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ] s@lm@n Cisco Exam 642-742 Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ] Question No : 1 A client reports that video is not streaming. The administrator

More information

Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks

Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks Gabriel Lazar, Virgil Dobrota, Member, IEEE, Tudor Blaga, Member, IEEE 1 Agenda I. Introduction II. Reliable Multimedia

More information

Cisco.Actualtests v by.Elie.100q. Exam Code: Exam Name: CCNP Wireless - IUWVN

Cisco.Actualtests v by.Elie.100q. Exam Code: Exam Name: CCNP Wireless - IUWVN Cisco.Actualtests.642-742.v2014-02-07.by.Elie.100q Number: 642-742 Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: 642-742 Exam Name: CCNP Wireless - IUWVN

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

User Guide. For TP-Link Auranet Access Points

User Guide. For TP-Link Auranet Access Points User Guide For TP-Link Auranet Access Points EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall / EAP110-Outdoor 1910012276 REV 2.0.2 October 2017 CONTENTS About this User Guide... 1 Overview...

More information

Grandstream Networks, Inc. WP820 Wi-Fi Roaming Application Note

Grandstream Networks, Inc. WP820 Wi-Fi Roaming Application Note Grandstream Networks, Inc. WP820 Wi-Fi Roaming Application Note Table of Contents OVERVIEW... 7 WP820 WI-FI FREQUENCY AND CHANNEL... 7 WP820 WI-FI ROAMING... 7 DEPLOYMENT REQUIREMENTS... 8 IMPORTANT WI-FI

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

NSP Network Services Platform Network Functions Manager - Packet (NFM-P) Multi-Vendor Policy Guide. 3HE AAAB-TQZZA Issue 2 September 2017

NSP Network Services Platform Network Functions Manager - Packet (NFM-P) Multi-Vendor Policy Guide. 3HE AAAB-TQZZA Issue 2 September 2017 NSP Network Services Platform Network Functions Manager - Packet (NFM-P) Multi-Vendor Policy Guide 3HE-11236-AAAB-TQZZA Legal notice Nokia is a registered trademark of Nokia Corporation. Other products

More information

Recommended QoS Configuration Settings for NETGEAR R6400 Wireless Router

Recommended QoS Configuration Settings for NETGEAR R6400 Wireless Router Recommended QoS Configuration Settings for NETGEAR R6400 Wireless Router Recommended QoS Configuration NETGEAR R6400 Contents Contents Introduction....................................... 3 Supported Browsers

More information

NAVIGATING THE HOME WI- FI EXPERIENCE PART 2

NAVIGATING THE HOME WI- FI EXPERIENCE PART 2 NAVIGATING THE HOME WI- FI EXPERIENCE PART 2 THE IMPORTANCE OF AIR TIME ALLOCATION IN WI- FI QUALITY OF SERVICE ELI BARUCH, SR. STAFF SOLUTIONS ARCHITECT TABLE OF CONTENTS INTRODUCTION... 3 WIRELESS QUALITY

More information

Quality of Service (QoS): Managing Bandwidth More Effectively

Quality of Service (QoS): Managing Bandwidth More Effectively 15 Quality of Service (QoS): Managing Bandwidth More Effectively Contents Introduction................................................. 15-2 Terminology............................................... 15-5

More information

VIEW Certified Configuration Guide. BelAir Networks. BelAir50, BelAir100, BelAir200. January 2008 Edition Version D

VIEW Certified Configuration Guide. BelAir Networks. BelAir50, BelAir100, BelAir200. January 2008 Edition Version D VIEW Certified Configuration Guide BelAir Networks BelAir50, BelAir100, BelAir200 January 2008 Edition 1725-36065-001 Version D Configuration Guide Trademark Information Polycom and the logo designs SpectraLink

More information

Understanding SROS Priority Queuing, Class-Based WFQ, and QoS Maps

Understanding SROS Priority Queuing, Class-Based WFQ, and QoS Maps Configuration Guide 5991-2121 May 2006 Understanding SROS Priority Queuing, Class-Based WFQ, and QoS Maps This Configuration Guide explains the concepts behind configuring your Secure Router Operating

More information

A POLYCOM WHITEPAPER Deploying Enterprise-Grade Wi-Fi Telephony : Coverage, Capacity, Quality of Service, and Security Considerations for Delivering

A POLYCOM WHITEPAPER Deploying Enterprise-Grade Wi-Fi Telephony : Coverage, Capacity, Quality of Service, and Security Considerations for Delivering Deploying Enterprise-Grade Wi-Fi Telephony : Coverage, Capacity, Quality of Service, and Security Considerations for Delivering Excellent Voice Quality on Enterprise Wi-Fi Networks November 2010 Coverage,

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

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

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

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

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

OWL630 OUTDOOR ACCESS POINT

OWL630 OUTDOOR ACCESS POINT OWL630 OUTDOOR ACCESS POINT Wireless INTRODUCTION The OWL630 is an enterprise-grade, concurrent dual-band 802.11ac outdoor access point, designed specifically to withstand harsh weather conditions in outdoor

More information

Multicast VLAN, page 1 Passive Clients, page 2 Dynamic Anchoring for Clients with Static IP Addresses, page 5

Multicast VLAN, page 1 Passive Clients, page 2 Dynamic Anchoring for Clients with Static IP Addresses, page 5 Multicast VLAN, page 1 Passive Clients, page 2 Dynamic Anchoring for Clients with Static IP Addresses, page 5 Multicast VLAN Information About Multicast Optimization Prior to the 7.0.116.0 release, multicast

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

RSVP Scalability Enhancements

RSVP Scalability Enhancements This document describes the Cisco Resource Reservation Protocol (RSVP) scalability enhancements. It identifies the supported platforms, provides configuration examples, and lists related IOS command line

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

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com Cisco 642-845 642-845 Optimizing Converged Cisco Networks Practice Test Version 2.6 QUESTION NO: 1 Cisco 642-845: Practice Exam Refer to the exhibit. NBAR is to be configured on router R1 to limit outgoing

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

Recommended QoS Configuration Settings for. AdTran NetVanta 3448 Router

Recommended QoS Configuration Settings for. AdTran NetVanta 3448 Router Recommended QoS Configuration Settings for AdTran NetVanta 3448 Router Recommended QoS Configuration AdTran NetVanta 3448 Contents Contents Introduction....................................... 3 Supported

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

Chapter 6: Congestion Control and Resource Allocation

Chapter 6: Congestion Control and Resource Allocation Chapter 6: Congestion Control and Resource Allocation CS/ECPE 5516: Comm. Network Prof. Abrams Spring 2000 1 Section 6.1: Resource Allocation Issues 2 How to prevent traffic jams Traffic lights on freeway

More information

Private Network Traffic Management

Private Network Traffic Management Private Network Traffic Management White paper 1 1. Introduction This white paper provides an overview of the Verizon Wireless Private Network Traffic Management solution. The solution leverages quality

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Radware LinkProof Multi-WAN Switch connected to an Avaya Communication Manager and Avaya SIP Enablement Services in a Converged VoIP and

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

Traditional network management methods have typically

Traditional network management methods have typically Advanced Configuration for the Dell PowerConnect 5316M Blade Server Chassis Switch By Surendra Bhat Saurabh Mallik Enterprises can take advantage of advanced configuration options for the Dell PowerConnect

More information

Quality of Service Setup Guide (NB14 Series)

Quality of Service Setup Guide (NB14 Series) Quality of Service Setup Guide (NB14 Series) About This Quality of Service (QoS) Guide Quality of Service refers to the reservation of bandwidth resources on the Nb14 Series router to provide different

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

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

Resource Guide Implementing QoS for WX/WXC Application Acceleration Platforms

Resource Guide Implementing QoS for WX/WXC Application Acceleration Platforms Resource Guide Implementing QoS for WX/WXC Application Acceleration Platforms Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408 745 2000 or 888 JUNIPER www.juniper.net Table

More information

Wireless AC2600 Wave 2 Dual-Band Unified Access Point

Wireless AC2600 Wave 2 Dual-Band Unified Access Point Product Highlights Next Generation Connectivity Features next-generation 802.11ac Wave 2 technology to deliver a reliable wireless connection at unparalleled combined speeds Unparalleled Performance Experience

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

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

Provisioning: Configuring QoS for IP Telephony

Provisioning: Configuring QoS for IP Telephony CHAPTER 7 In an Architecture for Voice, Video, and Integrated Data (AVVID) network, you must configure QoS for IP telephony to ensure voice quality. The following topics provide information about the need

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

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

8-Port Gigabit Ethernet Smart Managed Plus Switch with Integrated Cable Management User Manual

8-Port Gigabit Ethernet Smart Managed Plus Switch with Integrated Cable Management User Manual 8-Port Gigabit Ethernet Smart Managed Plus Switch with Integrated Cable Management User Manual Model GS908E November 2017 202-11807-02 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for

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

Efficient Transmission of H.264 Video over WLANs

Efficient Transmission of H.264 Video over WLANs Efficient Transmission of H.264 Video over WLANs Yaser P. Fallah March 2007 UBC 1 Multimedia Communications Multimedia applications are becoming increasingly popular Video on mobile devices (cell phones,

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : PW0-300 Title : Certified Wireless Network Expert Vendors : CWNP Version : DEMO Get Latest

More information

QoS issues in Wi-Fi-WMM based triple play home networks

QoS issues in Wi-Fi-WMM based triple play home networks QoS issues in Wi-Fi-WMM based triple play home networks Yun Tao Shi Jean-Marie Bonnin Gilles Straub Thomson, France INRIA/IRISA, France Thomson, France yun-tao.shi@thomson.net jm.bonnin@enst-bretagne.fr

More information

Cisco Aironet 350 (DS) AP IOS Software

Cisco Aironet 350 (DS) AP IOS Software Cisco Aironet 350 (DS) AP IOS Software This document details the specifications for configuring the Cisco Aironet 350 series access points (APs) using the IOS software with NetLink Wireless Telephones.

More information

AP firmware version tested: NetLink Wireless Telephone software version tested: Maximum telephone calls per AP: 8

AP firmware version tested: NetLink Wireless Telephone software version tested: Maximum telephone calls per AP: 8 HP ProCurve Access Point 530 VIEW Pre-Certified Configuration and Deployment Guide SpectraLink s Voice Interoperability for Enterprise Wireless (VIEW) Certification Program is designed to ensure interoperability

More information

Configuring Extreme Networks Summit WM20 WLAN Switch to support Avaya Wireless IP Telephones Issue 1.0

Configuring Extreme Networks Summit WM20 WLAN Switch to support Avaya Wireless IP Telephones Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Extreme Networks Summit WM20 WLAN Switch to support Avaya Wireless IP Telephones Issue 1.0 Abstract These Application Notes describe the steps for

More information