Configuring QoS Profile-Tracking Plug-Ins with the C-Web Interface
To configure the QoS profile-tracking plug-in with the C-Web interface:
- Click Configure, expand Shared>SAE, and then expand the SAE group for which you want to configure a QoS tracking plug-in.
- From the side pane, click Configuration>Plug Ins.
- Click the plug-in for which you want to configure QoS tracking, and then click QoS Profile Tracking.
The QoS Profile Tracking pane appears.
- Click Create, enter information as described in the Help text in the main pane, and then click Apply.
For additional information, see the following sources:
- For information about setting up SAE groups, see Chapter 8, Setting Up an SAE with the C-Web Interface.
- For information about creating a plug-in instance for a group, see Chapter 27, Configuring Internal, External, and Synchronization Plug-Ins with the C-Web Interface.
Configuring Search Filters for QoS Profile-Tracking Plug-Ins
The SAE uses a search filter to search service objects in the directory to find QoS services. You can set up the filter to search the values of any attribute in the service object, such as service name, category, or tracking plug-in. The search is successful when a value matches the filter.
For information about obtaining a list of attribute names for the sspService object class, see the documentation for the LDAP schema in the SRC software distribution in the folder SDK/doc/ldap or on the Juniper Networks Web site at
http://www.juniper.net/techpubs/software/management/sdx
Configure the search filter in a format similar to the LDAP search filter. Table 12 lists the values that you can use for filters. Each filter string <filter> contains a simplified LDAP query.
- Default—(attribute.trackPlug=); note that you need to add a search value after the equal sign
- Examples
(attribute.trackPlug=*qtp*)To search service category attributes for any entry that contains ultra, video on demand, or video telephony: (|(serviceCategory=*ultra*)(|(serviceCategory=*video on demand*)(serviceCategory=*video telephony*)))