Specifications

Table Of Contents
2-14
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
access-list
access-list
Adds an entry to the bottom of the specified access list. Use the no form of the command to remove an
entry from the specified access list.
access-list number permission address
no access-list number
Syntax Description
Command Default This command has no default settings.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines The SCE platform can be configured with Access Control Lists (ACLs), which are used to permit or deny
incoming connections on any of the management interfaces. An access list is an ordered list of entries,
each consisting of the following:
A permit/deny field
An IP address
An optional wildcard “mask” defining an IP address range
The order of the entries in the list is important. The default action of the first entry that matches the
connection is used. If no entry in the Access List matches the connection, or if the Access List is empty,
the default action is deny. Table 2-1 lists the valid permission values.
number An access-list number (1–99).
permission Indicates whether the IP address should be allowed or denied access permission as
described in the Valid Permission Values table in the Usage Guidelines.
address Addresses to be matched by this entry as described in the Valid Address Values table
in the Usage Guidelines.
Release Modification
2.5.7 This command was introduced.
Table 2-1 Valid Permission Values
deny Deny access to list member
permit Permit access to list member.