Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
103
of
272
Command
:
tacacs-server
Description
:
Configure server.
Syntax
:
tacacs-server
deadtime <minutes>
tacacs-server
host <host_name> [ port <port> ] [ timeout <seconds> ] [ key { [ unencrypted ] <unencrypted_key>
| encrypted <encrypted_key> } ]
tacacs-server
key { [ unencrypted ] <unencrypted_key> | encrypted <encrypted_key> }
tacacs-server
timeout <seconds>
Parameters
:
deadtime Time to stop using a server that doesn't respond
host Specify a server
key Set encryption key
port TCP port for server
<0-65535> TCP port number
timeout Time to wait for this server to reply
<1-1440> Time in minutes (deadtime)
<word1-255> Hostname or IP address
<word1-63> The UNENCRYPTED (Plain Text) secret key. Note that you have no chance to get the Plain Text
secret key after this command. The system will always display the ENCRYPTED password.
encrypted Specifies an ENCRYPTED secret key will follow
unencrypted Specifies an UNENCRYPTED secret key will follow
<word4-224> The ENCRYPTED (hidden) secret key. Notice the ENCRYPTED secret key will be decoded by
system internally. You cannot directly use it as same as the Plain Text and it is not human-
readable text normally.
<1-1000> Wait time in seconds
Example
:
SISPM1040-582-LRT(config)#
tacacs-server deadtime 555
SISPM1040-582-LRT(config)#
tacacs-server host 192.168.80.90
SISPM1040-582-LRT(config)#
tacacs-server key unencrypted admin
SISPM1040-582-LRT(config)#
tacacs-server timeout 400
SISPM1040-582-LRT(config)#
do show tacacs
Global Server Timeout : 400 seconds
Global Server Deadtime : 555 minutes
Global Server Key : d645f3b91ae45abe3329aff8cef8d46562669f8522c
e13d1f8046ecd7e40d46d84a7303713c9e3dc70f59c0e32586f586d6cd8760546f68928a5b27536b
bbb9b
No servers configured!
SISPM1040-582-LRT(config)#