Document toolboxDocument toolbox

NAC Filter

Field NameData TypeRequired (Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
Header-NACFilter StringYes

Example: NACFilter
nameStringYesNamenameExample: NAC Filter
_new_nameStringNo

Add this field to overwrite the name field when you select the overwrite or merge option.
commentStringNoCommentcomment
expressionOption listNoMatch the following ruleexpressionTo include the option list in the Matching the following rules table in Grid Manager, you must enclose the expression in brackets.
Example: (Sophos.ComplianceState="Compliant" AND RADIUS.ServerError="TRUE")
EA-SiteStringNoExtensible Attribute Siteextensible_ attributesEA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to the data file. For information about data format and examples, see Data Specific Guidelines.
EA-UsersStringNoExtensible Attribute Usersextensible_ attributesEA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines.

Examples

This section contains examples of how to create data files for NAC filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.

Adding a NAC Filter

This example shows how to import a new NAC filter.

header-NacFilter,name*,comment,expression,EA-Site NacFilter,nacfilter01,This is a comment.,option ServerError="true",USA

Overwriting NAC Filter Data

This example shows how to overwrite the name and comment of an existing NAC filter.

header-NacFilter,name*,_new_name,comment NacFilter,nacfilter01,nacfilter02,This is a new comment.

Merging NAC Filter Data

This example shows how to merge the extensible attribute Users to an existing NAC filter.

header-NacFilter,name*,EA-Users NacFilter,nacfilter02,John Smith