Management::RadiusServiceType

Introduced : BIG-IP_v11.2.0
An enumeration of valid RADIUS service-type attributes.

Members

Member

Value

Description

AUTH_RADIUS_SERVICE_TYPE_UNKNOWN

0

The service-type setting is either unknown or unsupported by iControl.

AUTH_RADIUS_SERVICE_TYPE_DEFAULT

1

Use the system default option, which defaults to RADIUS_SERVICE_TYPE_AUTHENTICATE_ONLY.

AUTH_RADIUS_SERVICE_TYPE_LOGIN

2

The user should be connected to a host.

AUTH_RADIUS_SERVICE_TYPE_FRAMED

3

A Framed Protocol should be started for the User, such as PPP or SLIP.

AUTH_RADIUS_SERVICE_TYPE_CALLBACK_LOGIN

4

The user should be disconnected and called back, then connected to a host.

AUTH_RADIUS_SERVICE_TYPE_CALLBACK_FRAMED

5

The user should be disconnected and called back, then a Framed Protocol should be started for the User, such as PPP or SLIP.

AUTH_RADIUS_SERVICE_TYPE_OUTBOUND

6

The user should be granted access to outgoing devices.

AUTH_RADIUS_SERVICE_TYPE_ADMINISTRATIVE

7

The user should be granted access to the administrative interface to the NAS from which privileged commands can be executed.

AUTH_RADIUS_SERVICE_TYPE_NAS_PROMPT

8

The user should be provided a command prompt on the NAS from which non-privileged commands can be executed.

AUTH_RADIUS_SERVICE_TYPE_AUTHENTICATE_ONLY

9

Only Authentication is requested, and no authorization information needs to be returned in the Access-Accept (typically used by proxy servers rather than the NAS itself).

AUTH_RADIUS_SERVICE_TYPE_CALLBACK_NAS_PROMPT

10

The user should be disconnected and called back, then provided a command prompt on the NAS from which non-privileged commands can be executed.

AUTH_RADIUS_SERVICE_TYPE_CALL_CHECK

11

Used by the NAS in an Access-Request packet to indicate that a call is being received and that the RADIUS server should send back an Access-Accept to answer the call, or an Access-Reject to not accept the call, typically based on the Called-Station-Id or Calling-Station-Id attributes.

AUTH_RADIUS_SERVICE_TYPE_CALLBACK_ADMINISTRATIVE

12

The user should be disconnected and called back, then granted access to the administrative interface to the NAS from which privileged commands can be executed.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.