5-13
Cisco SCE 2000 4xGBE Installation and Configuration Guide
OL-7824-07
Chapter 5 Connecting the Management Interfaces and Performing Initial System Configuration
Initial System Configuration
•
Individual IP address — Type the desired IP address, then enter the wildcard bits 0.0.0.0.
lists IP address and wildcard bit examples.
Each individual IP address can be configured to be permitted or denied access.
Order of Entries
The order of the entries in the list is important. The entries in the list are tested sequentially, and the
action is determined by the first entry that matches the connecting IP address. Therefore, when the entry
“any” appears in an Access Control List, all succeeding entries are irrelevant.
Consider two hypothetical ACLs containing the same entries in a different order.
The following list would permit access to all IP addresses, including 10.1.1.0:
permit any
deny 10.1.1.0
Note that the above list could not actually be created using the setup utility, since after the “any” entry,
no other entries could be added to the list. The following list will deny access to IP address 10.1.1.0, but
permit access to all others:
deny 10.1.1.0
permit any
If no entry in the assigned Access Control List matches the connection, or if the Access Control List is
empty, the default action is
deny
.
Step 1
Enter the Access Control Lists configuration menu.
Would you like to enter the Access lists configuration menu? [no]:
y
Type
y
and press
Enter
.
The Access Control Lists configuration dialog begins.
Step 2
You have the option of creating or modifying Access Control Lists, or skipping this section and
proceeding directly to assign the existing ACLs to the desired management interfaces.
Would you like to create new Access lists or modify existing lists? [no]:
y
If you choose not to create or edit Access Control Lists, skip to :
Configuring the Topology-Dependent
Parameters (on page 5-19)
.
Step 3
Type the number of the Access Control List to be configured (1 through 99) and press
Enter
.
Note that there is no default for this parameter.
Table 5-2
IP Address/Wildcard Bit Examples
Initial IP address Wildcard bits Range
Wildcard bits Range
Range
10.1.1.0
0.0.0.255
10.1.1.0–10.1.1.255
10.1.1.0
0.0.0.63
10.1.1.0–10.1.1.63
10.1.1.0
0.0.0.0
10.1.1.0 (individual entry)