<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cisco VMS exclusion in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577432#M1054883</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to exclude code of my router in the VMS configuration database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:06:11 GMT</pubDate>
    <dc:creator>martindesrosiers</dc:creator>
    <dc:date>2020-02-21T09:06:11Z</dc:date>
    <item>
      <title>Cisco VMS exclusion</title>
      <link>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577432#M1054883</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to exclude code of my router in the VMS configuration database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:06:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577432#M1054883</guid>
      <dc:creator>martindesrosiers</dc:creator>
      <dc:date>2020-02-21T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco VMS exclusion</title>
      <link>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577433#M1054884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/NMSROOT/CSCOpx/objects/cmf/data/&lt;/P&gt;&lt;P&gt;CommandExcludesCat.ini&lt;/P&gt;&lt;P&gt;CommandExcludesCe.ini&lt;/P&gt;&lt;P&gt;CommandExcludesCss.ini&lt;/P&gt;&lt;P&gt;CommandExcludesFs.ini&lt;/P&gt;&lt;P&gt;CommandExcludesIos.ini&lt;/P&gt;&lt;P&gt;CommandExcludesNam.ini&lt;/P&gt;&lt;P&gt;CommandExcludesPix.ini&lt;/P&gt;&lt;P&gt;CommandExcludesSs.ini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These files will show what commands are excluded for each device type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally commands listed in 'CommandExcludesIos.ini' are not taken into account when generating the diff reports. This is to ensure that the &lt;/P&gt;&lt;P&gt;reports are valid. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 16:25:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577433#M1054884</guid>
      <dc:creator>David Stanford</dc:creator>
      <dc:date>2006-08-11T16:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco VMS exclusion</title>
      <link>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577434#M1054885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, this is what I was looking for and it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that my line code are related with crypto Global section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the lines that are not the same in my running that in my startup :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Running***&lt;/P&gt;&lt;P&gt;crypto pki certificate chain [truspoint name]&lt;/P&gt;&lt;P&gt; certificate [certificate ID]&lt;/P&gt;&lt;P&gt;  3DAC8C03 F89B2EEB 35D622D0 1DCC8C53&lt;/P&gt;&lt;P&gt;  F89F2ECB 35D797D0 1DC09C03 F89F2FFB &lt;/P&gt;&lt;P&gt;  35D197B0 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Startup***&lt;/P&gt;&lt;P&gt;crypto pki certificate chain [truspoint name]&lt;/P&gt;&lt;P&gt; certificate [certificate ID] nvram:[truspoint name]#[ID].cer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of my spokes have a different certificate so if I want to exclude some line code, I must do it for each certificate :(.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I exclude a section of RME database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.: "Crypto-Crypto Global"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:59:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-vms-exclusion/m-p/577434#M1054885</guid>
      <dc:creator>martindesrosiers</dc:creator>
      <dc:date>2006-08-14T11:59:04Z</dc:date>
    </item>
  </channel>
</rss>

