The commands available for the Listener context are:
EXIT/QUIT
- exits CLI and closes connection to AxigenHELP
- prints this help messageBACK
- cancels any changes made and switches back to the previous contextCOMMIT
- commits the changes made in this contextSHOW [ATTR <param>]
- shows information about this contextLIST AllowRules
- lists the allow rules for this listenerLIST DenyRules
- lists the deny rules for this listenerSET [address <address>]
- sets the listener's address - only usable in an UPDATE operationSET [enable <yes
- enables/disables the listenerSET [maxConnections <maxConn>]
- sets the max. number of connectionsSET [timeInterval <interval>]
- sets the time intervalSET [maxIntervalConnections <interval>]
- sets the max. connections in time intervalSET [peerMaxConnections <maxConn>]
- sets the max. connections no. from a single hostSET [peerTimeInterval <interval>]
- sets the time interval - single hostSET [peerMaxIntervalConnections <interval>]
- sets the max. connections in time interval - single hostSET [idleTimeout <timeout>]
- sets the inactivity timeoutSET [sslEnable <yes
- enables/disables SSL on the listenerCONFIG SSLCONTROL
- enters the SslControl contextADD DenyRule [ipSet] <ipRange> [enable <yes
- adds a deny rule to the listenerUPDATE DenyRule [ipSet] <ipRange> [enable <yes
- updates a deny rule from the listenerREMOVE DenyRule [ipSet] <ipRange>
- removes a deny rule from the listenerSHOW DenyRule [ipSet] <ipRange>
- shows the given ruleADD AllowRule [ipSet] <ipRange>
- adds an allow rule to the listener(changes context)UPDATE AllowRule [ipSet] <ipRange>
- updates an allow rule from the listener(changes context)REMOVE AllowRule [ipSet] <ipRange>
- removes an allow rule from the listenerSHOW AllowRule [ipSet] <ipRange>
- shows the given rule