cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
607
Views
12
Helpful
5
Replies

looking for doc of LMS3 Config-compliance Checks syntax

STEFFEN NEUSER
Level 4
Level 4

Hello,

Is there any reference documentation for Config-compliance checks via baseline templates how to use special syntax and chars beside perl Regexp, e.g.:

[#...#], other chars?

How to write and use parameter files.

examples and so on,

thx, Steffen

5 Replies 5

Joe Clarke
Cisco Employee
Cisco Employee

There is a baseline compliance white paper available at http://www.cisco.com/en/US/products/sw/cscowork/ps2425/prod_white_papers_list.html . Beyond that, and the context sensitive online help, there are no references on writing templates of which I am aware.

this was quick, thx a lot, yes its the documentation we need beside a lot of other good whitepapers at this site. One question left not found in doc:

Does the baseline engine searches "case sensitive" or insensitive?

Case sensitive.

Is there a possibility (Regkey, config file etc.) to can change to case insensitive?

You can use (?i) in your regular expression. For example:

[#(?i)[a-z]#]

Will match any character a-z and A-Z.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: