6. Command Reference of RPCM CLI
The return is:
Please provide groupname to add
Help ask:
delete group ?
The return is:
Please provide username of one of existing users
Example
. Create and delete
tescli2
.
To create group:
add group testcli2
The return is:
Group testcli2 added with default permissions, please dont forget to adjust them
To delete group:
delete group testcli2
The return is:
Group testcli2 is deleted.
6.4.9
Add
and
delete
with
radius server
Commands: add and
delete
with the radius server are used to create and delete a RADIUS authen-
tication/authorization server entry.
When creating, the required parameters are filled in:
IP or FQDN of the RADIUS server;
secret <access key>, may include letters, numbers and punctuation marks from 8 to 128 charac-
ters;
Extra options:
--port
— <0-65534> —
a port
for work with the RADIUS server;
--priority
— value <0-65534> — if several RADIUS servers are specified, priority is set for use;
--use-vsa-group
— “yes” or “no” to use group attributes;
-
-use-vsa-session-timeout
— “yes” or “no” to use session attributes;
--enabled
— “yes” or “no” — the newly created RADIUS entry will be allowed or denied use.
Help request:
add radius server 192.169.1.1 ?
242