Page 2 - . Setting the egress rate; Example
Page 2 | AlliedWare™ OS How To Note: QoS configuration 1 . Setting the egress rate 1 . Setting the egress rate Example 1 - 1 : Setting the egress limit of a switch port Command: set switch port=24 egresslimit=640 This command will set the egress limit of port 24 to 640kbps. The granularity is 640kbp...
Page 3 - to various different values. Note that; every; packet. The granularity of
Page 3 | AlliedWare™ OS How To Note: QoS configuration 1 . Setting the egress rate Example 1 -2: setting the maximum bandwidth limit per ingress port Ingress rate limiting cannot be configured on the port per se, but is achieved by creating a QoS policy with a bandwidth limited traffic class, and ap...
Page 4 - In example
Page 4 | AlliedWare™ OS How To Note: QoS configuration 1 . Setting the egress rate Example 1 -3: Setting the maximum bandwidth limit for each user In example 1 - 1 , we configured an egress rate on ports. But the granularity of that bandwidth limiting was multiples of 640kbps. To achieve a finer-gra...
Page 5 - This example is very similar to example
Page 5 | AlliedWare™ OS How To Note: QoS configuration 1 . Setting the egress rate Example 1 -4: Setting the maximum bandwidth limit for each IP subnet This example is very similar to example 1 -3, except that it is assumed that a whole subnet is attached to each port, not just a single device on ea...
Page 6 - The; portgroup; feature is not supported before software release v2.7.5. If using an; port; parameter on the policy instead.
Page 6 | AlliedWare™ OS How To Note: QoS configuration 1 . Setting the egress rate Example 1 -5: Setting the maximum bandwidth limit of VLANs Note: The portgroup feature is not supported before software release v2.7.5. If using an earlier software release, use the port parameter on the policy instea...
Page 7 - Setting the priority on a packet; p) priority per ingress port; Here we assign different 802.
Page 7 | AlliedWare™ OS How To Note: QoS configuration 2. Setting the priority on a packet 2. Setting the priority on a packet Example 2- 1 : Setting the Layer 2 (VLAN/802. 1 p) priority per ingress port Here we assign different 802. 1 p values to packets arriving on different ports. These values ar...
Page 9 - Use the same configuration provided in Example 2-; to; to
Page 9 | AlliedWare™ OS How To Note: QoS configuration 2. Setting the priority on a packet Example 2-3: Setting the Layer 3 (TOS/DCSP) priority per ingress port Use the same configuration provided in Example 2- 1 on page 7 , but change the following line: set qos dscpmap=premarking dscp=< incomin...
Page 10 - Setting the egress queues; : Setting the egress queue according to the L2 priority of the; Command
Page 10 | AlliedWare™ OS How To Note: QoS configuration 3. Setting the egress queues 3. Setting the egress queues In this section we look at methods for directing certain packets into certain queues on the egress port. Example 3- 1 : Setting the egress queue according to the L2 priority of the incom...
Page 11 - Example 3-2: Setting the egress queue according to the ingress port; to egress
Page 11 | AlliedWare™ OS How To Note: QoS configuration 3. Setting the egress queues Example 3-2: Setting the egress queue according to the ingress port This set of commands will set the egress queue of any traffic received from port 1 to egress queue 6, from port 2 to egress queue 5, etc. create cl...
Page 12 - Example 3-3: Configuring WRR for egress queues
Page 12 | AlliedWare™ OS How To Note: QoS configuration 3. Setting the egress queues Example 3-3: Configuring WRR for egress queues This example is used for configuring WRR on egress queues according to the ingress port of the traffic. This set of commands will set the egress queue of any traffic re...
Page 13 - Full QoS scenario; The customer is connected to port; Gold traffic; across their network, with a low latency.; Silver traffic; Step; —Set the egress bandwidth limiting; ISP
Page 13 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 1 : tiered services for a single customer Full QoS scenario 1 : tiered services for a single customer In this section, we will build up a relatively complex QoS configuration to support a scenario requiring quite precise contr...
Page 14 - Bronze traffic; Identify the types of traffic; The classifiers to match these DSCP values are:; Gold; Put the different categories of trafffic into different queues
Page 14 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 1 : tiered services for a single customer Bronze traffic is also allowed to burst up to the full egress bandwidth of the uplink port, but when congestion occurs, will be throttled back in favour of Gold traffic, and will share...
Page 15 - What is required is that:; So, we need to specify the queue types of queues; Set the required properties on the egress queues
Page 15 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 1 : tiered services for a single customer The act of assigning packets in a particular traffic class to a particular egress queue is achieved in the pre-marking process. This requires that the pre-marking DSCP map table be set...
Page 16 - The Gold traffic must be strictly limited to 2Mbps; —Set the bandwidth limits
Page 16 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 1 : tiered services for a single customer The Gold traffic must be strictly limited to 2Mbps This is achieved by configuring a maxbandwidth on that traffic class, and dropping bandwidthclass 3 traffic: set qos trafficclass=3 m...
Page 17 - RED curves—a refresher
Page 17 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 1 : tiered services for a single customer RED curves—a refresher Random Early Discard curves are bandwidth class aware, and can drop lower priority packets when severe congestion occurs, with progressively more and higher prio...
Page 18 - Full QoS scenario 2: bandwidth limiting of multiple customers; —Bandwidth limiting; Port; Mbps; ter
Page 18 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 2: bandwidth limiting of multiple customers Full QoS scenario 2: bandwidth limiting of multiple customers In this section, we will build up another relatively complex QoS configuration to support a different scenario. The scen...
Page 19 - Limiting the outgoing traffic:; Limiting the incoming traffic:
Page 19 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 2: bandwidth limiting of multiple customers The configuration required to impose these bandwidth limits would be: Limiting the outgoing traffic: create qos policy=1 dtcdropbwclass3=yes dtcmaxbandwidth=1Mbps dtcmaxburst=10Kb cr...
Page 20 - Therefore, we need to classify VoIP traffic; —Giving better service to VOIP traffic
Page 20 | AlliedWare™ OS How To Note: QoS configuration Full QoS scenario 2: bandwidth limiting of multiple customers create qos traff=9 set qos traff=9 maxband=5Mbps maxburst=10Kb dropbwc=yes add qos traff=9 flow=9 create qos traff=10 set qos traff=10 maxband=2Mbps maxburst=10Kb dropbwc=yes add qos...