5-21
Cisco SCE8000 Software Configuration Guide, Rel 3.1.6S
OL-16479-01
Chapter 5 Configuring the Management Interface and Security
Configuring the Available Interfaces
How to Add Entries to an ACL
Step 1
Type
configure
and press
Enter
.
Enables Global Configuration mode.
Step 2
Enter the desired IP address or addresses.
•
To configure one IP address type:
access-list
number
permit|deny
ip-address
and press
Enter
.
•
To configure more than one IP address type:
access-list
number
permit|deny
ip-address/mask
and press
Enter
.
When you add a new entry to an ACL, it is always added to the end of the list.
Adding Entries to an ACL: Example
The following example adds an entry to the access list number 1, that permits access only to IP addresses
in the range of 10.1.1.0–10.1.1.255.
SCE(config)#access-list 1 permit 10.1.1.0 0.0.0.255
How to Remove an ACL
Use this command to remove an ACL with all its entries.
Step 1
From the SCE(config)# prompt, type
no access-list
number
and press
Enter
.
Removes the specified ACL with all its entries.
How to Enable an ACL
An ACL permits or denies all traffic to the SCE platform.
Step 1
From the SCE(config)# prompt, type
ip access-class
number
and press
Enter
.
Applies the specified ACL to all traffic attempting to access the SCE platform.
Managing the Telnet Interface
•
About the Telnet Interface, page 5-22
•
How to Prevent Telnet Access, page 5-22
•