SmartNA-X 1G/10G Modular | Command Line Reference |
109
SmartNA-X
™
1G/10G User Guide 1.4
©
2015 Network Critical Solutions Limited
•
shared-secret
Specify the server-client shared secret (if set).
Example
Add the following accounting server; show all servers:
• Address: 192.168.10.26
• Shared-secret: tacacsSecret
CONTROLLER>
create tacacs accserver 192.168.10.26 tacacsSecret
CONTROLLER>
show tacacs
No authentication servers
Accounting server 192.168.10.26
delete tacacs accserver
Use the
delete tacacs accserver
command to remove a accounting server. If no other accounting servers are
configured then transaction logging will be disabled, since local accounting is not supported.
Syntax
delete tacacs accserver
ipv4
Parameters
ipv4
Specify the IPv4 address of the Accounting server to delete.
Example
Remove accounting server 192.168.10.26:
CONTROLLER>
delete tacacs accserver 192.168.10.26
set log
Use the
set log
command to manually add entries to the transaction logs. This command requires that an accounting server
has been set up (
create radius accserver
or
create tacacs accserver
).
Syntax
set log
log-entry
Parameters
log-entry
Specify the text for the new log entry. Maximum 83 characters.
Example
Add the log entry: “
Ticket 243: Network interface set to IP to 192.168.10.4. End of Ticket 243
” :
CONTROLLER>
set log Ticket 243:Changed network interface IP to 192.168.10.4. End of Ticket 243