<font size=2 face="sans-serif">Thanks.  The problem with the 3560
was that is was set to cisco-nx instead of cisco.  Once I corrected
this the ntp clock-period discrepancy no longer appeared.</font>
<br>
<br><font size=2 face="sans-serif">On the Nexus 3548 switch the "BufferMonitor-1HourData"
no longer seems to appear after your changes, but the INTAKE config line
still does:</font>
<br>
<br><tt><font size=2>- !Env:  INTAKE     45    
       29<br>
+ !Env:  INTAKE     45          
 28</font></tt>
<br>
<br><font size=2 face="sans-serif">Here is a snipet from nxrancid with
your change for excluding INTAKE:</font>
<br>
<br><font size=2 face="sans-serif">        s/ +$//;
       # Drop trailing ' '</font>
<br><font size=2 face="sans-serif">        next if
(/Fan Zone Speed:/);</font>
<br><font size=2 face="sans-serif">        next if
(/INTAKE/);</font>
<br><font size=2 face="sans-serif">        ProcessHistory("COMMENTS","","","!Env:
$_");</font>
<br>
<br>
<br><font size=2 face="sans-serif">Thanks again.</font>
<br>
<br><font size=2 face="sans-serif">--Vincent</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">heasley <heas@shrubbery.net></font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">Vincent Aniello <VAniello@portware.com></font>
<br><font size=1 color=#5f5f5f face="sans-serif">Cc:      
 </font><font size=1 face="sans-serif">rancid-discuss@shrubbery.net</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">04/24/2014 05:41 PM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: [rancid]
Excluding config lines in Rancid</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>Wed, Apr 23, 2014 at 10:49:49AM -0400, Vincent Aniello:<br>
> Rancid is detecting configuration changes on a few configuration items
in <br>
> Cisco switch configurations that are automatically updated and Rancid
<br>
> should exclude from it's comparisons.<br>
> <br>
> On a Cisco Catalyst 3560 switch running software version 12.2(25)SEE4
<br>
> Rancid is reporting changes to the "ntp clock-period" command:<br>
> <br>
> - ntp clock-period 36029104<br>
> + ntp clock-period 3602910<br>
<br>
this be filtered by stock rancid 3.0.  i can not imagine why it would
be<br>
missed until the device were not configured as 'cisco'.<br>
<br>
> On a Cisco Nexus 3548 switch running software version 6.0(2)A1(1e)
Rancid <br>
> is reporting changes to the following configuration items:<br>
> <br>
>   !Env:  INTAKE     45        
   29<br>
> + !Env:  INTAKE     45        
   28<br>
> <br>
> - !Flash: bootflash:     5356844    Apr 22 17:42:48
2014 <br>
> BufferMonitor-1HourData<br>
> + !Flash: bootflash:     5356844    Apr 22 20:42:48
2014 <br>
> BufferMonitor-1HourData<br>
> <br>
> Can Rancid be configured to ignore changes in these lines?<br>
<br>
Index: bin/nxrancid.in<br>
===================================================================<br>
--- bin/nxrancid.in              
  (revision 2816)<br>
+++ bin/nxrancid.in              
  (working copy)<br>
@@ -313,6 +313,7 @@<br>
 <br>
                  s/
+$//;                
# Drop trailing ' '<br>
                  next
if (/Fan Zone Speed:/);<br>
+                
next if (/INTAKE/);<br>
                  ProcessHistory("COMMENTS","","","!Env:
$_");<br>
     }<br>
     ProcessHistory("COMMENTS","","","!\n");<br>
@@ -436,6 +437,8 @@<br>
                  return(-1)
if (/command authorization failed/i);<br>
                  return(1)
if /(Open device \S+ failed|Error opening \S+:)/;<br>
 <br>
+                
next if (/BufferMonitor-1HourData/);<br>
+<br>
                  if
(/^\s*(\d+) bytes /) {<br>
                  
   my($tmp) = int($1 / (1024 * 1024));<br>
                  
   s/$1 bytes /$tmp MB /;<br>
<br>
lmk if I've misplaced the INTAKE filter.<br>
<br>
> I am currently running Rancid 3.0, but had the same issue in 2.3.6
and <br>
> 2.3.8.<br>
</font></tt>
<br>