Alcatel-Lucent 6850-48 网络指南

下载
页码 1162
Using ACL Manager
ACLMAN Modes and Commands
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 39-9
Global Configuration Mode Commands
The configure terminal command (Privileged Exec Mode) invokes the Global Configuration Mode. The 
following commands are available in this mode for configuring ACLs, interfaces, time ranges, and renum-
bering ACL entries:
qos {enable | disable}
Enables or disables QoS policies. By default policies are 
enabled. This command is the equivalent of the Alcatel-
Lucent CLI qos enable and qos disable command. Note 
that this command applies to both ACLMAN and 
Alcatel-Lucent CLI configured policies. 
show logging
Displays QoS logging information. This command is 
equivalent to the Alcatel-Lucent CLI show logging com-
mand.
show resources
Displays a summary of QoS resources. The information 
displayed is a subset of what is provided with the 
Alcatel-Lucent CLI show qos statistics command.
write memory
Saves the running ACL configuration to the aclman.cfg 
file. Note that if this command is not used, any ACL 
configuration since the last write memory is lost when 
the switch reboots.
Command
Description
access-list access-list-number
{permit | deny}
{
source source-wildcard | host address | any}
no access-list access-list-number
Creates a standard numbered ACL when the ACL num-
ber specified is between 1 and 99 or 1300 and 1999. 
Repeat this command for each additional entry you want 
to add to the specified access-list-number.
Use the no form of this command to remove the speci-
fied ACL.
Examples:
access-list 10 permit 10.0.0.0 0.255.255.255
access-list 10 deny host 198.172.10.2
access-list 30 permit any
no access-list 10
Command
Description