CONFIG AUTH RADIUS
Level
user,modify
History
bport appears in Netasq 6.1.0
bhost appears in Netasq 6.1.0
level changes from other,modify to user,modify in Netasq 9.0.0
status appears in Netasq 9.1.0
pencoding and bencoding appear in 2.0.0
timeout, btimeout, retry, bretry and VSAusergroup appear in 4.3.0
maximum timeout changed from 120 to 600 seconds in 4.8.0
Description
Configure radius authentication.
Usage
[state=<0|1>] | [VSAusergroup=<0|1>] [MsgAuthenticatorSend=<0|1>] [MsgAuthenticatorRequired=<0|1>] [host=<host> [port=<service>] key=<sharedkey> [pencoding=<encoding>] [timeout=<timeout>] [retry=<retry>] ] [bhost=<host> [bport=<service>] bkey=<sharedkey> [bencoding=<encoding>] [btimeout=<timeout>] [bretry=<retry>] ]
Returns
Error Code
Remark
Authentication with radius can be used with unknown users (default method).
default value for port is 1812
Microsoft RADIUS server uses ISO-8859-1 charset
timeouts are in milliseconds
The total timeout must be lower than or equal to 600 seconds: (timeout * (retry + 1)) + (btimeout * (bretry + 1)) <= 600000
Example
CONFIG AUTH RADIUS host=10.2.0.100 port=1812 key="shared secret"
CONFIG AUTH RADIUS host=radiussrv port=radius key="shared secret" pencoding=ISO-8859-1 timeout=1000 retry=2 bhost=radiussrv bport=radius bkey="other shared secret" bencoding=UTF-8 btimeout=500 bretry=0 VSAusergroup=1