Sample ingress mode qos configuration, Sample egress mode qos configuration – Extreme Networks Summit1 User Manual
Page 129
S
UMMIT
S
WITCH
I
NSTALLATION
AND
U
SER
G
UIDE
8-9
C
ONFIGURING
Q
O
S
S
AMPLE
I
NGRESS
M
ODE
Q
O
S C
ONFIGURATION
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
S
AMPLE
E
GRESS
M
ODE
Q
O
S C
ONFIGURATION
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:
1
Configure the switch for the egress mode, by typing the following:
config qosmode egress
2
Reboot the switch.
3
Configure the switch for the correct devicemode, by typing the following:
config devicemode ipqos
4
Reboot the switch.
5
Create and configure the QoS profile mktgqos,, by typing the following:
create qosprofile mktgqos
config qosprofile mktgqos minbw 0% maxbw 10% priority low
6
Apply the QoS profile to a range of IP addresses, by typing the following:
config ipqos add 128.1.0.0/16 qosprofile mktgqos
Summit.bk : 8QOS.FM Page 9 Thursday, June 18, 1998 9:27 AM