cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1231
Views
0
Helpful
1
Comments
koslyr000
Level 1
Level 1

I have a simple standard ACL in odrer to filter the access to vty lines. I want to edit the existing acl, so i add a new record to the specifit ACL (40) with the lines info. After this action i gave the below show command and i found that the new record (with the line 83) became the first row in my ACL.

Why this is happenned??? 

InternalRouter#show ip access-lists 40

Standard IP access list 40

    83 permit 10.1.99.195

    40 permit 195.251.16.252

    50 permit 10.1.0.0, wildcard bits 0.0.0.255

    60 permit 10.1.10.0, wildcard bits 0.0.0.255

    82 permit 10.1.83.0, wildcard bits 0.0.0.255 (276 matches)

line vty 0 4

access-class 40 in

logging synchronous

login local

transport input ssh

Comments
simionov.adrian
Level 1
Level 1

Add a new line with:

sequence-number permit source source-wildcard

Use this command to resequence:

ip access-list resequence access-list-name starting-sequence-number increment

Source:

http://www.cisco.com/en/US/docs/ios/12_2s/feature/guide/fsaclseq.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking for a $25 gift card