Previous Topic: Remove Time RestrictionNext Topic: Examples


Prevent Uncontrolled Loops

You can guard against uncontrolled looping in an ACL/E program by specifying the maximum number of instructions the program is allowed to execute. When the maximum is reached, the program will terminate. The range of values is 0 to 64,000. Use 0 to specify no limit. The default value is 50.