This object provides an option for configuring users on a remote RADIUS server and authenticating login attempts with that RADIUS server. The authenticating user should be part of the Administrator group.
The CLI syntax to configure RADIUS-based authentication is shown below.
% set oam radiusAuthentication radiusNasIp <NAS IP address> radiusServerIp <server IP address> radiusServerPort <server IP port number> radiusSharedSecret <shared key, 8 to 128 characters>
The following example configures
% set oam radiusAuthentication radiusNasIp 10.22.33.44 radiusServerIp 10.22.33.45 radiusServerPort 1813 radiusSharedSecret 123456789abcdefg % show oam radiusAuthentication radiusServerIp 10.22.33.45; radiusServerPort 1813; radiusNasIp 10.22.33.44; radiusSharedSecret $3$6FW+rC82fxREk0RMtOl7ba1iNQtDLM2a;
The radiusSharedSecret
results in the 'show' command will be encrypted.
The following example enables external RADIUS authentication:
% set system admin TXSBC01a externalAuthenticationEnabled true