cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
4
Helpful
2
Replies

Cisco VMS exclusion

Hi

When I run the "Startup/Running Out of sync" report, all my device are out of sync. I went in my router in CLI and I found that some lines of my code are not written the same way in my running-config that in my startup-config. This is why VMS determine that all my router are out of sync.

Is it possible to exclude code of my router in the VMS configuration database ?

Thank you very much

2 Replies 2

David Stanford
Cisco Employee
Cisco Employee

If you are talking about the RME portion of the app there are some commands that are excluded by default. Have a look at these files to see which commands may be excluded on your system:

/NMSROOT/CSCOpx/objects/cmf/data/

CommandExcludesCat.ini

CommandExcludesCe.ini

CommandExcludesCss.ini

CommandExcludesFs.ini

CommandExcludesIos.ini

CommandExcludesNam.ini

CommandExcludesPix.ini

CommandExcludesSs.ini

These files will show what commands are excluded for each device type.

Normally commands listed in 'CommandExcludesIos.ini' are not taken into account when generating the diff reports. This is to ensure that the

reports are valid.

Thank you very much, this is what I was looking for and it works properly.

But the problem is that my line code are related with crypto Global section.

Here's the lines that are not the same in my running that in my startup :

***Running***

crypto pki certificate chain [truspoint name]

certificate [certificate ID]

3DAC8C03 F89B2EEB 35D622D0 1DCC8C53

F89F2ECB 35D797D0 1DC09C03 F89F2FFB

35D197B0 ...

***Startup***

crypto pki certificate chain [truspoint name]

certificate [certificate ID] nvram:[truspoint name]#[ID].cer

Each of my spokes have a different certificate so if I want to exclude some line code, I must do it for each certificate :(.

Can I exclude a section of RME database

ex.: "Crypto-Crypto Global"

Thank you very much for your help

Review Cisco Networking for a $25 gift card