Exporting posture validation attribute definitions – Cisco 3.3 User Manual

Page 764

Advertising
background image

Appendix D CSUtil Database Utility

Posture Validation Attributes

D-48

User Guide for Cisco Secure ACS for Windows Server

78-16592-01

date

version

octet-array

For more information about attribute data types, see

NAC Attribute Data

Types, page 14-19

.

Exporting Posture Validation Attribute Definitions

The -dumpAVP option exports the current posture validation attributes to an
attribute definition file. For an explanation of the contents of a posture validation
attribute definition file, see

Posture Validation Attribute Definition File,

page D-44

. For an example of an attribute definition file, see

Default Posture

Validation Attribute Definition File, page D-52

.

To export posture validation attributes, follow these steps:

Step 1

On the computer running Cisco Secure ACS, open an MS DOS command prompt
and change directories to the directory containing CSUtil.exe.

Step 2

Type:

CSUtil.exe -dumpavp

filename

where filename is the name of the file in which you want CSUtil.exe to write all
attribute definitions. Press Enter.

Tip

When you specify filename, you can prefix the filename with a relative or
absolute path, too. For example,

CSUtil.exe -dumpavp

c:\temp\allavp.txt

writes the file allavp.txt in c:\temp.

Step 3

If you are prompted to confirm overwriting a file with the same path and name
that you specified in

Step 2

, do one of the following:

To overwrite the file, type Y and press Enter.

Tip

To force CSUtil.exe to overwrite an existing file, use the -q option:
CSUtil.exe -q -dumpavp filename.

Advertising