Specifications

8-21
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 8 Configuring Authentication, Authorization, and Accounting
Configuring Console Authentication
Examples
The following is sample output from the show aaa accounting event command:
se-10-0-0-0# show aaa accounting event
Event State Description
login Enabled Log accounting events for successful login
logout Enabled Log accounting events for user logout
login-fail Enabled Log accounting events for failed login attempts
config-commands Enabled Log accounting events for any chanes to configuration
exec-commands Enabled Log accounting events for execution of commands
system-startup Enabled Log accounting events for system startup
system-shutdown Enabled Log accounting events for system shutdown
imap Enabled Log accounting events for all imap events
Configuring Console Authentication
By default, console authentication is disabled, allowing any user logging into the system through the
console to have superuser privileges and to log in without providing a username or password.
Therefore, to protect your console from unauthorized access, you must enter the login command in
config-line mode, as described below.
Note To see whether authentication is enabled for the console, you must view the running configuration.
Specifying Whether the Console Connection is Subject to Authentication
SUMMARY STEPS
1. config t
2. line console
3. login
4. end
Step 11
end
Example:
se-10-0-0-0(config)# end
Exits to privileged EXEC mode.
Step 12
show aaa accounting event
se-10-0-0-0# show aaa accounting
(Optional) Displays the AAA accounting events that
are designated to be logged.
Command or Action Purpose