I have a stack of Dell Powerconnect 6248 that I have configured with NCM to do a compare of the start-up and running configuration. However it is alerting me when the configs are exactly the same because Dell is putting 1-999 plus a colin in their startup config. I've already tried added a regex to filter out the leading characters but it still will not work.
Here are the regex i've tried.
^\d+\s:\s
^\d{3}\s:\s\w
I also download new running and start configs to compare after making changes to each regex filter. And yes the filter criteria is enabled. I've gotten close as it has ignore the "!" with line numbers.
