A-135
CLI Reference Guide for the Cisco Secure Access Control System 5.1
OL-18996-01
Appendix A ACS Command Reference
Configuration Commands
Defaults
No default behavior or values.
Command Modes
Configuration
Usage Guidelines
None.
Examples
acs/admin(config)#
repository myrepository
acs/admin(config-Repository)#
url sftp://starwars.test.com/repository/system1
acs/admin(config-Repository)#
user luke password skywalker
acs/admin(config-Repository)#
exit
acs/admin(config)#
url
URL of the repository. Up to 80 alphanumeric characters (see
Table A-20
).
user
Configure username and password for access. Up to 30 alphanumeric
characters.
Table A-20
URL Keywords
Keyword
Source of Destination
word
Enter repository URL, including server and path info. Up to 80 alphanumeric
characters.
cdrom:
Local CD-ROM drive (read only).
disk:
Local storage.
Note
All local repositories are created on the /localdisk partition. When you
specify disk:// in the repository URL, the system creates directories in a
path that is relative to /localdisk. For example, if you entered
disk://backup,
the directory is created at /localdisk/backup.
You can run the
show repository
repository_name
to view all the files in
the local repository.
ftp:
Source or destination URL for an FTP network server. Use url ftp://
server
/
path
1
.
1.
Server is the server name and path refers to /subdir/subsubdir. Remember that a colon (:) is required after the server for an
NFS network server.
nfs:
Source or destination URL for an NFS network server. Use url nfs://
server:path
1
.
sftp:
Source or destination URL for an SFTP network server. Use url sftp://
server
/
path
1
.
tftp:
Source or destination URL for a TFTP network server. Use url tftp://
server
/
path
1
.
Note
You cannot use a TFTP repository for performing ACS upgrade.