ACL editor

The ACL editor is a construct within a Cisco IOS device that allows you to create a new ACL or to edit an existing one. Its advantages include the ability to add, remove, and reorder statements within an ACL using sequence numbers.

You can enter the configuration mode of the ACL editor using the following command:

R2(config)#ip access-list extended 100 R2(config-ext-nacl)#

or

R2(config)#ip access-list standard 50 R2(config-std-nacl)#

As you can see, both standard and extended access lists can be configured. Make sure that you use the correct access list number range for the appropriate type of access list used (standard/extended). Otherwise an error message will appear.

Links:

https://forum.networklessons.com/t/extended-access-list-example-on-cisco-router/890/69?u=lagapides

https://networklessons.com/cisco/ccie-routing-switching/extended-access-list-example-on-cisco-router