When I compare the starting and running config of my Cisco devices, they all show the differences on the first two lines that say:
Building configuration...
Current configuration : xxxx bytes
I went into NCM settings --> Comparison Criteria and wrote a one with the RegEx pattern to try and ignore the line "Building configuration." But no matter what pattern I try, it doesn't seem to work. I've tried
Building configuration
Building configuration...
^Building configuration
^Building configuration...
^ Building configuration
^ Building configuration...
^ Building configuration
^ Building configuration...
What am I doing wrong?