General Configuration Command Set
Managing the Management Authentication Notification MIB
Matrix DFE-Platinum and Diamond Series Configuration Guide 2-39
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:
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.:
Matrix(su)->set mgmt-auth-notify disable
Matrix(su)->show mgmt-auth-notify
Management Type  Status
---------------  --------
console          disabled
ssh              disabled
telnet           disabled
web              disabled
Matrix(su)->set mgmt-auth-notify enable console telnet
Matrix(su)->show mgmt-auth-notify
Management Type  Status
---------------  --------
console          enabled
ssh              disabled
telnet           enabled
web              disabled