Model Instance Filter Examples
Model Instance Filter Examples¶
A MIF with multiple Model Filter entries to match criteria on different model types:
This will result in: looking at device/cucm/User
records it will match users that have
a department of Marketing, Finance, or IT (due to the IN condition).
When looking at device/cucm/Phones
it will match phones of the type “Cisco 7940”.
A MIF with multiple Model Filter entries with the same model type and macros to create a list of records to match
When looking at the device/cucm/User
records it will match users that
have a telephone number containing +1
OR +27
. The macro in the value field is cut short
but it’s using the macro in the notes above for reference.
Due to the macros in use in the value, this had to be done as multiple model filter entries
instead of a attribute filter using the IN condition.
A MIF with multiple attribute filters applied to the same model type
When looking at the device/cucm/User
records it will match users that have
a department matching Marketing, Finance, or IT, AND has the home cluster flag set to true.