From jcohen at AllenTek.com Wed Mar 8 18:12:20 2017 From: jcohen at AllenTek.com (Jessica Cohen) Date: Wed, 8 Mar 2017 18:12:20 +0000 Subject: [rancid] changing device ip Message-ID: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> Is there any way to transfer past configs from one ip to another if you change the IP on a device? E.g. changed firewall IP from 192.168.1.1 to 192.168.1.254 -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Wed Mar 8 19:34:44 2017 From: heas at shrubbery.net (heasley) Date: Wed, 8 Mar 2017 19:34:44 +0000 Subject: [rancid] changing device ip In-Reply-To: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> References: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> Message-ID: <20170308193444.GE97300@shrubbery.net> Wed, Mar 08, 2017 at 06:12:20PM +0000, Jessica Cohen: > Is there any way to transfer past configs from one ip to another if you change the IP on a device? E.g. changed firewall IP from 192.168.1.1 to 192.168.1.254 you would do so in the SCM you are using after disabling rancid in cron, then update the router.db file. From doug.hughes at keystonenap.com Wed Mar 8 19:56:22 2017 From: doug.hughes at keystonenap.com (Doug Hughes) Date: Wed, 8 Mar 2017 14:56:22 -0500 Subject: [rancid] changing device ip In-Reply-To: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> References: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> Message-ID: yes, it's just a couple of steps 1) (e.g. for svn) svn rename to rename the old file name to the new if you are changing the name of the file (i.e if the file name is the IP address of the device) 2) change it in router.db On 3/8/2017 1:12 PM, Jessica Cohen wrote: > > Is there any way to transfer past configs from one ip to another if > you change the IP on a device? E.g. changed firewall IP from > 192.168.1.1 to 192.168.1.254 > > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss -- Doug Hughes Keystone NAP Fairless Hills, PA 1.844.KEYBLOCK (539.2562) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: keystone-nap.png Type: image/png Size: 3476 bytes Desc: not available URL: From adrian.dimitrov at efellows.bg Fri Mar 10 13:46:43 2017 From: adrian.dimitrov at efellows.bg (Adrian Dimitrov) Date: Fri, 10 Mar 2017 13:46:43 +0000 Subject: [rancid] Could I change my directories paths? and how? Message-ID: <490FA8C6CC4CDA44A7D3E449D75BF1F73A18C4@exchanger.efellows.bg> Hello Team , I am trying to modify a bit, my rancid installation in order to fit it better with our systems. I have changed my #BASEDIR attribute and with little exceptions it is working fine and it is suitable for us. What now want to change is the structure of the directories. So all configs and etc. are going in $BASEDIR/$GROUP. This is how it works by designed, and I want to add one more directory in this path so it looks like $BASEDIR/$GROUP/Configuration. Example: The configs file will now be in $BASEDIR/$GROUP/Configuration/configs; The CVS will be in $BASEDIR/$GROUP/Configuration/CVS; And so on. I was looking in the scripts, but could find where and how rancid-cvs is creating the directories (if actually rancid-cvs is creating them). Best Regards, Adrian Dimitrov System Administrator [eFellows-Mark-RGB_Sign] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 8632 bytes Desc: image001.png URL: From heas at shrubbery.net Fri Mar 10 16:02:31 2017 From: heas at shrubbery.net (heasley) Date: Fri, 10 Mar 2017 16:02:31 +0000 Subject: [rancid] Could I change my directories paths? and how? In-Reply-To: <490FA8C6CC4CDA44A7D3E449D75BF1F73A18C4@exchanger.efellows.bg> References: <490FA8C6CC4CDA44A7D3E449D75BF1F73A18C4@exchanger.efellows.bg> Message-ID: <20170310160231.GC51218@shrubbery.net> Fri, Mar 10, 2017 at 01:46:43PM +0000, Adrian Dimitrov: > Hello Team , > > I am trying to modify a bit, my rancid installation in order to fit it better with our systems. > I have changed my #BASEDIR attribute and with little exceptions it is working fine and it is suitable for us. What now want to change is the structure of the directories. So all configs and etc. are going in $BASEDIR/$GROUP. This is how it works by designed, and I want to add one more directory in this path so it looks like $BASEDIR/$GROUP/Configuration. move $BASEDIR, symlink old to new. or move $BASEDIR, update rancid.conf, (update All of the CVS/Repository files or re-checkout all of the group dirs), update cron jobs. > Example: > The configs file will now be in $BASEDIR/$GROUP/Configuration/configs; > The CVS will be in $BASEDIR/$GROUP/Configuration/CVS; > > And so on. I was looking in the scripts, but could find where and how rancid-cvs is creating the directories (if actually rancid-cvs is creating them). > > Best Regards, > Adrian Dimitrov > System Administrator > [eFellows-Mark-RGB_Sign] > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From rancid at ale.cx Fri Mar 10 16:26:25 2017 From: rancid at ale.cx (Alex DEKKER) Date: Fri, 10 Mar 2017 16:26:25 +0000 Subject: [rancid] changing device ip In-Reply-To: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> References: <6CBD3672C596DB49BCFF684935BD14B80109DC27@MBX029-E1-VA-6.EXCH029.DOMAIN.LOCAL> Message-ID: <1104a550-0a5e-b0ce-e469-66ce9fb46e59@ale.cx> On 08/03/17 18:12, Jessica Cohen wrote: > > Is there any way to transfer past configs from one ip to another if > you change the IP on a device? E.g. changed firewall IP from > 192.168.1.1 to 192.168.1.254 > Use DNS instead of IPs. If you can't use DNS, create hosts entries. Either approach will avoid this problem. alexd -------------- next part -------------- An HTML attachment was scrubbed... URL: From danletkeman at gmail.com Fri Mar 10 17:49:09 2017 From: danletkeman at gmail.com (Dan Letkeman) Date: Fri, 10 Mar 2017 11:49:09 -0600 Subject: [rancid] Connection closed on some devices Message-ID: Hello, I have a bunch of Cisco 2960's and 3560's which work well for rancid to pull configs from. However I am unable to clogin to any of my 2800 routers. I get an error that says connection closed by 10.24.12.11 Anything I need to add to .cloginrc to get this to work? Version 151-1.T on these routers. Thanks, Dan. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas_renault at yahoo.fr Mon Mar 13 11:45:54 2017 From: nicolas_renault at yahoo.fr (Nicolas Renault) Date: Mon, 13 Mar 2017 12:45:54 +0100 Subject: [rancid] rancid with hp5412 J8697A or hp5406 In-Reply-To: <0881e7e2-478d-d5d9-0711-5f94584535af@yahoo.fr> References: <0881e7e2-478d-d5d9-0711-5f94584535af@yahoo.fr> Message-ID: Hello ( new mail , first one doesn't appear on the liste), Problem on rancid after update firmware of switch - rancid -V rancid 3.6.2 - switch hp5412 or hp 5406 on recent firmawre Jan 25 2017 19:23:06 K.16.02.0016 rancid only hang on the 2 switchs that have this firmware. found this : /usr/local/rancid/bin/hlogin -d -noenable -c "show version" name_or_ip_of_switch ... expect: does "" (spawn_id exp7) match glob pattern "Press any key to continue"? no "[Pp]assword:"? Gate "?assword:"? gate=no "(>|#) ?"? (No Gate, RE only) gate=yes re=no "[^\r\n]*[\r\n]+"? (No Gate, RE only) gate=yes re=no Press any key to continue expect: does "Press any key to continue" (spawn_id exp7) match glob pattern "Press any key to continue"? yes expect: set expect_out(0,string) "Press any key to continue" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "Press any key to continue" send: sending " " to { exp7 } expect: continuing expect expect: does "" (spawn_id exp7) match glob pattern "Press any key to continue"? no "[Pp]assword:"? Gate "?assword:"? gate=no "(>|#) ?"? (No Gate, RE only) gate=yes re=no "[^\r\n]*[\r\n]+"? (No Gate, RE only) gate=yes re=no Your previous successful login (as manager) was on 2017-03-10 14:19:42 from 192.168.201.62 name_of_switch# expect: does "*\u001b[?7h*Your previous successful login (as manager) was on 2017-03-10 14:19:42 \r\r\n from 192.168.201.62\r\r\nNAME_of_switch# " (spawn_id exp7) match glob pattern "Press any key to continue"? no "[Pp]assword:"? Gate "?assword:"? gate=no "(>|#) ?"? (No Gate, RE only) gate=yes re=yes expect: set expect_out(0,string) "# " expect: set expect_out(1,string) "#" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "*\u001b[?7h*Your previous successful login (as manager) was on 2017-03-10 14:19:42 \r\r\n from 192.168.201.62\r\r\nNAME_of_switch# " send: sending "\r" to { exp7 } Gate keeper glob pattern for '[ ]+' is ''. Not usable, disabling the performance booster. Gate keeper glob pattern for '^.+(>|#) ?' is ''. Not usable, disabling the performance booster. expect: does "" (spawn_id exp7) match regular expression "[\r\n]+"? (No Gate, RE only) gate=yes re=no "^.+(>|#) ?"? (No Gate, RE only) gate=yes re=no NAME_of_switch# expect: does "*\u001b[1M\u001b[1L*NAME_of_switch# " (spawn_id exp7) match regular expression "[\r\n]+"? (No Gate, RE only) gate=yes re=no "^.+(>|#) ?"? (No Gate, RE only) gate=yes re=yes expect: set expect_out(0,string) "*\u001b[1M\u001b[1L*NAME_of_switch# " expect: set expect_out(1,string) "#" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "*\u001b[1M\u001b[1L*NAME_of_switch# " send: sending "no page\r" to { exp7 } couldn't compile regular expression pattern: brackets [] not balanced while executing "expect -re $prompt {}" ("foreach" body line 163) invoked from within "foreach router [lrange $argv $i end] { set router [string tolower $router] send_user "$router\n" # device timeout set timeout [find t..." (file "/usr/local/rancid/bin/hlogin" line 668) ------------------------------------------ I think that the problem are the special caracters at the beginning of prompt *\u001b[1M\u001b[1L* or *\u001b[?7h* They add this "brackets [] not balanced" error . I'm not an expect coder so I search on the mailing list and look onto the code But I don't find any solution. ( hpuifilter is the answers ? ) using the same script on other procurve swtch work perfectly. Any idea ? Regards Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.beaudlot at univ-avignon.fr Fri Mar 17 08:41:35 2017 From: sebastien.beaudlot at univ-avignon.fr (Sebastien BEAUDLOT) Date: Fri, 17 Mar 2017 09:41:35 +0100 (CET) Subject: [rancid] Using rancid to change Allied Telesis switches configuration Message-ID: <199326998.16692706.1489740095236.JavaMail.zimbra@univ-avignon.fr> Hi, I'm using rancid to backup Allied Telesis (and many more) switches configuration thanks to Valentino who posted his own scripts on the list. Now, i want to use rancid login scripts to send commands to the script, but i'm facing something annoying with this brand. The 'copy running-config startup-config' command is interactive and ask for the user to press Y key. No way to force this command to be non-interactive. I tried to fork the ATrancid script to do only this command, but need to hack the ShowConfig loop, thus i a not familiar enough with perl. Does someone already did such a thing ? Regards. -- S?bastien BEAUDLOT Administrateur r?seaux, t?l?phonie et flotte mobile Direction Op?rationnelle des Syst?mes d'Information ( DOSI ) P?le Infrastructures Universit? d'Avignon et des Pays de Vaucluse T?l : 04.90.16.26.04 -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.w.anderson at gmail.com Fri Mar 17 11:30:04 2017 From: dan.w.anderson at gmail.com (Dan Anderson) Date: Fri, 17 Mar 2017 07:30:04 -0400 Subject: [rancid] Using rancid to change Allied Telesis switches configuration In-Reply-To: <199326998.16692706.1489740095236.JavaMail.zimbra@univ-avignon.fr> References: <199326998.16692706.1489740095236.JavaMail.zimbra@univ-avignon.fr> Message-ID: I'm not sure which scripts you're referring to, but the hack-ish way would be to run "ATlogin -c "copy running-config startup-config\rY", assuming that ATlogin (or whatever the login script is) isn't terribly different from clogin. You don't necessarily need (or likely want) to modify the rancid scripts to be able to make changes to the devices. If you're going to do that, I'd try to rename them to something else so that it's less likely to get overwritten during upgrades. Granted, the ATrancid script isn't in stock RANCID, but that's not to say that it may not be at some point in the future. On Fri, Mar 17, 2017 at 4:41 AM, Sebastien BEAUDLOT < sebastien.beaudlot at univ-avignon.fr> wrote: > Hi, > > I'm using rancid to backup Allied Telesis (and many more) switches > configuration thanks to Valentino who posted his own scripts on the list. > > Now, i want to use rancid login scripts to send commands to the script, > but i'm facing something annoying with this brand. > > The 'copy running-config startup-config' command is interactive and ask > for the user to press Y key. No way to force this command to be > non-interactive. > > I tried to fork the ATrancid script to do only this command, but need to > hack the ShowConfig loop, thus i a not familiar enough with perl. Does > someone already did such a thing ? > > Regards. > > -- > S?bastien BEAUDLOT > > Administrateur r?seaux, t?l?phonie et flotte mobile > > Direction Op?rationnelle des Syst?mes d'Information ( DOSI ) > P?le Infrastructures > Universit? d'Avignon et des Pays de Vaucluse > > T?l : 04.90.16.26.04 > -- > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > -- Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Fri Mar 17 16:00:49 2017 From: heas at shrubbery.net (heasley) Date: Fri, 17 Mar 2017 16:00:49 +0000 Subject: [rancid] Using rancid to change Allied Telesis switches configuration In-Reply-To: References: <199326998.16692706.1489740095236.JavaMail.zimbra@univ-avignon.fr> Message-ID: <20170317160049.GD29608@shrubbery.net> Fri, Mar 17, 2017 at 07:30:04AM -0400, Dan Anderson: > I'm not sure which scripts you're referring to, but the hack-ish way would > be to run "ATlogin -c "copy running-config startup-config\rY", assuming > that ATlogin (or whatever the login script is) isn't terribly different > from clogin. > > You don't necessarily need (or likely want) to modify the rancid scripts > to be able to make changes to the devices. If you're going to do that, I'd > try to rename them to something else so that it's less likely to get and, i would do it outside of rancid; a separate cron job that iterated through the router.db files and performed actions such as this. > overwritten during upgrades. Granted, the ATrancid script isn't in stock > RANCID, but that's not to say that it may not be at some point in the > future. > > On Fri, Mar 17, 2017 at 4:41 AM, Sebastien BEAUDLOT < > sebastien.beaudlot at univ-avignon.fr> wrote: > > > Hi, > > > > I'm using rancid to backup Allied Telesis (and many more) switches > > configuration thanks to Valentino who posted his own scripts on the list. > > > > Now, i want to use rancid login scripts to send commands to the script, > > but i'm facing something annoying with this brand. > > > > The 'copy running-config startup-config' command is interactive and ask > > for the user to press Y key. No way to force this command to be > > non-interactive. > > > > I tried to fork the ATrancid script to do only this command, but need to > > hack the ShowConfig loop, thus i a not familiar enough with perl. Does > > someone already did such a thing ? > > > > Regards. > > > > -- > > S?bastien BEAUDLOT > > > > Administrateur r?seaux, t?l?phonie et flotte mobile > > > > Direction Op?rationnelle des Syst?mes d'Information ( DOSI ) > > P?le Infrastructures > > Universit? d'Avignon et des Pays de Vaucluse > > > > T?l : 04.90.16.26.04 > > -- > > > > _______________________________________________ > > Rancid-discuss mailing list > > Rancid-discuss at shrubbery.net > > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > > > > > -- > Dan > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From sebastien.beaudlot at univ-avignon.fr Mon Mar 20 09:00:48 2017 From: sebastien.beaudlot at univ-avignon.fr (Sebastien BEAUDLOT) Date: Mon, 20 Mar 2017 10:00:48 +0100 (CET) Subject: [rancid] Using rancid to change Allied Telesis switches configuration In-Reply-To: <20170317160049.GD29608@shrubbery.net> References: <199326998.16692706.1489740095236.JavaMail.zimbra@univ-avignon.fr> <20170317160049.GD29608@shrubbery.net> Message-ID: <961567905.1775852.1490000448120.JavaMail.zimbra@univ-avignon.fr> @Dan : Thank you a lot for that solution. It's working really well. @heasley : I don't plan to add this to rancid-run, i'm just using the xlogin scripts to send some daily use commands via a php script. -- S?bastien BEAUDLOT Administrateur r?seaux, t?l?phonie et flotte mobile Direction Op?rationnelle des Syst?mes d'Information ( DOSI ) P?le Infrastructures Universit? d'Avignon et des Pays de Vaucluse T?l : 04.90.16.26.04 -- ----- Mail original ----- De: "heasley" ?: "Dan Anderson" Cc: "Sebastien BEAUDLOT" , "rancid-discuss" Envoy?: Vendredi 17 Mars 2017 17:00:49 Objet: Re: [rancid] Using rancid to change Allied Telesis switches configuration Fri, Mar 17, 2017 at 07:30:04AM -0400, Dan Anderson: > I'm not sure which scripts you're referring to, but the hack-ish way would > be to run "ATlogin -c "copy running-config startup-config\rY", assuming > that ATlogin (or whatever the login script is) isn't terribly different > from clogin. > > You don't necessarily need (or likely want) to modify the rancid scripts > to be able to make changes to the devices. If you're going to do that, I'd > try to rename them to something else so that it's less likely to get and, i would do it outside of rancid; a separate cron job that iterated through the router.db files and performed actions such as this. > overwritten during upgrades. Granted, the ATrancid script isn't in stock > RANCID, but that's not to say that it may not be at some point in the > future. > > On Fri, Mar 17, 2017 at 4:41 AM, Sebastien BEAUDLOT < > sebastien.beaudlot at univ-avignon.fr> wrote: > > > Hi, > > > > I'm using rancid to backup Allied Telesis (and many more) switches > > configuration thanks to Valentino who posted his own scripts on the list. > > > > Now, i want to use rancid login scripts to send commands to the script, > > but i'm facing something annoying with this brand. > > > > The 'copy running-config startup-config' command is interactive and ask > > for the user to press Y key. No way to force this command to be > > non-interactive. > > > > I tried to fork the ATrancid script to do only this command, but need to > > hack the ShowConfig loop, thus i a not familiar enough with perl. Does > > someone already did such a thing ? > > > > Regards. > > > > -- > > S?bastien BEAUDLOT > > > > Administrateur r?seaux, t?l?phonie et flotte mobile > > > > Direction Op?rationnelle des Syst?mes d'Information ( DOSI ) > > P?le Infrastructures > > Universit? d'Avignon et des Pays de Vaucluse > > > > T?l : 04.90.16.26.04 > > -- > > > > _______________________________________________ > > Rancid-discuss mailing list > > Rancid-discuss at shrubbery.net > > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > > > > > -- > Dan > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From Herschel.Jones at meridianbrick.com Tue Mar 21 13:43:50 2017 From: Herschel.Jones at meridianbrick.com (Jones, Herschel) Date: Tue, 21 Mar 2017 13:43:50 +0000 Subject: [rancid] Rancid Sending Emails Every 2 Minutes References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.93eb4664-d831-4d91-a20c-e71e09f47eaf@emailsignatures365.codetwo.com> Message-ID: Forgive my newbiness, but hey, I made Rancid work, so that has to say something. Only issue I am having is with Rancid spamming our network group when there is a router down. It emails like it is supposed to, except it does it every ~2 minutes for an hour. That doesn't seem normal to me, but I couldn't find anything online about it or how to change it. Thanks in advance for any advice. Herschel Jones Systems Administrator Meridian Brick LLC* Office: (706) 821-3684 Mobile: (706) 399-5542 Fax: (706) 722-4774 Email: Herschel.Jones at meridianbrick.com [http://logo.meridianbrick.com/meridianbrick.jpg] 1630 Arthern Road Augusta Georgia 30901 http://www.meridianbrick.com * * Meridian Brick, through its affiliated entities Boral Bricks LLC, Forterra Brick, LLC, Forterra Brick Ltd./Briques Forterra Ltee. proudly serves the United States and Canadian markets. -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Wed Mar 22 04:24:49 2017 From: heas at shrubbery.net (heasley) Date: Wed, 22 Mar 2017 04:24:49 +0000 Subject: [rancid] Rancid Sending Emails Every 2 Minutes In-Reply-To: References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.93eb4664-d831-4d91-a20c-e71e09f47eaf@emailsignatures365.codetwo.com> Message-ID: <20170322042449.GE68376@shrubbery.net> Tue, Mar 21, 2017 at 01:43:50PM +0000, Jones, Herschel: > Forgive my newbiness, but hey, I made Rancid work, so that has to say something. Only issue I am having is with Rancid spamming our network group when there is a router down. It emails like it is supposed to, except it does it every ~2 minutes for an hour. That doesn't seem normal to me, but I couldn't find anything online about it or how to change it. See OLDTIME in rancid.conf(5) and "state" in router.db(%). but, 2 mins is weird; normally one runs rancid from cron every 1 hour. maybe you have an MTA problem too. From alan.mckinnon at gmail.com Wed Mar 22 06:49:12 2017 From: alan.mckinnon at gmail.com (Alan McKinnon) Date: Wed, 22 Mar 2017 08:49:12 +0200 Subject: [rancid] Rancid Sending Emails Every 2 Minutes In-Reply-To: References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.93eb4664-d831-4d91-a20c-e71e09f47eaf@emailsignatures365.codetwo.com> Message-ID: <7b754445-e82b-5ab7-b0d4-e47889395f30@gmail.com> On 21/03/2017 15:43, Jones, Herschel wrote: > Forgive my newbiness, but hey, I made Rancid work, so that has to say > something. Only issue I am having is with Rancid spamming our network > group when there is a router down. It emails like it is supposed to, > except it does it every ~2 minutes for an hour. That doesn?t seem normal > to me, but I couldn?t find anything online about it or how to change it. What's on your crontab? -- Alan McKinnon alan.mckinnon at gmail.com From Herschel.Jones at meridianbrick.com Wed Mar 22 20:02:39 2017 From: Herschel.Jones at meridianbrick.com (Jones, Herschel) Date: Wed, 22 Mar 2017 20:02:39 +0000 Subject: [rancid] Rancid-discuss Digest, Vol 77, Issue 6 In-Reply-To: References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.b129a08e-5c0d-452a-885a-2f2293d060df@emailsignatures365.codetwo.com> Message-ID: An HTML attachment was scrubbed... URL: From sophanith.chhom at gmail.com Thu Mar 23 03:18:17 2017 From: sophanith.chhom at gmail.com (Sophanith Chhom) Date: Thu, 23 Mar 2017 10:18:17 +0700 Subject: [rancid] Help: Add new ios command Message-ID: Dear All, Hope you are fine, I am having a question to add new command to Cisco router I would like to add new command: *#show bgp summary* And I try to modify this file: *rancid.types.base* and add this new command as bellow: cisco1;command;ios::WriteTerm;more system:running-config;ASA/PIX cisco1;command;ios::WriteTerm;show running-config view full;workaround for role-based CLI cisco1;command;ios::WriteTerm;show running-config ##New command added *cisco1;command;ios::ShowBGPSummary;show bgp summary* Can you share which file config do I need to add some code more to make it works? Thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alan.mckinnon at gmail.com Wed Mar 22 21:42:51 2017 From: alan.mckinnon at gmail.com (Alan McKinnon) Date: Wed, 22 Mar 2017 23:42:51 +0200 Subject: [rancid] Rancid-discuss Digest, Vol 77, Issue 6 In-Reply-To: References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.b129a08e-5c0d-452a-885a-2f2293d060df@emailsignatures365.codetwo.com> Message-ID: On 22/03/2017 22:02, Jones, Herschel wrote: > Alan, > > Crontab here - > > # .---------------- minute (0 - 59) > # | .------------- hour (0 - 23) > # | | .---------- day of month (1 - 31) > # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... > # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR > sun,mon,tue,wed,thu,fri,sat > # | | | | | > # * * * * * user-name command to be executed > > * 1 * * * /usr/local/rancid/bin/rancid-run #hourly router dump ^ This is your problem. It runs every minute when the hour is "1", every minute from 01:00 to 01:59 I think you got the hours and minutes column swapped, you probably want 0 * * * * /usr/local/rancid/bin/rancid-run #hourly router dump to run once an hour, on the hour, every hour. If you really did want rancid to run once a day at 1am, it is this: 0 1 * * * /usr/local/rancid/bin/rancid-run #hourly router dump The golden rule of cron is you cannot specify intervals like "every 10 minutes" or "once a day". You can only give the exact time when a job must run. I find it very useful to read the columns as saying for example: when the big hand is at 0 and the little hand is at 4, then do this :-) > 50 23 * * * /usr/bin/find /usr/local/rancid/var/logs -type f -mtime +2 > -exec rm {} \; > > *Herschel Jones* > Systems Administrator > Meridian Brick LLC* > > Office: (706) 821-3684 > Mobile: (706) 399-5542 > Fax: (706) 722-4774 > Email: Herschel.Jones at meridianbrick.com > > > > > 1630 Arthern Road Augusta Georgia 30901 > http://www.meridianbrick.com > > * * Meridian Brick, through its affiliated entities Boral Bricks LLC, > Forterra Brick, LLC, Forterra Brick Ltd./Briques Forterra Ltee. proudly > serves the United States and Canadian markets. > > > -----Original Message----- > From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On > Behalf Of rancid-discuss-request at shrubbery.net > Sent: Wednesday, March 22, 2017 4:00 PM > To: rancid-discuss at shrubbery.net > Subject: Rancid-discuss Digest, Vol 77, Issue 6 > > Send Rancid-discuss mailing list submissions to > rancid-discuss at shrubbery.net > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > or, via email, send a message with subject or body 'help' to > rancid-discuss-request at shrubbery.net > > You can reach the person managing the list at > rancid-discuss-owner at shrubbery.net > > When replying, please edit your Subject line so it is more specific than > "Re: Contents of Rancid-discuss digest..." > > > Today's Topics: > > 1. Rancid Sending Emails Every 2 Minutes (Jones, Herschel) > 2. Re: Rancid Sending Emails Every 2 Minutes (heasley) > 3. Re: Rancid Sending Emails Every 2 Minutes (Alan McKinnon) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 21 Mar 2017 13:43:50 +0000 > From: "Jones, Herschel" > To: "rancid-discuss at shrubbery.net" > Subject: [rancid] Rancid Sending Emails Every 2 Minutes > Message-ID: > > > > Content-Type: text/plain; charset="us-ascii" > > Forgive my newbiness, but hey, I made Rancid work, so that has to say > something. Only issue I am having is with Rancid spamming our network > group when there is a router down. It emails like it is supposed to, > except it does it every ~2 minutes for an hour. That doesn't seem normal > to me, but I couldn't find anything online about it or how to change it. > > Thanks in advance for any advice. > > Herschel Jones > Systems Administrator > Meridian Brick LLC* > > Office: (706) 821-3684 > Mobile: (706) 399-5542 > Fax: (706) 722-4774 > Email: > Herschel.Jones at meridianbrick.com > > [http://logo.meridianbrick.com/meridianbrick.jpg] > > 1630 Arthern Road Augusta Georgia 30901 > http://www.meridianbrick.com > > * * Meridian Brick, through its affiliated entities Boral Bricks LLC, > Forterra Brick, LLC, Forterra Brick Ltd./Briques Forterra Ltee. proudly > serves the United States and Canadian markets. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > > ------------------------------ > > Message: 2 > Date: Wed, 22 Mar 2017 04:24:49 +0000 > From: heasley > To: "Jones, Herschel" > Cc: "rancid-discuss at shrubbery.net" > Subject: Re: [rancid] Rancid Sending Emails Every 2 Minutes > Message-ID: <20170322042449.GE68376 at shrubbery.net> > Content-Type: text/plain; charset=us-ascii > > Tue, Mar 21, 2017 at 01:43:50PM +0000, Jones, Herschel: >> Forgive my newbiness, but hey, I made Rancid work, so that has to say > something. Only issue I am having is with Rancid spamming our network > group when there is a router down. It emails like it is supposed to, > except it does it every ~2 minutes for an hour. That doesn't seem normal > to me, but I couldn't find anything online about it or how to change it. > > See OLDTIME in rancid.conf(5) and "state" in router.db(%). but, 2 mins > is weird; normally one runs rancid from cron every 1 hour. maybe you > have an MTA problem too. > > > > ------------------------------ > > Message: 3 > Date: Wed, 22 Mar 2017 08:49:12 +0200 > From: Alan McKinnon > To: rancid-discuss at shrubbery.net > Subject: Re: [rancid] Rancid Sending Emails Every 2 Minutes > Message-ID: <7b754445-e82b-5ab7-b0d4-e47889395f30 at gmail.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > On 21/03/2017 15:43, Jones, Herschel wrote: >> Forgive my newbiness, but hey, I made Rancid work, so that has to say >> something. Only issue I am having is with Rancid spamming our network >> group when there is a router down. It emails like it is supposed to, >> except it does it every ~2 minutes for an hour. That doesn?t seem >> normal to me, but I couldn?t find anything online about it or how to > change it. > > What's on your crontab? > > -- > Alan McKinnon > alan.mckinnon at gmail.com > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > ------------------------------ > > End of Rancid-discuss Digest, Vol 77, Issue 6 > ********************************************* > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > -- Alan McKinnon alan.mckinnon at gmail.com From rancid at ale.cx Thu Mar 23 11:26:56 2017 From: rancid at ale.cx (Alex DEKKER) Date: Thu, 23 Mar 2017 11:26:56 +0000 Subject: [rancid] Rancid-discuss Digest, Vol 77, Issue 6 In-Reply-To: References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.b129a08e-5c0d-452a-885a-2f2293d060df@emailsignatures365.codetwo.com> Message-ID: <64513f88-b5f5-7d42-0bfa-55b504b5c931@ale.cx> On 22/03/17 21:42, Alan McKinnon wrote: > On 22/03/2017 22:02, Jones, Herschel wrote: >> Alan, >> >> Crontab here - >> >> # .---------------- minute (0 - 59) >> # | .------------- hour (0 - 23) >> # | | .---------- day of month (1 - 31) >> # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... >> # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR >> sun,mon,tue,wed,thu,fri,sat >> # | | | | | >> # * * * * * user-name command to be executed >> >> * 1 * * * /usr/local/rancid/bin/rancid-run #hourly router dump > ^ > This is your problem. It runs every minute when the hour is "1", every minute from 01:00 to 01:59 To the OP - everyone has made this particular mistake at least once :-) > The golden rule of cron is you cannot specify intervals like "every 10 minutes" or "once a day". Don't want to stray too far off topic here, but "ISC Cron" which according to the ever-reliable Wikipedia article is the default cron on most Linux and BSDs allows for just this. My RANCID cron entry is: 29 8-22/4 * * * /usr/bin/rancid-run so at 29 minutes past every 4th hour between 0800 and 2200, it runs. I am not sure how this particular frequency was arrived at, but it seems to work for us. alexd From alan.mckinnon at gmail.com Thu Mar 23 12:11:23 2017 From: alan.mckinnon at gmail.com (Alan McKinnon) Date: Thu, 23 Mar 2017 14:11:23 +0200 Subject: [rancid] Rancid-discuss Digest, Vol 77, Issue 6 In-Reply-To: <64513f88-b5f5-7d42-0bfa-55b504b5c931@ale.cx> References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.b129a08e-5c0d-452a-885a-2f2293d060df@emailsignatures365.codetwo.com> <64513f88-b5f5-7d42-0bfa-55b504b5c931@ale.cx> Message-ID: On 23/03/2017 13:26, Alex DEKKER wrote: > On 22/03/17 21:42, Alan McKinnon wrote: >> On 22/03/2017 22:02, Jones, Herschel wrote: >>> Alan, >>> >>> Crontab here - >>> >>> # .---------------- minute (0 - 59) >>> # | .------------- hour (0 - 23) >>> # | | .---------- day of month (1 - 31) >>> # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... >>> # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR >>> sun,mon,tue,wed,thu,fri,sat >>> # | | | | | >>> # * * * * * user-name command to be executed >>> >>> * 1 * * * /usr/local/rancid/bin/rancid-run #hourly router dump >> ^ >> This is your problem. It runs every minute when the hour is "1", every > minute from 01:00 to 01:59 > > To the OP - everyone has made this particular mistake at least once :-) > >> The golden rule of cron is you cannot specify intervals like "every 10 > minutes" or "once a day". > > Don't want to stray too far off topic here, but "ISC Cron" which > according to the ever-reliable Wikipedia article is the default cron on > most Linux and BSDs allows for just this. My RANCID cron entry is: > > 29 8-22/4 * * * /usr/bin/rancid-run > > so at 29 minutes past every 4th hour between 0800 and 2200, it runs. I > am not sure how this particular frequency was arrived at, but it seems > to work for us. That is not actually "very 4 hours", as in "at an interval but I don't care when it starts" Your example really does expand to an exact list, wall clock time: 8, 12, 16, 20 o'clock To understand what Paul Vixie made that value do, it should be understood like this: for every value between 8 and 22 (inclusive), run the job at the hour when that value is divisible by 4 without remainder. Or even start at 8 and keep adding 4 till you go beyond 22 The point I'm making is no matter how fancy you specify your cron timings, it has to come down a list of exact numbers. 8-22/4 is probably better expressed as "8,12,16,20", more obvious more intuitive -- Alan McKinnon alan.mckinnon at gmail.com From heas at shrubbery.net Thu Mar 23 15:57:07 2017 From: heas at shrubbery.net (heasley) Date: Thu, 23 Mar 2017 15:57:07 +0000 Subject: [rancid] Help: Add new ios command In-Reply-To: References: Message-ID: <20170323155706.GC97752@shrubbery.net> Thu, Mar 23, 2017 at 10:18:17AM +0700, Sophanith Chhom: > Dear All, > > Hope you are fine, I am having a question to add new command to Cisco router > > I would like to add new command: *#show bgp summary* > > And I try to modify this file: *rancid.types.base* and add this new command > as bellow: > > cisco1;command;ios::WriteTerm;more system:running-config;ASA/PIX > cisco1;command;ios::WriteTerm;show running-config view full;workaround for > role-based CLI > cisco1;command;ios::WriteTerm;show running-config > ##New command added > *cisco1;command;ios::ShowBGPSummary;show bgp summary* ios.pm, but i suggest that you create your own pm, chhomios.pm, for your function and just include that and ios.pm for cisco1. > Can you share which file config do I need to add some code more to make it > works? > > > Thanks a lot. > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From Herschel.Jones at meridianbrick.com Wed Mar 22 12:19:13 2017 From: Herschel.Jones at meridianbrick.com (Jones, Herschel) Date: Wed, 22 Mar 2017 12:19:13 +0000 Subject: [rancid] Rancid Sending Emails Every 2 Minutes In-Reply-To: <20170322042449.GE68376@shrubbery.net> References: <88b4e8f8-02c1-47e8-9620-6de9c6c32ab6.92440ede-836b-4266-becc-e21a5f92fc30.93eb4664-d831-4d91-a20c-e71e09f47eaf@emailsignatures365.codetwo.com> <20170322042449.GE68376@shrubbery.net> Message-ID: An HTML attachment was scrubbed... URL: From sophanith.chhom at gmail.com Fri Mar 24 02:02:30 2017 From: sophanith.chhom at gmail.com (Sophanith Chhom) Date: Fri, 24 Mar 2017 09:02:30 +0700 Subject: [rancid] Help: Add new ios command In-Reply-To: <20170323155706.GC97752@shrubbery.net> References: <20170323155706.GC97752@shrubbery.net> Message-ID: Thank you so much. Could you share coding for this purpose please since I am not so good for it. On Thu, Mar 23, 2017 at 10:57 PM, heasley wrote: > Thu, Mar 23, 2017 at 10:18:17AM +0700, Sophanith Chhom: > > Dear All, > > > > Hope you are fine, I am having a question to add new command to Cisco > router > > > > I would like to add new command: *#show bgp summary* > > > > And I try to modify this file: *rancid.types.base* and add this new > command > > as bellow: > > > > cisco1;command;ios::WriteTerm;more system:running-config;ASA/PIX > > cisco1;command;ios::WriteTerm;show running-config view full;workaround > for > > role-based CLI > > cisco1;command;ios::WriteTerm;show running-config > > ##New command added > > *cisco1;command;ios::ShowBGPSummary;show bgp summary* > > ios.pm, but i suggest that you create your own pm, chhomios.pm, for your > function and just include that and ios.pm for cisco1. > > > Can you share which file config do I need to add some code more to make > it > > works? > > > > > > Thanks a lot. > > > _______________________________________________ > > Rancid-discuss mailing list > > Rancid-discuss at shrubbery.net > > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Fri Mar 24 14:15:48 2017 From: heas at shrubbery.net (heasley) Date: Fri, 24 Mar 2017 14:15:48 +0000 Subject: [rancid] Help: Add new ios command In-Reply-To: References: <20170323155706.GC97752@shrubbery.net> Message-ID: <20170324141548.GA75078@shrubbery.net> Fri, Mar 24, 2017 at 09:02:30AM +0700, Sophanith Chhom: > Thank you so much. > > Could you share coding for this purpose please since I am not so good for > it. I've added some instruction in the form of a FAQ; S4Q3. retrieve the current at http://shrubbery.net/rancid/FAQ . > On Thu, Mar 23, 2017 at 10:57 PM, heasley wrote: > > > Thu, Mar 23, 2017 at 10:18:17AM +0700, Sophanith Chhom: > > > Dear All, > > > > > > Hope you are fine, I am having a question to add new command to Cisco > > router > > > > > > I would like to add new command: *#show bgp summary* > > > > > > And I try to modify this file: *rancid.types.base* and add this new > > command > > > as bellow: > > > > > > cisco1;command;ios::WriteTerm;more system:running-config;ASA/PIX > > > cisco1;command;ios::WriteTerm;show running-config view full;workaround > > for > > > role-based CLI > > > cisco1;command;ios::WriteTerm;show running-config > > > ##New command added > > > *cisco1;command;ios::ShowBGPSummary;show bgp summary* > > > > ios.pm, but i suggest that you create your own pm, chhomios.pm, for your > > function and just include that and ios.pm for cisco1. > > > > > Can you share which file config do I need to add some code more to make > > it > > > works? > > > > > > > > > Thanks a lot. > > > > > _______________________________________________ > > > Rancid-discuss mailing list > > > Rancid-discuss at shrubbery.net > > > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > > > From ksanders at asprack.com Fri Mar 24 20:57:41 2017 From: ksanders at asprack.com (Kalani Sanders) Date: Fri, 24 Mar 2017 13:57:41 -0700 (PDT) Subject: [rancid] rancid with hp5412 J8697A or hp5406 Message-ID: <06c401d2a4e1$46fb0ae0$d4f120a0$@asprack.com> I believe this should do it. Fixed it for me. Replaces "[?7h", "[1L", and "[1M" with CR. According to http://www.inwap.com/pdp10/ansicode.txt [1L Insert blank line at current row (shift screen down) [1M Delete the current line (shift screen up) [?7h = DECAWM - AutoWrap Mode, start newline after column 80 --- hpuifilter.c.ORIG 2017-03-24 13:49:49.991710473 -0700 +++ hpuifilter.c 2017-03-24 13:50:35.467645620 -0700 @@ -545,8 +545,8 @@ filter(char *buf, int len) { static regmatch_t pmatch[1]; -#define N_REG 16 /* number of regexes in reg[][] */ -#define N_CRs 2 /* number of CR replacements */ +#define N_REG 19 /* number of regexes in reg[][] */ +#define N_CRs 5 /* number of CR replacements */ static regex_t preg[N_REG]; static char reg[N_REG][50] = { /* vt100/220 escape codes */ "\x1B""7\x1B\\[1;24r\x1B""8", /* ds */ @@ -570,6 +570,9 @@ /* replace these with CR */ "\x1B\\[0m", /* me */ "\x1B""E", + "\x1B\\[\\?7h", + "\x1B\\[1L", + "\x1B\\[1M", }; char bufstr[3] = {ESC, '\x07', '\0'}, ebuf[256]; -- Kalani Sanders ksanders at asprack.com (714) 902-2019 www.advancestorage.com The contents of this e-mail message and any attachments are confidential and are intended solely for addressee. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 117032416574302507.jpg Type: image/jpeg Size: 3703 bytes Desc: not available URL: From nicolas_renault at yahoo.fr Wed Mar 29 13:03:06 2017 From: nicolas_renault at yahoo.fr (Nicolas Renault) Date: Wed, 29 Mar 2017 15:03:06 +0200 Subject: [rancid] rancid with hp5412 J8697A or hp5406 Message-ID: <14f92b89-5941-973d-41df-686b8f4f6b3d@yahoo.fr> Thanks a lot Kalani ! I confirm that this works I modify the hpuifilter.c , then configure / make / make install and all work fine now Regards. Nicolas From vanja.luk at gmail.com Wed Mar 29 21:41:41 2017 From: vanja.luk at gmail.com (Vanja Luk) Date: Wed, 29 Mar 2017 23:41:41 +0200 Subject: [rancid] Receiving empty mails Message-ID: The backup schedule via cron works fine and if there are some diffs we are getting them via email, but an empty mail is sent even if there are no changes. Is there any way to avoid such behavior? Thanks. Vanja -------------- next part -------------- An HTML attachment was scrubbed... URL: From vanja.luk at gmail.com Thu Mar 30 11:40:30 2017 From: vanja.luk at gmail.com (Vanja Luk) Date: Thu, 30 Mar 2017 13:40:30 +0200 Subject: [rancid] Receiving empty mails In-Reply-To: References: Message-ID: Hello, I have found out that the empty mails are sent only if a diff script is enabled for the email notification: MAILHEADERS="Content-Type: text/html; charset=ISO-8859-1"; export MAILHEADERS DIFFSCRIPT="/etc/rancid/diff2html.py"; export DIFFSCRIPT As soon as the script is commented rancid does not send empty emails any more. On Wed, Mar 29, 2017 at 11:41 PM, Vanja Luk wrote: > The backup schedule via cron works fine and if there are some diffs we are > getting them via email, but an empty mail is sent even if there are no > changes. > > Is there any way to avoid such behavior? > > Thanks. > Vanja > -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Thu Mar 30 13:09:50 2017 From: heas at shrubbery.net (heasley) Date: Thu, 30 Mar 2017 13:09:50 +0000 Subject: [rancid] Receiving empty mails In-Reply-To: References: Message-ID: <20170330130950.GA60026@shrubbery.net> Thu, Mar 30, 2017 at 01:40:30PM +0200, Vanja Luk: > DIFFSCRIPT="/etc/rancid/diff2html.py"; export DIFFSCRIPT > > As soon as the script is commented rancid does not send empty emails any > more. test it manually and separately from rancid. does it work as described in rancid.conf(5). From vanja.luk at gmail.com Thu Mar 30 13:29:13 2017 From: vanja.luk at gmail.com (Vanja Luk) Date: Thu, 30 Mar 2017 15:29:13 +0200 Subject: [rancid] Receiving empty mails In-Reply-To: <20170330130950.GA60026@shrubbery.net> References: <20170330130950.GA60026@shrubbery.net> Message-ID: Tried directly in command line with two diffs: git diff -C -M ad78a3e0cf8a14e3c1c2d0a0ba354e7580d9b9de e072c5c2033884852ff1c3b1290d22292f73373d -- "routers/configs/router1" | /etc/rancid/diff2html.py > diff.html and the output is as expected. Checked the script too, and there are no email triggers in it. The same scenario is when I use another script written in bash. The diff script is triggered every time rancid schedules a job no matter new diffs are recorded or not. On Thu, Mar 30, 2017 at 3:09 PM, heasley wrote: > Thu, Mar 30, 2017 at 01:40:30PM +0200, Vanja Luk: > > DIFFSCRIPT="/etc/rancid/diff2html.py"; export DIFFSCRIPT > > > > As soon as the script is commented rancid does not send empty emails any > > more. > > test it manually and separately from rancid. does it work as described in > rancid.conf(5). > -------------- next part -------------- An HTML attachment was scrubbed... URL: