
54CCM4850 Installer/User Guide
Syntax
SERVER SECURITY [AUTHENTICATION=<auth>] [ENCRYPT=<conns>] [LOCKOUT=<hours>]
Table 5.14: Server Security Command Parameters
Parameter | Description | ||
|
| ||
| Authentication method. You may specify multiple values (other than None), | ||
| separated by commas. Valid values are: | ||
AUTHENTICATION= | LOCAL | Use the local CCM user database to authenticate users. | |
RADIUS | Use the previously defined RADIUS server(s) to authenticate users. | ||
<auth> | |||
NONE | Do not authenticate users. This method cannot be used when SSH access | ||
| |||
|
| is enabled, and it cannot be combined with other authentication methods. | |
| Default = LOCAL | ||
|
| ||
| Enables/disables plain text Telnet or SSH connections. You may enable both by | ||
| specifying both values, separated by a comma. Valid values are: | ||
ENCRYPT=<conns> | SSH | Enables SSH connections. | |
| None | Enables plain text Telnet connections. | |
| Default = None | ||
|
| ||
| Enables or disables security | ||
LOCKOUT=<hours> | |||
| Default = 0 (disabled) | ||
|
|
| |
The Server Set command changes CCM appliance address settings. You may specify one, two or all three parameters. A reboot is required if you change the IP address.
Access right: SCON
Access level: APPLIANCEADMIN
Syntax
SERVER SET [IP=<ip_address>] [MASK=<subnet>] [GATEWAY=<gtwy>]
Table 5.15: Server Set Command Parameters
Parameter | Description |
|
|
IP=<ip_address> | IP address. |
|
|
MASK=<subnet> | Subnet mask for the subnet on which the CCM appliance resides. |
|
|
GATEWAY=<gtwy> | IP address of default gateway for routing IP packets. |
|
|