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 on the Juniper Networks Web site at
http://www.juniper.net/techpubs/software/management/src
Configure the search filter in a format similar to the LDAP search filter. Table 1 lists the values that you can use for filters. Each filter string <filter> contains a simplified LDAP query.
Table 1: Settings for Filter Strings
- Default—(attribute.trackPlug=); note that you need to add a search value after the equal sign
- Examples
- To search tracking plug-in attributes for any entry that
contains qtp:
- (attribute.trackPlug=*qtp*)
- (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*)))
- To search tracking plug-in attributes for any entry that
contains qtp:
