What is the purpose of the resequence command for ACLs?

What is the purpose of the resequence command for ACLs?
A. to rearrange the order of the access lists In the running configuration
B. to assign new sequence numbers to the rules in an ACL
C. to refresh ACI programming in ASICs to apply the ACL changes
D. to rearrange ACL entries

cisco-exams

One thought on “What is the purpose of the resequence command for ACLs?

  1. Answer is correct, however link is broken.

    Example resequence command:

    switch(config)# show ip access-lists ip-acl-01
    IP access list ip-acl-01
    7 permit tcp addrgroup lab-machines any
    10 permit udp addrgroup lab-machines any
    13 permit icmp addrgroup lab-machines any
    17 deny igmp any any

    switch(config)# resequence ip access-list ip-acl-01 100 10
    switch(config)# show ip access-lists ip-acl-01
    IP access list ip-acl-01
    100 permit tcp addrgroup lab-machines any
    110 permit udp addrgroup lab-machines any
    120 permit icmp addrgroup lab-machines any
    130 deny igmp any any

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.