cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1434
Views
0
Helpful
1
Replies

CiscoWorks Export config compare

I have LMS2.6(RME4.0.6) on Windows. How can I export the Config Diff Viewer - Compare Startup vs. Running configurations screen to a usable file (PDF, CSV, etc)? If I select the Export button in the upper right of the screen, it will only export an XML file to a directory on the server. Please advise.

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

You can only export to XML.  However, you can use cwcli from the command line to do a config compare.  For example, to compare config version 1 of 10.1.1.1 to the latest archived version, use the following command:

cwcli config compare -u admin -p admin -device 10.1.1.1 -version 1

This will output the diff in plain text.