Configuring qos basic mode using cli commands – Dell PowerEdge VRTX User Manual

Page 438

Advertising
background image

438

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\Dell Plasma\User

Guide\Plasma_UGQoS.fm

D E L L C O N F ID E N T IA L – P R E L IM I N A RY 4 / 1 8 /1 3 - F O R P R O O F O N LY

2 To change the QoS trust state for an interface, click Edit, and select an

interface.

3 Enable/disable the QoS Trust State.

Configuring QoS Basic Mode Using CLI Commands

The following is a sample script configuring QoS Basic mode.

Table 19-11. Sample CLI Script to Configure QoS Basic Mode

CLI Command

Description

console#configure

console(config)# qos basic

Enable QoS in Basic mode.

console(config)#mac access-list

extended MAC1

Define an ACL named

"MAC1"

console(config-mac-a1)#deny

00:00:00:00:00:11 00:00:00:00:00:ff

any

MAC1 discards all traffic with

source MAC

00:00:00:00:00:XX addresses.

console(config-mac-a1)# permit any

any

MAC1 permits all other

traffic.

console(config-mac-a1)#exit

Exit ACL mode.

console(config)#interface gi0/1

Enter Interface mode on port

gi0/1.

console(config-if)#service-acl input

mac1

Bind MAC1 to port gi0/1.

Advertising