Configuring Network QoS
|
|
|
- Shannon Todd
- 10 years ago
- Views:
Transcription
1 CHAPTER 8 This chapter describes how to configure a network qos policy for the Cisco NX-OS device in the Data Center Bridging (DCB) network. This chapter includes the following sections: Note This chapter applies to the F1 Series Modules only. Information About Network QoS, page 8-1 Licensing Requirements for Network QoS, page 8-3 Prerequisites for Network QoS, page 8-3 Guidelines and Limitations, page 8-4 Policies, page 8-4 Applying a Network QoS Policy on a Target, page 8-8 Verifying the Network QoS, page 8-9 Configuration Examples for Network QoS, page 8-10 Feature History for Network QoS, page 8-10 Information About Network QoS A Data Center Bridging (DCB) network, which is also referred to as a DCB cloud, is a network that provides I/O consolidation. This network consists of switches that support class of service (CoS)-based traffic differentiation. The DCB network carries different types of traffic such as storage area network (SAN), local area network (LAN), and Inter-process communication (IPC) traffic. The SAN traffic is sensitive to packet drops and relies on in-order delivery, which means that the traffic is delivered (frames and packets) in the same order in which it was sent. The LAN traffic allows dropping of packets and is delivered on a best-effort basis. The LAN traffic can have a different level of priority and a chance of being delivered in a timely manner during congestion. The IPC networks require very low latency. Therefore, a DCB network must support traffic differentiation and provide quality of service (QoS). In a DCE network, virtual links (VLs) are used to differentiate traffic classes. VLs, which are an extension of CoS, enable traffic differentiation and are carried in the priority bits of the 802.1Q or S-Tag. CoS allows forming of a physical link into multiple logical links so that the traffic in the CoS does not affect the traffic on other CoS. 8-1
2 Information About Network QoS Chapter 8 A DCB network has eight CoS values. All traffic that enters the DCB cloud must be mapped into one of these eight CoS. Each frame in a DCB network belongs to a CoS. You can define the CoS by a set of parameters that gives a specific behavior to the CoS. The network qos policy defines the characteristics of each CoS value, which are applicable network wide across virtual device contexts (VDCs) and switches. With a network qos policy, you can configure the following: Pause behavior You can decide whether a CoS requires the lossless behavior (the lossless behavior is provided by using a priority flow control (PFC) mechanism that prevents packet loss during congestion) or not. You can configure drop (frames with this CoS value can be dropped) and no drop (frames with this CoS value cannot be dropped). For the drop and no drop configuration, you also need to enable PFC per port. For more information about PFC, see Chapter 10, Configuring Priority Flow Control. Congestion Control Mechanisms You can select either tail drop (TD, which drops frames without differentiation based on the per-vl occupancy) or Weighted Random Early Detection (WRED, which drops frames without differentiation based on the per-vl occupancy and the probability factor) only for a drop CoS. By default, TD is enabled for drop CoS in the default policies. Any of the burst-optimized or mesh-optimized thresholds for TD and WRED can be selected for the packet-drop algorithm based on the traffic pattern expected for the CoS. If no congestion control algorithm is selected, if congestion occurs, a hard tail-drop that is based on a single threshold occurs for the drop CoS. MTU You can set the maximum transmission unit (MTU) or maximum payload length for CoS. The MTU range is from 1500 to The MTU must be smaller than the system jumbo MTU in all VDCs. The MTU must be same for the CoS that is mapped to the same ingress queue. For more information about the ingress queue, see Chapter 9, Configuring Queuing and Scheduling on F1 Series Modules. Protocols You can select Fibre Channel over Ethernet (FCoE), iscsi, or TCP as the protocol for a CoS value. The protocol value is used in the DCB Exchanges. A fixed set of predefined network qos policy templates are shown in Table 8-1. Table 8-1 Default Network QoS Policies (Templates) Template Drop CoS No Drop CoS Default CoS Priority CoS Default CoS Priority CoS default-nq-8e-policy 0,1,2,3,4 5,6,7 default-nq-7e-policy 0,1,2,4 5,6,7 3 default-nq-6e-policy 0,1,2 5,6,7 3 4 default-nq-4e-policy 0 5,6,7 1,2,3 4 In a default network policy template name, the numbers 4, 6, 7, and 8 denote the number of the drop CoS that is defined in the policy and e denotes Ethernet. The network qos policy templates are created when the first F1 module becomes operational or the templates are saved in the start up configuration. Note A policy that does not conform to a system-defined policy template is currently not supported. 8-2
3 Chapter 8 Licensing Requirements for Network QoS Licensing Requirements for Network QoS The following table shows the licensing requirements for this feature: Product Cisco NX-OS License Requirement The QoS feature does not require a license. Any feature not included in a license package is bundled with the Cisco NX-OS system images and is provided at no extra charge to you. For a complete explanation of the Cisco NX-OS licensing scheme, see the Cisco NX-OS Licensing Guide. However, using virtual device contexts (VDCs) requires an Advanced Services license. Prerequisites for Network QoS Network QoS has the following prerequisites: You must be familiar with Chapter 3, Using Modular QoS CLI. You are logged on to the switch. You are in the default VDC. A VDC is a logical representation of a set of system resources. You can use the switchto vdc command with a VDC number. 8-3
4 Guidelines and Limitations Chapter 8 Guidelines and Limitations Network QoS has the following configuration guidelines and limitations: Note These guidelines and limitations are applicable to all F1 edge and FabricPath mode ports. You must configure and apply a network qos policy only to the default VDC. Selecting a template with a no-drop CoS value does not automatically give no-drop behavior to it. The no-drop behavior is enabled for those CoS values only on ports where PFC is successfully negotiated or turned on. When the port MTU is configured on an interface, it overrides the network qos MTU. Changing the network qos policy is a disruptive operation and it can cause traffic drops on any or all ports across VDCs. Policies You can configure a network qos policy by following one of these methods: Predefined Policies You can apply a predefined network qos policy template that fits your requirement. For more information about the predefined policies, see Table 8-1. By default, default-nq-8e-policy is configured. The numbers denote the number of drop (Ethernet) CoS values. The template CoS values are chosen based on standard conventions and usage patterns. Copying the predefined templates You can copy a network qos policy template and modify it as needed. Copying a network qos policy trims the default policy name by stripping the default and policy substrings from it. User-defined policy You can create a network qos policy that conforms to one of the system-defined policy templates. Note Ports that are in the nondefault virtual device contexts (VDCs) inherit the network qos policy from the default VDC. You can copy and modify a network qos policy template and use the network qos policy commands only from the default-vdc. The following procedure describes how to copy a predefined network qos policy template: SUMMARY STEPS 1. configure terminal 2. qos copy policy-map type network-qos default-nq-7e-policy {prefix prefix suffix suffix} 3. show policy-map type network-qos 4. exit 8-4
5 Chapter 8 Policies DETAILED STEPS Step 1 Step 2 Step 3 Step 4 Command configure terminal switch# configure terminal switch(config)# qos copy policy-map type network-qos default-nq-7e-policy {prefix prefix suffix suffix} switch(config)# qos copy policy-map type network-qos default-nq-7e-policy prefix my_ switch(config)# show policy-map type network-qos my_nq-7e switch# show policy-map type network-qos my_nq-7e Type network-qos policy-maps ============================ policy-map type network-qos my_nq-7e class type network-qos c-nq-7e-drop congestion-control tail-drop mtu 1500 class type network-qos c-nq-7e-ndrop-fcoe pause mtu 2112 exit switch# exit Purpose Enters configuration mode. Copies a predefined network qos policy and add a suffix or prefix to its name. A prefix or suffix name can contain alphabetic, hyphen, or underscore characters, is case sensitive, and can be up to 40 characters. Displays the type network qos policy map. Exits from the command interpreter. The following procedure describes how to configure a user-defined network qos policy: SUMMARY STEPS 1. configure terminal 2. class-map type network-qos match-any {class-map-name} 3. match cos [0-7] 4. class-map type network-qos match-any {class-map-name} 5. match protocol [fcoe iscsi tcp] 6. match cos [0-7] 7. class-map type network-qos match-any {class-map-name} 8. match cos [0-7] 9. policy-map type network-qos (my_template) 8-5
6 Policies Chapter 8 DETAILED STEPS 10. class type network-qos eth 11. no pause 12. mtu [mtu_size] 13. congestion-control [random-detect {threshold [burst-optimized mesh-optimized]} tail-drop{threshold [burst-optimized mesh-optimized]}] 14. class type network-qos fc1 15. pause 16. class type network-qos fc2 17. pause 18. mtu [mtu_size] 19. exit Step 1 Command configure terminal Purpose Enters configuration mode. switch# configure terminal switch(config)# Step 2 class-map type network-qos match-any {class-map-name} switch(config)# class-map type network-qos match-any eth switch(config-cmap-nqos)# Step 3 match cos [0-7] Step 4 Step 5 switch(config-cmap-nqos)# match cos 0,5-7 class-map type network-qos match-any {class-map-name} switch(config)# class-map type network-qos match-any fc1 match protocol [fcoe iscsi tcp] switch(config-cmap-nqos)# match protocol fcoe Step 6 match cos [0-7] switch(config-cmap-nqos)# match cos 3 Configures the class map of the type network-qos, specifies the class map name as eth, and enters class-map mode. Specifies the CoS value to match. The range is from 0 to 7. Specifies the type network qos class name. Specifies the CoS value to match and specifies which protocol has to be mapped to a given CoS value. Specifies the CoS value to match. The range is from 0 to
7 Chapter 8 Policies Step 7 Command class-map type network-qos match-any {class-map-name} Purpose Specifies the type network qos class name. switch(config)# class-map type network-qos match-any fc2 Step 8 match cos [0-7] Step 9 Step 10 Step 11 switch(config-cmap-nqos)# match cos 1,2,3,4 policy-map type network-qos {my_template} switch(config)# policy-map type network-qos my_template class type network-qos {class-map-name} switch(config-pmap-nqos)# class type network-qos eth no pause Specifies the CoS value to match. The range is from 0 to 7. Creates or accesses the policy map named my_template. The policy-map name can contain alphabetic, hyphen, or underscore characters, is case sensitive, and can be up to 40 characters. Refers the class map of type network qos as configured in step 2. Specifies drop for the CoS. Step 12 switch(config-pmap-nqos-c)# no pause mtu (mtu_size) switch(config-pmap-nqos-c)# mtu 1600 Specifies the maximum transmission unit or the payload length. The range is from 1500 to The MTU size in this example is set to Step 13 Step 14 Step 15 congestion-control [random-detect {threshold [burst-optimized mesh-optimized]} tail-drop {threshold [burst-optimized mesh-optimized]}] switch(config-pmap-nqos-c)# congestion-control random-detect threshold mesh-optimized class type network-qos {class-map-name} switch(config-pmap-nqos)# class type network-qos fc1 pause switch(config-pmap-nqos-c)# pause Specifies either the WRED or TD congestion control protocol and the thresholds optimized for bursty or mesh traffic. Configures the class map of type network-qos and specifies the class map name as fc1. Specifies no-drop. The default is no pause. 8-7
8 Applying a Network QoS Policy on a Target Chapter 8 Step 16 Step 17 Step 18 Step 19 Command class type network-qos {class-map-name} switch(config-pmap-nqos)# class type network-qos fc2 pause switch(config-pmap-nqos-c)# pause mtu [mtu_size] switch(config-pmap-nqos-c)# mtu 3000 exit switch(config-pmap-nqos-c)# exit switch(config)# Purpose Configures the class map of type network-qos and specifies the class map name as fc2. Specifies no-drop. The default is no pause. Specifies the MTU value. The range is from 1500 to Exits policy-map network-qos mode and enters configuration mode. Applying a Network QoS Policy on a Target SUMMARY STEPS You apply a network qos policy only globally on a system across VDCs. Applying a network qos policy also automatically applies the corresponding queuing policies. To apply a network qos policy to a target, use the service-policy command. 1. configure terminal 2. system qos 3. service-policy type network-qos {my_template} 4. exit 8-8
9 Chapter 8 Verifying the Network QoS DETAILED STPES Step 1 Step 2 Step 3 Step 4 configure terminal switch# configure terminal system qos switch (config)# system qos switch (config-sys-qos)# service-policy type network-qos {my_template} switch (config-sys-qos)# service-policy type network-qos my_template exit switch (config-sys-qos)# exit switch (config)# Enters configuration mode. Enters system qos mode. Adds the policy map to the input or output packets of system. This example adds my_template to the system. Exits config-sys-qos mode and enters configuration mode. Verifying the Network QoS To display the network qos policy configuration, perform one of the following tasks: Command show class-map type network-qos show policy-map type network-qos show policy-map system type network-qos Purpose Displays the type network qos class maps. Displays the type network qos policy maps. Displays the active type network qos class maps. For detailed information about the fields in the output from these commands, see the Cisco Nexus 7000 Series NX-OS Quality of Service Command Reference, Release 5.x. 8-9
10 Configuration Examples for Network QoS Chapter 8 Configuration Examples for Network QoS The following example shows how to configure a network qos policy: policy-map type network-qos default-nq-6e-policy class type network-qos c-nq-6e-drop match cos 0-2,5-7 congestion-control tail-drop mtu 1500 class type network-qos c-nq-6e-ndrop-fcoe match cos 3 match protocol fcoe pause mtu 2112 class type network-qos c-nq-6e-ndrop match cos 4 pause mtu 1500 Feature History for Network QoS Table 8-2 lists the release history for this feature. Table 8-2 Feature History Network QoS Feature Name Releases Feature Information network-qos policy 5.1(1) This feature was introduced. 8-10
Cisco Nexus 5548UP. Switch Configuration Guide for Dell PS Series SANs. A Dell Deployment and Configuration Guide
Cisco Nexus 5548UP Switch Configuration Guide for Dell PS Series SANs Dell Storage Engineering October 2015 A Dell Deployment and Configuration Guide Revisions Date February 2013 October 2013 March 2014
Configuring Cisco Nexus 5000 Switches Course DCNX5K v2.1; 5 Days, Instructor-led
Configuring Cisco Nexus 5000 Switches Course DCNX5K v2.1; 5 Days, Instructor-led Course Description Configuring Cisco Nexus 5000 Switches (DCNX5K) v2.1 is a 5-day ILT training program that is designed
Configuring NetFlow. Information About NetFlow. NetFlow Overview. Send document comments to [email protected]. CHAPTER
CHAPTER 16 This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices. This chapter includes the following sections: Information About NetFlow, page 16-1 Licensing Requirements
QoS Queuing on Cisco Nexus 1000V Class-Based Weighted Fair Queuing for Virtualized Data Centers and Cloud Environments
QoS Queuing on Cisco Nexus 1000V Class-Based Weighted Fair Queuing for Virtualized Data Centers and Cloud Environments Intended Audience Virtualization architects, network engineers or any administrator
Configuring Password Encryption
This chapter describes how to configure password encryption on Cisco NX-OS devices. This chapter includes the following sections: Information About Password Encryption, page 1 Licensing Requirements for
Configuring NetFlow. Information About NetFlow. NetFlow Overview. Send document comments to [email protected]. CHAPTER
CHAPTER 19 This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices. This chapter includes the following sections: Information About NetFlow, page 19-1 Licensing Requirements
Configuring Password Encryption
This chapter describes how to configure password encryption on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information About Password Encryption,
QoS: Color-Aware Policer
QoS: Color-Aware Policer First Published: August 26, 2003 Last Updated: February 28, 2006 The QoS: Color-Aware Policer enables a color-aware method of traffic policing. This feature allows you to police
Configuring QoS in a Wireless Environment
12 CHAPTER This chapter describes how to configure quality of service (QoS) on your Cisco wireless mobile interface card (WMIC). With this feature, you can provide preferential treatment to certain traffic
Configuring ECMP for Host Routes
CHAPTER 8 This chapter describes how to configure the equal-cost multipathing (ECMP) protocol for host routes on the Cisco NX-OS switch. This chapter includes the following sections: Information About
Configuring Auto-QoS
Finding Feature Information, page 1 Prerequisites for Auto-QoS, page 1 Restrictions for Auto-QoS, page 2 Information About, page 3 How to Configure Auto-QoS, page 5 Monitoring Auto-QoS, page 9 Configuration
- QoS Classification and Marking -
1 - QoS Classification and Marking - Classifying and Marking Traffic Conceptually, DiffServ QoS involves three steps: Traffic must be identified and then classified into groups. Traffic must be marked
Implementing Cisco Data Center Unified Fabric Course DCUFI v5.0; 5 Days, Instructor-led
Implementing Cisco Data Center Unified Fabric Course DCUFI v5.0; 5 Days, Instructor-led Course Description The Implementing Cisco Data Center Unified Fabric (DCUFI) v5.0 is a five-day instructor-led training
Network Configuration Example
Network Configuration Example Configuring DCBX Application Protocol TLV Exchange Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net
Configure Windows 2012/Windows 2012 R2 with SMB Direct using Emulex OneConnect OCe14000 Series Adapters
Configure Windows 2012/Windows 2012 R2 with SMB Direct using Emulex OneConnect OCe14000 Series Adapters Emulex OneConnect Ethernet Network Adapters Introduction This document gives an overview of how to
IBM. Tivoli. Netcool Performance Manager. Cisco Class-Based QoS 2.2.0.0 Technology Pack. User Guide. Document Revision R2E1
Tivoli Netcool Performance Manager Document Revision R2E1 IBM Cisco Class-Based QoS 2.2.0.0 Technology Pack User Guide Note Before using this information and the product it supports, read the information
Cisco Performance Monitor Commands
1 action (policy react and policy inline react) Cisco Performance Monitor Commands action (policy react and policy inline react) To configure which applications which will receive an alarm or notification,
Send document comments to [email protected].
CHAPTER 4 This chapter describes how to configure the Domain Name Server (DNS) client. This chapter includes the following sections: Information About DNS Clients, page 4-1 Licensing Requirements for DNS
Configuring MAC ACLs
Send document comments to [email protected] 12 CHAPTER This chapter describes how to configure MAC access lists (ACLs) on NX-OS devices. This chapter includes the following sections: Information
CCNA DATA CENTER BOOT CAMP: DCICN + DCICT
CCNA DATA CENTER BOOT CAMP: DCICN + DCICT COURSE OVERVIEW: In this accelerated course you will be introduced to the three primary technologies that are used in the Cisco data center. You will become familiar
FIBRE CHANNEL OVER ETHERNET
FIBRE CHANNEL OVER ETHERNET A Review of FCoE Today ABSTRACT Fibre Channel over Ethernet (FcoE) is a storage networking option, based on industry standards. This white paper provides an overview of FCoE,
Configuring QoS. Finding Feature Information. Prerequisites for QoS
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
Configuring System Message Logging
CHAPTER 5 This chapter describes how to configure system message logging on Cisco NX-OS devices. This chapter includes the following sections: Information About System Message Logging, page 5-1 Licensing
DCICT: Introducing Cisco Data Center Technologies
DCICT: Introducing Cisco Data Center Technologies Description DCICN and DCICT will introduce the students to the Cisco technologies that are deployed in the Data Center: unified computing, unified fabric,
TROUBLESHOOTING CISCO DATA CENTER UNIFIED FABRIC (DCUFT)
TROUBLESHOOTING CISCO DATA CENTER UNIFIED FABRIC (DCUFT) Temario This course is designed for systems and field engineers, consulting systems engineers, and Cisco integrators and partners who install, implement,
Configuring QoS CHAPTER
26 CHAPTER 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 traffic
Configuring QoS in a Wireless Environment
Configuring QoS in a Wireless Environment This chapter describes how to configure quality of service (QoS) on your Cisco wireless interface. With this feature, you can provide preferential treatment to
Ethernet Fabric Requirements for FCoE in the Data Center
Ethernet Fabric Requirements for FCoE in the Data Center Gary Lee Director of Product Marketing [email protected] February 2010 1 FCoE Market Overview FC networks are relatively high cost solutions
Ethernet Overhead Accounting
The feature enables the router to account for downstream Ethernet frame headers when applying shaping to packets. Finding Feature Information, page 1 Restrictions for, page 1 Information About, page 2
A Dell Technical White Paper Dell PowerConnect Team
Flow Control and Network Performance A Dell Technical White Paper Dell PowerConnect Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.
Accelerating Development and Troubleshooting of Data Center Bridging (DCB) Protocols Using Xgig
White Paper Accelerating Development and Troubleshooting of The new Data Center Bridging (DCB) protocols provide important mechanisms for enabling priority and managing bandwidth allocations between different
Implementing Cisco Quality of Service QOS v2.5; 5 days, Instructor-led
Implementing Cisco Quality of Service QOS v2.5; 5 days, Instructor-led Course Description Implementing Cisco Quality of Service (QOS) v2.5 provides learners with in-depth knowledge of QoS requirements,
Firewall Stateful Inspection of ICMP
The feature categorizes Internet Control Management Protocol Version 4 (ICMPv4) messages as either malicious or benign. The firewall uses stateful inspection to trust benign ICMPv4 messages that are generated
Cisco - Catalyst 2950 Series Switches Quality of Service (QoS) FAQ
Page 1 of 8 Catalyst 2950 Series Switches Quality of Service (QoS) FAQ Document ID: 46523 TAC Notice: What's C han g i n g o n T A C We b H el p u s h el p y ou. Questions Introduction What is the software
Configuring NetFlow-lite
CHAPTER 55 Note NetFlow-lite is only supported on Catalyst 4948E Ethernet Switch. This chapter describes how to configure NetFlow-lite on the Catalyst 4948E switch. NetFlow-lite provides traffic monitoring
ANZA Formación en Tecnologías Avanzadas
Temario INTRODUCING CISCO DATA CENTER TECHNOLOGIES (DCICT) DCICT is the 2nd of the introductory courses required for students looking to achieve the Cisco Certified Network Associate certification. This
Configuring QoS and Per Port Per VLAN QoS
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 on a Catalyst 45 series switch. It also describes
Routing. Static Routing. Fairness. Adaptive Routing. Shortest Path First. Flooding, Flow routing. Distance Vector
CSPP 57130 Routing Static Routing Fairness Adaptive Routing Shortest Path First Flooding, Flow routing Distance Vector RIP Distance Vector Sometimes called Bellman-FOrd Original Arpanet, DECNet, Novell,
Lab 8.1.10.2 Introduction to the Modular QoS Command-Line Interface
Lab 8.1.10.2 Introduction to the Modular QoS Command-Line Interface Objective Configuring Quality of Service (QoS) involves classifying, marking, and policing traffic flows. It is often necessary to apply
Unified Fabric: Cisco's Innovation for Data Center Networks
. White Paper Unified Fabric: Cisco's Innovation for Data Center Networks What You Will Learn Unified Fabric supports new concepts such as IEEE Data Center Bridging enhancements that improve the robustness
Configuring NetFlow. Information About NetFlow. Send document comments to [email protected]. CHAPTER
CHAPTER 11 Use this chapter to configure NetFlow to characterize IP traffic based on its source, destination, timing, and application information, to assess network availability and performance. This chapter
How To Evaluate Netapp Ethernet Storage System For A Test Drive
Performance evaluation sponsored by NetApp, Inc. Introduction Ethernet storage is advancing towards a converged storage network, supporting the traditional NFS, CIFS and iscsi storage protocols and adding
3G Converged-NICs A Platform for Server I/O to Converged Networks
White Paper 3G Converged-NICs A Platform for Server I/O to Converged Networks This document helps those responsible for connecting servers to networks achieve network convergence by providing an overview
Configuring MPLS QoS
CHAPTER 45 This chapter describes how to configure Multiprotocol Label Switching (MPLS) quality of service (QoS) in Cisco IOS Release 12.2SX. For complete syntax and usage information for the commands
Configuring iscsi Multipath
CHAPTER 13 Revised: April 27, 2011, OL-20458-01 This chapter describes how to configure iscsi multipath for multiple routes between a server and its storage devices. This chapter includes the following
Ethernet: THE Converged Network Ethernet Alliance Demonstration as SC 09
Ethernet: THE Converged Network Ethernet Alliance Demonstration as SC 09 Authors: Amphenol, Cisco, Dell, Fulcrum Microsystems, Intel, Ixia, JDSU, Mellanox, NetApp, Panduit, QLogic, Spirent, Tyco Electronics,
"Charting the Course... ... to Your Success!" QOS - Implementing Cisco Quality of Service 2.5 Course Summary
Course Summary Description Implementing Cisco Quality of Service (QOS) v2.5 provides learners with in-depth knowledge of QoS requirements, conceptual models such as best effort, IntServ, and DiffServ,
IMPLEMENTING CISCO QUALITY OF SERVICE V2.5 (QOS)
IMPLEMENTING CISCO QUALITY OF SERVICE V2.5 (QOS) COURSE OVERVIEW: Implementing Cisco Quality of Service (QOS) v2.5 provides learners with in-depth knowledge of QoS requirements, conceptual models such
Configure QoS on x900-24, x900-12, and SwitchBlade x908 Series Switches
AlliedWare Plus TM OS How To Configure QoS on x900-24, x900-12, and SwitchBlade x908 Series Switches Introduction This document describes some generic configuration examples for Quality of Service (QoS)
Quality of Service (QoS): Managing Bandwidth More Effectively on the Series 2600/2600-PWR and Series 2800 Switches
6 Quality of Service (QoS): Managing Bandwidth More Effectively on the Series 2600/2600-PWR and Series 2800 Switches Contents Introduction................................................... 6-3 Terminology................................................
Configuring Auto Policy-Based Routing
This chapter describes how to configure the Auto Policy-Based Routing (PBR) feature on the Citrix NetScaler Application Delivery Controller (ADC) appliance to ensure that return traffic from the real server
Configuring DHCP Snooping
CHAPTER 19 This chapter describes how to configure Dynamic Host Configuration Protocol (DHCP) snooping on Catalyst 4500 series switches. It provides guidelines, procedures, and configuration examples.
- QoS and Queuing - Queuing Overview
1 Queuing Overview - QoS and Queuing - A queue is used to store traffic until it can be processed or serialized. Both switch and router interfaces have ingress (inbound) queues and egress (outbound) queues.
AutoQoS for Medianet
Appendix A AutoQoS for Medianet As of August 2010, an updated version of AutoQoS was released for the Catalyst 2960- G/S, 3560-G/E/X, and 3750-G/E/X family of switches (with IOS Release 12.2(55)SE). This
PC-over-IP Protocol Virtual Desktop Network Design Checklist. TER1105004 Issue 2
PC-over-IP Protocol Virtual Desktop Network Design Checklist TER1105004 Issue 2 Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com
Configuring Quality of Service
CHAPTER 37 QoS functionality on Supervisor Engine 6-E, Supervisor Engine 6L-E, Catalyst 49M, and Catalyst 4948E are equivalent. This chapter describes how to configure quality of service (QoS) by using
Configuring NTP. Information About NTP. NTP Overview. Send document comments to [email protected]. CHAPTER
3 CHAPTER This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections: Information About NTP, page 3-1 Licensing Requirements
AlliedWare Plus TM OS How To. Configure QoS to Conform to Standard Marking Schemes. Introduction. Contents
AlliedWare Plus TM OS How To Configure QoS to Conform to Standard Marking Schemes Introduction This How To Note describes how to deploy a QoS solution across an entire network. It explains how to define
Quality of Service. Traditional Nonconverged Network. Traditional data traffic characteristics:
Quality of Service 1 Traditional Nonconverged Network Traditional data traffic characteristics: Bursty data flow FIFO access Not overly time-sensitive; delays OK Brief outages are survivable 2 1 Converged
AutoQoS. Prerequisites for AutoQoS CHAPTER
CHAPTER 63 Prerequisites for, page 63-1 Restrictions for, page 63-2 Information About, page 63-2 Default Settings for, page 63-4 How to Configure, page 63-4 For complete syntax and usage information for
Technical Overview of Data Center Networks Joseph L White, Juniper Networks
Joseph L White, Juniper Networks SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material
Direct Attached Storage
, page 1 Fibre Channel Switching Mode, page 1 Configuring Fibre Channel Switching Mode, page 2 Creating a Storage VSAN, page 3 Creating a VSAN for Fibre Channel Zoning, page 4 Configuring a Fibre Channel
Configuring SSH and Telnet
This chapter describes how to configure Secure Shell Protocol (SSH) and Telnet on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information About
Data Center Convergence. Ahmad Zamer, Brocade
Ahmad Zamer, Brocade SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations
CCNP: Optimizing Converged Networks
CCNP: Optimizing Converged Networks Cisco Networking Academy Program Version 5.0 This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for noncommercial
Configuring NetFlow Secure Event Logging (NSEL)
75 CHAPTER This chapter describes how to configure NSEL, a security logging mechanism that is built on NetFlow Version 9 technology, and how to handle events and syslog messages through NSEL. The chapter
Configuring Quality of Service
CHAPTER 33 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. It describes
Latency Monitoring Tool on Cisco Nexus Switches: Troubleshoot Network Latency
White Paper Latency Monitoring Tool on Cisco Nexus Switches: Troubleshoot Network Latency Introduction Networks often encounter problems related to latency. Troubleshooting such problems can be complicated.
CASE STUDY SAGA - FcoE
CASE STUDY SAGA - FcoE FcoE: New Standard Leads to Better Efficency by Fibre Channel over Ethernet replaces IP and FC networks and enables faster data transfer with speeds of up to 10 Gbps When we talk
Cisco Quality of Service and DDOS
Cisco Quality of Service and DDOS Engineering Issues for Adaptive Defense Network MITRE 7/25/2001 Contents 1. INTRODUCTION...1 2. TESTBED SETUP...1 3. QUALITY OF SERVICE (QOS) TESTS...3 3.1. FIRST IN,
Cisco CCNP 642 845 Optimizing Converged Cisco Networks (ONT)
Cisco CCNP 642 845 Optimizing Converged Cisco Networks (ONT) Course Number: 642 845 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: Cisco CCNP Exam 642 845:
Quality of Service (QoS)) in IP networks
Quality of Service (QoS)) in IP networks Petr Grygárek rek 1 Quality of Service (QoS( QoS) QoS is the ability of network to support applications without limiting it s s function or performance ITU-T T
Configuring the Firewall Management Interface
Configuring the Firewall Management Interface The firewall management interface can be configured under each firewall context to provide a virtualized management interface (see Figure 7). The management
Application Note. Configuring WAN Quality of Service for ShoreTel. Quality of Service Overview. Quality of Service Mechanisms. WAN QoS for ShoreTel 5
Application Note ST-0130 April 28, 2006 Configuring WAN Quality of Service for ShoreTel This application note discusses configuration techniques and settings that can be used to achieve highquality voice
Configuring Static and Dynamic NAT Translation
This chapter contains the following sections: Network Address Translation Overview, page 1 Information About Static NAT, page 2 Dynamic NAT Overview, page 3 Timeout Mechanisms, page 4 NAT Inside and Outside
Cisco VoIP CME QoS Labs by Michael T. Durham
Cisco VoIP CME QoS Labs by Michael T. Durham Welcome to NetCertLabs CCNA Voice Lab series. In this set of labs we will be working with the QoS (Quality of Service). A communications network forms the backbone
Catalyst 2960-X Switch QoS Configuration Guide, Cisco IOS Release 15.0(2)EX
Catalyst 2960-X Switch QoS Configuration Guide, Cisco IOS Release 15.0(2)EX First Published: July 10, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com
Cisco Datacenter 3.0. Datacenter Trends. David Gonzalez Consulting Systems Engineer Cisco
Cisco Datacenter 3.0 Datacenter Trends David Gonzalez Consulting Systems Engineer Cisco 2009 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Agenda Data Center Ethernet (DCE) Fiber Channel over
Data Center Fabric Convergence for Cloud Computing (the Debate of Ethernet vs. Fibre Channel is Over)
Extreme Networks White Paper Data Center Fabric Convergence for Cloud Computing (the Debate of Ethernet vs. Fibre Channel is Over) The evolution of the data center fabric has been well documented. The
Enabling Remote Access to the ACE
CHAPTER 2 This chapter describes how to configure remote access to the Cisco Application Control Engine (ACE) module by establishing a remote connection by using the Secure Shell (SSH) or Telnet protocols.
Configuring QoS. Understanding QoS CHAPTER
24 CHAPTER This chapter describes how to configure quality of service (QoS) by using standard QoS commands. With QoS, you can give preferential treatment to certain types of traffic at the expense of others.
Catalyst 6500/6000 Switches NetFlow Configuration and Troubleshooting
Catalyst 6500/6000 Switches NetFlow Configuration and Troubleshooting Document ID: 70974 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Network Diagram
Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support
Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support Topology Objectives Background Configure auto QoS to support IP phones. Configure CoS override for data frames. Configure the distribution
Improving Quality of Service
Improving Quality of Service Using Dell PowerConnect 6024/6024F Switches Quality of service (QoS) mechanisms classify and prioritize network traffic to improve throughput. This article explains the basic
Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0
Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 is a five-day, instructor-led training course that teaches learners
Configuring MPLS Hub-and-Spoke Layer 3 VPNs
CHAPTER 23 This chapter describes how to configure a hub-and-spoke topology for Multiprotocol Layer Switching (MPLS) Layer 3 virtual private networks (VPNs) on Cisco NX-OS devices. This chapter includes
Optimizing Converged Cisco Networks (ONT)
Optimizing Converged Cisco Networks (ONT) Module 3: Introduction to IP QoS Introducing QoS Objectives Explain why converged networks require QoS. Identify the major quality issues with converged networks.
Quality of Service (QoS) for Enterprise Networks. Learn How to Configure QoS on Cisco Routers. Share:
Quality of Service (QoS) for Enterprise Networks Learn How to Configure QoS on Cisco Routers Share: Quality of Service (QoS) Overview Networks today are required to deliver secure, measurable and guaranteed
SolarWinds Technical Reference
SolarWinds Technical Reference Configuring Devices for Flow Collection Introduction... 3 Cisco... 3 Cisco Catalyst 3560/3750... 4 Cisco Catalyst 4500... 7 Cisco Catalyst 6500... 9 Cisco Nexus 7000/7010...
Fibre Channel over Ethernet in the Data Center: An Introduction
Fibre Channel over Ethernet in the Data Center: An Introduction Introduction Fibre Channel over Ethernet (FCoE) is a newly proposed standard that is being developed by INCITS T11. The FCoE protocol specification
INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1)
INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructor-led training course that teaches learners
Configuring Network Address Translation
CHAPTER5 Configuring Network Address Translation The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. This chapter contains the following major sections
Optimizing Converged Cisco Networks (ONT)
Optimizing Converged Cisco Networks (ONT) Module 5: Implement Cisco AutoQoS Introducing Cisco AutoQoS Objectives Describe the features of Cisco Auto QoS. List the prerequisites when using Cisco Auto QoS.
Easy Performance Monitor
The chapter describes how to configure (ezpm) for Application Visibility and Control (AVC). Finding Feature Information, page 1 Information About, page 1 How to Configure, page 3 Configuration Examples
Configuring Class Maps and Policy Maps
CHAPTER 4 Configuring Class Maps and Policy Maps This chapter describes how to configure class maps and policy maps to provide a global level of classification for filtering traffic received by or passing
NetFlow Aggregation. Feature Overview. Aggregation Cache Schemes
NetFlow Aggregation This document describes the Cisco IOS NetFlow Aggregation feature, which allows Cisco NetFlow users to summarize NetFlow export data on an IOS router before the data is exported to
Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS
Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS Document ID: 23408 Contents Introduction Prerequisites Requirements Components
