Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
85
of
272
Command
:
radius
Description
:
Configure up to five RADIUS servers.
Syntax
:
radius-server
attribute 32 <id>
radius-server
attribute 4 <ipv4>
radius-server
attribute 95 <ipv6>
radius-server
deadtime <minutes>
radius-server
host <host_name> [ auth-port <auth_port> ] [ acct-port <acct_port> ] [ timeout <seconds> ] [
retransmit <retries> ] [ key { [ unencrypted ] <unencrypted_key> | encrypted <encrypted_key> } ]
radius-server
key { [ unencrypted ] <unencrypted_key> | encrypted <encrypted_key> }
radius-server
retransmit <retries>
radius-server
timeout <seconds>
Parameters
:
attribute
NAS attributes
deadtime Time to stop using a RADIUS server that doesn't respond
host Specify a RADIUS server
key
Server specific key
retransmit Specify the number of retries to active server
timeout Time to wait for a RADIUS server to reply
32
attribute number 32 = NAS-Identifier
4
attribute number 4 = NAS-IP-Address
95
attribute number 95 = NAS-IPv6-Address
<line1-253> NAS-Identifier
<ipv4_ucast> NAS-IP-Address
<1-1440> Time in minutes
<word1-255> Hostname or IP address
<word1-63> The UNENCRYPTED (Plain Text) secret key. Notice 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
<1-1000> Number of retries for a transaction (retransmits)
<1-1000> Wait time in seconds
acct-port UDP port for RADIUS accounting server
auth-port UDP port for RADIUS authentication server
key Server specific key (overrides default)
retransmit Specify the number of retries to active server (overrides default)
timeout Time to wait for this RADIUS server to reply (overrides default)
<0-65535> UDP port number or 0 to disable accounting
<0-65535> UDP port number or 0 to disable authentication
<word96-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.
Example
:
SISPM1040-582-LRT(config)#
radius-server attribute 32 NasId1
SISPM1040-582-LRT(config)#
radius-server host RadHst1 acct-port 1813
SISPM1040-582-LRT(config)#
radius-server host RadHst1 auth-port 1812
SISPM1040-582-LRT(config)#
radius-server host mmmmm acct-port 1813 auth-port 1812 key admin2-
Engineering retransmit 300 timeout 500