Defining RADIUS Attributes for Dynamic Authorization Requests with the SAE Core API
The SRC software provides two ways to define RADIUS attributes for dynamic RADIUS authorization requests:
- Service definition
- SAE core API
Note: Parameters set in the API override parameters set by the service definition.
To send dynamic RADIUS authorization requests with the SAE core API, the script service uses the sendDynamicRadius and getRouterDynRadiusAddr methods in the ServiceSessionInfo interface to provide the content of the RADIUS packet for the dynamic authorization request to the router running JunosE Software that is attached to the service session.
For information about the ServiceSessionInfo interface, see the script service documentation in the SAE core API documentation on the Juniper Networks Web site at
For a sample implementation, see the following file in the SDK+AppSupport+Demos+Samples.tar.gz
file:
SDK/scriptServices/packetMirroring/java/net/juniper/smgt/scriptServices/
.
packetMirroring/LiService.java