Initiate a warm-reboot with executing the 'check_mirror_session acls' funtion.
Monitor the script execution.
Describe the results you received:
If there are no keys starting with "SAI_OBJECT_TYPE_ACL_ENTRY" in Redis, or if no matching keys are found after obtaining the key list, the ACL_OUTPUT variable may be empty. This will prevent the subsequent ACL check logic from executing properly, ultimately resulting in ACLs being erroneously reported as "missing".
Describe the results you expected:
Need handle this failure separately and exit with a certain failure code.
Description
Steps to reproduce the issue:
Describe the results you received:
If there are no keys starting with "SAI_OBJECT_TYPE_ACL_ENTRY" in Redis, or if no matching keys are found after obtaining the key list, the ACL_OUTPUT variable may be empty. This will prevent the subsequent ACL check logic from executing properly, ultimately resulting in ACLs being erroneously reported as "missing".
Describe the results you expected:
Need handle this failure separately and exit with a certain failure code.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):