Alcatel-Lucent 6850-48 ネットワークガイド

ページ / 1162
Quick Steps for Importing ACL Text Files
Using ACL Manager
page 39-4
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
Quick Steps for Importing ACL Text Files
The following steps provide a quick tutorial for importing text files that contain common industry syntax 
used to create ACLs:
Activate the ACLMAN shell using the aclman CLI command. 
-> aclman
Welcome to ACLMAN
Aclman# 
When the shell goes operational, the Privileged Exec Mode is automatically activated. 
Use the import command to import supported ACLMAN syntax from a specified text file into the 
running configuration. For example:
Aclman#import acl_file_1
Optional. Use the show running-config command to display the ACL configuration. The display is 
similar to the following:
Aclman#show running-config
access-list 10 permit any
access-list 10 deny 20.0.0.0 0.255.255.255
access-list 22 permit any
access-list 23 permit 2.1.1.2
ip access-list standard Test1
permit 198.172.1.4
permit 198.172.1.5
ip access-list standard Test2
permit 30.0.0.0
permit 20.0.0.0
Save the ACLMAN running configuration using the write memory command. Note that if this is not 
done, the ACL configuration is lost on the next reboot of the switch.
Aclman#write memory