Indicates whether delivery of asynchronous system traps (ASTs) is enabled or disabled. Format SHOW AST
1 – Description
The SHOW AST command indicates whether delivery of ASTs is enabled or disabled. The command does not identify an AST whose delivery is pending. The delivery of ASTs is enabled by default and with the ENABLE AST command. The delivery of ASTs is disabled with the DISABLE AST command. Related commands: (ENABLE,DISABLE) AST
2 – Example
DBG> SHOW AST ASTs are enabled DBG> DISABLE AST DBG> SHOW AST ASTs are disabled DBG> The SHOW AST command indicates whether the delivery of ASTs is enabled.