REST API Method: POST /rest/radiusconfig

Modifies the SBC's Radius configuration settings.

To use Radius Authentication, you must have at least one authentication server entry Radius Server created beforehand. To use Radius Accounting, you must have at least one accounting server entry Radius Server created beforehand.

URL:

https://192.168.0.111/rest/radiusconfig

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
AuthenticationYesNoEnum0Possible values:
  • 0 - eAuthDisable
  • 1 - eAuthEnable
Controls the SBC's communication with RADIUS server for authentication . Specifies the RADIUS server description for easy referent in the general configuration section. Authentication Only*
- Enables communication with RADIUS server just for User Authentication.
AccountingYesNoEnum0Possible values:
  • 0 - eCDRDisable
  • 1 - eCDREnable
Controls the SBC's communication with RADIUS server for CDR logging . Specifies the RADIUS server description for easy referent in the general configuration section. CDR Only*
- Enables communication with RADIUS server just for CDR logging.
PrimaryRADServerNoNoint0 Specifies the primary RADIUS server to use for communication. This list of servers is defined in [SPACEID:RADIUS Servers Table Page].
SecondaryRADServerNoNoint0 Specifies the secondary RADIUS server IP to use for communication. This list of servers is defined in [SPACEID:RADIUS Servers Table Page].
AccountingModeYesNoEnum1Possible values:
  • 0 - eRADCDRActiveActive
  • 1 - eRADCDRActiveStandby
  • 2 - eRADCDRRoundRobin
Controls the SBC's communication with RADIUS server for Accounting mode. Specifies the RADIUS server description for easy referent in the general configuration section. Active StandBy*
- Enables communication with RADIUS server for CDR logging,By default log to Server 1. On Server 1 status DOWN logs to Server 2. Active Active*
- Enables communication with RADIUS server for CDR logging, By default logs to both Server 1 and Server 2 whose status are UP. Round Robin*
- Enables communication with RADIUS server for CDR logging, By default logs to both Server 1 and Server 2 on alternate basis.
AccountingServer1NoNoint0 Specifies the Accounting Server 1 IP to use for CDR communication. This list of servers is defined in [SPACEID:RADIUS Servers Table Page].
AccountingServer2NoNoint0 Specifies the Accounting Server 2 IP to use for CDR communication. This list of servers is defined in [SPACEID:RADIUS Servers Table Page].

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels