I need to exclude some lines of the script.
date = Mon Dec 13 13:06:43 2010 (Brocade)
!Time: Mon Dec 13 19:52:33 2010 (Cisco NXOS)
I know how to exclude by creating a custom template with the additional line of
rgIgnoreText(4) = "^" & "date = " (Brocade)
rgIgnoreText(4) = "^" & "!Time:" (Cisco NXOS)
I do not want to fumble through the Cisco Router derived template to fit Brocade/Nexus OS as I see they will not work out of the box.