clear mgmt-auth-notify
Enterasys C3 Configuration Guide 6-3
When enabled for console, SSH, Telnet, or Webview, the switch will send an SNMP notification for
every successful and failed login attempt.
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:
C3(su)->set mgmt-auth-notify disable
C3(su)->show mgmt-auth-notify
Management Type Status
--------------- --------
console Disabled
ssh Disabled
telnet Disabled
webview Disabled
inactiveUser Disabled
maxUserAttempt Disabled
maxUserFail 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:
C3(su)->set mgmt-auth-notify enable console telnet
C3(su)->show mgmt-auth-notify
Management Type Status
--------------- --------
console Enabled
ssh Disabled
telnet Enabled
webview Disabled
inactiveUser Disabled
maxUserAttempt Disabled
maxUserFail Disabled
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.