01-13-2016 11:18 AM - edited 03-05-2019 03:07 AM
Hi,
Is there a way i can change the order of match in a class-map for example i have below class-map configured
class-map match-any BULK-TRAFFIC-CL
match access-group name ANTIVIRUS-ACL
match access-group name EMAIL-ACL
match access-group name FILECOPY-ACL
match access-group name INTERNET-ACL
is there a way i can change the order of the match access-group without removing and re-adding the complete class-map? I would like to put the match access-group EMAIL-ACL first before ANTIVIRUS-ACL
Thank you
regards,
Ismail
Solved! Go to Solution.
01-13-2016 11:33 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I believe it can be done similar to ACLs before ACL editing.
i.e.
class-map BULK-TRAFFIC-CL
no match access-group name ANTIVIRUS-ACL
match access-group name ANTIVIRUS-ACL
01-13-2016 11:33 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I believe it can be done similar to ACLs before ACL editing.
i.e.
class-map BULK-TRAFFIC-CL
no match access-group name ANTIVIRUS-ACL
match access-group name ANTIVIRUS-ACL
01-13-2016 11:34 AM
99% no. I always have to remove the whole thing and put it back.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide