Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
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.
Info | ||
---|---|---|
| ||
For configuration details, refer to Configuring SBC for RADIUS Authentication. |
Include Page | ||||
---|---|---|---|---|
|
The CLI syntax to configure RADIUS-based authentication is provided below.
Use this object to configure each RADIUS server for the specified Management Interface Group.
Code Block | ||
---|---|---|
| ||
% set oam radiusAuthentication radiusServer <server name><serverName> authenticationMethod <pap | peapmschapv2> mgmtInterfaceGroup <string> priority <#> radiusNasIp <x.x.x.x> radiusServerIp <x.x.x.x> radiusServerPort <#> radiusSharedSecret <8-128> state <disabled | enabled> |
Caption | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||
|
Note | ||||
---|---|---|---|---|
| ||||
In a SBC HA configuration, four management IP addresses must be listed on the RADIUS server:
|
Note | ||||
---|---|---|---|---|
| ||||
IPv6 configuration for RADIUS server is not supported at this time. |
Note | ||||
---|---|---|---|---|
| ||||
The |
Use this parameter to configure the authentication retry criteria before the SBC times out as well as the RADIUS server out-of-service setting.
Code Block | ||
---|---|---|
| ||
% set oam radiusAuthentication retryCriteria oosDuration <# minutes> retryCount <#> retryTimer <# milliseconds> |
Caption | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
The following example configures
Spacevars | ||
---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
set oam radiusAuthentication radiusServer s1 priority 1 set oam radiusAuthentication radiusServer s1 mgmtInterfaceGroup mgmt0 set oam radiusAuthentication radiusServer s1 radiusServerIp 10.54.90.107 set oam radiusAuthentication radiusServer s1 radiusServerPort 1812 set oam radiusAuthentication radiusServer s1 radiusSharedSecret sonus123 set oam radiusAuthentication radiusServer s1 state enabled # set oam radiusAuthentication retryCriteria oosDuration 120 set oam radiusAuthentication retryCriteria retryCount 2 set oam radiusAuthentication retryCriteria retryTimer 2000 # show oam radiusAuthentication radiusServer s1 { priority 1; state enabled; radiusServerIp 10.54.90.107; radiusServerPort 1812; radiusSharedSecret $3$kAIoEV80OzbOGjefHnQH13BbycnbgbBM; mgmtInterfaceGroup mgmt0; } retryCriteria { retryTimer 2000; retryCount 2; oosDuration 120; } |
Note | ||||
---|---|---|---|---|
| ||||
The |
The following example enables external RADIUS authentication:
Code Block | ||
---|---|---|
| ||
% set system admin TXSBC01a externalAuthenticationEnabled true |
Pagebreak |
---|