Model Instance Filter Examples

  1. A MIF with multiple Model Filter entries to match criteria on different model types:

MIF-example1

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”.

  1. A MIF with multiple Model Filter entries with the same model type and macros to create a list of records to match

MIF-example2

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.

  1. A MIF with multiple attribute filters applied to the same model type

MIF-example3

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.