clear mgmt-auth-notify

Use this command to set the current setting for the Management Authentication Notification access types to the default setting of enabled.

Syntax

clear mgmt-auth-notify

Parameters

None.

Defaults

None.

Mode

All command modes.

Usage

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

Example

This example displays the state of Management Authentication Notification access types prior to using the clear command, then displays the same information after using the clear command:

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