Unfortunately I don't think this helps me (unless I am just too dense to see it); it seems to be a limitation in the matching logic capabilities for the tool. I am getting 100's of false positives. What I want:
IF "ip helper-address" is configured, then "1.1.1.1" and "2.2.2.2" must be configured. Else, ignore.
Within the confines of only matching on "must contain" or "must not contain", I do not see how I can achieve my desired outcome with NCM. There are multiple valid configs that DO NOT contain "ip helper-address", so those can be safely ignored, but they are being flagged if I use "must contain". I need support for "IF/ELSE" functions unless there is something that I am missing completely...?