The below is always marked as difference between startup and running config check.
The regex i tried ^: Written or ^(.|[\r\n])*?(?=ASA Version) all didnt work
: Saved: Written by enable_15 at 10:17:25.303 SGT Tue Feb 2 2010!ASA Version 7.2(1)
I encounter this problem also.
Anyone successfully add an exception to ignore the line?
I use the pattern of "^: Written by" (without the quotes) and it works for me.
with your regex, was that two of them or one? If one, it needs "(" ")" around the pattern before the "or", if two... hmmm, not to be silly, but is the check box for enabled check?
that *should* work...
make sure for the device template you select "cisco adaptive security appliance" rather than auto. this was causing most of my issues