106
| Command Line Reference | SmartNA-X 1G/10G Modular
SmartNA-X
™
1G/10G User Guide 1.4
©
2015 Network Critical Solutions Limited
user1 Cleartext-Password := “User1Password
Reply-Message = "audit"
user2 Cleartext-Password := “User2Password
Reply-Message = "user"
user3 Cleartext-Password := “User3Password
Reply-Message = "admin"
Syntax
create radius authserver
ipv4
port-id
shared-secret
Parameters
•
ipv4
Specify the IPv4 address of the RADIUS Authentication server to add.
•
port
Specify the RADIUS Authentication server port number (usually 1812).
•
shared-secret
Server-client shared secret.
Example
Add the following RADIUS Authentication server; enable RADIUS and fallback to local authentication:
• Address: 192.168.10.22
• Port: 1812
• Shared-secret: radiusSecret
CONTROLLER>
create radius authserver 192.168.10.22 1812 radiusSecret
CONTROLLER>
set authentication radius local
Change accepted
delete radius authserver
Use the
delete radius authserver
command to remove a RADIUS Authentication server. Ensure your authentication
scheme (
set authentication
) includes
local
if no Authentication servers are configured, to prevent becoming locked out of
the system.
Syntax
delete radius authserver
ipv4
Parameters
ipv4
Specify the RADIUS Authentication server address.
Example
Remove RADIUS authentication server 192.168.10.22:
CONTROLLER>
delete radius authserver 192.168.10.22
removing RADIUS server
create radius accserver
Use the
create radius accserver
command to add RADIUS Accounting servers (one server per command). Adding
an accounting server implicitly enables transaction logging on the accounting server(s). Note that local logging is not
supported by the system.
Syntax
create radius accserver
ipv4
port-id
shared-secret