Cisco Systems 4.1 Dust Collector User Manual


 
3-55
User Guide for Resource Manager Essentials 4.1
OL-11714-01
Chapter 3 Adding and Troubleshooting Devices Using Device Management
Device List Manipulation Service
The order of preference used to set these values in CSV 3.0 are:
If Tacacs username, password, enable password is set, these values will be set as primary_username,
primary_password and primary_enable_password.
If Local username and password is set, then the values will be set as primary_username and
primary_password.
If Telnet password, Enable Password, and Enable Secret are set, then the values will be set as
primary_password, and primary_enable_password (for both Enable Password, and Enable Secret).
Note View Permission Report (Common Services > Server > Reports) to check if you have the required
privileges to perform this task.
The sample XML File for Editing Device and Credentials for all Devices in Device and Credential Repository
(dlmsSetDeviceCredentials.xml):
<?xml version="1.0"?>
<!DOCTYPE request SYSTEM "D:\dlms\dtdexternal.dtd">
<request responseFormat="xml">
<!-- the value for responseFormat could be xml or csv -->
<authentication name="admin" pwd='YWRtaW4='/>
<!-- pwd is 64-based encoded -->
<source>
<host>ramyab-w2k07</host>
<product>CiscoWorks:RME</product>
<version>2.0</version>
<description>using DLMS for device manipulation in RME</description>
</source>
<setCredentials>
<deviceInfo>
<![CDATA[
;
; This file is generated by the export utility
; If you edit this file, be sure you know what you are doing
Tacacs password primary_password
Tacacs enable user Not used in CSV 3.0
Tacacs enable password primary_enable_password
Local user primary_username
Local password primary_password
Rcp user Not used in CSV 3.0
Rcp password Not used in CSV 3.0
CSV 2.0 CSV 3.0