Alliedware plus command – Allied Telesis AT-S63 User Manual
Page 894

Chapter 48: TACACS+ and RADIUS Commands
894
Section IX: Management Security
The following command selects RADIUS as the authentication protocol
with a global encryption key of leopard09 and a timeout of 15 seconds:
set authentication method=radius secret=leopard09 timeout=15
The following command removes the current global secret from the
RADIUS client without assigning a new value:
set authentication method=radius secret=none
AlliedWare Plus
Command
Syntax
To configure the RADIUS client:
radius-server timeout
timeout
radius-server key
secret
no radius-server timeout
no radius-server key
To configure the TACACS+ client:
tacacs-server timeout
timeout
tacacs-server key
secret
no tacacs-server timeout
no tacacs-server key
Mode
Configure mode
Description
You cannot specify the authentication method of RADIUS or TACACS+
from the AlliedWare Plus commands.
Example
This example sets the RADIUS timeout to 55 seconds:
awplus> enable
awplus# configure terminal
awplus(config)# radius-server timeout 55
This example returns the RADIUS timeout parameter to the default value
of 30 seconds:
awplus> enable
awplus# configure terminal
awplus(config)# no radius-server timeout