I have configured a few devices as down and they are working fine in my environment.<br><br>rancid@jp-script/home/rancid#cat data/man/router.db | grep down<br>nagr2n-01:cisco:down<br><br>routers.down file also shows the down device.<br>
<br>rancid@jp-script/home/rancid#less data/man/routers.down <br>nagr2n-01:cisco:down<br><br>-Asad<br><div class="gmail_quote">On Fri, Sep 24, 2010 at 7:09 PM, Chris Knight <span dir="ltr">&lt;<a href="mailto:boheme@gmail.com">boheme@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Fri, Sep 24, 2010 at 4:06 PM,  &lt;<a href="mailto:axhasan@gmail.com">axhasan@gmail.com</a>&gt; wrote:<br>

</div><div class="im">&gt; If these devices are being decommissioned then you can delete the line from router.db.<br>
&gt;<br>
&gt; Is it possible these devices are listed in another group&#39;s router.db file?<br>
<br>
</div><div class="im">I only have one router.db, and I tried commenting them out, and that<br>
didn&#39;t work.<br>
<br>
Thinking that perhaps the code was just checking timestamps on the<br>
files in the configs directory, I even deleted the local copies of the<br>
configs, and I am still getting the alerts.<br>
<br>
So, I have tried:<br>
<br>
1)  Commenting out the entries in router.db<br>
2)  Deleting the local copies of the configs.<br>
3)  Marking the entries as &#39;down&#39; in router.db<br>
<br>
I appreciate everyone&#39;s suggestions.  I am feeling better that despite<br>
my lack of sleep last night this is turning out to not be as simple as<br>
it sounds.  :)<br>
<br>
-Chris<br>
<br>
<br>
&gt;<br>
</div><div><div></div><div class="h5">&gt; -Asad<br>
&gt; Sent from my Verizon Wireless BlackBerry<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: Chris Knight &lt;<a href="mailto:boheme@gmail.com">boheme@gmail.com</a>&gt;<br>
&gt; Sender: <a href="mailto:rancid-discuss-bounces@shrubbery.net">rancid-discuss-bounces@shrubbery.net</a><br>
&gt; Date: Fri, 24 Sep 2010 15:44:25<br>
&gt; To: Roy&lt;<a href="mailto:r.engehausen@gmail.com">r.engehausen@gmail.com</a>&gt;; rancid-discuss&lt;<a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a>&gt;<br>
&gt; Subject: Re: [rancid] How do I make Rancid forget about a switch?<br>
&gt;<br>
&gt; On Fri, Sep 24, 2010 at 3:36 PM, Roy &lt;<a href="mailto:r.engehausen@gmail.com">r.engehausen@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Just remove them from router.db<br>
&gt;&gt;<br>
&gt;<br>
&gt; Despite my all-nighter, the first thing I tried was commenting them out.  :)<br>
&gt;<br>
&gt; That didn&#39;t work, and is why I wrote to the list. I mentioned that in<br>
&gt; the third sentence of my original post.<br>
&gt;<br>
&gt; -Chris<br>
&gt;<br>
&gt;<br>
&gt;&gt; On 9/24/2010 3:19 PM, Chris Knight wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have marked those devices as down, and yet I just received this email:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The following routers have not been successfully contacted for<br>
&gt;&gt;&gt; more than 1 hours.<br>
&gt;&gt;&gt; -rw-rw-r--  1 proxyit  rancid  16129 Sep 24 01:46 mc-sw-26<br>
&gt;&gt;&gt; -rw-rw-r--  1 proxyit  rancid  17963 Sep 24 01:46 mc-sw-27<br>
&gt;&gt;&gt; -rw-rw-r--  1 proxyit  rancid  30866 Sep 24 01:46 mc-asa-254<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Looks like marking them as down didn&#39;t do the trick.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -Chris<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Sep 24, 2010 at 8:36 AM, Chris Gauthier&lt;<a href="mailto:cgauthier@mapscu.com">cgauthier@mapscu.com</a>&gt;<br>
&gt;&gt;&gt;  wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; According to the router.db man page<br>
&gt;&gt;&gt;&gt; (<a href="http://www.shrubbery.net/rancid/man/router.db.5.html" target="_blank">http://www.shrubbery.net/rancid/man/router.db.5.html</a>):<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &lt;state&gt;<br>
&gt;&gt;&gt;&gt; The state is either &quot;up&quot;, or some other arbitrary value, e.g. &quot;down&quot;. If<br>
&gt;&gt;&gt;&gt; the device is not marked &quot;up&quot; the device&#39;s configuration will not be<br>
&gt;&gt;&gt;&gt; collected. It is highly recommended that comments are made for any router<br>
&gt;&gt;&gt;&gt; not listed as up, so as to indicate the reason a router is not to be polled,<br>
&gt;&gt;&gt;&gt; e.g.:<br>
&gt;&gt;&gt;&gt; dial1.paris:cisco:up:<br>
&gt;&gt;&gt;&gt; core1.paris:cisco:down:in testing until 5/5/2001.<br>
&gt;&gt;&gt;&gt; core2.paris:cisco:ticketed:Ticket 6054234, 5/3/2001<br>
&gt;&gt;&gt;&gt; border1.paris:juniper:up:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The script &quot;downreport&quot; in util/ can be used to produce a report of<br>
&gt;&gt;&gt;&gt; routers in router.db that are not marked &quot;up&quot;.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Chris G.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt;&gt; From: <a href="mailto:rancid-discuss-bounces@shrubbery.net">rancid-discuss-bounces@shrubbery.net</a><br>
&gt;&gt;&gt;&gt; [mailto:<a href="mailto:rancid-discuss-bounces@shrubbery.net">rancid-discuss-bounces@shrubbery.net</a>] On Behalf Of Chris Knight<br>
&gt;&gt;&gt;&gt; Sent: Friday, September 24, 2010 8:29 AM<br>
&gt;&gt;&gt;&gt; To: rancid-discuss<br>
&gt;&gt;&gt;&gt; Subject: [rancid] How do I make Rancid forget about a switch?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Yesterday I pulled two switches and an ASA from my network.  As expected,<br>
&gt;&gt;&gt;&gt; at a certain point I started getting notifications that Rancid was unable to<br>
&gt;&gt;&gt;&gt; pull the configs after X hours. So, I commented out the switches and asa<br>
&gt;&gt;&gt;&gt; from routers.db, but I am still getting alerts.  Yes, I know I could google<br>
&gt;&gt;&gt;&gt; it, but I&#39;ve been up for 36 hours and I&#39;m hoping someone will show some<br>
&gt;&gt;&gt;&gt; compassion and tell me the quick fix.  :)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -Chris<br>
&gt;&gt;&gt;&gt;_______________________________________________<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Rancid-discuss mailing list<br>
&gt; <a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
&gt; <a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br>
&gt;<br>
_______________________________________________<br>
Rancid-discuss mailing list<br>
<a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
<a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br>
</div></div></blockquote></div><br>