!Create an extended ACL with the name to be example and specify the order to
be deep precedency.
QTECH(config)#access-list extended example match-order auto
5.1.5 access-list link
Use access-list link command to create a layer 2 ACL with a name ID and enter
layer 2 ACL configuration mode. Use no access-list command to delete one or all
subitems of ACL with number ID or name ID or delete all ACL.
access-list link name [ match-order { config | auto } ]
no access-list { all | { access-list-number | name access-list-name } [ subitem
subitem ] }
【Parameter】
name : character string parameter with initial English letters (that is [a-z,A-Z]) with
any kind, excluding space and quotation mark; all、any are not allowed.
config:means the configuration order of user when matching ACL.
auto:means the configuration order of deep precedency when matching ACL.
Instruction:
5-45