User`s manual
User’s Manual 363
16.242 tacacs-server port
This command specifies the TACACS+ server network port. Use the no form to restore the default.
Syntax Description
tacacs-server port port_number
no tacacs-server port
port_number TACACS+ server TCP port used for authentication messages. (Range: 1-
65535)
Default
49
Command Mode
Global Configuration
Example
Console(config)#tacacs-server port 181
Console(config)#
16.243 username
This command adds named users, requires authentication at login, specifies or changes a user's password
(or specify that no password is required), or specifies or changes a user's access level. Use the no form to
remove a user name.
Syntax Description
username name {access-level level | nopassword | password {0 | 7}
password}
no username name
name The name of the user. (Maximum length: 8 characters, case sensitive. Maximum
users: 16)
level Specifies the user level. The device has two predefined privilege levels: 0:
Normal Exec, 15: Privileged Exec.
no password No password is required for this user to log in. {0 | 7} - 0 means plain password, 7
means encrypted password.
password The authentication password for the user. (Maximum length: 8 characters plain
text, 32 encrypted, case sensitive)