Cisco Systems Servers Server User Manual


 
Appendix E Cisco Secure ACS Command-Line Database Utility
User and AAA Client Import Option
E-22
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
For example, the following ADD_NAS statement causes CSUtil.exe to add a
AAA client with the name "SVR2-T+", using TACACS+ with the single
connection and keep alive packet options enabled:
ADD_NAS:SVR2-T+:IP:IP address:KEY:shared secret:VENDOR:"TACACS+ (Cisco
IOS)":NDG:"East Coast":SINGLE_CON:Y:KEEPALIVE:Y
DEL_NAS Statements
DEL_NAS statements are optional. The DEL_NAS token, detailed in Table E-6,
is the only token in a DEL_NAS statement. DEL_NAS statements delete AAA
client definitions from Cisco Secure ACS.
For example, the following DEL_NAS statement causes CSUtil.exe to delete a
AAA client with the name "SVR2-T+":
DEL_NAS:SVR2-T+
Import File Examples
The following is an example import text file:
OFFLINE
ADD:user01:CSDB:userpassword:PROFILE:1
ADD:user02:EXT_NT:PROFILE:2
ADD:chapuser:CSDB:hello:CHAP:chappw:PROFILE:3
ADD:mary:EXT_NT:CHAP:achappassword
ADD:joe:EXT_SDI
ADD:vanessa:CSDB:vanessaspassword
ADD:juan:CSDB_UNIX:unixpassword
UPDATE:foobar:PROFILE:10
DELETE:paul
ADD_NAS:SVR2-T+:IP:209.165.202.136:KEY:A87il032bzg:VENDOR:"TACACS+
(Cisco IOS)":NDG:"East Coast"
DEL_NAS:SVR16-RAD
Table E-6 DEL_NAS Statement Tokens
Token Required Value Required Description
DEL_NAS Yes AAA client name The name of the AAA client that
is to be deleted.