SRC-PE 2.0.x C-Web Interface Configuration Guide > Configuring Accounting and Authentication Plug-Ins with the C-Web Interface
> Tracking Plug-Ins with the C-Web Interface
Tracking Plug-Ins with the C-Web Interface
Table 13 describes the tracking plug-ins that you can configure with the C-Web interface.
By default, the fileAcct plug-in instance tracks all subscriber and service sessions and writes all available attributes to a file. You can use this plug-in instance or create new one.
 |
NOTE: When you use the NAS-Port attribute in tracking plug-ins, the SAE calculates the NAS-Port value based on the NAS-Port-Id value that it receives from the JUNOSe router. You can change the NAS-Port format in the JUNOSe software. However, because the SAE has no indication of which format is configured on the JUNOSe router, the calculation of the NAS-Port attribute is correct only if the router uses the default configuration.
|
Table 13: Tracking Plug-Ins
|
|
Basic RADIUS accounting
|
Sends accounting information to an external RADIUS accounting server or a group of redundant servers.
Java class name—net.juniper.smgt.sae.plugin.RadiusTrackingPluginEventListener
|
Custom RADIUS accounting
|
Provides customized functions that can also be found in the flexible RADIUS accounting plug-ins. Custom plug-ins are internal plug-ins that are designed to deliver better system performance than the flexible RADIUS plug-ins. You can extend this plug-in by using the RADIUS client library.
Java class name—net.juniper.smgt.sae.plugin.CustomRadiusAccouting
|
Flat file accounting
|
Writes tracking information to a file in comma-separated format.
Java class name—net.juniper.smgt.sae.plugin.FileTrackingPluginEventListener
|
Flexible RADIUS accounting
|
Performs the same functions as the basic RADIUS accounting plug-in, but also lets you customize RADIUS accounting packets that the SAE sends to RADIUS servers. You can specify which fields are included in RADIUS accounting packets and what information is contained in the fields.
Java class name—net.juniper.smgt.sae.plugin.FlexibleRadiusTrackingPluginEventListener
|
PCMM record-keeping server plug-in
|
Sends accounting information to an external PCMM record-keeping server (RKS). See Configuring PCMM Record-Keeping Server Plug-Ins with SRC CLI in SRC-PE Solutions Guide, Chapter 5, Configuring the SAE for a PCMM Environment with the SRC CLI.
Java class name—net.juniper.smgt.sae.plugin.RksEventListener
|
QoS profile tracking
|
Ensures that as a subscriber activates and deactivates services, the correct QoS profile is attached to the subscriber interface. See SRC-PE Solutions Guide, Chapter 1, Managing Tiered and Premium Services with QoS on JUNOSe Routers with the SRC CLI.
Java class name—net.juniper.smgt.sae.plugin.qtp.QosProfileTrackingPluginEventListener
|