set mgmt-auth-notify

Use this command to either enable or disable the Management Authentication Notification MIB. By selecting the optional Management access type, a user can specifically enable or disable a single access type, multiple access types or all of the access types. The default setting is that all Management Authentication Notification types are enabled.

Syntax

set mgmt-auth-notify {enable | disable} [console] [ssh] [telnet] [web]

Parameters

enable Enables selected or all notifications.
disable Disables selected or all notifications.
console (Optional) sets the console authentications.
ssh (Optional) sets SSH authentications.
telnet (Optional) sets telnet authentications.
web (Optional) sets web authentications.

Defaults

If none of the optional Management Authentication access types are entered, than all authentications types listed above will either be enabled or disabled.

Mode

All command modes.

Usage

Ensure that SNMP is correctly configured on the module in order to send these notifications.

Examples

This example shows how to set all the authentication types to be disabled on the Management Authentication Notification MIB. That information is then displayed with the show command:

System(su)->set mgmt-auth-notify disable
System(su)->show mgmt-auth-notify
Management Type  Status
---------------  --------
console          disabled
ssh              disabled
telnet           disabled
web              disabled

This example shows how to set only the console and telnet authentication access types to be enabled on the Management Authentication Notification MIB. That information is then displayed with the show command:

System(su)->set mgmt-auth-notify enable console telnet
System(su)->show mgmt-auth-notify
Management Type  Status
---------------  --------
console          enabled
ssh              disabled
telnet           enabled
web              disabled