Previous Topic: Stop Displaying DataNext Topic: Remove Time Restriction


Redirect an Idle ACL/E Program

You may want an ACL/E program to branch to a statement with a specified label if no activity occurs for a specified number of seconds. To branch to the statement labeled RESUME after 60 seconds of inactivity, use the following statement:

OPTION TIME=60,RESUME

If the time out is executed, it is not reset.