Extreme Networks Summit1 manual Sample Ingress Mode QOS Configuration

Models: Summit1

1 227
Download 227 pages 6.77 Kb
Page 129
Image 129

CONFIGURING QOS

SAMPLE INGRESS MODE QOS CONFIGURATION

The following ingress mode example modifies an existing QoS profile and applies it to a VLAN traffic grouping. The priority parameter, although required, is ignored when configuring a default QoS profile in ingress mode.

config qosprofile qp4 minbw 15% maxbw 100% priority high

config vlan sales qosprofile qp4

SAMPLE EGRESS MODE QOS CONFIGURATION

This egress mode example does the following:

Configures the QoS mode and devicemode of the switch.

Creates a QoS profile mktgqos, with the following characteristics:

minimum bandwidth = 0%

maximum bandwidth = 10%

priority = low

Applies the QoS profile mktgqos to a range of IP addresses.

The steps to configure this example are as follows:

1Configure the switch for the egress mode, by typing the following: config qosmode egress

2Reboot the switch.

3Configure the switch for the correct devicemode, by typing the following: config devicemode ipqos

4Reboot the switch.

5Create and configure the QoS profile mktgqos,, by typing the following:

create qosprofile mktgqos

config qosprofile mktgqos minbw 0% maxbw 10% priority low

6Apply the QoS profile to a range of IP addresses, by typing the following: config ipqos add 128.1.0.0/16 qosprofile mktgqos

SUMMIT SWITCH INSTALLATION AND USER GUIDE

8-9

Page 129
Image 129
Extreme Networks Summit1 manual Sample Ingress Mode QOS Configuration, Sample Egress Mode QOS Configuration