Access Security Guide K/KA/KB.15.15

Figure 200 Inserting an ACE in an existing ACL
In the following example, the first two ACEs entered become lines 10 and 20 in the list. The third
ACE entered is configured with a sequence number of 15 and is inserted between lines 10 and
20.
Figure 201 Inserting an ACE into an existing sequence
Deleting an ACE from an existing ACL
This action uses ACL sequence numbers to delete ACEs from an ACL.
Syntax:
ip access-list extended standard | extended name-str
| 100-199
no < seq-# >
The first command enters the "Named-ACL" context for the specified ACL. The no
command deletes the ACE corresponding to the sequence number entered.
Range: 1 - 2147483647
1. To find the sequence number of the ACE you want to delete, use show
run or show access-list 1-99 | 100-199
to view the ACL.
2. Use ip access-list to enter the "Named-ACL" (nacl) context of the ACE. This applies
regardless of whether the ACE was originally created as a numbered ACL or a named ACL.
3. In the "Named-ACL" context, type no and enter the sequence number of the ACE you want
to delete.
Using 289