set multiauth trap

Use this command to set the MultiAuth trap setting for system, module and port.

Syntax

set multiauth trap {system {enabled | disabled} | module {enabled | disabled} | port portstring {all | success | failed | terminated | max-reached}}

Parameters

system Configures MultiAuth system trap settings as follows:

enabled - traps are sent when max users reached in system
disabled - traps are not sent when max users reached in system

module Configures MultiAuth module trap settings as follows:

enabled - traps are sent when max users reached in module
disabled - traps are not sent when max users reached in module

port portstring Configures MultiAuth port trap settings for the port specified in portstring.
all Enables sending all traps for the specified port.
success Enables sending success traps for the specified port.
failed Enables sending failed traps for the specified port.
terminated Enables sending terminated traps for the specified port.
max-reached Enables sending max number users reached traps for the specified port.

Defaults

All sending of MultiAuth traps disabled.

Mode

All command modes.

Examples

This example shows how to enable the MultiAuth system trap setting:

System(rw)->set multiauth trap system enabled

This example shows how to enable all MultiAuth port trap setting:

System(rw)->set multiauth trap port ge.1.1 all