Users Guide

666 Dell PowerConnect 55xx Systems User Guide
Assigning Interface Settings Using CLI Commands
The following table summarizes the CLI commands for configuring fields in
the
Interface Settings
page.
The following is an example of the CLI commands:
Configuring QoS Basic Mode Using CLI Commands
The following is a sample script configuring QoS Basic mode.
Table 22-10. Interface Settings CLI Commands
CLI Command Description
qos trust
no qos trust
Enables each port trust state while the
system is in the basic QoS mode.
Use the no form of this command to
disable the trust state on each port.
show qos interface[buffers |
queueing | policers | shapers
| rate-limit] [interface-id]]
Displays QoS information on the
interface.
console(config)# interface gi1/0/15
console(config-if)# qos trust
Table 22-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.