
66CCM840/1640 Installer/User Guide
Server Security command
The Server Security command specifies how authentication will be performed and whether Security
When you enter this command, you are prompted to confirm or cancel the specified information.
Access right: SCON
Access level: APPLIANCEADMIN
Syntax
SERVER SECURITY [AUTHENTICATION=<auth_mode>] [ENCRYPT=<conns>] [LOCKOUT=<hours>]
Server Security Command Parameters
Parameter | Description |
|
AUTHENTICATION= | Authentication mode. Multiple values may be specified, separated | |
<auth_mode> | by commas. Valid values are: | |
| LOCAL - Use the internal CCM user database to authenticate users. | |
| RADIUS - Use the previously defined RADIUS server(s) to | |
| authenticate users. |
|
| NONE - Do not authenticate users. This mode cannot be used | |
| when SSH access is enabled, and it cannot be combined with other | |
| authentication modes. | |
| Default = LOCAL |
|
| ||
ENCRYPT=<conns> Enables/disables plain text Telnet or SSH connections. You may | ||
| enable both by specifying both values, separated by a comma. Valid | |
| values are: |
|
| SSH | Enables SSH connections. |
| None | Enables plain text Telnet connections. |
| Default: None |
|
LOCKOUT=<hours> Enables or disables Security
Øvalue.
Default = Ø (disabled)
Examples
The following command specifies that the CCM user database will be used to
authenticate users. SSH and plain text Telnet connections will be allowed.
> server security authentication=local encrypt=ssh,none