A-100
CLI Reference Guide for the Cisco Secure Access Control System 5.1
OL-18996-01
Appendix A ACS Command Reference
ACS Configuration Commands
Related Commands
import-data
To update, delete, or add an ACS configuration data to the ACS local store from the import file of the
remote repository, use the command
import-data
in the ACS Configuration mode. Only users who have
CRUD permissions to a specific configuration object in the GUI can import that particular configuration
data to an ACS local store.
import-data
{
update
|
delete
|
add
}
{
user
|
host
|
device
|
idgroup
|
ndg
|
dacl
|
cmdset
}
repository
file-name result-file-name
{
abort-on-error
|
cont-on-error
}
{
full
secret-phrase
|
none
|
only-sec-repo
|
only-sec-files
secret-phrase
}
Syntax Description
Command
Description
import-data
Imports configuration data from a remote repository to an ACS local
store.
import-export-abort
Aborts all or specific import or export processes.
import-export-status
Displays the status of all or specific import or export processes.
update
Updates the records in the ACS local store that match the records in the
specified remote repository.
delete
Deletes the records in the ACS local store that match the records in the
specified remote repository.
add
Adds the records that do not match the records of the import file in the remote
repository to the ACS local store.
user | host | device |
idgroup | ndg | dacl |
cmdset
Imports the specified type of configuration data from the import file in the
remote repository.
repository
The remote repository from which to import the configuration data.
file-name
The import filename in the remote repository.
result-file-name
The filename to use when downloading the results of the import process to
the remote repository. By default, the ACS server concatenates a unique
process ID with the
result-file-name
.
abort-on-error
Aborts the import operation if an error occurs during the import process.
cont-on-error
Ignores errors, if any occur, and continues the import process.
full
Encrypts the import file using the GPG encryption mechanism and uses
secured remote repository to import the file. If you specify the security type
as full, you must specify a repository of the type SFTP.
none
Neither encrypts the import file nor uses the secured remote repository for
import.
secret-phrase
Provide the secret phrase to decrypt the import file. If you specify the security
type as full or only-sec-files, you must specify the secret phrase.
only-sec-repo
Uses the secured remote repository to import the file. If you specify the
security type as only-sec-repo, you must specify a repository of the type
SFTP.
only-sec-files
Encrypts the import file using GPG encryption mechanism.