ENABLING CLASS OF SERVICE ON EX SERIES SWITCHES IN A CAMPUS LAN

Size: px
Start display at page:

Download "ENABLING CLASS OF SERVICE ON EX SERIES SWITCHES IN A CAMPUS LAN"

Transcription

1 IMPLEMENTATION GUIDE ENABLING CLASS OF SERVICE ON EX SERIES SWITCHES IN A CAMPUS LAN Although Juniper Networks has attempted to provide accurate information in this guide, Juniper Networks does not warrant or guarantee the accuracy of the information provided herein. Third party product descriptions and related technical details provided in this document are for information purposes only and such products are not supported by Juniper Networks. All information provided in this guide is provided as is, with all faults, and without warranty of any kind, either expressed or implied or statutory. Juniper Networks and its suppliers hereby disclaim all warranties related to this guide and the information contained herein, whether expressed or implied of statutory including, without limitation, those of merchantability, fitness for a particular purpose and noninfringement, or arising from a course of dealing, usage, or trade practice. Copyright 2010, Juniper Networks, Inc. 1

2 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Table of Contents Introduction Scope Design Considerations Why CoS? CoS vs. Quality of Service (QoS) Network Architecture Hardware Requirements Software Requirements Implementation CoS on EX Series Switches Buffering EX2200/EX3200/EX4200 Switches EX8200 Line Deploying CoS Trust and Untrust Domains Edge Devices Core Devices Deployment Scenarios Unicast Deployment Configuring Edge Devices Forwarding class configuration BA classifier table Multifield classifier Drop profile Schedulers Scheduler map Rewrite rule table Binding CoS to interfaces Binding multifield classifier to interface Configuring core devices Drop profile Schedulers Scheduler map profile Binding CoS to interfaces Unicast/Multicast Deployment Copyright 2010, Juniper Networks, Inc.

3 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN 2.1 Configuration of core devices Multicast on EX8200 line switches Configuring classifier for multicast traffic Configuring the scheduler profile for multicast queue Configuring the scheduler map for the multicast queue Binding the classifier and scheduler map, and moving the default queue for broadcast, L2 multicast, and unknown unicast to a different queue Scheduler and scheduler map Multifield Classifier for Multicast Traffic CoS Validation Summary References Appendix 1-A: Unicast Edge Device Configuration Appendix 1-B: Unicast Core Device Configuration Appendix 2: Unicast/Multicast Core Device Configuration About Juniper Networks Table of Figures Figure 1: EX Series CoS stages Figure 2: EX2200/EX3200/EX4200 PFE buffer allocation Figure 3: CoS boundaries Figure 4: Campus LAN topology Figure 5: Unicast/multicast topology Copyright 2010, Juniper Networks, Inc. 3

4 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Introduction Class of service (CoS) is a complex and challenging feature to deploy in any network. Questions such as how many queues to configure or how much buffer or bandwidth should be allocated need to be answered when deploying CoS, especially across a campus network. This implementation guide will describe where and how to configure CoS in a campus LAN network with Juniper Networks EX Series Ethernet Switches. Scope This document will focus solely on deploying CoS with EX Series switches (the Juniper Networks EX2200 line, EX3200 line, EX4200 line in a standalone or Virtual Chassis configuration, and the EX8200 line of Ethernet switches) for both unicast and multicast in a campus LAN two-tier network. In addition, this document will cover the configuration for access and core switches, providing tips and caveats where applicable. The target audiences for this document are Juniper systems engineers (SEs), professional services organizations, and customers, although every effort has been made to make this document appeal to the widest possible Juniper audience. It is assumed that the reader is familiar with Juniper Networks Junos operating system and its command-line interface (CLI), with general switching terminology, and has a basic understanding of 802.1p and DiffServ code point (DSCP). Design Considerations Why CoS? Before getting into the specifics, the first question that needs to be addressed is, Does CoS need to be enabled on my network? Unfortunately, there is never a simple yes or no answer to this question as it depends on a number of factors. CoS decisions shouldn t be based solely on reported packet drops on interfaces; decisions should also consider issues such as end user Quality of Experience (QoE) and whether an application needs to meet certain service requirements. Other factors to consider include whether end users are noticing application performance problems such as timeouts, long delays, or voice or video quality issues like choppy or clipped transmissions and pixilated or constantly buffering video streams. When these problems do occur, CoS is recommended as a potential solution. QoE problems are not simply caused by insufficient bandwidth; instead, they are the culmination of multiple issues such as network design, architecture of the box, and traffic patterns. More often than not, problems are the result of contention on ports with a many-to-one relationship, speed differences, or packets getting stuck behind other application packets. CoS vs. Quality of Service (QoS) CoS is often used synonymously with QoS. It is important to understand that, while similar, CoS and QoS are actually different technologies. QoS is a subset of traffic engineering, which allows network administrators to manage resources and bandwidth during a time of congestion. It does not guarantee quality services but rather reserves network resources to help achieve the service quality outlined by the application. CoS, on the other hand, defines a traffic group with common service requirements such as traffic priorities, latency, jitter, etc., while QoS manages the network resources to ensure that these service levels are met for these groups of traffic. Junos OS models CoS as the software classifies like traffic into class groups (forwarding classes). Each forwarding class will have quality requirements for specific services. Network Architecture Key advantages of deploying CoS with EX Series switches in a campus network are the common Junos OS across all EX Series platforms, wire-rate performance for IPv4 and IPv6 unicast and multicast for all packet sizes, and high port densities. The combination of wire-rate performance and high port counts allows the user to simplify the network by moving from a three-tier to a two-tier architecture. Reducing the number of network layers translates into lower latency, as there are fewer hops in the network. The network can even be simplified further with Virtual Chassis technology. However, this document will not discuss campus architecture or designing networks with Virtual Chassis technology. For more information on campus architecture, please refer to the Campus LAN Reference Architecture at 4 Copyright 2010, Juniper Networks, Inc.

5 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN This document will focus on implementing CoS in a two-tier architecture irrespective of the Layer 3 boundary within the campus network, provided the L3 boundary is either at the core or access layer. If a network is a three-tier network with EX Series switches, then the same core configuration from the two-tier design can be applied to both core and aggregation devices in the three-tier design. Hardware Requirements Although the diagrams may not call out the specific EX Series switch platforms, one can infer that the EX2200, EX3200, or EX4200 are deployed at the access layer, with the EX8200 line deployed at the core layer. Software Requirements All of the CoS configuration and features are based as Junos OS 10.1 release for all platforms. Implementation CoS on EX Series Switches All CoS functionality is performed in hardware to ensure that there is no performance impact when the CoS features are configured. The entire EX Series switch family supports the following functionality: Forwarding Classes: Synonymous with traffic class group. Classifying: Differentiating traffic based on L2, L3, or L4 information. Junos OS supports three different methods of traffic classification: -- Fixed configuration classification: Port-based classification where all traffic is placed in a single forwarding class with a packet loss priority (PLP) of low. -- Behavioral aggregate (BA) classifier: Classifying traffic based on 802.1p and DSCP values. -- Multifield classifier: Using ingress firewall filters to classify traffic based on L2, L3, or L4 information. This can be applied to either L2/L3 physical or logical interfaces, or VLANs, or both. Traffic rate limiting: EX Series switches support two types of token-based rate limiting policing and shaping. Rate limiters are based on actual packets (preamble and inter-frame gap are excluded). -- Policing: Any packet that is above the specified rate will be dropped and is only supported at the ingress. -- Shaping: Any packet that is above the specified rate will be buffered and is only supported at the egress. Congestion Avoidance/Management: The ability to manage queues during congestion to prevent them from getting unmanageable. Depending on the platform, EX Series switches support either weighted tail drop (WTD) or weighted random early detection (WRED). -- WTD: When the queue reaches a certain buffer capacity (fill level), packets marked with a PLP of high will be prevented from entering into the queue and will be discarded, hence weighted tail drop. By default, the level is 100% of the queue. WTD is only supported on the EX2200, EX3200, and EX4200 switches. -- WRED: With WRED, random packets with a PLP of low or high are gradually dropped once the queue reaches a certain buffer capacity (fill level). There are two WRED implementations that Junos OS supports segmented and interpolated. From a high level, segmented is a stair-step like drop profile, whereas interpolated is a smother (curve) drop profile. Regardless of implementation, a profile is a graph where the x axis represents current buffer utilization (fill level) and the y axis is the drop probability. Depending on where the traffic is plotted against the graph, the packet will either be dropped or buffered. For more information on WRED, please refer to the technical documentation at WRED is only supported on the EX8200 line of Ethernet switches. Scheduling: Scheduling determines how the traffic class (queue) is being serviced, which directly correlates with the bandwidth allocation. EX Series switches support strict-priority (SP) queuing with shaped deficit weighted round-robin (SDWRR). Multiple SP queues are supported on any given interface. The strict-priority queues are always the highest numbered, and service is based on queue numbers for example, queue 7 will have a higher priority than queue 6. Copyright 2010, Juniper Networks, Inc. 5

6 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Queues that are not SP are SDWRR. SDWRR services queues sequentially, starting with the highest numbered queues first. These queues share the bandwidth among themselves according to the configured weights. The weights are configured as a rate or percentage (note that both will be converted into bandwidth ratios). The weight ratio is the guaranteed minimum bandwidth, but is not limited to that bandwidth. Remarking: Remarking involves changing the QoS priority markings (802.1p or DSCP) for the next hop to act on. -- Interface specific rewrite: Binding a rewrite rule to the interface. -- Multifield remarking: Using egress firewall filters to remark specific traffic bases. This can only be applied to an L2/L3 physical or logical interface. Multifield remarking firewall filter cannot be bound to a VLAN. Table 1: EX Series Switch Feature CoS Matrix for Junos OS 10.1 PLATFORM CLASSIFICATION POLICING CONGESTION MANAGEMENT SCHEDULING SHAPING REMARKING EX p/DSCP Single-rate two-color WTD SP+SDWRR Per queue, per port 802.1p* EX3200/EX p/DSCP Single-rate two-color WTD SP+SDWRR Per queue, per port 802.1p/DSCP Single-rate EX p/DSCP WRED SP+SDWRR Per queue, per port 802.1p/DSCP two-color * Plans for enhancement for feature parity between platforms. Please contact local representative for timeline. Note: On the EX2200, remarking is enabled by default for routed packets. Interface-specific and multifield remarking capabilities are planned for a future release. Please contact your local representative for a timeline. Not only are QoS features consistent on EX Series switches, but the CoS packet flow is consistent as well. Figure 1 shows the packet flow; again, the consistency allows for easy deployment with EX Series switches. Classifying Policing Queuing Scheduling Shaping Remarking Figure 1: EX Series CoS stages Although the EX Series switches share a number of features in common, these switches are purpose-built to fulfill specific roles within the network. It is obvious, for instance, that the hardware resource for a core device needs to be more than that of an access switch. Therefore, it is only logical that hardware resource and scaling numbers will differ between platforms. Table 2: EX Series CoS Scaling Numbers as of Junos OS 10.1 PLATFORM NO. OF QUEUES PER PORT BUFFER POLICERS/ SHAPERS FORWARDING CLASSES NO. OF SCHEDULER MAPS NO. OF CLASSIFIER TABLES NO. OF REWRITE TABLES NO. OF DROP PROFILES EX MB per Packet Forwarding Engine (PFE) 1,000* per 802.1p/ DSCP* 1 per 802.1p** 32 EX3200/ EX MB per PFE 1,000* 16 4 Limited by ternary content addressable memory (TCAM) Limited by TCAM 32 EX GB per PFE 7,000* 16 6 Limited by TCAM Limited by TCAM 64 * Port shapers are limited by number of available ports. The number of scheduler maps limits the number of queue shapers. ** Plans for enhancement for feature parity between platforms. Please contact local representative for timeline. 6 Copyright 2010, Juniper Networks, Inc.

7 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN Buffering All EX Series switches support up to eight queues per port. The number of available queues gives network engineers the ability to impose better traffic segmentation. Applications can be segregated into separate queues and no longer have to compete with one another for buffer space and bandwidth. With separate QoS queues, Application A is now guaranteed a minimum amount of bandwidth and is no longer subjected to long waits in the queue behind packets from other applications. EX2200/EX3200/EX4200 Switches Buffer sizes vary between platforms; for the buffer size on EX2200, EX3200, and EX4200 switches, all of which share the same buffering architecture, please refer to Table 2. The buffer is divided between shared ingress, shared buffer pool, and per-port dedicated buffers. Egress Buffers Shared Pool Ingress Buffers Port 1 queue 0 Port 1 queue 0 1 Port 1 queue 2 Port 1 queue 3 Port 1 queue 4 Port 1 queue 5 Port 1 queue 6 Port 1 queue 7 Port 2 queue 0 Port 2 queue 1 Port 2 queue 2 Port X queue 5 Port X queue 6 Port X queue 7 Figure 2: EX2200/EX3200/EX4200 PFE buffer allocation Any dedicated queue buffer has equal access to the shared buffers. Through a CLI, the user can also dictate which queue has access to the shared pool and change the buffer distribution between the shared pool and dedicated buffers. Exact: By default, any queue can use buffers from the shared pool (only packets marked with PLP low) if it runs out of its guaranteed buffer allocation. The exact keyword disables the use of shared buffer on any particular queue. [edit class-of-service] schedulers { scheduler-name { buffer-size exact; Shared buffer slider: The shared buffer slider gives users the flexibility to increase/decrease the per-port and shared buffers. The default value is 100 percent. If the value is less than 100, then the shared pool is reduced and the remaining buffers are redistributed evenly across the dedicated port buffers. [edit class-of-service] shared-buffer percent percent; Copyright 2010, Juniper Networks, Inc. 7

8 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN EX8200 Line On the EX8200 line, there are buffers for the fabric and the egress port. The fabric interface has multiple ingress and egress queues, which is similar to Virtual Output Queueing (VOQ). This helps ensure that a congested egress queue/port does not affect other ports sending traffic, otherwise known as Head-of-Line Blocking (HOLB), and prevents the problem from spreading while maximizing fabric throughput. In addition to multiple supported fabric queues, the EX8200 line allows users to specify a fabric priority for the forwarding class (either low or high). Latency-sensitive traffic should be mapped to the high priority fabric queue. The queue size and transmit rate are optimized by the system and are not user configurable. However, a drop profile can be configured for the high and low fabric queues for congestion management. Because of the deep buffers on the EX8200, there is no shared buffer pool concept as with the other EX Series platforms. While the buffer size of the queue can be allocated through configuration, there is some buffer elasticity between queues within a port to allow a given queue to borrow some unused buffers from other queues. Deploying CoS CoS is only effective if it is deployed end-to-end. It serves no useful purpose if it is only configured in one or a few sections of the network, and needs to be configured at every hop along the way from the source to the destination. In the next few sections, this document will discuss a couple of CoS deployments for unicast and a mixture of unicast and multicast. This document will also cover the why, where, and how for both access and core switches. The majority of the CoS configuration is done under the class-of-service stanza of the Junos OS CLI. For specific CLI syntax or additional sample configurations, please refer to the EX Series technical documents at Trust and Untrust Domains Trust and untrust are commonly used terms in a security context, but they can also be used in QoS, as they provide a clear demarcation and make developing a QoS strategy easier. An edge device (such as an access switch or router connecting to the Internet) resides between the trust and untrust boundary. These are the first and last entry points into and out of the campus network. There is uncertainty about the QoS markings on packets coming from the untrusted domain, but once they enter the campus LAN, network administrators have complete control and can manipulate packets so that they comply with the established QoS strategy. Anything outside the campus LAN is considered untrusted; anything within the campus LAN is considered trusted. 8 Copyright 2010, Juniper Networks, Inc.

9 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN Untrusted Domain Trusted Internet MPLS VPN Untrusted Domain Trusted Domain Figure 3: CoS boundaries Edge Devices Since edge devices are the first and last entry points into and out of the campus LAN, the following recommended QoS features should be enabled: Classification Congestion avoidance/management Scheduling Remarking Rate limiters There are three different methods of classifying traffic; how it is classified depends on the traffic direction. If traffic is moving from an untrusted to a trusted domain such as user-facing ports, then the recommended classifier is multifield. If traffic is between trusted devices such as interswitch links, then the BA classifier can be used. Fixed classification is very stringent and offers no granularity on how traffic should be classified, so it is seldom used. However, if it is used, it will typically be on an edge device that is connected to an untrusted device. Policing is an optional feature. If traffic rate limiting is required, then it should be done at the edge to help control the load that will be entering or leaving the campus network. Copyright 2010, Juniper Networks, Inc. 9

10 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN It is recommended that some sort of congestion management capability be configured, as this helps prevent certain packets from being buffered further or even dropped due to lack of buffer availability. The EX Series switches support SP and SDWRR. While there is no limit to how many SP queues there can be, typically no more than two are needed one for control traffic and the other for latency-sensitive and jitter-sensitive traffic such as voice. All other traffic can be serviced as SDWRR, which ensures fair bandwidth distribution between queues while reducing jitter and offering lower maximum latency. Lastly, remarking allows the next switch to act on the QoS marking that was established from the edge devices. Remarking only needs to be applied on the edge links that are connecting to the core. Core Devices All validation and compliance, such as rate limiting and remarking, is done at the edge. Therefore, the core devices should just be switching traffic based on QoS marking. The following recommended QoS features should be enabled on the core devices: BA classifier Congesting avoidance/management Scheduling Table 3: Recommended CoS Deployment Matrix NETWORK DEVICE ROLE Edge CLASSIFICATION Multifield (untrusted -> trusted) BA (trusted-> trusted) CONGESTION MANAGEMENT SCHEDULING RATE LIMITERS REMARKING Core BA 4 4 Optional Deployment Scenarios Unicast Deployment The campus network used for this scenario (see Figure 4) is mainly unicast with little to no multicast traffic. If multicast is present, then it has little importance and can be treated as best-effort traffic. The majority of traffic is north-south, where the data center is located at a remote site. Because the EX Series switches can support up to eight queues per port, each traffic class is in a separate queue (see Table 5). 10 Copyright 2010, Juniper Networks, Inc.

11 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN Untrusted Domain EX4200 Virtual Chassis Trusted Internet MPLS VPN Untrusted Domain Trusted Domain Table 4: Recommended CoS Deployment Matrix NETWORK DEVICE ROLE NO. OF FORWARDING CLASSES Edge 5 Figure 4: Campus LAN topology CLASSIFICATION Multifield (untrusted -> trusted) BA (trusted -> trusted) CONGESTION MANAGEMENT Core 5 BA 4 4 SCHEDULING RATE LIMITERS REMARKING Note: The following table will be used for the unicast deployment scenario. These parameters may not meet all requirements and could require modifications. Copyright 2010, Juniper Networks, Inc. 11

12 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Table 5: CoS Parameters for Unicast Deployment FORWARDING CLASSES QUEUE NUMBER DSCP CODE POINTS PER-HOP BEHAVIOR (PHB) BINARY QUEUE PRIORITY BUFFER SIZE (%) TRANSMIT RATE (%) ACCESS PORTS RATE LIMITING NETWORK PORTS Control 7 Voice 5 NC1/CS6, NC2/CS7 Expedited forwarding (EF) 56, 48 SP 5 N/A 1% 5% 46 SP 5 N/A 1% 5% Business app 3 AF21 18 SDWRR N/A N/A Server bulk 1 AF11 10 SDWRR N/A N/A Best effort 0 Best effort 0 SDWRR Remainder Remainder N/A N/A The majority of the configuration will be done under the class-of-service stanza with the exception of the multifield classifier. Since the multifield classifier uses firewall filters to match on L2, L3, or L4 information, its configuration is done outside of the class-of-service stanza. 1.1 Configuring Edge Devices The configuration is broken into subsections to make it more manageable and easier to explain and comment. The uninterrupted CoS configuration for the unicast edge device is shown in Appendix 1-A Forwarding class configuration This is an example of defining forwarding classes that are mapped to queues. user@edge-switch# show class-of-service forwarding-classes class control queue-num 7; class voice queue-num 5; class business-app queue-num 3; class server-bulk queue-num 1; class best-effort queue-num 0; BA classifier table A BA table needs to be created to define the matching criteria and map the matched packet to a forwarding class and PLP. This is commonly bound to trusted interfaces (i.e., interswitch links). Classifications can be based on 802.1p or DSCP. The example below uses DSCP as the matching criteria. The code points that can be defined as binary are PHB/alias, i.e., AF, EF, etc. The command show class-of-service codepoint-aliases provides the binary value for the alias. user@edge-switch# show class-of-service classifiers dscp dscp_ba { forwarding-class control { loss-priority low code-points nc1; loss-priority low code-points nc2; forwarding-class voice { loss-priority low code-points ef; forwarding-class business-app { loss-priority low code-points af21; forwarding-class server-bulk { loss-priority low code-points af11; forwarding-class best-effort { loss-priority low code-points be; 12 Copyright 2010, Juniper Networks, Inc.

13 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN Multifield classifier Multifield classifier is one of the few CoS configurations done outside of the class-of-service stanza. Multifield uses a firewall filter to match on L2, L3, and/or L4 information in order to assign the traffic to a forwarding class and PLP. It is common to use multifield classifier on devices that are bordering on untrusted boundaries, such as end user traffic. In the example below, there are four terms: Term 1 (voice-mf): If the source address is /24 or /24, it will be classified as voice traffic. Term 2 (business-app-mf): Any traffic being sent to /24 will be classified as a business application. Term 3 (server-bulk-mf): Any traffic being sent to /24 will be classified as server bulk. Term 4 (default): Any traffic not matched by the previous terms is considered best effort. user@edge-switch# show firewall family ethernet-switching { filter mf-cos-classifier { term voice-mf { from { source-address { /24; /24; then { forwarding-class voice; loss- term business-app-mf { from { destination-address { /24; then { forwarding-class business-app; loss- term server-bulk-mf { from { destination-address { /24; then { forwarding-class server-bulk; loss- term default { then { forwarding-class best-effort; loss- Copyright 2010, Juniper Networks, Inc. 13

14 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Drop profile A drop profile allows users to define a drop level (fill level) for a queue to proactively drop packets before the queue is completely filled. When that level is reached on the EX2200, EX3200, or EX4200 switches, any packets marked with PLP high are prevented from entering the queue (i.e., they are discarded). In this example, the fill level is set at 80%. user@edge-switch# show class-of-service drop-profiles 80-full { fill-level 80; Schedulers Buffer size, queue priority (SP or SDWRR), transmit rate, drop profile, and queue shaper are all defined within the scheduler profile. For queues configured as SP (priority high), it is recommended that a small percentage of buffers be reserved. Transmit rate is not permitted because this queue will always be serviced when there is a packet in the queue. Due to the intrinsic behavior of SP queues, they can potentially consume all of the bandwidth and starve the other queues. Therefore, it is recommended that shaping be configured to prevent such an event. For more information on policing and shaping configurations, please refer to the EX Series switch technical documentation at Voice traffic should not be buffered over a long period of time since that will increase latency and jitter; instead the goal is to drop the packet. Therefore the buffer size for the voice queue should be configured with an exact keyword, which prevents any excess packets from being buffered into the shared pool, limiting the available buffer to what is allocated. For other queues configured as SDWRR (priority low), buffer sizes can vary based on application load and requirements. It is common to match the values for both transmit rate and buffer size. An alternative method of calculating the transmit rate percentage is subtracting the buffer size percentage from 100. The logic is similar to the SP if the queue has a higher transmit rate, it will require fewer buffers; if the queue has a lower transmit rate, then it will require more buffers. Note: Juniper recommends configuring SDWRR as a percentage, which provides an easier bandwidth ratio conversion. user@edge-switch# show class-of-service schedulers control-network-sched { shaping-rate percent 5; buffer-size percent 5; priority strict-high; drop-profile-map loss-priority high protocol any drop-profile 80-full; control-user-sched { shaping-rate percent 1; buffer-size percent 5; priority strict-high; drop-profile-map loss-priority high protocol any drop-profile 80-full; voice-network-sched { shaping-rate percent 5; buffer-size percent 5 exact; priority strict-high; voice-user-sched { shaping-rate percent 1; buffer-size percent 5 exact; priority strict-high; business-sched { transmit-rate percent 60; 14 Copyright 2010, Juniper Networks, Inc.

15 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN buffer-size percent 60; server-sched { transmit-rate percent 30; buffer-size percent 30; be-sched { transmit-rate remainder; buffer-size remainder; Scheduler map Scheduler map is a profile that binds schedulers to a forwarding class (queue). In this example, two scheduler map profiles are created, one to apply on the user-facing ports (access-port-sched) and the other to apply on the networking facing ports (network-port-sched). user@edge-switch# show class-of-service scheduler-maps access-port-sched { forwarding-class control scheduler control-user-sched; forwarding-class voice scheduler voice-user-sched; forwarding-class business-app scheduler business-sched; forwarding-class server-bulk scheduler server-sched; forwarding-class best-effort scheduler be-sched; network-port-sched { forwarding-class control scheduler control-network-sched; forwarding-class voice scheduler voice-network-sched; forwarding-class business-app scheduler business-sched; forwarding-class server-bulk scheduler server-sched; forwarding-class best-effort scheduler be-sched; Rewrite rule table The rewrite rule table provides a reference point between forwarding class and the QoS priority value. Based on the forwarding class and rewrite rule table, the packet will be remarked with a new QoS marking prior to exiting the switch. The new QoS priority value allows the next-hop device to match and treat the packet accordingly. A rewrite rule table can be created for 802.1p or DSCP, or for both. Code points can either be in binary format or PHB (alias). To enable remarking, the rewrite table has to be bound to the interface under the class-of-service stanza, or an egress multifield remarking must be applied to an interface (covered in the next section). Copyright 2010, Juniper Networks, Inc. 15

16 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN user@edge-switch# show class-of-service rewrite-rules dscp rewrite-dscp { forwarding-class control { loss-priority low code-point nc1; loss-priority high code-point nc2; forwarding-class voice { loss-priority low code-point ef; forwarding-class business-app { loss-priority low code-point af21; forwarding-class server-bulk { loss-priority low code-point af11; forwarding-class best-effort { loss-priority low code-point be; Binding CoS to interfaces This is where CoS all comes together scheduler map, BA classifier, rewrite rule, and shaping can now be configured on the interface. Junos OS is extremely flexible, enabling given interfaces to have different CoS parameters, while also allowing common CoS parameters to be applied to similar interfaces through the use of wildcards ( * ). The asterisk denotes all like interfaces (for example, ge-* means all GbE interfaces). Table 6: CoS Configuration for Interface. PORT ROLE CLASSIFIER SCHEDULER MAP REMARKING User port Multifield 4 Network port BA 4 4 The example shown below assumes that 1GbE ports are user facing, and the 10GbE and link aggregation group (LAG) ports are networking ports. user@edge-switch# show class-of-service interfaces /* Example of applying it on GigE link */ ge-* { scheduler-map access-port-sched; /* Example of applying it on a 10GbE link */ xe-* { scheduler-map network-port-sched; unit * { classifiers { dscp dscp_ba; rewrite-rules { dscp rewrite-dscp; /* Example of applying it on a LAG link */ ae* { 16 Copyright 2010, Juniper Networks, Inc.

17 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN scheduler-map network-port-sched; unit * { classifiers { dscp dscp_ba; rewrite-rules { dscp rewrite-dscp; Binding multifield classifier to interface The multifield classifier needs to be bound to the interface in order for it to work. Since the multifield classifier is a firewall filter, this function is done outside the class-of-service stanza. The multifield classifier needs to be configured as an input filter. If the same multifield classifier is being applied to multiple ports, interface range or apply groups can be used for simplicity and ease of configuration. Both of these methods allow like configurations to be applied to a set of interfaces. For more information on interface range or apply groups, please refer to the EX Series technical documentation at customers/support/. user@edge-switch# show interfaces /* Example of applying a MF to a interface-range */ interface-range user-ports { member ge-0/0/[0-47] ; unit 0 { family ethernet-switching { filter { input mf-cos-classifier; /* Example of applying a MF to a specific interface */ ge-0/0/0 { unit 0 { family ethernet-switching { filter { input mf-cos-classifier; Note: If the same multifield classifier or rewrite is being used on multiple ports, it should be applied on VLAN vs. ports to reduce TCAM utilization. Copyright 2010, Juniper Networks, Inc. 17

18 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN /* Example of applying a MF classifier to a VLAN */ user@edge-switch# show vlans user { vlan-id 100; filter { input mf-cos-classifier; voice { vlan-id 200; filter { input mf-cos-classifier; 1.2 Configuring core devices One of the great advantages of running a single operating system across multiple devices is the ability to apply the exact same configuration across platforms. The following CoS configuration can be copied from the edge device and run on the core device. Forwarding class BA classifier For the other CoS configuration, minor tweaks (covered later in this document) will be required. Again, similar to the edge device section, this configuration is broken into subsections. For uninterrupted CoS configuration for the unicast core device, please refer to Appendix 1-B Drop profile This example uses interpolate WRED and creates multiple reference points. When a packet arrives at the egress queue, it is given a random number and plotted against the reference points. Based on the place where it falls, the packet will either be allowed into the queue or dropped. Based on the example below, if the current buffer capacity (fill level) is at 50%, there is a 20% chance the packet will be dropped. The EX8200 switches allow up to 32 pairs of fill level and drop probability. Drop profile is not just limited to PLP high; a drop profile can also be created for PLP low. user@core-switch# show class-of-service drop-profiles WRED-1 { interpolate { fill-level [ ]; drop-probability [ ]; Schedulers More often than not, the scheduler configuration is the same as the edge device. In some cases, however, minor tweaks may be required. Note: For the EX8200 switches, a scheduler is required for every queue that is being used on the port. Any queue that does not have a scheduler will not be serviced. 18 Copyright 2010, Juniper Networks, Inc.

19 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN user@core-switch# show class-of-service schedulers control-sched { buffer-size percent 5; priority strict-high; drop-profile-map loss-priority high protocol any drop-profile WRED-1; voice-sched { buffer-size percent 5; priority strict-high; business-sched { transmit-rate percent 60; buffer-size percent 60; server-sched { transmit-rate percent 30; buffer-size percent 30; be-sched { transmit-rate remainder; buffer-size remainder; Scheduler map profile Creating a scheduler map profile is no different than the one shown in the Configuring Edge Device subsection Binding CoS to interfaces The CLI is the same as shown in Configuring Edge Device subsection The only difference is applying it to the appropriate interfaces, either 10GbE, LAG, or GbE interfaces. Unicast/Multicast Deployment In this scenario, the campus LAN has a mix of unicast and multicast traffic. Assume that users are sending voice and data traffic and receiving voice, data, and video. There are two types of video being received, one that is latency sensitive (i.e., realtime interactive) and one that is not latency sensitive (i.e., multimedia streaming). Copyright 2010, Juniper Networks, Inc. 19

20 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Untrusted Domain EX4200 Virtual Chassis Trusted Untrusted Internet MPLS VPN Untrusted Domain Trusted Domain Table 7: Recommended CoS Deployment Matrix Figure 5: Unicast/multicast topology NETWORK DEVICE ROLE NO. OF FORWARDING CLASSES Edge 6 Core 6 CLASSIFICATION Multifield (untrusted -> trusted) Multifield (trusted -> trusted) Multifield (untrusted -> trusted) Multifield (trusted -> trusted) CONGESTION MANAGEMENT SCHEDULING RATE LIMITERS REMARKING Note: The following table will be used for the unicast and multicast deployment scenarios. These parameters may not meet all requirements and could require modification. 20 Copyright 2010, Juniper Networks, Inc.

21 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN Table 8: CoS Parameters for Unicast/Multicast Deployment FORWARDING CLASSES Control Multicast control QUEUE NUMBER 7 DSCP CODE POINTS RATE LIMITER PHB BINARY QUEUE PRIORITY BUFFER SIZE (%) TRANSMIT RATE (%) ACCESS PORTS NETWORK PORTS NC1/CS6, NC2/CS7 56, 48 SP 5 N/A 1% 5% Voice 6 EF 46 SP 5 N/A 1% 5% Video live 5 CS4 32 SDWRR N/A N/A Video streaming 4 AF31 26 SDWRR N/A N/A Business app 3 AF21 18 SDWRR N/A N/A Server bulk 2 AF11 10 SDWRR N/A N/A Multicast best effort * 1 N/A N/A SDWRR 5 5 N/A N/A Best effort 0 Best effort 0 SDWRR Remainder Remainder N/A N/A * This is only specific to the EX8200 line; see section for further details. The access devices do not require multicast best effort forwarding class to be configured. From this point on, this document will focus on features not covered in the previous sections. If a specific section is not mentioned, it can be safely assumed that the configuration is the same as described in the previous section, with the exception of the CoS parameters which are based on Table 7. Although the drop profile for the edge or core devices were not outlined in Table 7, the drop profiles created in Unicast Deployment, sections and respectively, can be used as a good reference point. For uninterrupted unicast/multicast core CoS configuration, please refer to Appendix Configuration of core devices In Figure 5, the production servers are locally connected to the campus LAN network. One can argue about how to treat these servers trusted or untrusted. Typically, the production servers are under application/server administrator control and are therefore treated as untrusted devices with a multifield classifier being used. However, for simplicity s sake, this document will treat production servers as trusted devices and apply a BA classification on ports connected to them Multicast on EX8200 line switches The CoS configuration for multicast on the EX8200 line is different from that on the other Junos OS platforms due to the EX8200-PFE (Packet Forwarding Engine) design. Each EX8200-PFE includes up to eight separate multicast queues that collectively aggregate all of the broadcast, multicast, and unknown multicast traffic prior to being replicated. Once replicated, the broadcast, multicast, and/or unknown unicast traffic is merged back into the corresponding unicast queue where it can be scheduled along with the unicast traffic. By default, all broadcast, multicast, and unknown unicast traffic is serviced out of Queue 2. The difference between EX8200 switches and other Junos OS platforms is the binding point for classification and the scheduler map for multicast traffic. On other Junos OS platforms, the classifier and scheduler map that are bound to the interface (as shown in section 1.1.7) apply to both unicast and multicast traffic. Because of the architecture of the EX8200- PFE, a new object, multi destination, was introduced to the class-of-service stanza to allow multicast classification based on DSCP or the IP precedence classifier for routed multicast traffic. The multi destination also allows the network engineer to move broadcast, switched multicast, and unknown unicast traffic to any queue other than the default Queue 2, and to define the buffer size for the multicast queues through scheduler map. Note: Classification on switched multicast traffic is under investigation. Copyright 2010, Juniper Networks, Inc. 21

22 IMPLEMENTATION GUIDE -Enabling Class of Service on EX Series Switches in a Campus LAN Multicast configuration only pertains to the EX8200 switches and is global. This means that all EX8200-PFEs will inherit the configuration. class-of-service { multi-destination { scheduler-map scheduler-map-name; family { ethernet { broadcast queue-number; inet { classifier { dscp classifier-name; inet-precedence classifier-name; The scheduler map allows the user to bind the scheduler-map profile for the multicast queue. The ethernet broadcast allows the user to specify the queue (forwarding class) for unknown unicast, broadcast, and multicast traffic that is bridged by the device. The inet classifier allows the user to bind BA classifier for multicast traffic that is routed by the device. Only one type of classifier is allowed, either DSCP or inet-precedence Configuring classifier for multicast traffic Configuring the classifier is done through the standard Junos OS CLI syntax. Remember that the classifier for multicast is only applicable to multicast traffic that is being routed. user@core-switch# show class-of-service classifiers dscp mcast_ba { forwarding-class mcast-control { loss-priority low code-points [ cs6 cs7 ]; forwarding-class video-live { loss-priority low code-points cs4; forwarding-class video-streaming { loss-priority low code-points af31; 22 Copyright 2010, Juniper Networks, Inc.

23 IMPLEMENTATION GUIDE - Enabling Class of Service on EX Series Switches in a Campus LAN Configuring the scheduler profile for multicast queue Configuring the scheduler profile is done through the standard Junos OS CLI syntax. The only parameter allowed for multicast queue is buffer size queue priority, transmit rate, and drop profile are not permitted. user@core-switch# show class-of-service schedulers mcast-control-sched { buffer-size percent 10; mcast-video-sched { buffer-size percent 35; mcast-streaming-sched { buffer-size percent 35; mcast-be-sched { buffer-size percent 20; Configuring the scheduler map for the multicast queue Similar to the scheduler profile, scheduler map configuration is done through the standard Junos OS CLI syntax. user@core-switch# show class-of-service scheduler-maps mcast-sched { forwarding-class mcast-control scheduler mcast-control-sched; forwarding-class video-live scheduler mcast-video-sched; forwarding-class video-streaming scheduler mcast-streaming-sched; forwarding-class mcast-be scheduler mcast-be-sched; Binding the classifier and scheduler map, and moving the default queue for broadcast, L2 multicast, and unknown unicast to a different queue Juniper recommends that unicast and multicast be kept in separate queues. If there is a broadcast or unknown unicast storm, then unicast traffic will not be affected. multi-destination { scheduler-map mcast-sched; family { ethernet { broadcast mcast-be; inet { classifier { dscp mcast_ba; Copyright 2010, Juniper Networks, Inc. 23

Technology Overview. Class of Service Overview. Published: 2014-01-10. Copyright 2014, Juniper Networks, Inc.

Technology Overview. Class of Service Overview. Published: 2014-01-10. Copyright 2014, Juniper Networks, Inc. Technology Overview Class of Service Overview Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, Junos,

More information

Juniper Networks J-series Services Routers Quality of Service (QoS)

Juniper Networks J-series Services Routers Quality of Service (QoS) Application Note Juniper Networks J-series Services Routers Quality of Service (QoS) Implementing QoS in Mixed Scenarios Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Multiple Port Mirroring Sessions on EX4200 Switches Published: 2014-04-09 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000

More information

Introduction to Differentiated Services (DiffServ) and HP-UX IPQoS

Introduction to Differentiated Services (DiffServ) and HP-UX IPQoS Introduction to Differentiated Services (DiffServ) and HP-UX IPQoS What is Quality of Service (QoS)?... 2 Differentiated Services (DiffServ)... 2 Overview... 2 Example XYZ Corporation... 2 Components of

More information

Improving Quality of Service

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

More information

Quality of Service (QoS): Managing Bandwidth More Effectively on the Series 2600/2600-PWR and Series 2800 Switches

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................................................

More information

Fiber Channel Over Ethernet (FCoE)

Fiber Channel Over Ethernet (FCoE) Fiber Channel Over Ethernet (FCoE) Using Intel Ethernet Switch Family White Paper November, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR

More information

How To Provide Qos Based Routing In The Internet

How To Provide Qos Based Routing In The Internet CHAPTER 2 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 22 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 2.1 INTRODUCTION As the main emphasis of the present research work is on achieving QoS in routing, hence this

More information

Junos OS for EX Series Ethernet Switches

Junos OS for EX Series Ethernet Switches Junos OS for EX Series Ethernet Switches Analyzers for EX9200 Switches Release 13.3 Published: 2014-08-07 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000

More information

DAY ONE: DEPLOYING BASIC QOS

DAY ONE: DEPLOYING BASIC QOS Junos Fundamentals Series DAY ONE: DEPLOYING BASIC QOS Build upon a basic model of QoS behaviors with the levers and knobs that Junos can use to influence each of those behaviors. By Guy Davies DAY ONE:

More information

Quality of Service (QoS) on Netgear switches

Quality of Service (QoS) on Netgear switches Quality of Service (QoS) on Netgear switches Section 1 Principles and Practice of QoS on IP networks Introduction to QoS Why? In a typical modern IT environment, a wide variety of devices are connected

More information

Network Configuration Example

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

More information

Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012. Network Chapter# 19 INTERNETWORK OPERATION

Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012. Network Chapter# 19 INTERNETWORK OPERATION Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012 Network Chapter# 19 INTERNETWORK OPERATION Review Questions ٢ Network Chapter# 19 INTERNETWORK OPERATION 19.1 List

More information

Configuring QoS. Understanding QoS CHAPTER

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.

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

"Charting the Course... ... to Your Success!" QOS - Implementing Cisco Quality of Service 2.5 Course Summary

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,

More information

02-QOS-ADVANCED-DIFFSRV

02-QOS-ADVANCED-DIFFSRV IP QoS DiffServ Differentiated Services Architecture Agenda DiffServ Principles DS-Field, DSCP Historical Review Newest Implementations Per-Hop Behaviors (PHB) DiffServ in Detail DiffServ in other Environments

More information

INTEGRATING FIREWALL SERVICES IN THE DATA CENTER NETWORK ARCHITECTURE USING SRX SERIES SERVICES GATEWAY

INTEGRATING FIREWALL SERVICES IN THE DATA CENTER NETWORK ARCHITECTURE USING SRX SERIES SERVICES GATEWAY IMPLEMENTATION GUIDE INTEGRATING FIREWALL SERVICES IN THE DATA CENTER NETWORK ARCHITECTURE USING SRX SERIES SERVICES GATEWAY Although Juniper Networks has attempted to provide accurate information in this

More information

Implementing Cisco Quality of Service QOS v2.5; 5 days, Instructor-led

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,

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 QoS Components, page 2 QoS Terminology, page 3 Information About QoS, page 3 Restrictions for QoS on Wired Targets, page 41 Restrictions

More information

SRX High Availability Design Guide

SRX High Availability Design Guide SRX High Availability Design Guide Introduction The purpose of this design guide is to lay out the different high availability deployment scenarios and provide sample configurations for the different scenarios.

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

IMPLEMENTING CISCO QUALITY OF SERVICE V2.5 (QOS)

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

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Assured Forwarding for High-Definition Videoconferencing Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA

More information

A Review on Quality of Service Architectures for Internet Network Service Provider (INSP)

A Review on Quality of Service Architectures for Internet Network Service Provider (INSP) A Review on Quality of Service Architectures for Internet Network Service Provider (INSP) Herman and Azizah bte Abd. Rahman Faculty of Computer Science and Information System Universiti Teknologi Malaysia

More information

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices A Dell Technical White Paper Dell Symantec THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND

More information

Chapter 1 Reading Organizer

Chapter 1 Reading Organizer Chapter 1 Reading Organizer After completion of this chapter, you should be able to: Describe convergence of data, voice and video in the context of switched networks Describe a switched network in a small

More information

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS 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

CS/ECE 438: Communication Networks. Internet QoS. Syed Faisal Hasan, PhD (Research Scholar Information Trust Institute) Visiting Lecturer ECE

CS/ECE 438: Communication Networks. Internet QoS. Syed Faisal Hasan, PhD (Research Scholar Information Trust Institute) Visiting Lecturer ECE CS/ECE 438: Communication Networks Internet QoS Syed Faisal Hasan, PhD (Research Scholar Information Trust Institute) Visiting Lecturer ECE Introduction The Internet only provides a best effort service

More information

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EXECUTIVE SUMMARY Enterprise network managers are being forced to do more with less. Their networks are growing in size and complexity. They need

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm 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

QoS in PAN-OS. Tech Note PAN-OS 4.1. Revision A 2011, Palo Alto Networks, Inc.

QoS in PAN-OS. Tech Note PAN-OS 4.1. Revision A 2011, Palo Alto Networks, Inc. QoS in PAN-OS Tech Note PAN-OS 4.1 Revision A Contents Overview... 3 Why QoS... 3 Learn about Applications in your Network... 3 Terms and Concepts... 3 Classification... 3 Priority Queues... 4 Limiting

More information

IP videoconferencing solution with ProCurve switches and Tandberg terminals

IP videoconferencing solution with ProCurve switches and Tandberg terminals An HP ProCurve Networking Application Note IP videoconferencing solution with ProCurve switches and Tandberg terminals Contents 1. Introduction... 3 2. Architecture... 3 3. Videoconferencing traffic and

More information

Junos OS for EX Series Ethernet Switches

Junos OS for EX Series Ethernet Switches Junos OS for EX Series Ethernet Switches Security on EX4600 Release 13.2X51 Published: 2014-07-29 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

IP Office Technical Tip

IP Office Technical Tip IP Office Technical Tip Tip no: 195 Release Date: October 26, 2007 Region: GLOBAL Using Packet Capture Software To Verify IP Network VoIP Quality Of Service (QoS) Operation Converged networks can experience

More information

Configuration QoS and IP Filtering Avaya Ethernet Routing Switch 8800/8600

Configuration QoS and IP Filtering Avaya Ethernet Routing Switch 8800/8600 Configuration QoS and IP Filtering Avaya Ethernet Routing Switch 8800/8600 7.1.3 NN46205-507, 07.01 January 2012 2012 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure

More information

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. 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

More information

VoIP network planning guide

VoIP network planning guide VoIP network planning guide Document Reference: Volker Schüppel 08.12.2009 1 CONTENT 1 CONTENT... 2 2 SCOPE... 3 3 BANDWIDTH... 4 3.1 Control data 4 3.2 Audio codec 5 3.3 Packet size and protocol overhead

More information

4 Internet QoS Management

4 Internet QoS Management 4 Internet QoS Management Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se September 2008 Overview Network Management Performance Mgt QoS Mgt Resource Control

More information

Internet Quality of Service

Internet Quality of Service Internet Quality of Service Weibin Zhao zwb@cs.columbia.edu 1 Outline 1. Background 2. Basic concepts 3. Supporting mechanisms 4. Frameworks 5. Policy & resource management 6. Conclusion 2 Background:

More information

IP SAN Best Practices

IP SAN Best Practices IP SAN Best Practices A Dell Technical White Paper PowerVault MD3200i Storage Arrays THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

Configuring Auto-QoS

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

More information

IP SAN BEST PRACTICES

IP SAN BEST PRACTICES IP SAN BEST PRACTICES PowerVault MD3000i Storage Array www.dell.com/md3000i TABLE OF CONTENTS Table of Contents INTRODUCTION... 3 OVERVIEW ISCSI... 3 IP SAN DESIGN... 4 BEST PRACTICE - IMPLEMENTATION...

More information

Quality of Service. Traditional Nonconverged Network. Traditional data traffic characteristics:

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

More information

Quality of Service (QoS)) in IP networks

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

More information

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family White Paper June, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

QUALITY OF SERVICE INTRODUCTION TO QUALITY OF SERVICE CONCEPTS AND PROTOCOLS

QUALITY OF SERVICE INTRODUCTION TO QUALITY OF SERVICE CONCEPTS AND PROTOCOLS QoS QUALITY OF SERVICE INTRODUCTION TO QUALITY OF SERVICE CONCEPTS AND PROTOCOLS Peter R. Egli INDIGOO.COM 1/20 Contents 1. Quality of Service in IP networks 2. QoS at layer 2: Virtual LAN (VLAN) IEEE

More information

Enterprise QoS. Tim Chung Google Corporate Netops Architecture Nanog 49 June 15th, 2010

Enterprise QoS. Tim Chung Google Corporate Netops Architecture Nanog 49 June 15th, 2010 Enterprise QoS Tim Chung Google Corporate Netops Architecture Nanog 49 June 15th, 2010 Agenda Challenges Solu5ons Opera5ons Best Prac5ces Note: This talk pertains to Google enterprise network only, not

More information

EMC CENTERA VIRTUAL ARCHIVE

EMC CENTERA VIRTUAL ARCHIVE White Paper EMC CENTERA VIRTUAL ARCHIVE Planning and Configuration Guide Abstract This white paper provides best practices for using EMC Centera Virtual Archive in a customer environment. The guide starts

More information

Configuring QoS in a Wireless Environment

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

More information

Junos OS for EX Series Ethernet Switches

Junos OS for EX Series Ethernet Switches Junos OS for EX Series Ethernet Switches Services Feature Guide for EX4600 Switches Release 14.1X53 Modified: 2015-08-26 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

APPLICATION NOTE 209 QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS. Quality of Service Drivers. Why Test Quality of Service?

APPLICATION NOTE 209 QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS. Quality of Service Drivers. Why Test Quality of Service? QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS By Thierno Diallo, Product Specialist With the increasing demand for advanced voice and video services, the traditional best-effort delivery model is

More information

PART III. OPS-based wide area networks

PART III. OPS-based wide area networks PART III OPS-based wide area networks Chapter 7 Introduction to the OPS-based wide area network 7.1 State-of-the-art In this thesis, we consider the general switch architecture with full connectivity

More information

IVCi s IntelliNet SM Network

IVCi s IntelliNet SM Network IVCi s IntelliNet SM Network Technical White Paper Introduction...2 Overview...2 A True ATM Solution End to End...2 The Power of a Switched Network...2 Data Throughput:...3 Improved Security:...3 Class

More information

CS 268: Lecture 13. QoS: DiffServ and IntServ

CS 268: Lecture 13. QoS: DiffServ and IntServ CS 268: Lecture 13 QoS: DiffServ and IntServ Ion Stoica Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776 1

More information

Junos OS for EX Series Ethernet Switches

Junos OS for EX Series Ethernet Switches Junos OS for EX Series Ethernet Switches Routing Policy and Packet Filtering for EX Series Switches Release 13.2X50 Published: 2013-09-30 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California

More information

Quality of Service for IP Videoconferencing Engineering White Paper

Quality of Service for IP Videoconferencing Engineering White Paper Engineering White Paper Subha Dhesikan Cisco Systems June 1 st, 2001 Copyright 2002 Cisco Systems, Inc. Table of Contents 1 INTRODUCTION 4 2 WHY QOS? 4 3 QOS PRIMITIVES 5 4 QOS ARCHITECTURES 7 4.1 DIFFERENTIATED

More information

Implementation Guide. Juniper Networks SRX Series Services Gateways/ Websense V10000 G2 appliance. v7.6

Implementation Guide. Juniper Networks SRX Series Services Gateways/ Websense V10000 G2 appliance. v7.6 Juniper Networks SRX Series Services Gateways/ Websense V10000 G2 appliance v7.6 Juniper Networks SRX Series Services Gateways/Websense V10000 G2 appliance Copyright 1996-2011 Websense, Inc. All rights

More information

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic.

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. A Network and Data Link Layer infrastructure Design to Improve QoS in Voice and video Traffic Jesús Arturo Pérez,

More information

Can PowerConnect Switches Be Used in VoIP Deployments?

Can PowerConnect Switches Be Used in VoIP Deployments? PowerConnect Application Note #11 February 2004 Can PowerConnect Switches Be Used in VoIP Deployments? This Application Notes relates to the following Dell PowerConnect products: PowerConnect 33xx PowerConnect

More information

Three Key Design Considerations of IP Video Surveillance Systems

Three Key Design Considerations of IP Video Surveillance Systems Three Key Design Considerations of IP Video Surveillance Systems 2012 Moxa Inc. All rights reserved. Three Key Design Considerations of IP Video Surveillance Systems Copyright Notice 2012 Moxa Inc. All

More information

White Paper Abstract Disclaimer

White Paper Abstract Disclaimer White Paper Synopsis of the Data Streaming Logical Specification (Phase I) Based on: RapidIO Specification Part X: Data Streaming Logical Specification Rev. 1.2, 08/2004 Abstract The Data Streaming specification

More information

Configuring Quality of Service

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

More information

Demonstrating the high performance and feature richness of the compact MX Series

Demonstrating the high performance and feature richness of the compact MX Series WHITE PAPER Midrange MX Series 3D Universal Edge Routers Evaluation Report Demonstrating the high performance and feature richness of the compact MX Series Copyright 2011, Juniper Networks, Inc. 1 Table

More information

MS Series: VolP Deployment Guide

MS Series: VolP Deployment Guide Solution Guide MS Series: VolP Deployment Guide JULY 2013 How to deploy a distributed VoIP infrastructure with Meraki MS switches. Table of Contents Introduction 3 Getting Started 4 Setting up VoIP using

More information

MONITORING NETWORK TRAFFIC USING sflow TECHNOLOGY ON EX SERIES ETHERNET SWITCHES

MONITORING NETWORK TRAFFIC USING sflow TECHNOLOGY ON EX SERIES ETHERNET SWITCHES APPLICATION NOTE MONITORING NETWORK TRAFFIC USING sflow TECHNOLOGY ON EX SERIES ETHERNET SWITCHES Exporting sflow to Collectors Through a Separate Virtual Routing Instance Copyright 2010, Juniper Networks,

More information

Cisco NetFlow Generation Appliance (NGA) 3140

Cisco NetFlow Generation Appliance (NGA) 3140 Q&A Cisco NetFlow Generation Appliance (NGA) 3140 General Overview Q. What is Cisco NetFlow Generation Appliance (NGA) 3140? A. Cisco NetFlow Generation Appliance 3140 is purpose-built, high-performance

More information

- Hubs vs. Switches vs. Routers -

- Hubs vs. Switches vs. Routers - 1 Layered Communication - Hubs vs. Switches vs. Routers - Network communication models are generally organized into layers. The OSI model specifically consists of seven layers, with each layer representing

More information

Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions

Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Steve Gennaoui, Jianhua Yin, Samuel Swinton, and * Vasil Hnatyshin Department of Computer Science Rowan University

More information

18: Enhanced Quality of Service

18: Enhanced Quality of Service 18: Enhanced Quality of Service Mark Handley Traditional best-effort queuing behaviour in routers Data transfer: datagrams: individual packets no recognition of flows connectionless: no signalling Forwarding:

More information

Configuring QoS and Per Port Per VLAN QoS

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

More information

GVRP Overview. Overview

GVRP Overview. Overview 3 GVRP Contents Overview...................................................... 3-2................................................... 3-3 General Operation........................................... 3-4

More information

DEPLOYING IP TELEPHONY WITH EX SERIES ETHERNET SWITCHES

DEPLOYING IP TELEPHONY WITH EX SERIES ETHERNET SWITCHES APPLICATION NOTE DEPLOYING IP TELEPHONY WITH EX SERIES ETHERNET SWITCHES Optimizing Applications with Juniper Networks Access Switches Copyright 2011, Juniper Networks, Inc. 1 Table of Contents Introduction.....................................................................................................3

More information

Technology Overview. Lawful Intercept Using Flow-Tap. Published: 2014-01-10. Copyright 2014, Juniper Networks, Inc.

Technology Overview. Lawful Intercept Using Flow-Tap. Published: 2014-01-10. Copyright 2014, Juniper Networks, Inc. Technology Overview Lawful Intercept Using Flow-Tap Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks,

More information

Datasheet. Managed Gigabit Fiber Switch. Model: ES-12F. Non-Blocking Throughput Switching. High Performance and Low Latency

Datasheet. Managed Gigabit Fiber Switch. Model: ES-12F. Non-Blocking Throughput Switching. High Performance and Low Latency Managed Gigabit Fiber Switch Model: ES-12F Non-Blocking Throughput Switching High Performance and Low Latency Gigabit Ethernet SFP and RJ45 Ports Deployment Examples Advanced Switching Technology for the

More information

Ethernet Switch Evaluation For Streaming Media Multicast Applications

Ethernet Switch Evaluation For Streaming Media Multicast Applications Ethernet Switch Evaluation For Streaming Media Multicast Applications Introduction In addition to many criteria relating to standards compliance, packet forwarding performance, layer 3 and 4 route discovery

More information

Cisco CCNP 642 845 Optimizing Converged Cisco Networks (ONT)

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:

More information

How To Improve Performance On A Ccdn (Dns)

How To Improve Performance On A Ccdn (Dns) Enhanced Content Delivery Network to Improve the QoE 1 Sachendra Singh Solanky, 2 Sandra Brigit Johnson, 3 Vakkalagadda Eswar Praphul 1 M.Tech Student SCSE, VIT University Chennai-600048, 2 M.Tech Student

More information

How to Keep Video From Blowing Up Your Network

How to Keep Video From Blowing Up Your Network How to Keep Video From Blowing Up Your Network Terry Slattery Chesapeake Netcraftsmen Principal Consultant CCIE #1026 1 Agenda Types of Video The Impact of Video Identifying Video Handling Video Video

More information

An Oracle Technical White Paper November 2011. Oracle Solaris 11 Network Virtualization and Network Resource Management

An Oracle Technical White Paper November 2011. Oracle Solaris 11 Network Virtualization and Network Resource Management An Oracle Technical White Paper November 2011 Oracle Solaris 11 Network Virtualization and Network Resource Management Executive Overview... 2 Introduction... 2 Network Virtualization... 2 Network Resource

More information

Understanding Quality of Service on the Catalyst 6500 Switch

Understanding Quality of Service on the Catalyst 6500 Switch . White Paper Understanding Quality of Service on the Catalyst 6500 Switch Carl Solder CCIE #2416 Technical Marketing Engineer Internetworking Systems Business Unit Patrick Warichet CCIE #14218 Technical

More information

Ethernet Fabric Requirements for FCoE in the Data Center

Ethernet Fabric Requirements for FCoE in the Data Center Ethernet Fabric Requirements for FCoE in the Data Center Gary Lee Director of Product Marketing glee@fulcrummicro.com February 2010 1 FCoE Market Overview FC networks are relatively high cost solutions

More information

Cisco - Catalyst 2950 Series Switches Quality of Service (QoS) FAQ

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

More information

Using LiveAction Software for Successful VoIP Deployments How to quickly and accurately deploy QoS for VoIP networks

Using LiveAction Software for Successful VoIP Deployments How to quickly and accurately deploy QoS for VoIP networks LiveAction Application Note Using LiveAction Software for Successful VoIP Deployments How to quickly and accurately deploy QoS for VoIP networks September 2012 http://www.actionpacked.com Table of Contents

More information

iseries Quality of service

iseries Quality of service iseries Quality of service iseries Quality of service Copyright International Business Machines Corporation 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure

More information

Brocade Solution for EMC VSPEX Server Virtualization

Brocade Solution for EMC VSPEX Server Virtualization Reference Architecture Brocade Solution Blueprint Brocade Solution for EMC VSPEX Server Virtualization Microsoft Hyper-V for 50 & 100 Virtual Machines Enabled by Microsoft Hyper-V, Brocade ICX series switch,

More information

AutoQoS for Medianet

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

More information

Description: To participate in the hands-on labs in this class, you need to bring a laptop computer with the following:

Description: To participate in the hands-on labs in this class, you need to bring a laptop computer with the following: Course: Implementing Cisco Quality of Service Duration: 5 Day Hands-On Lab & Lecture Course Price: $ 3,395.00 Learning Credits: 34 Description: Implementing Cisco Quality of Service (QOS) v2.5 provides

More information

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6 (Integrated) Technology White Paper Issue 01 Date 2012-9-6 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Configuring an efficient QoS Map

Configuring an efficient QoS Map Configuring an efficient QoS Map This document assumes the reader has experience configuring quality of service (QoS) maps and working with traffic prioritization. Before reading this document, it is advisable

More information

QoS in IP networks. Computer Science Department University of Crete HY536 - Network Technology Lab II 2000-2001. IETF Integrated Services (IntServ)

QoS in IP networks. Computer Science Department University of Crete HY536 - Network Technology Lab II 2000-2001. IETF Integrated Services (IntServ) QoS in IP networks Computer Science Department University of Crete HY536 - Network Technology Lab II 2000-2001 IETF Integrated Services (IntServ) Connection-oriented solution (end-to-end) QoS guarantees

More information

Optimizing VoIP Applications with Juniper Networks EX3200 and EX4200 Line of Ethernet Switches

Optimizing VoIP Applications with Juniper Networks EX3200 and EX4200 Line of Ethernet Switches APPLICATION NOTE Deploying IP Telephony with JUNIPER NETWORKS ETHERNET Switches Optimizing Applications with Juniper Networks EX3200 and EX4200 Line of Ethernet Switches Copyright 2009, Juniper Networks,

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring a Two-Tiered Virtualized Data Center for Large Enterprise Networks Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California

More information

J-Flow on J Series Services Routers and Branch SRX Series Services Gateways

J-Flow on J Series Services Routers and Branch SRX Series Services Gateways APPLICATION NOTE Juniper Flow Monitoring J-Flow on J Series Services Routers and Branch SRX Series Services Gateways Copyright 2011, Juniper Networks, Inc. 1 APPLICATION NOTE - Juniper Flow Monitoring

More information

Differentiated Services:

Differentiated Services: Differentiated Services: A Tutorial Overview with a Voice over IP Slant Kathleen Nichols kmn@cisco.com ETSI Workhop on Voice over IP June 9, 1999 1 of 24 Differentiated Services The differentiated services

More information

Implementing and Deploying Quality of Service (QoS) for EtherNet/IP

Implementing and Deploying Quality of Service (QoS) for EtherNet/IP Implementing and Deploying Quality of Service (QoS) for EtherNet/IP Abstract Brian Batke Rockwell Automation Presented at the ODVA 2009 CIP Networks Conference & 13 th Annual Meeting February 25, 2009

More information

This topic lists the key mechanisms use to implement QoS in an IP network.

This topic lists the key mechanisms use to implement QoS in an IP network. IP QoS Mechanisms QoS Mechanisms This topic lists the key mechanisms use to implement QoS in an IP network. QoS Mechanisms Classification: Each class-oriented QoS mechanism has to support some type of

More information

SPEAKEASY QUALITY OF SERVICE: VQ TECHNOLOGY

SPEAKEASY QUALITY OF SERVICE: VQ TECHNOLOGY SPEAKEASY QUALITY OF SERVICE: VQ TECHNOLOGY August 2005 Formoreinformation,contactSpeakeasyPartnerITS at630.420.2550orvisitwww.teamits.com. www.speakeasy.net 800-556-5829 1201 Western Ave Seattle, WA 98101

More information

VMware Virtual SAN Network Design Guide TECHNICAL WHITE PAPER

VMware Virtual SAN Network Design Guide TECHNICAL WHITE PAPER TECHNICAL WHITE PAPER Table of Contents Intended Audience.... 3 Overview.... 3 Virtual SAN Network... 3 Physical Network Infrastructure... 4 Data Center Network... 4 Host Network Adapter.... 5 Virtual

More information