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.
To configure the search:
- Create a 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
The default is attribute.trackPlug=; note that you need to add a search value after the equal sign. For example:
- To search tracking plug-in attributes for any entry that contains 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*)))

