Table Of Contents
NAM Import File Formats
DCR v3 Files
User-Defined Files
NAM Import File Formats
The Cisco PVM GUI allows you to browse and select a CSV file for importing device attributes and credentials for NAMs and associated switches or routers.
Note
The information in this appendix applies to Cisco PVM Administrators only.
Table A-1 describes the CSV file formats supported in Cisco PVM.
Table A-1 Supported CSV File Formats
Format
|
Description
|
DCR v3
|
Generated by the CiscoWorks DCR Export Utility.
Note For information on generating this file type, see User Guide for CiscoWorks Common Services 3.0.
|
User-defined
|
Supported through the inclusion of a header record within the CSV file, which specifies the meta data for describing and parsing the file.
|
Only devices that do not already exist in the system will be imported. If a device already exists in Cisco PVM, the system logs an exception to the system log table.
DCR v3 Files
The Cisco PVM Import Manager supports keywords in CSV files generated by the CiscoWorks DCR Export Utility, including:
•
management_ip_address
•
host_name
•
domain_name
•
display_name
•
snmp_v2_ro_comm_string
•
snmp_v2_rw_comm_string
•
http_username
•
http_password.
The username and password keywords are used for the NAM Traffic Analyzer single sign-on (SSO). Figure A-1 shows a sample DCR v3 CSV file.
Figure A-1 Sample CiscoWorks CSV File
User-Defined Files
Cisco PVM supports user-defined CSV file format through the inclusion of a header record within the file. The header record specifies the meta data for describing and parsing the file. Cisco PVM supports the following keywords in user-defined CSV files:
•
management_ip_address (mandatory)
•
host_name
•
domain_name
•
display_name
•
snmp_v2_ro_comm_string (mandatory)
•
snmp_v2_rw_comm_string (mandatory)
•
http_username
•
http_password
The username and password keywords are used for the NAM Traffic Analyzer single sign-on (SSO).
Note
The keyword values are case sensitive.
Figure A-2 shows a sample user-defined CSV file.
Figure A-2 Sample User-Defined CSV File