SmartNA-X 1G/10G Modular | Command Line Reference |
107
SmartNA-X
™
1G/10G User Guide 1.4
©
2015 Network Critical Solutions Limited
Parameters
•
ipv4
Specify the IPv4 address of the RADIUS Accounting server to add.
•
port
Specify the RADIUS Accounting server port number (usually 1813).
•
shared-secret
Specify the server-client shared secret (if set).
Example
Add the following RADIUS accounting server; show all RADIUS servers:
• Address: 192.168.10.24
• Port: 1813
• Shared secret: mySecret
CONTROLLER>
create radius accserver 192.168.10.24 1813 mySecret
CONTROLLER>
show radius
No authentication servers
Accounting Server 192.168.10.24 port 1813
delete radius accserver
Use the
delete radius accserver
command to remove a RADIUS accounting server. If no other accounting servers are
configured then transaction logging will be disabled, since local accounting is not supported.
Syntax
delete radius accserver
server-addr
Parameters
ipv4
Specify the IPv4 address of the RADIUS Accounting server to delete.
Example
Delete RADIUS accounting server 192.168.10.25:
CONTROLLER>
delete radius accserver 192.168.10.25
show tacacs
Use the
show tacacs
command to show a list of all configured servers.
Syntax
show tacacs
Parameters
This command has no arguments or keywords.
Example
List servers:
CONTROLLER>
show tacacs
Authentication server 192.168.10.24
Accounting Server 192.168.10.25
create tacacs authserver
Use the
create tacacs authserver
command to add Authentication servers (one server per command).
Login credentials are checked across all servers until a match is found. Make sure the authentication scheme (
set
authentication
) includes
tacacs
when authenticating by server.