08-09-2006 12:19 PM - edited 02-21-2020 01:06 AM
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
08-11-2006 09:25 AM
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.
08-14-2006 04:59 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide