Management Authentication Notification MIB Configuration 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

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