From Shaun.Krok at 888holdings.com Tue Nov 4 07:40:17 2014 From: Shaun.Krok at 888holdings.com (Shaun Krok) Date: Tue, 4 Nov 2014 07:40:17 +0000 Subject: [rancid] Riverbed rancid script | Models : SH 1050 | SH 2050 Message-ID: <57FD84723C05BB4FA3BB5F66AC609F6406C59E45@XCH-IL-MB1.888holdings.corp> Hi there I am using a script I found on one of threads called rblogin. It works and logs in fine .. I updated the rancid.types.base as well ... However it does not complete and get the configuration - fails with end of run ! Any ideas or if anyone has managed to get this work would be most helpful ! #! /usr/bin/expect -- ## ## ## rancid 2.3.2a7 ## Copyright (C) 1997-2006 by Terrapin Communications, Inc. ## All rights reserved. ## ## This software may be freely copied, modified and redistributed ## without fee for non-commerical purposes provided that this license ## remains intact and unmodified with any RANCID distribution. ## ## There is no warranty or other guarantee of fitness of this software. ## It is provided solely "as is". The author(s) disclaim(s) all ## responsibility and liability with respect to this software's usage ## or its effect upon hardware, computer systems, other software, or ## anything else. ## ## Except where noted otherwise, rancid was written by and is maintained by ## Henry Kilmer, John Heasley, Andrew Partan, Pete Whiting, and Austin Schutz. ## # # The login expect scripts were based on Erik Sherk's gwtn, by permission. # # rblogin - Riverbed Steelhead login # Shaun Krok Network Team Herzliya Business Park Herzliya Pituach 46140 Israel Telephone: +972 (0)732889406 Mobile: +972 (0)50 2424381 email:shaun.krok at 888holdings.com [Description: Description: Description: Description: Description: 888] [Description: Description: 888] This email message and its attachments are for the sole use of the intended recipient(s) and may not be shared with any other party. They may contain confidential information of 888 Holdings plc or its direct and indirect subsidiaries (together, the "888 Group") and are to be regarded as confidential information under any non-disclosure agreement. Any review, use, disclosure or distribution by persons or entities other than the intended recipient(s) is prohibited. Nothing in this message is capable of or intended to create any legally binding obligation. The 888 Group will only ever assume a legally binding obligation where recorded in a written agreement duly executed by the authorized signatories of the relevant 888 Group company. The 888 Group accepts no liability for any personal views expressed in this message. If you are not the intended recipient, please contact the sender by return and destroy all copies of the original message and its attachments. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 5415 bytes Desc: image001.gif URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 13717 bytes Desc: image002.gif URL: From fabizs at yahoo.com Tue Nov 4 18:52:16 2014 From: fabizs at yahoo.com (Fabio Santos) Date: Tue, 4 Nov 2014 18:52:16 +0000 (UTC) Subject: [rancid] Erro with Rancid on solaris 10. In-Reply-To: <1397142742.33153.YahooMailNeo@web121905.mail.ne1.yahoo.com> References: <1397142742.33153.YahooMailNeo@web121905.mail.ne1.yahoo.com> Message-ID: <924741219.237299.1415127136931.JavaMail.yahoo@jws100104.mail.ne1.yahoo.com> Hi?heasley, I put the flags, see: #CPPFLAGS += @PG_CPPFLAGS@ #INCLUDES += -I$(top_srcdir)/include @PG_CPPFLAGS@ #INCLUDES += -I$(top_srcdir)/include #CFLAGS += -g CFLAGS = -g -O0 -D__EXTENSIONS__ But i had same problem, any other idea? Em Quinta-feira, 10 de Abril de 2014 12:12, Fabio Santos escreveu: Hi all, I'm trying to compile rancid 3.0 on solaris 10, the ./configure command works fine. but when i try make i received the erro above, Making all in bingmake[1]: Entering directory `/tmp/rancid-3.0/bin'gcc -DHAVE_CONFIG_H -I. -I../include ? ? -g -O0 -MT hpuifilter.o -MD -MP -MF .deps/hpuifilter.Tpo -c -o hpuifilter.o hpuifilter.cmv -f .deps/hpuifilter.Tpo .deps/hpuifilter.Pogcc ?-g -O0 ? -o hpuifilter hpuifilter.ogcc -DHAVE_CONFIG_H -I. -I../include ? ? -g -O0 -MT par.o -MD -MP -MF .deps/par.Tpo -c -o par.o par.cmv -f .deps/par.Tpo .deps/par.Pogcc ?-g -O0 ? -o par par.oUndefined ? ? ? ? ? ? ? ? ? ? ? first referenced?symbol ? ? ? ? ? ? ? ? ? ? ? ? ? ? in fileasprintf ? ? ? ? ? ? ? ? ? ? ? ? ? ?par.old: fatal: Symbol referencing errors. No output written to pargmake[1]: *** [par] Error 1gmake[1]: Leaving directory `/tmp/rancid-3.0/bin'make: *** [all-recursive] Error 1bash-3.00# Someone know how can i fix this problem? Att, -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdrake at direcpath.com Mon Nov 10 06:10:15 2014 From: rdrake at direcpath.com (Robert Drake) Date: Mon, 10 Nov 2014 01:10:15 -0500 Subject: [rancid] control_rancid slow start Message-ID: <546056C7.2060905@direcpath.com> has anyone looked at the control_rancid script recently? Here are some timestamps from an example run from me (with a couple of added date stamps to show where the time goes). I'm only running rancid against one file, but there are 1400 total devices in the group. rancid-run -r starting: Mon Nov 10 00:33:34 EST 2014 begin control_rancid: Mon Nov 10 00:33:34 EST 2014 Trying to get all of the configs. Mon Nov 10 00:35:33 EST 2014 All routers sucessfully completed. cvs diff: Diffing . cvs diff: Diffing configs cvs commit: Examining . cvs commit: Examining configs ending: Mon Nov 10 00:35:37 EST 2014 If I comment the following code out it runs in less than 3 seconds: # check for 'up' routers missing in RCS. no idea how this happens to some folks for router in `cut -d\; -f1 ../routers.up` ; do if [ $RCSSYS = cvs ] ; then cvs status $router | grep -i 'status: unknown' > /dev/null 2>&1 else svn status $router | grep '^?' > /dev/null 2>&1 fi if [ $? -eq 0 ] ; then touch $router if [ $RCSSYS = cvs ] ; then cvs add -ko $router else svn add $router fi echo "$RCSSYS added missing router $router" fi done Possible better option would be this (I think this will work with svn but I don't have a tree to test it on): cut -d: -f1 ../routers.up | xargs cvs status | grep -i 'status: unknown' Example test case: (echo test ; cut -d: -f1 ../routers.up) | xargs cvs status | grep -i 'status: unknown' cvs status: nothing known about test File: no file test Status: Unknown Another option might be to have a CLI argument that says "skip rebuilding router.db.* and checking CVS stuff because we're reasonably certain that is fine right now". Finally, I would recommend abstracting most of the router.db.* rebuild into another script and rewriting it in perl because it's almost unreadable now. I can submit patches if this is too much for informal email. Thanks, Robert From heas at shrubbery.net Thu Nov 13 01:23:00 2014 From: heas at shrubbery.net (heasley) Date: Thu, 13 Nov 2014 01:23:00 +0000 Subject: [rancid] control_rancid slow start In-Reply-To: <546056C7.2060905@direcpath.com> References: <546056C7.2060905@direcpath.com> Message-ID: <20141113012300.GI29211@shrubbery.net> Mon, Nov 10, 2014 at 01:10:15AM -0500, Robert Drake: > has anyone looked at the control_rancid script recently? Here are some > timestamps from an example run from me (with a couple of added date > stamps to show where the time goes). I'm only running rancid against > one file, but there are 1400 total devices in the group. > > rancid-run -r > > starting: Mon Nov 10 00:33:34 EST 2014 > begin control_rancid: Mon Nov 10 00:33:34 EST 2014 > > Trying to get all of the configs. Mon Nov 10 00:35:33 EST 2014 it takes ~3s for 200 devices in svn. i haven't timed cvs yet. is it possible that you have defined cvswrappers that are slow? or you have a massive cvs history file that is slowing making the operation slow? > All routers sucessfully completed. > > cvs diff: Diffing . > cvs diff: Diffing configs > cvs commit: Examining . > cvs commit: Examining configs > > ending: Mon Nov 10 00:35:37 EST 2014 > > > If I comment the following code out it runs in less than 3 seconds: > > # check for 'up' routers missing in RCS. no idea how this happens to > some folks > for router in `cut -d\; -f1 ../routers.up` ; do > if [ $RCSSYS = cvs ] ; then > cvs status $router | grep -i 'status: unknown' > /dev/null 2>&1 > else > svn status $router | grep '^?' > /dev/null 2>&1 > fi > if [ $? -eq 0 ] ; then > touch $router > if [ $RCSSYS = cvs ] ; then > cvs add -ko $router > else > svn add $router > fi > echo "$RCSSYS added missing router $router" > fi > done > > Possible better option would be this (I think this will work with svn > but I don't have a tree to test it on): > > cut -d: -f1 ../routers.up | xargs cvs status | grep -i 'status: unknown' > > Example test case: > > (echo test ; cut -d: -f1 ../routers.up) | xargs cvs status | grep -i > 'status: unknown' > cvs status: nothing known about test > File: no file test Status: Unknown that doesnt quite work for non-existent files. > Another option might be to have a CLI argument that says "skip > rebuilding router.db.* and checking CVS stuff because we're reasonably > certain that is fine right now". Finally, I would recommend abstracting > most of the router.db.* rebuild into another script and rewriting it in > perl because it's almost unreadable now. i can see treating -r differently, but still maintain the integrity check. > I can submit patches if this is too much for informal email. > > Thanks, > Robert > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From vch54ti at gmail.com Tue Nov 11 10:38:57 2014 From: vch54ti at gmail.com (Konstantin Konstantin) Date: Tue, 11 Nov 2014 02:38:57 -0800 (PST) Subject: [rancid] Palo Alto Networks In-Reply-To: References: Message-ID: <0d7ccd8b-50ac-421f-9e54-fc622bd04c00@googlegroups.com> fix it? ???????, 18 ?????? 2014 ?., 18:45:03 UTC+4 ???????????? Maria Jose Erquiaga ???????: > > Hi Everyone! > > I'm having the same problem, but with Mikrotik. > > I follow these instructions : http://falz.net/tech/rancid-mikrotik > > and I have this error when I run Rancid : > exec failed router manufacturer mikrotik: No such file or directory > > I'm using these files as well : http://falz.net/static/rancid/ and pearl5 > is installed in my ubuntu server. > I have created the /var/lib/rancid/ap/router.db file as well with the IP > of my devices > I have access to my device but I can't obtain the config file, I can see a > file in /var/lib/rancid/all/configs but it is empty.- > > Thanks in advance > > > > > Le jeudi 29 mars 2012 09:53:33 UTC-3, Guillaume Dupuis a ?crit : >> >> Nate Beck jivesoftware.com> writes: >> >> > >> > >> > Has anyone on the list worked with Palo Alto Network firewalls and >> Rancid? I >> was wondering if anyone has created a *login for them. >> > Thanks------------------- >> > Nathan BeckSr. IT Engineer >> > Jive Software >> > 503.972.9024 >> >> Hi Nate, >> >> Did you find a *login script for PAN? >> >> Thanks, >> >> Guillaume Dupuis >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-... at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From Douglas.Hughes at DEShawResearch.com Thu Nov 13 22:34:28 2014 From: Douglas.Hughes at DEShawResearch.com (Hughes, Doug) Date: Thu, 13 Nov 2014 22:34:28 +0000 Subject: [rancid] Palo Alto Networks In-Reply-To: <0d7ccd8b-50ac-421f-9e54-fc622bd04c00@googlegroups.com> References: <0d7ccd8b-50ac-421f-9e54-fc622bd04c00@googlegroups.com> Message-ID: To answer the original question (which somehow I missed), yes, I wrote a panrancid and panlogin a couple of years ago. It should be out there somewhere, but I can email the text files too. I have not tested it with rancid 3. Though. It works fine with rancid 2.3 From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Konstantin Konstantin Sent: Tuesday, November 11, 2014 5:39 AM To: rancid-discuss at googlegroups.com Cc: guillaume.dupuis at novidys.com; rancid-discuss at shrubbery.net Subject: Re: [rancid] Palo Alto Networks fix it? ???????, 18 ?????? 2014 ?., 18:45:03 UTC+4 ???????????? Maria Jose Erquiaga ???????: Hi Everyone! I'm having the same problem, but with Mikrotik. I follow these instructions : http://falz.net/tech/rancid-mikrotik and I have this error when I run Rancid : exec failed router manufacturer mikrotik: No such file or directory I'm using these files as well : http://falz.net/static/rancid/ and pearl5 is installed in my ubuntu server. I have created the /var/lib/rancid/ap/router.db file as well with the IP of my devices I have access to my device but I can't obtain the config file, I can see a file in /var/lib/rancid/all/configs but it is empty.- Thanks in advance Le jeudi 29 mars 2012 09:53:33 UTC-3, Guillaume Dupuis a ?crit : Nate Beck jivesoftware.com> writes: > > > Has anyone on the list worked with Palo Alto Network firewalls and Rancid? I was wondering if anyone has created a *login for them. > Thanks------------------- > Nathan BeckSr. IT Engineer > Jive Software > 503.972.9024 Hi Nate, Did you find a *login script for PAN? Thanks, Guillaume Dupuis _______________________________________________ Rancid-discuss mailing list Rancid-... at shrubbery.net http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Wayne.Eisenberg at CarolinasIT.com Fri Nov 14 22:14:32 2014 From: Wayne.Eisenberg at CarolinasIT.com (Wayne Eisenberg) Date: Fri, 14 Nov 2014 22:14:32 +0000 Subject: [rancid] problems with case sensitivity in v3.1 Message-ID: Hi again, I'm having some trouble here, and not sure how to troubleshoot it. I have device DNS names that have capital letters in them (like SiteA.Router.Company.local), but by the time rancid goes to look in .cloginrc for the information needed there, it has converted everything to lower case and insists on stripping out my beautiful capital letters (sitea.router.company.local). Any ideas why it doesn't like mixed case names? Can that be fixed? Thanks, Wayne ________________________________ The information in this Internet e-mail (and any attachments) is confidential, may be legally privileged and is intended solely for the Addressee(s) named above. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, then any dissemination or copying of this e-mail (and any attachments) is prohibited and may be unlawful. If you received this e-mail in error, please immediately notify us by e-mail or telephone, then delete the message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wbrown at inline.com Mon Nov 17 23:21:37 2014 From: wbrown at inline.com (Wesley Brown) Date: Mon, 17 Nov 2014 23:21:37 +0000 Subject: [rancid] Rancid-Run works great but cron doesn't. Message-ID: Oh great rancid discussion list hear my plea, I have been beating my head against this problem for the last full day. If I go run /usr/local/rancid/bin/rancid-run, everything runs smooth. My rancid logs state all routers reached. However When cron runs it fails to connect to any router. All routers in this Rancid server are Juniper. Here are some of the log entries from a cron run. Trying to get all of the configs. Removed Switch Name: missed cmd(s): show chassis hardware detail Removed Switch Name: missed cmd(s): show chassis feb detail,show chassis firmware,show system boot-messages,show chassis fpc detail,show chassis hardware detail,show chassis routing-engine,show chassis environment,show system core-dumps$ Removed Switch Name: missed cmd(s): show system boot-messages,show chassis hardware detail,show chassis routing-engine Removed Switch Name: missed cmd(s): show chassis sfm detail,show chassis feb detail,show chassis hardware detail,show system boot-messages,show chassis environment,show chassis fpc detail,show chassis routing-engine Removed Switch Name: missed cmd(s): show chassis ssb,show chassis sfm detail,show chassis feb,show chassis scb,show system license,show chassis fpc detail,show chassis alarms,show version detail,show chassis firmware,show chassis $ Removed Switch Name: End of run not found # Removed Switch Name: missed cmd(s): show chassis environment,show chassis routing-engine,show chassis hardware detail,show chassis fpc detail,show system boot-messages,show chassis feb detail,show chassis sfm detail,show system core-dump$ Removed Switch Name: missed cmd(s): show chassis firmware,show chassis environment,show chassis routing-engine,show chassis fpc detail,show chassis hardware detail,show chassis feb detail,show chassis sfm detail,show system core-dumps,sh$ Removed Switch Name: missed cmd(s): show chassis hardware detail Removed Switch Name: missed cmd(s): show chassis routing-engine,show chassis hardware detail Removed Switch Name: missed cmd(s): show chassis routing-engine,show chassis hardware detail,show system boot-messages Removed Switch Name: missed cmd(s): show chassis routing-engine,show chassis hardware detail,show system boot-messages Removed Switch Name: missed cmd(s): show chassis hardware detail Removed Switch Name: missed cmd(s): show chassis clocks,show chassis sfm detail,show system core-dumps,show chassis feb detail,show chassis ssb,show chassis fpc detail,show system license,show chassis routing-engine,show chassis fe$ Removed Switch Name: End of run not found # If I run: ./jlogin -t 120 -c"show chassis clocks;show chassis environment;show chassis firmware;show chassis fpc detail;show chassis hardware detail;show chassis routing-engine;show chassis scb;show chassis sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show chassis cfeb;show chassis alarms;show system license;show system boot-messages;show system core-dumps;show version detail;show configuration? Removed Switch Name Everything works great. If I run: ./jrancid -d Removed Switch Name I get: executing echo jlogin -t 120 -c"show chassis clocks;show chassis environment;show chassis firmware;show chassis fpc detail;show chassis hardware detail;show chassis routing-engine;show chassis scb;show chassis sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show chassis cfeb;show chassis alarms;show system license;show system boot-messages;show system core-dumps;show version detail;show configuration" Removed Switch Name executing echo jlogin -t 120 -c"show chassis clocks;show chassis environment;show chassis firmware;show chassis fpc detail;show chassis hardware detail;show chassis routing-engine;show chassis scb;show chassis sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show chassis cfeb;show chassis alarms;show system license;show system boot-messages;show system core-dumps;show version detail;show configuration" Removed Switch Name sh: 1: jlogin: not found Removed Switch Name: missed cmd(s): show configuration,show chassis firmware,show chassis alarms,show chassis environment,show chassis feb,show chassis fpc detail,show chassis scb,show chassis routing-engine,show chassis sfm detail,show chassis cfeb,show chassis ssb,show version detail,show chassis hardware detail,show system core-dumps,show chassis clocks,show system boot-messages,show chassis feb detail,show system license Removed Switch Name: missed cmd(s): show configuration,show chassis firmware,show chassis alarms,show chassis environment,show chassis feb,show chassis fpc detail,show chassis scb,show chassis routing-engine,show chassis sfm detail,show chassis cfeb,show chassis ssb,show version detail,show chassis hardware detail,show system core-dumps,show chassis clocks,show system boot-messages,show chassis feb detail,show system license Removed Switch Name: End of run not found Removed Switch Name: End of run not found # Running: env NOPIPE=YES PATH=${PATH}:/usr/local/rancid/bin/ jrancid -d Removed Switch Name Gives me: executing echo jlogin -t 120 -c"show chassis clocks;show chassis environment;show chassis firmware;show chassis fpc detail;show chassis hardware detail;show chassis routing-engine;show chassis scb;show chassis sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show chassis cfeb;show chassis alarms;show system license;show system boot-messages;show system core-dumps;show version detail;show configuration" Removed Switch Name executing echo jlogin -t 120 -c"show chassis clocks;show chassis environment;show chassis firmware;show chassis fpc detail;show chassis hardware detail;show chassis routing-engine;show chassis scb;show chassis sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show chassis cfeb;show chassis alarms;show system license;show system boot-messages;show system core-dumps;show version detail;show configuration" Removed Switch Name PROMPT MATCH: inline at Removed Switch Name> HIT COMMAND:inline at Removed Switch Name> show chassis clocks In ShowChassisClocks: inline at Removed Switch Name> show chassis clocks HIT COMMAND:inline at Removed Switch Name> show chassis environment In ShowChassisEnvironment: inline at Removed Switch Name> show chassis environment HIT COMMAND:inline at Removed Switch Name> show chassis firmware In ShowChassisFirmware: inline at Removed Switch Name> show chassis firmware HIT COMMAND:inline at Removed Switch Name> show chassis fpc detail In ShowChassisFpcDetail: inline at Removed Switch Name> show chassis fpc detail HIT COMMAND:inline at Removed Switch Name> show chassis hardware detail In ShowChassisHardware: inline at Removed Switch Name> show chassis hardware detail HIT COMMAND:inline at Removed Switch Name> show chassis routing-engine In ShowChassisRoutingEngine: inline at Removed Switch Name> show chassis routing-engine HIT COMMAND:inline at Removed Switch Name> show chassis scb In ShowChassisSCB: inline at Removed Switch Name> show chassis scb HIT COMMAND:inline at Removed Switch Name> show chassis sfm detail In ShowChassisSCB: inline at Removed Switch Name> show chassis sfm detail HIT COMMAND:inline at Removed Switch Name> show chassis ssb In ShowChassisSCB: inline at Removed Switch Name> show chassis ssb HIT COMMAND:inline at Removed Switch Name> show chassis feb detail In ShowChassisSCB: inline at Removed Switch Name> show chassis feb detail HIT COMMAND:inline at Removed Switch Name> show chassis feb In ShowChassisSCB: inline at Removed Switch Name> show chassis feb HIT COMMAND:inline at Removed Switch Name> show chassis cfeb In ShowChassisSCB: inline at Removed Switch Name> show chassis cfeb HIT COMMAND:inline at Removed Switch Name> show chassis alarms In ShowChassisAlarms: inline at Removed Switch Name> show chassis alarms HIT COMMAND:inline at Removed Switch Name> show system license In ShowSystemLicense: inline at Removed Switch Name> show system license HIT COMMAND:inline at Removed Switch Name> show system boot-messages In ShowSystemBootMessages: inline at Removed Switch Name> show system boot-messages HIT COMMAND:inline at Removed Switch Name> show system core-dumps In ShowSystemCoreDumps: inline at Removed Switch Name> show system core-dumps HIT COMMAND:inline at Removed Switch Name> show version detail In ShowVersion: inline at Removed Switch Name> show version detail HIT COMMAND:inline at Removed Switch Name> show configuration In ShowConfiguration: inline at Removed Switch Name> show configuration Im pretty new at working a rancid server, and have been looking around trying to figure out what is going on and how to fix it. Can you please help? From ler762 at gmail.com Tue Nov 18 04:49:10 2014 From: ler762 at gmail.com (Lee) Date: Mon, 17 Nov 2014 23:49:10 -0500 Subject: [rancid] Rancid-Run works great but cron doesn't. In-Reply-To: References: Message-ID: > When cron runs it fails to connect to any router. Probably because cron doesn't set up the full environment; I made a wrapper that I start via cron: $ cat rancidRun.sh #!/bin/sh # call rancid with all my doodads # # just in case I run it interactively # clear all the debug envars unset DEBUG unset SHOWWARN unset NOPIPE if [ -z "$ALLDEV" ]; then # my .bashrc hasn't been called yet source ${HOME}/.bashrc fi rancid-run $* Regards, Lee On 11/17/14, Wesley Brown wrote: > Oh great rancid discussion list hear my plea, > > I have been beating my head against this problem for the last full day. If I > go run /usr/local/rancid/bin/rancid-run, everything runs smooth. My rancid > logs state all routers reached. However When cron runs it fails to connect > to any router. All routers in this Rancid server are Juniper. Here are some > of the log entries from a cron run. > > Trying to get all of the configs. > Removed Switch Name: missed cmd(s): show chassis hardware detail > Removed Switch Name: missed cmd(s): show chassis feb detail,show chassis > firmware,show system boot-messages,show chassis fpc detail,show chassis > hardware detail,show chassis routing-engine,show chassis environment,show > system core-dumps$ > Removed Switch Name: missed cmd(s): show system boot-messages,show chassis > hardware detail,show chassis routing-engine > Removed Switch Name: missed cmd(s): show chassis sfm detail,show chassis feb > detail,show chassis hardware detail,show system boot-messages,show chassis > environment,show chassis fpc detail,show chassis routing-engine > Removed Switch Name: missed cmd(s): show chassis ssb,show chassis sfm > detail,show chassis feb,show chassis scb,show system license,show chassis > fpc detail,show chassis alarms,show version detail,show chassis > firmware,show chassis $ > Removed Switch Name: End of run not found > # > Removed Switch Name: missed cmd(s): show chassis environment,show chassis > routing-engine,show chassis hardware detail,show chassis fpc detail,show > system boot-messages,show chassis feb detail,show chassis sfm detail,show > system core-dump$ > Removed Switch Name: missed cmd(s): show chassis firmware,show chassis > environment,show chassis routing-engine,show chassis fpc detail,show chassis > hardware detail,show chassis feb detail,show chassis sfm detail,show system > core-dumps,sh$ > Removed Switch Name: missed cmd(s): show chassis hardware detail > Removed Switch Name: missed cmd(s): show chassis routing-engine,show chassis > hardware detail > Removed Switch Name: missed cmd(s): show chassis routing-engine,show chassis > hardware detail,show system boot-messages > Removed Switch Name: missed cmd(s): show chassis routing-engine,show chassis > hardware detail,show system boot-messages > Removed Switch Name: missed cmd(s): show chassis hardware detail > Removed Switch Name: missed cmd(s): show chassis clocks,show chassis sfm > detail,show system core-dumps,show chassis feb detail,show chassis ssb,show > chassis fpc detail,show system license,show chassis routing-engine,show > chassis fe$ > Removed Switch Name: End of run not found > # > > > If I run: > ./jlogin -t 120 -c"show chassis clocks;show chassis environment;show chassis > firmware;show chassis fpc detail;show chassis hardware detail;show chassis > routing-engine;show chassis scb;show chassis sfm detail;show chassis > ssb;show chassis feb detail;show chassis feb;show chassis cfeb;show chassis > alarms;show system license;show system boot-messages;show system > core-dumps;show version detail;show configuration" Removed Switch Name > > Everything works great. > > > If I run: > ./jrancid -d Removed Switch Name > > I get: > executing echo jlogin -t 120 -c"show chassis clocks;show chassis > environment;show chassis firmware;show chassis fpc detail;show chassis > hardware detail;show chassis routing-engine;show chassis scb;show chassis > sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show > chassis cfeb;show chassis alarms;show system license;show system > boot-messages;show system core-dumps;show version detail;show configuration" > Removed Switch Name > executing echo jlogin -t 120 -c"show chassis clocks;show chassis > environment;show chassis firmware;show chassis fpc detail;show chassis > hardware detail;show chassis routing-engine;show chassis scb;show chassis > sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show > chassis cfeb;show chassis alarms;show system license;show system > boot-messages;show system core-dumps;show version detail;show configuration" > Removed Switch Name > sh: 1: jlogin: not found > Removed Switch Name: missed cmd(s): show configuration,show chassis > firmware,show chassis alarms,show chassis environment,show chassis feb,show > chassis fpc detail,show chassis scb,show chassis routing-engine,show chassis > sfm detail,show chassis cfeb,show chassis ssb,show version detail,show > chassis hardware detail,show system core-dumps,show chassis clocks,show > system boot-messages,show chassis feb detail,show system license > Removed Switch Name: missed cmd(s): show configuration,show chassis > firmware,show chassis alarms,show chassis environment,show chassis feb,show > chassis fpc detail,show chassis scb,show chassis routing-engine,show chassis > sfm detail,show chassis cfeb,show chassis ssb,show version detail,show > chassis hardware detail,show system core-dumps,show chassis clocks,show > system boot-messages,show chassis feb detail,show system license > Removed Switch Name: End of run not found > Removed Switch Name: End of run not found > # > > > Running: env NOPIPE=YES PATH=${PATH}:/usr/local/rancid/bin/ jrancid -d > Removed Switch Name > > Gives me: > executing echo jlogin -t 120 -c"show chassis clocks;show chassis > environment;show chassis firmware;show chassis fpc detail;show chassis > hardware detail;show chassis routing-engine;show chassis scb;show chassis > sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show > chassis cfeb;show chassis alarms;show system license;show system > boot-messages;show system core-dumps;show version detail;show configuration" > Removed Switch Name > executing echo jlogin -t 120 -c"show chassis clocks;show chassis > environment;show chassis firmware;show chassis fpc detail;show chassis > hardware detail;show chassis routing-engine;show chassis scb;show chassis > sfm detail;show chassis ssb;show chassis feb detail;show chassis feb;show > chassis cfeb;show chassis alarms;show system license;show system > boot-messages;show system core-dumps;show version detail;show configuration" > Removed Switch Name > PROMPT MATCH: inline at Removed Switch Name> > HIT COMMAND:inline at Removed Switch Name> show chassis clocks > In ShowChassisClocks: inline at Removed Switch Name> show chassis clocks > HIT COMMAND:inline at Removed Switch Name> show chassis environment > In ShowChassisEnvironment: inline at Removed Switch Name> show chassis > environment > HIT COMMAND:inline at Removed Switch Name> show chassis firmware > In ShowChassisFirmware: inline at Removed Switch Name> show chassis > firmware > HIT COMMAND:inline at Removed Switch Name> show chassis fpc detail > In ShowChassisFpcDetail: inline at Removed Switch Name> show chassis fpc > detail > HIT COMMAND:inline at Removed Switch Name> show chassis hardware detail > In ShowChassisHardware: inline at Removed Switch Name> show chassis > hardware detail > HIT COMMAND:inline at Removed Switch Name> show chassis routing-engine > In ShowChassisRoutingEngine: inline at Removed Switch Name> show chassis > routing-engine > HIT COMMAND:inline at Removed Switch Name> show chassis scb > In ShowChassisSCB: inline at Removed Switch Name> show chassis scb > HIT COMMAND:inline at Removed Switch Name> show chassis sfm detail > In ShowChassisSCB: inline at Removed Switch Name> show chassis sfm detail > HIT COMMAND:inline at Removed Switch Name> show chassis ssb > In ShowChassisSCB: inline at Removed Switch Name> show chassis ssb > HIT COMMAND:inline at Removed Switch Name> show chassis feb detail > In ShowChassisSCB: inline at Removed Switch Name> show chassis feb detail > HIT COMMAND:inline at Removed Switch Name> show chassis feb > In ShowChassisSCB: inline at Removed Switch Name> show chassis feb > HIT COMMAND:inline at Removed Switch Name> show chassis cfeb > In ShowChassisSCB: inline at Removed Switch Name> show chassis cfeb > HIT COMMAND:inline at Removed Switch Name> show chassis alarms > In ShowChassisAlarms: inline at Removed Switch Name> show chassis alarms > HIT COMMAND:inline at Removed Switch Name> show system license > In ShowSystemLicense: inline at Removed Switch Name> show system license > HIT COMMAND:inline at Removed Switch Name> show system boot-messages > In ShowSystemBootMessages: inline at Removed Switch Name> show system > boot-messages > HIT COMMAND:inline at Removed Switch Name> show system core-dumps > In ShowSystemCoreDumps: inline at Removed Switch Name> show system > core-dumps > HIT COMMAND:inline at Removed Switch Name> show version detail > In ShowVersion: inline at Removed Switch Name> show version detail > HIT COMMAND:inline at Removed Switch Name> show configuration > In ShowConfiguration: inline at Removed Switch Name> show configuration > > > Im pretty new at working a rancid server, and have been looking around > trying to figure out what is going on and how to fix it. Can you please > help? > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From heas at shrubbery.net Tue Nov 18 20:56:37 2014 From: heas at shrubbery.net (heasley) Date: Tue, 18 Nov 2014 20:56:37 +0000 Subject: [rancid] Palo Alto Networks In-Reply-To: References: <0d7ccd8b-50ac-421f-9e54-fc622bd04c00@googlegroups.com> Message-ID: <20141118205637.GE52568@shrubbery.net> Thu, Nov 13, 2014 at 10:34:28PM +0000, Hughes, Doug: > To answer the original question (which somehow I missed), yes, I wrote a panrancid and panlogin a couple of years ago. It should be out there somewhere, but I can email the text files too. I have not tested it with rancid 3. Though. It works fine with rancid 2.3 ftp://ftp.shrubbery.net/pub/rancid/contrib/paloalto.tgz is the last version that I'd seen, but I have no manner of testing it, nor do I know what it would have to do with Mikrotik. But, the 2.x scripts should with with 3.x; see the definition for alteon in the 3.x's etc/rancid.types.base. for the mikrotik issue below, look for errors in the log file for the group. > From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Konstantin Konstantin > Sent: Tuesday, November 11, 2014 5:39 AM > To: rancid-discuss at googlegroups.com > Cc: guillaume.dupuis at novidys.com; rancid-discuss at shrubbery.net > Subject: Re: [rancid] Palo Alto Networks > > fix it? > > ???????, 18 ?????? 2014 ?., 18:45:03 UTC+4 ???????????? Maria Jose Erquiaga ???????: > Hi Everyone! > > I'm having the same problem, but with Mikrotik. > > I follow these instructions : http://falz.net/tech/rancid-mikrotik > > and I have this error when I run Rancid : > exec failed router manufacturer mikrotik: No such file or directory > > I'm using these files as well : http://falz.net/static/rancid/ and pearl5 is installed in my ubuntu server. > I have created the /var/lib/rancid/ap/router.db file as well with the IP of my devices > I have access to my device but I can't obtain the config file, I can see a file in /var/lib/rancid/all/configs but it is empty.- > > Thanks in advance > > > > > Le jeudi 29 mars 2012 09:53:33 UTC-3, Guillaume Dupuis a ?crit : > Nate Beck jivesoftware.com> writes: > > > > > > > Has anyone on the list worked with Palo Alto Network firewalls and Rancid? I > was wondering if anyone has created a *login for them. > > Thanks------------------- > > Nathan BeckSr. IT Engineer > > Jive Software > > 503.972.9024 > > Hi Nate, > > Did you find a *login script for PAN? > > Thanks, > > Guillaume Dupuis > > _______________________________________________ > Rancid-discuss mailing list > Rancid-... at shrubbery.net > http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From heas at shrubbery.net Tue Nov 18 21:23:51 2014 From: heas at shrubbery.net (heasley) Date: Tue, 18 Nov 2014 21:23:51 +0000 Subject: [rancid] problems with case sensitivity in v3.1 In-Reply-To: References: Message-ID: <20141118212351.GG52568@shrubbery.net> Fri, Nov 14, 2014 at 10:14:32PM +0000, Wayne Eisenberg: > Hi again, > > I'm having some trouble here, and not sure how to troubleshoot it. I have device DNS names that have capital letters in them (like SiteA.Router.Company.local), but by the time rancid goes to look in .cloginrc for the information needed there, it has converted everything to lower case and insists on stripping out my beautiful capital letters (sitea.router.company.local). Any ideas why it doesn't like mixed case names? Can that be fixed? the login scripts squash the case of their command-line host/device argument(s). that could be changed to either not squash the case, or to make the match case insensitive - or leave it as it is. I favor either of the latter two options, but will take comment from asp and the user community. From hank at kilmer.org Tue Nov 18 22:51:35 2014 From: hank at kilmer.org (Hank Kilmer) Date: Tue, 18 Nov 2014 17:51:35 -0500 Subject: [rancid] problems with case sensitivity in v3.1 In-Reply-To: <20141118212351.GG52568@shrubbery.net> References: <20141118212351.GG52568@shrubbery.net> Message-ID: <21259CDD-FC4F-4B05-B245-CA379AB5968C@kilmer.org> > On Nov 18, 2014, at 4:23 PM, heasley wrote: > > Fri, Nov 14, 2014 at 10:14:32PM +0000, Wayne Eisenberg: >> Hi again, >> >> I'm having some trouble here, and not sure how to troubleshoot it. I have device DNS names that have capital letters in them (like SiteA.Router.Company.local), but by the time rancid goes to look in .cloginrc for the information needed there, it has converted everything to lower case and insists on stripping out my beautiful capital letters (sitea.router.company.local). Any ideas why it doesn't like mixed case names? Can that be fixed? > > the login scripts squash the case of their command-line host/device > argument(s). that could be changed to either not squash the case, or > to make the match case insensitive - or leave it as it is. > > I favor either of the latter two options, but will take comment from asp > and the user community. I think I would go for case insensitive. -Hank From Wayne.Eisenberg at CarolinasIT.com Wed Nov 19 23:08:41 2014 From: Wayne.Eisenberg at CarolinasIT.com (Wayne Eisenberg) Date: Wed, 19 Nov 2014 23:08:41 +0000 Subject: [rancid] eliminating noise Message-ID: Hey all, Does anyone have any ideas on how we can modify rancid to ignore minor differences in things like fan speed and temperature? See the below: - ! External Temperature............................. +29 C + ! External Temperature............................. +28 C - ! Fan Status....................................... 3432 rpm + ! Fan Status....................................... 3301 rpm These two items create a lot of noise. The temperature changes by 1 or 2 degrees - very insignificant, but it gets caught by diff. The same with the fan speed. Any character change trips the diff. +/- 10% or greater is a more reasonable change to note. But I don't know how to modify the scripts to do that comparison. Any ideas? Thanks, Wayne ________________________________ The information in this Internet e-mail (and any attachments) is confidential, may be legally privileged and is intended solely for the Addressee(s) named above. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, then any dissemination or copying of this e-mail (and any attachments) is prohibited and may be unlawful. If you received this e-mail in error, please immediately notify us by e-mail or telephone, then delete the message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From frnkblk at iname.com Wed Nov 19 23:48:10 2014 From: frnkblk at iname.com (Frank Bulk) Date: Wed, 19 Nov 2014 17:48:10 -0600 Subject: [rancid] eliminating noise In-Reply-To: References: Message-ID: <000001d00453$46e82500$d4b86f00$@iname.com> Just update the relevant script to ignore those lines. Frank From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Wayne Eisenberg Sent: Wednesday, November 19, 2014 5:09 PM To: 'rancid-discuss at shrubbery.net' Subject: [rancid] eliminating noise Hey all, Does anyone have any ideas on how we can modify rancid to ignore minor differences in things like fan speed and temperature? See the below: - ! External Temperature............................. +29 C + ! External Temperature............................. +28 C - ! Fan Status....................................... 3432 rpm + ! Fan Status....................................... 3301 rpm These two items create a lot of noise. The temperature changes by 1 or 2 degrees - very insignificant, but it gets caught by diff. The same with the fan speed. Any character change trips the diff. +/- 10% or greater is a more reasonable change to note. But I don't know how to modify the scripts to do that comparison. Any ideas? Thanks, Wayne _____ The information in this Internet e-mail (and any attachments) is confidential, may be legally privileged and is intended solely for the Addressee(s) named above. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, then any dissemination or copying of this e-mail (and any attachments) is prohibited and may be unlawful. If you received this e-mail in error, please immediately notify us by e-mail or telephone, then delete the message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From peterjackson1610 at gmail.com Thu Nov 20 01:33:14 2014 From: peterjackson1610 at gmail.com (Peter Jackson) Date: Wed, 19 Nov 2014 20:33:14 -0500 Subject: [rancid] Palo Alto Networks In-Reply-To: <20141118205637.GE52568@shrubbery.net> References: <0d7ccd8b-50ac-421f-9e54-fc622bd04c00@googlegroups.com> <20141118205637.GE52568@shrubbery.net> Message-ID: <14DADC9E-7F40-4C19-8E69-BDAE95E9E3FE@gmail.com> We have Doug's scripts running in RANCID 3.1 without issue. > On Nov 18, 2014, at 3:56 PM, heasley wrote: > > Thu, Nov 13, 2014 at 10:34:28PM +0000, Hughes, Doug: >> To answer the original question (which somehow I missed), yes, I wrote a panrancid and panlogin a couple of years ago. It should be out there somewhere, but I can email the text files too. I have not tested it with rancid 3. Though. It works fine with rancid 2.3 > > ftp://ftp.shrubbery.net/pub/rancid/contrib/paloalto.tgz is the last version > that I'd seen, but I have no manner of testing it, nor do I know what it > would have to do with Mikrotik. But, the 2.x scripts should with with 3.x; > see the definition for alteon in the 3.x's etc/rancid.types.base. > > for the mikrotik issue below, look for errors in the log file for the group. > >> From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Konstantin Konstantin >> Sent: Tuesday, November 11, 2014 5:39 AM >> To: rancid-discuss at googlegroups.com >> Cc: guillaume.dupuis at novidys.com; rancid-discuss at shrubbery.net >> Subject: Re: [rancid] Palo Alto Networks >> >> fix it? >> >> ???????, 18 ?????? 2014 ?., 18:45:03 UTC+4 ???????????? Maria Jose Erquiaga ???????: >> Hi Everyone! >> >> I'm having the same problem, but with Mikrotik. >> >> I follow these instructions : http://falz.net/tech/rancid-mikrotik >> >> and I have this error when I run Rancid : >> exec failed router manufacturer mikrotik: No such file or directory >> >> I'm using these files as well : http://falz.net/static/rancid/ and pearl5 is installed in my ubuntu server. >> I have created the /var/lib/rancid/ap/router.db file as well with the IP of my devices >> I have access to my device but I can't obtain the config file, I can see a file in /var/lib/rancid/all/configs but it is empty.- >> >> Thanks in advance >> >> >> >> >> Le jeudi 29 mars 2012 09:53:33 UTC-3, Guillaume Dupuis a ?crit : >> Nate Beck jivesoftware.com> writes: >> >>> >>> >>> Has anyone on the list worked with Palo Alto Network firewalls and Rancid? I >> was wondering if anyone has created a *login for them. >>> Thanks------------------- >>> Nathan BeckSr. IT Engineer >>> Jive Software >>> 503.972.9024 >> >> Hi Nate, >> >> Did you find a *login script for PAN? >> >> Thanks, >> >> Guillaume Dupuis >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-... at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss From peterjackson1610 at gmail.com Thu Nov 20 04:48:10 2014 From: peterjackson1610 at gmail.com (Peter Jackson) Date: Wed, 19 Nov 2014 23:48:10 -0500 Subject: [rancid] eliminating noise In-Reply-To: <000001d00453$46e82500$d4b86f00$@iname.com> References: <000001d00453$46e82500$d4b86f00$@iname.com> Message-ID: Frank, I believe Wayne would like to keep the command output but only record a change if the variable differs by a set amount. So in Wayne's example we want RANCID to record a different temperature only if it was 10 degrees higher or lower than the last RANCID run. You wouldn't see this diff: - ! External Temperature............................. +25 C + ! External Temperature............................. +30 C But you would see this one: - ! External Temperature............................. +25 C + ! External Temperature............................. +35 C We have removed a lot of command output for just this reason - because it sends too many diffs to be useful. But having something like what Wayne suggests would be really nice and we would be able to add those commands back to RANCID without getting all of the insignificant diffs. Peter On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk wrote: > Just update the relevant script to ignore those lines. > > > > Frank > > > > *From:* Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] *On > Behalf Of *Wayne Eisenberg > *Sent:* Wednesday, November 19, 2014 5:09 PM > *To:* 'rancid-discuss at shrubbery.net' > *Subject:* [rancid] eliminating noise > > > > Hey all, > > > > Does anyone have any ideas on how we can modify rancid to ignore minor > differences in things like fan speed and temperature? See the below: > > > > - ! External Temperature............................. +29 C > > + ! External Temperature............................. +28 C > > > > - ! Fan Status....................................... 3432 rpm > > + ! Fan Status....................................... 3301 rpm > > > > These two items create a lot of noise. The temperature changes by 1 or 2 > degrees ? very insignificant, but it gets caught by diff. The same with the > fan speed. Any character change trips the diff. +/- 10% or greater is a > more reasonable change to note. But I don?t know how to modify the scripts > to do that comparison. Any ideas? > > > > Thanks, > > Wayne > > > > > > > ------------------------------ > > > The information in this Internet e-mail (and any attachments) is > confidential, may be legally privileged and is intended solely for the > Addressee(s) named above. If you are not the intended recipient, or the > employee or agent responsible for delivering it to the intended recipient, > then any dissemination or copying of this e-mail (and any attachments) is > prohibited and may be unlawful. If you received this e-mail in error, > please immediately notify us by e-mail or telephone, then delete the > message. Thank you. > > _______________________________________________ > 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 rdrake at direcpath.com Thu Nov 20 06:39:43 2014 From: rdrake at direcpath.com (Robert Drake) Date: Thu, 20 Nov 2014 01:39:43 -0500 Subject: [rancid] eliminating noise In-Reply-To: References: <000001d00453$46e82500$d4b86f00$@iname.com> Message-ID: <546D8CAF.1020307@direcpath.com> What you need is a network monitoring system that supports thresholds. The problem with doing this with rancid is that you probably don't run it often enough to see changes when they happen, and you don't know that when you run it you'll be at an outlying temperature. Say run #1 happens at 6:00pm and the temperature is 25C, run #2 happens at 8:00pm and the temperature is 35C. That's perfect, but what happens if there is an incremental climb through the afternoon and you get 28C, then 32C, then 35C? On 11/19/2014 11:48 PM, Peter Jackson wrote: > Frank, > > I believe Wayne would like to keep the command output but only record > a change if the variable differs by a set amount. > > So in Wayne's example we want RANCID to record a different temperature > only if it was 10 degrees higher or lower than the last RANCID run. > > You wouldn't see this diff: > > - ! External Temperature............................. +25 C > > + ! External Temperature............................. +30 C > > > But you would see this one: > > - ! External Temperature............................. +25 C > > + ! External Temperature............................. +35 C > > > We have removed a lot of command output for just this reason - because > it sends too many diffs to be useful. But having something like what > Wayne suggests would be really nice and we would be able to add those > commands back to RANCID without getting all of the insignificant diffs. > > Peter > > > > On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk > wrote: > > Just update the relevant script to ignore those lines. > > Frank > > *From:* Rancid-discuss > [mailto:rancid-discuss-bounces at shrubbery.net > ] *On Behalf Of > *Wayne Eisenberg > *Sent:* Wednesday, November 19, 2014 5:09 PM > *To:* 'rancid-discuss at shrubbery.net > ' > *Subject:* [rancid] eliminating noise > > Hey all, > > Does anyone have any ideas on how we can modify rancid to ignore > minor differences in things like fan speed and temperature? See > the below: > > - ! External Temperature............................. +29 C > > + ! External Temperature............................. +28 C > > - ! Fan Status....................................... 3432 rpm > > + ! Fan Status....................................... 3301 rpm > > These two items create a lot of noise. The temperature changes by > 1 or 2 degrees ? very insignificant, but it gets caught by diff. > The same with the fan speed. Any character change trips the diff. > +/- 10% or greater is a more reasonable change to note. But I > don?t know how to modify the scripts to do that comparison. Any ideas? > > Thanks, > > Wayne > > ------------------------------------------------------------------------ > > > The information in this Internet e-mail (and any attachments) is > confidential, may be legally privileged and is intended solely for > the Addressee(s) named above. If you are not the intended > recipient, or the employee or agent responsible for delivering it > to the intended recipient, then any dissemination or copying of > this e-mail (and any attachments) is prohibited and may be > unlawful. If you received this e-mail in error, please immediately > notify us by e-mail or telephone, then delete the message. Thank you. > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss -- Direcpath, LLC 817 West Peachtree St. NW - Suite 750 | Atlanta, GA 30308 2935B Amwiler Rd. | Atlanta,GA 30360 T 866-430-7284 | F 404.961.7060 rdrake at direcpath.com | www.direcpath.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From alan.mckinnon at gmail.com Thu Nov 20 07:21:35 2014 From: alan.mckinnon at gmail.com (Alan McKinnon) Date: Thu, 20 Nov 2014 09:21:35 +0200 Subject: [rancid] eliminating noise In-Reply-To: <546D8CAF.1020307@direcpath.com> References: <000001d00453$46e82500$d4b86f00$@iname.com> <546D8CAF.1020307@direcpath.com> Message-ID: <546D967F.5030900@gmail.com> On 20/11/2014 08:39, Robert Drake wrote: > What you need is a network monitoring system that supports thresholds. > The problem with doing this with rancid is that you probably don't run > it often enough to see changes when they happen, and you don't know that > when you run it you'll be at an outlying temperature. > > Say run #1 happens at 6:00pm and the temperature is 25C, run #2 happens > at 8:00pm and the temperature is 35C. That's perfect, but what happens > if there is an incremental climb through the afternoon and you get 28C, > then 32C, then 35C? I fully agree with this statement. Within the context of rancid, do we really care about things like fan speed and voltage levels at all? I doubt it very much - rancid is a state tracker and lets you record changes in configured state over time, and never forgets it Fan speed is different, along with many other facts that show up in show <*>, and just because the OS reports these facts and makes them available is not a valid reason why rancid should track them. > > > On 11/19/2014 11:48 PM, Peter Jackson wrote: >> Frank, >> >> I believe Wayne would like to keep the command output but only record >> a change if the variable differs by a set amount. >> >> So in Wayne's example we want RANCID to record a different temperature >> only if it was 10 degrees higher or lower than the last RANCID run. >> >> You wouldn't see this diff: >> >> - ! External Temperature............................. +25 C >> >> + ! External Temperature............................. +30 C >> >> >> But you would see this one: >> >> - ! External Temperature............................. +25 C >> >> + ! External Temperature............................. +35 C >> >> >> We have removed a lot of command output for just this reason - because >> it sends too many diffs to be useful. But having something like what >> Wayne suggests would be really nice and we would be able to add those >> commands back to RANCID without getting all of the insignificant diffs. >> >> Peter >> >> >> >> On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk > > wrote: >> >> Just update the relevant script to ignore those lines. >> >> >> >> Frank >> >> >> >> *From:* Rancid-discuss >> [mailto:rancid-discuss-bounces at shrubbery.net >> ] *On Behalf Of >> *Wayne Eisenberg >> *Sent:* Wednesday, November 19, 2014 5:09 PM >> *To:* 'rancid-discuss at shrubbery.net >> ' >> *Subject:* [rancid] eliminating noise >> >> >> >> Hey all, >> >> >> >> Does anyone have any ideas on how we can modify rancid to ignore >> minor differences in things like fan speed and temperature? See >> the below: >> >> >> >> - ! External Temperature............................. +29 C >> >> + ! External Temperature............................. +28 C >> >> >> >> - ! Fan Status....................................... 3432 rpm >> >> + ! Fan Status....................................... 3301 rpm >> >> >> >> These two items create a lot of noise. The temperature changes by >> 1 or 2 degrees ? very insignificant, but it gets caught by diff. >> The same with the fan speed. Any character change trips the diff. >> +/- 10% or greater is a more reasonable change to note. But I >> don?t know how to modify the scripts to do that comparison. Any ideas? >> >> >> >> Thanks, >> >> Wayne >> >> >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> The information in this Internet e-mail (and any attachments) is >> confidential, may be legally privileged and is intended solely for >> the Addressee(s) named above. If you are not the intended >> recipient, or the employee or agent responsible for delivering it >> to the intended recipient, then any dissemination or copying of >> this e-mail (and any attachments) is prohibited and may be >> unlawful. If you received this e-mail in error, please immediately >> notify us by e-mail or telephone, then delete the message. Thank you. >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss >> >> >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > -- > Direcpath, LLC > 817 West Peachtree St. NW - Suite 750 | Atlanta, GA 30308 > 2935B Amwiler Rd. | Atlanta,GA 30360 > T 866-430-7284 | F 404.961.7060 > rdrake at direcpath.com | www.direcpath.com > > > > _______________________________________________ > 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 Wayne.Eisenberg at CarolinasIT.com Thu Nov 20 13:59:08 2014 From: Wayne.Eisenberg at CarolinasIT.com (Wayne Eisenberg) Date: Thu, 20 Nov 2014 13:59:08 +0000 Subject: [rancid] eliminating noise In-Reply-To: <546D967F.5030900@gmail.com> References: <000001d00453$46e82500$d4b86f00$@iname.com> <546D8CAF.1020307@direcpath.com> <546D967F.5030900@gmail.com> Message-ID: I think if someone needed trending information like what has been brought up, then you get a proper environment monitoring system. However, if you don't have one, a large jump in the value of the fan speed/temp/whatever can be an indirect indicator that something is happening in the environment (or a device hardware failure, like a bad fan if the rpm goes to zero) and deserves a more in-depth observation. Otherwise it's just noise, or you update the script to ignore the line(s) completely. IMHO, that's kind of like taking the battery out of the smoke detector because it chirps too much, rather than changing the battery. I guess in the end it depends on if the tool is meeting the need you have or not. It's great for state tracking, that's for sure. I wouldn't want to be without it. -----Original Message----- From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Alan McKinnon Sent: Thursday, November 20, 2014 2:22 AM To: rancid-discuss at shrubbery.net Subject: Re: [rancid] eliminating noise On 20/11/2014 08:39, Robert Drake wrote: > What you need is a network monitoring system that supports thresholds. > The problem with doing this with rancid is that you probably don't run > it often enough to see changes when they happen, and you don't know > that when you run it you'll be at an outlying temperature. > > Say run #1 happens at 6:00pm and the temperature is 25C, run #2 > happens at 8:00pm and the temperature is 35C. That's perfect, but > what happens if there is an incremental climb through the afternoon > and you get 28C, then 32C, then 35C? I fully agree with this statement. Within the context of rancid, do we really care about things like fan speed and voltage levels at all? I doubt it very much - rancid is a state tracker and lets you record changes in configured state over time, and never forgets it Fan speed is different, along with many other facts that show up in show <*>, and just because the OS reports these facts and makes them available is not a valid reason why rancid should track them. > > > On 11/19/2014 11:48 PM, Peter Jackson wrote: >> Frank, >> >> I believe Wayne would like to keep the command output but only record >> a change if the variable differs by a set amount. >> >> So in Wayne's example we want RANCID to record a different >> temperature only if it was 10 degrees higher or lower than the last RANCID run. >> >> You wouldn't see this diff: >> >> - ! External Temperature............................. +25 C >> >> + ! External Temperature............................. +30 C >> >> >> But you would see this one: >> >> - ! External Temperature............................. +25 C >> >> + ! External Temperature............................. +35 C >> >> >> We have removed a lot of command output for just this reason - >> because it sends too many diffs to be useful. But having something >> like what Wayne suggests would be really nice and we would be able to >> add those commands back to RANCID without getting all of the insignificant diffs. >> >> Peter >> >> >> >> On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk > > wrote: >> >> Just update the relevant script to ignore those lines. >> >> >> >> Frank >> >> >> >> *From:* Rancid-discuss >> [mailto:rancid-discuss-bounces at shrubbery.net >> ] *On Behalf Of >> *Wayne Eisenberg >> *Sent:* Wednesday, November 19, 2014 5:09 PM >> *To:* 'rancid-discuss at shrubbery.net >> ' >> *Subject:* [rancid] eliminating noise >> >> >> >> Hey all, >> >> >> >> Does anyone have any ideas on how we can modify rancid to ignore >> minor differences in things like fan speed and temperature? See >> the below: >> >> >> >> - ! External Temperature............................. +29 C >> >> + ! External Temperature............................. +28 C >> >> >> >> - ! Fan Status....................................... 3432 rpm >> >> + ! Fan Status....................................... 3301 rpm >> >> >> >> These two items create a lot of noise. The temperature changes by >> 1 or 2 degrees - very insignificant, but it gets caught by diff. >> The same with the fan speed. Any character change trips the diff. >> +/- 10% or greater is a more reasonable change to note. But I >> don't know how to modify the scripts to do that comparison. Any ideas? >> >> >> >> Thanks, >> >> Wayne >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> --- >> >> >> The information in this Internet e-mail (and any attachments) is >> confidential, may be legally privileged and is intended solely for >> the Addressee(s) named above. If you are not the intended >> recipient, or the employee or agent responsible for delivering it >> to the intended recipient, then any dissemination or copying of >> this e-mail (and any attachments) is prohibited and may be >> unlawful. If you received this e-mail in error, please immediately >> notify us by e-mail or telephone, then delete the message. Thank you. >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss >> >> >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > -- > Direcpath, LLC > 817 West Peachtree St. NW - Suite 750 | Atlanta, GA 30308 2935B > Amwiler Rd. | Atlanta,GA 30360 T 866-430-7284 | F 404.961.7060 > rdrake at direcpath.com | www.direcpath.com > > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > -- Alan McKinnon alan.mckinnon at gmail.com _______________________________________________ Rancid-discuss mailing list Rancid-discuss at shrubbery.net http://www.shrubbery.net/mailman/listinfo/rancid-discuss From jake at secristconsulting.com Thu Nov 20 00:21:09 2014 From: jake at secristconsulting.com (Jake Secrist) Date: Wed, 19 Nov 2014 19:21:09 -0500 Subject: [rancid] eliminating noise In-Reply-To: References: Message-ID: <0511B800-24B3-462B-B45A-5F0EA5725C53@secristconsulting.com> I had thought about this a while back but never did anything with it. I think you would either have to go back over the previous saved version of the config and compare the desired values. Then maybe show the line as something like: ! External Temperature............................. +28 C (+/- 10 C) OR - pull out the values and store them in a file to be compared to the next RANCID run. The problem is where to define the starting point. I think using the value from the first RANCID a run would work well. Then all future runs would be compared with that value. If a future RANCID run finds a value that is not within the 'variance' then the new value would become the 'default' value and subsequent RANCID runs would compare to the new value. And so on. I will try some things and get back to you. > On Nov 19, 2014, at 6:08 PM, Wayne Eisenberg wrote: > > Hey all, > > Does anyone have any ideas on how we can modify rancid to ignore minor differences in things like fan speed and temperature? See the below: > > - ! External Temperature............................. +29 C > + ! External Temperature............................. +28 C > > - ! Fan Status....................................... 3432 rpm > + ! Fan Status....................................... 3301 rpm > > These two items create a lot of noise. The temperature changes by 1 or 2 degrees ? very insignificant, but it gets caught by diff. The same with the fan speed. Any character change trips the diff. +/- 10% or greater is a more reasonable change to note. But I don?t know how to modify the scripts to do that comparison. Any ideas? > > Thanks, > Wayne > > > > > The information in this Internet e-mail (and any attachments) is confidential, may be legally privileged and is intended solely for the Addressee(s) named above. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, then any dissemination or copying of this e-mail (and any attachments) is prohibited and may be unlawful. If you received this e-mail in error, please immediately notify us by e-mail or telephone, then delete the message. Thank you. > _______________________________________________ > 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 codey at cwv.net Thu Nov 20 19:48:32 2014 From: codey at cwv.net (Codey) Date: Thu, 20 Nov 2014 14:48:32 -0500 Subject: [rancid] Rancid with Git Message-ID: <546E4590.3010204@cwv.net> Just read the discussion listed here: http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=4874;page=2;sb=post_latest_reply;so=ASC;mh=25;list=rancid I believe having each group as its own repository is pretty crucial in some cases. Some situations could call for administrators only responsible for one group of devices to be emailed, called, etc when configurations have been changed. With each group as an autonomous repo, that's very easy with plugging in the proper hooks or other ways. Another situation would be when using a git frontend, like a lot of enterprises do. I find that it'd be undesirable to have all RANCID groups under one project. It'd be much more desirable to have each group as a project with their own sets of permissions and what ever other management methods pertain to the frontend in question. This is a particular issue I'm running into because I'm using rancid-git and I'd like to play with the idea of having several groups for different customers we have as an MSP. A lot of control is lost when under the same repository. If I could suggest, I think an option for creating autonomous repositories for each group should be available to the administrator to decide. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Douglas.Hughes at DEShawResearch.com Thu Nov 20 21:04:42 2014 From: Douglas.Hughes at DEShawResearch.com (Hughes, Doug) Date: Thu, 20 Nov 2014 21:04:42 +0000 Subject: [rancid] eliminating noise In-Reply-To: <546D967F.5030900@gmail.com> References: <000001d00453$46e82500$d4b86f00$@iname.com> <546D8CAF.1020307@direcpath.com> <546D967F.5030900@gmail.com> Message-ID: As another $.02, I've always thrown out fan speed in the context of rancid. Yes, it belongs in an EMS (event management system). No, it doesn't belong in a configuration management system, because it's not a part of configuration. (IMHO) -----Original Message----- From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Alan McKinnon Sent: Thursday, November 20, 2014 2:22 AM To: rancid-discuss at shrubbery.net Subject: Re: [rancid] eliminating noise On 20/11/2014 08:39, Robert Drake wrote: > What you need is a network monitoring system that supports thresholds. > The problem with doing this with rancid is that you probably don't run > it often enough to see changes when they happen, and you don't know that > when you run it you'll be at an outlying temperature. > > Say run #1 happens at 6:00pm and the temperature is 25C, run #2 happens > at 8:00pm and the temperature is 35C. That's perfect, but what happens > if there is an incremental climb through the afternoon and you get 28C, > then 32C, then 35C? I fully agree with this statement. Within the context of rancid, do we really care about things like fan speed and voltage levels at all? I doubt it very much - rancid is a state tracker and lets you record changes in configured state over time, and never forgets it Fan speed is different, along with many other facts that show up in show <*>, and just because the OS reports these facts and makes them available is not a valid reason why rancid should track them. > > > On 11/19/2014 11:48 PM, Peter Jackson wrote: >> Frank, >> >> I believe Wayne would like to keep the command output but only record >> a change if the variable differs by a set amount. >> >> So in Wayne's example we want RANCID to record a different temperature >> only if it was 10 degrees higher or lower than the last RANCID run. >> >> You wouldn't see this diff: >> >> - ! External Temperature............................. +25 C >> >> + ! External Temperature............................. +30 C >> >> >> But you would see this one: >> >> - ! External Temperature............................. +25 C >> >> + ! External Temperature............................. +35 C >> >> >> We have removed a lot of command output for just this reason - because >> it sends too many diffs to be useful. But having something like what >> Wayne suggests would be really nice and we would be able to add those >> commands back to RANCID without getting all of the insignificant diffs. >> >> Peter >> >> >> >> On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk > > wrote: >> >> Just update the relevant script to ignore those lines. >> >> >> >> Frank >> >> >> >> *From:* Rancid-discuss >> [mailto:rancid-discuss-bounces at shrubbery.net >> ] *On Behalf Of >> *Wayne Eisenberg >> *Sent:* Wednesday, November 19, 2014 5:09 PM >> *To:* 'rancid-discuss at shrubbery.net >> ' >> *Subject:* [rancid] eliminating noise >> >> >> >> Hey all, >> >> >> >> Does anyone have any ideas on how we can modify rancid to ignore >> minor differences in things like fan speed and temperature? See >> the below: >> >> >> >> - ! External Temperature............................. +29 C >> >> + ! External Temperature............................. +28 C >> >> >> >> - ! Fan Status....................................... 3432 rpm >> >> + ! Fan Status....................................... 3301 rpm >> >> >> >> These two items create a lot of noise. The temperature changes by >> 1 or 2 degrees - very insignificant, but it gets caught by diff. >> The same with the fan speed. Any character change trips the diff. >> +/- 10% or greater is a more reasonable change to note. But I >> don't know how to modify the scripts to do that comparison. Any ideas? >> >> >> >> Thanks, >> >> Wayne >> >> >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> The information in this Internet e-mail (and any attachments) is >> confidential, may be legally privileged and is intended solely for >> the Addressee(s) named above. If you are not the intended >> recipient, or the employee or agent responsible for delivering it >> to the intended recipient, then any dissemination or copying of >> this e-mail (and any attachments) is prohibited and may be >> unlawful. If you received this e-mail in error, please immediately >> notify us by e-mail or telephone, then delete the message. Thank you. >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss >> >> >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > -- > Direcpath, LLC > 817 West Peachtree St. NW - Suite 750 | Atlanta, GA 30308 > 2935B Amwiler Rd. | Atlanta,GA 30360 > T 866-430-7284 | F 404.961.7060 > rdrake at direcpath.com | www.direcpath.com > > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > -- Alan McKinnon alan.mckinnon at gmail.com _______________________________________________ Rancid-discuss mailing list Rancid-discuss at shrubbery.net http://www.shrubbery.net/mailman/listinfo/rancid-discuss From frnkblk at iname.com Fri Nov 21 03:39:42 2014 From: frnkblk at iname.com (Frank Bulk) Date: Thu, 20 Nov 2014 21:39:42 -0600 Subject: [rancid] eliminating noise In-Reply-To: References: <000001d00453$46e82500$d4b86f00$@iname.com> Message-ID: <004801d0053c$c946c760$5bd45620$@iname.com> A poor man?s approach would be to replace the ?ones? place with an ?x?. Frank From: Peter Jackson [mailto:peterjackson1610 at gmail.com] Sent: Wednesday, November 19, 2014 10:48 PM To: Frank Bulk Cc: Wayne Eisenberg; rancid-discuss at shrubbery.net Subject: Re: [rancid] eliminating noise Frank, I believe Wayne would like to keep the command output but only record a change if the variable differs by a set amount. So in Wayne's example we want RANCID to record a different temperature only if it was 10 degrees higher or lower than the last RANCID run. You wouldn't see this diff: - ! External Temperature............................. +25 C + ! External Temperature............................. +30 C But you would see this one: - ! External Temperature............................. +25 C + ! External Temperature............................. +35 C We have removed a lot of command output for just this reason - because it sends too many diffs to be useful. But having something like what Wayne suggests would be really nice and we would be able to add those commands back to RANCID without getting all of the insignificant diffs. Peter On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk > wrote: Just update the relevant script to ignore those lines. Frank From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net ] On Behalf Of Wayne Eisenberg Sent: Wednesday, November 19, 2014 5:09 PM To: 'rancid-discuss at shrubbery.net ' Subject: [rancid] eliminating noise Hey all, Does anyone have any ideas on how we can modify rancid to ignore minor differences in things like fan speed and temperature? See the below: - ! External Temperature............................. +29 C + ! External Temperature............................. +28 C - ! Fan Status....................................... 3432 rpm + ! Fan Status....................................... 3301 rpm These two items create a lot of noise. The temperature changes by 1 or 2 degrees ? very insignificant, but it gets caught by diff. The same with the fan speed. Any character change trips the diff. +/- 10% or greater is a more reasonable change to note. But I don?t know how to modify the scripts to do that comparison. Any ideas? Thanks, Wayne _____ The information in this Internet e-mail (and any attachments) is confidential, may be legally privileged and is intended solely for the Addressee(s) named above. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, then any dissemination or copying of this e-mail (and any attachments) is prohibited and may be unlawful. If you received this e-mail in error, please immediately notify us by e-mail or telephone, then delete the message. Thank you. _______________________________________________ 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 rdrake at direcpath.com Thu Nov 20 21:30:49 2014 From: rdrake at direcpath.com (Robert Drake) Date: Thu, 20 Nov 2014 16:30:49 -0500 Subject: [rancid] eliminating noise In-Reply-To: <0511B800-24B3-462B-B45A-5F0EA5725C53@secristconsulting.com> References: <0511B800-24B3-462B-B45A-5F0EA5725C53@secristconsulting.com> Message-ID: <546E5D89.6020604@direcpath.com> On 11/19/2014 7:21 PM, Jake Secrist wrote: > I had thought about this a while back but never did anything with it. > > I think you would either have to go back over the previous saved > version of the config and compare the desired values. Then maybe show > the line as something like: > > ! External Temperature............................. +28 C (+/- 10 C) > > OR - pull out the values and store them in a file to be compared to > the next RANCID run. > > The problem is where to define the starting point. I think using the > value from the first RANCID a run would work well. Then all future > runs would be compared with that value. If a future RANCID run finds > a value that is not within the 'variance' then the new value would > become the 'default' value and subsequent RANCID runs would compare to > the new value. And so on. > > I will try some things and get back to you. > Another alternative is to use some of the tools from rancid to poll for just these values. par and clogin can be used independently to grab variables from everywhere, and because you aren't doing a full rancid run you can decrease the time between collections to 5-10 minutes. Then you write a simple script to do the comparison and send email if the threshold triggers. I still recommend doing this with a true NMS, and polling the values with SNMP. Logging into the router has some unneeded overhead, and rolling your own script could be buggy and hard to maintain when you could have something dedicated to doing this that is maintained by others. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.w.anderson at gmail.com Fri Nov 21 03:57:24 2014 From: dan.w.anderson at gmail.com (Dan Anderson) Date: Thu, 20 Nov 2014 22:57:24 -0500 Subject: [rancid] eliminating noise In-Reply-To: References: <000001d00453$46e82500$d4b86f00$@iname.com> <546D8CAF.1020307@direcpath.com> <546D967F.5030900@gmail.com> Message-ID: I agree. RANCID is great for config management but it's pretty obvious that it wasn't designed for thresholding applications. In the past I have leveraged clogin, etc. from within a custom wrapper script to log into devices and run commands to gather data that I couldn't get via SNMP (xlates on an ASA per-context, etc.) because it saved me from having to write my own login routines. Clogin grabbed the raw command output and the wrapper massaged it into the formant that I wanted and then dumped it into RRDs or MySQL. Using the CVS/SVN/whatever backend as your database doesn't scale very well, especially if you want to see a lot of data over time. In addition, using RANCID to hold all that info inflicts a lot of pain on your poor inbox if you're having diffs sent via email. After a while, people start ignoring the email messages and missing important changes when they're used to a steady stream of fluff. Since the environmental information is usually available via SNMP, why not use one of the many decent freely-available systems out there that was actually designed to do thresholding and alerting? RANCID's great, but it shouldn't be the only tool in the toolbox. On Thu, Nov 20, 2014 at 4:04 PM, Hughes, Doug < Douglas.Hughes at deshawresearch.com> wrote: > As another $.02, I've always thrown out fan speed in the context of > rancid. Yes, it belongs in an EMS (event management system). No, it doesn't > belong in a configuration management system, because it's not a part of > configuration. > (IMHO) > > -----Original Message----- > From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On > Behalf Of Alan McKinnon > Sent: Thursday, November 20, 2014 2:22 AM > To: rancid-discuss at shrubbery.net > Subject: Re: [rancid] eliminating noise > > On 20/11/2014 08:39, Robert Drake wrote: > > What you need is a network monitoring system that supports thresholds. > > The problem with doing this with rancid is that you probably don't run > > it often enough to see changes when they happen, and you don't know that > > when you run it you'll be at an outlying temperature. > > > > Say run #1 happens at 6:00pm and the temperature is 25C, run #2 happens > > at 8:00pm and the temperature is 35C. That's perfect, but what happens > > if there is an incremental climb through the afternoon and you get 28C, > > then 32C, then 35C? > > > I fully agree with this statement. > > Within the context of rancid, do we really care about things like fan > speed and voltage levels at all? I doubt it very much - rancid is a > state tracker and lets you record changes in configured state over time, > and never forgets it > > Fan speed is different, along with many other facts that show up in show > <*>, and just because the OS reports these facts and makes them > available is not a valid reason why rancid should track them. > > > > > > > > > > > On 11/19/2014 11:48 PM, Peter Jackson wrote: > >> Frank, > >> > >> I believe Wayne would like to keep the command output but only record > >> a change if the variable differs by a set amount. > >> > >> So in Wayne's example we want RANCID to record a different temperature > >> only if it was 10 degrees higher or lower than the last RANCID run. > >> > >> You wouldn't see this diff: > >> > >> - ! External Temperature............................. +25 C > >> > >> + ! External Temperature............................. +30 C > >> > >> > >> But you would see this one: > >> > >> - ! External Temperature............................. +25 C > >> > >> + ! External Temperature............................. +35 C > >> > >> > >> We have removed a lot of command output for just this reason - because > >> it sends too many diffs to be useful. But having something like what > >> Wayne suggests would be really nice and we would be able to add those > >> commands back to RANCID without getting all of the insignificant diffs. > >> > >> Peter > >> > >> > >> > >> On Wed, Nov 19, 2014 at 6:48 PM, Frank Bulk >> > wrote: > >> > >> Just update the relevant script to ignore those lines. > >> > >> > >> > >> Frank > >> > >> > >> > >> *From:* Rancid-discuss > >> [mailto:rancid-discuss-bounces at shrubbery.net > >> ] *On Behalf Of > >> *Wayne Eisenberg > >> *Sent:* Wednesday, November 19, 2014 5:09 PM > >> *To:* 'rancid-discuss at shrubbery.net > >> ' > >> *Subject:* [rancid] eliminating noise > >> > >> > >> > >> Hey all, > >> > >> > >> > >> Does anyone have any ideas on how we can modify rancid to ignore > >> minor differences in things like fan speed and temperature? See > >> the below: > >> > >> > >> > >> - ! External Temperature............................. +29 C > >> > >> + ! External Temperature............................. +28 C > >> > >> > >> > >> - ! Fan Status....................................... 3432 rpm > >> > >> + ! Fan Status....................................... 3301 rpm > >> > >> > >> > >> These two items create a lot of noise. The temperature changes by > >> 1 or 2 degrees - very insignificant, but it gets caught by diff. > >> The same with the fan speed. Any character change trips the diff. > >> +/- 10% or greater is a more reasonable change to note. But I > >> don't know how to modify the scripts to do that comparison. Any > ideas? > >> > >> > >> > >> Thanks, > >> > >> Wayne > >> > >> > >> > >> > >> > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > >> The information in this Internet e-mail (and any attachments) is > >> confidential, may be legally privileged and is intended solely for > >> the Addressee(s) named above. If you are not the intended > >> recipient, or the employee or agent responsible for delivering it > >> to the intended recipient, then any dissemination or copying of > >> this e-mail (and any attachments) is prohibited and may be > >> unlawful. If you received this e-mail in error, please immediately > >> notify us by e-mail or telephone, then delete the message. Thank > you. > >> > >> > >> _______________________________________________ > >> Rancid-discuss mailing list > >> Rancid-discuss at shrubbery.net > >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss > >> > >> > >> > >> > >> _______________________________________________ > >> Rancid-discuss mailing list > >> Rancid-discuss at shrubbery.net > >> http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > > > -- > > Direcpath, LLC > > 817 West Peachtree St. NW - Suite 750 | Atlanta, GA 30308 > > 2935B Amwiler Rd. | Atlanta,GA 30360 > > T 866-430-7284 | F 404.961.7060 > > rdrake at direcpath.com | www.direcpath.com > > > > > > > > _______________________________________________ > > Rancid-discuss mailing list > > Rancid-discuss at shrubbery.net > > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > > > > > -- > Alan McKinnon > alan.mckinnon at gmail.com > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-discuss > _______________________________________________ > 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 douglagm at gmail.com Fri Nov 21 11:34:10 2014 From: douglagm at gmail.com (Gregg Douglas) Date: Fri, 21 Nov 2014 13:34:10 +0200 Subject: [rancid] rancid log file virtually empty ? Message-ID: Hi, I am trying to get Rancid to backup the config of a test cisco router, but I can't get it working. I am running rancid 3.1 on OpenSuSE 13.2 When I run "rancid-run", all the log file shows: starting: Fri Nov 21 08:04:28 SAST 2014 ending: Fri Nov 21 08:04:28 SAST 2014 My .cloginrc looks like this: add method x.x.x.x ssh add user x.x.x.x gregg add password x.x.x.x gregg gregg add autoenable x.x.x.x 0 My router.db looks like this: 172.17.144.50:cisco:up I can run "clogin -f .cloginrc x.x.x.x" successfully: x.x.x.x spawn ssh -c 3des -x -l gregg x.x.x.x gregg at x.x.x.x's password: Type help or '?' for a list of available commands. ciscoasa> enable Password: ***** ciscoasa# ciscoasa# It looks like "rancid -d -t cisco x.x.x.x" is also successful: rancid -d -t cisco x.x.x.x loadtype: device type cisco loadtype: found device type cisco in /usr/local/rancid/etc/rancid.types.base executing clogin -t 90 -c"show version;show redundancy secondary;show idprom backplane;show install active;show env all;show rsp chassis-info;show gsr chassis;show diag chassis-info;show boot;show bootvar;show variables boot;show flash;dir /all nvram:;dir /all bootflash:;dir /all slot0:;dir /all disk0:;dir /all slot1:;dir /all disk1:;dir /all slot2:;dir /all disk2:;dir /all harddisk:;dir /all harddiska:;dir /all harddiskb:;dir /all sup-bootdisk:;dir /all sup-bootflash:;dir /all sup-microcode:;dir /all slavenvram:;dir /all slavebootflash:;dir /all slaveslot0:;dir /all slavedisk0:;dir /all slaveslot1:;dir /all slavedisk1:;dir /all slaveslot2:;dir /all slavedisk2:;dir /all slavesup-bootflash:;dir /all sec-nvram:;dir /all sec-bootflash:;dir /all sec-slot0:;dir /all sec-disk0:;dir /all sec-slot1:;dir /all sec-disk1:;dir /all sec-slot2:;dir /all sec-disk2:;show controllers;show controllers cbus;show diagbus;show diag;show capture;show module;show spe version;show c7200;show inventory raw;show vtp status;show vlan;show vlan-switch;show switch detail;show sdm prefer;show system mtu;show debug;show shun;more system:running-config;show running-config view full;show running-config;write term" x.x.x.x PROMPT MATCH: ciscoasa# HIT COMMAND:ciscoasa# show version In ShowVersion: ciscoasa# show version HIT COMMAND:ciscoasa# show redundancy secondary In ShowRedundancy: ciscoasa# show redundancy secondary HIT COMMAND:ciscoasa# show idprom backplane In ShowIDprom: ciscoasa# show idprom backplane HIT COMMAND:ciscoasa# show install active In ShowInstallActive: ciscoasa# show install active HIT COMMAND:ciscoasa# show env all In ShowEnv: ciscoasa# show env all HIT COMMAND:ciscoasa# show rsp chassis-info In ShowRSP: ciscoasa# show rsp chassis-info HIT COMMAND:ciscoasa# show gsr chassis In ShowGSR: ciscoasa# show gsr chassis HIT COMMAND:ciscoasa# show diag chassis-info In ShowGSR: ciscoasa# show diag chassis-info HIT COMMAND:ciscoasa# show boot In ShowBoot: ciscoasa# show boot HIT COMMAND:ciscoasa# show bootvar In ShowBoot: ciscoasa# show bootvar HIT COMMAND:ciscoasa# show variables boot In ShowBoot: ciscoasa# show variables boot HIT COMMAND:ciscoasa# show flash In ShowFlash: ciscoasa# show flash HIT COMMAND:ciscoasa# dir /all nvram: In DirSlotN: ciscoasa# dir /all nvram: HIT COMMAND:ciscoasa# dir /all bootflash: In DirSlotN: ciscoasa# dir /all bootflash: HIT COMMAND:ciscoasa# dir /all slot0: In DirSlotN: ciscoasa# dir /all slot0: HIT COMMAND:ciscoasa# dir /all disk0: In DirSlotN: ciscoasa# dir /all disk0: HIT COMMAND:ciscoasa# dir /all slot1: In DirSlotN: ciscoasa# dir /all slot1: HIT COMMAND:ciscoasa# dir /all disk1: In DirSlotN: ciscoasa# dir /all disk1: HIT COMMAND:ciscoasa# dir /all slot2: In DirSlotN: ciscoasa# dir /all slot2: HIT COMMAND:ciscoasa# dir /all disk2: In DirSlotN: ciscoasa# dir /all disk2: HIT COMMAND:ciscoasa# dir /all harddisk: In DirSlotN: ciscoasa# dir /all harddisk: HIT COMMAND:ciscoasa# dir /all harddiska: In DirSlotN: ciscoasa# dir /all harddiska: HIT COMMAND:ciscoasa# dir /all harddiskb: In DirSlotN: ciscoasa# dir /all harddiskb: HIT COMMAND:ciscoasa# dir /all sup-bootdisk: In DirSlotN: ciscoasa# dir /all sup-bootdisk: HIT COMMAND:ciscoasa# dir /all sup-bootflash: In DirSlotN: ciscoasa# dir /all sup-bootflash: HIT COMMAND:ciscoasa# dir /all sup-microcode: In DirSlotN: ciscoasa# dir /all sup-microcode: HIT COMMAND:ciscoasa# dir /all slavenvram: In DirSlotN: ciscoasa# dir /all slavenvram: HIT COMMAND:ciscoasa# dir /all slavebootflash: In DirSlotN: ciscoasa# dir /all slavebootflash: HIT COMMAND:ciscoasa# dir /all slaveslot0: In DirSlotN: ciscoasa# dir /all slaveslot0: HIT COMMAND:ciscoasa# dir /all slavedisk0: In DirSlotN: ciscoasa# dir /all slavedisk0: HIT COMMAND:ciscoasa# dir /all slaveslot1: In DirSlotN: ciscoasa# dir /all slaveslot1: HIT COMMAND:ciscoasa# dir /all slavedisk1: In DirSlotN: ciscoasa# dir /all slavedisk1: HIT COMMAND:ciscoasa# dir /all slaveslot2: In DirSlotN: ciscoasa# dir /all slaveslot2: HIT COMMAND:ciscoasa# dir /all slavedisk2: In DirSlotN: ciscoasa# dir /all slavedisk2: HIT COMMAND:ciscoasa# dir /all slavesup-bootflash: In DirSlotN: ciscoasa# dir /all slavesup-bootflash: HIT COMMAND:ciscoasa# dir /all sec-nvram: In DirSlotN: ciscoasa# dir /all sec-nvram: HIT COMMAND:ciscoasa# dir /all sec-bootflash: In DirSlotN: ciscoasa# dir /all sec-bootflash: HIT COMMAND:ciscoasa# dir /all sec-slot0: In DirSlotN: ciscoasa# dir /all sec-slot0: HIT COMMAND:ciscoasa# dir /all sec-disk0: In DirSlotN: ciscoasa# dir /all sec-disk0: HIT COMMAND:ciscoasa# dir /all sec-slot1: In DirSlotN: ciscoasa# dir /all sec-slot1: HIT COMMAND:ciscoasa# dir /all sec-disk1: In DirSlotN: ciscoasa# dir /all sec-disk1: HIT COMMAND:ciscoasa# dir /all sec-slot2: In DirSlotN: ciscoasa# dir /all sec-slot2: HIT COMMAND:ciscoasa# dir /all sec-disk2: In DirSlotN: ciscoasa# dir /all sec-disk2: HIT COMMAND:ciscoasa# show controllers In ShowContAll: ciscoasa# show controllers HIT COMMAND:ciscoasa# show controllers cbus In ShowContCbus: ciscoasa# show controllers cbus HIT COMMAND:ciscoasa# show diagbus In ShowDiagbus: ciscoasa# show diagbus HIT COMMAND:ciscoasa# show diag In ShowDiag: ciscoasa# show diag HIT COMMAND:ciscoasa# show capture In ShowCapture: ciscoasa# show capture HIT COMMAND:ciscoasa# show module In ShowModule: ciscoasa# show module HIT COMMAND:ciscoasa# show spe version In ShowSpeVersion: ciscoasa# show spe version HIT COMMAND:ciscoasa# show c7200 In ShowC7200: ciscoasa# show c7200 HIT COMMAND:ciscoasa# show inventory raw In ShowInventory: ciscoasa# show inventory raw HIT COMMAND:ciscoasa# show vtp status In ShowVTP: ciscoasa# show vtp status HIT COMMAND:ciscoasa# show vlan In ShowVLAN: ciscoasa# show vlan HIT COMMAND:ciscoasa# show vlan-switch In ShowVLAN: ciscoasa# show vlan-switch HIT COMMAND:ciscoasa# show switch detail In ShowDetail: ciscoasa# show switch detail HIT COMMAND:ciscoasa# show sdm prefer In ShowSDM: ciscoasa# show sdm prefer HIT COMMAND:ciscoasa# show system mtu In ShowMTU: ciscoasa# show system mtu HIT COMMAND:ciscoasa# show debug In ShowDebug: ciscoasa# show debug HIT COMMAND:ciscoasa# show shun In ShowShun: ciscoasa# show shun HIT COMMAND:ciscoasa# more system:running-config In WriteTerm: ciscoasa# more system:running-config HIT COMMAND:ciscoasa# show running-config view full In WriteTerm: ciscoasa# show running-config view full HIT COMMAND:ciscoasa# show running-config In WriteTerm: ciscoasa# show running-config HIT COMMAND:ciscoasa# write term In WriteTerm: ciscoasa# write term Any help will be gladly appricated. Thanks Gregg -------------- next part -------------- An HTML attachment was scrubbed... URL: From antonio.quesada at usan.com Fri Nov 21 18:53:04 2014 From: antonio.quesada at usan.com (Antonio Quesada) Date: Fri, 21 Nov 2014 18:53:04 +0000 Subject: [rancid] rancid log file virtually empty ? In-Reply-To: References: Message-ID: <24DA785F724DBB40B9655CFA49DE782839C24991@NOR2K8EXCH1.usanad.com> Rancid 3.1?. replace the colons in router.db with semi-colons Antonio Quesada From: Rancid-discuss [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Gregg Douglas Sent: Friday, November 21, 2014 6:34 AM To: rancid-discuss at shrubbery.net Subject: [rancid] rancid log file virtually empty ? Hi, I am trying to get Rancid to backup the config of a test cisco router, but I can't get it working. I am running rancid 3.1 on OpenSuSE 13.2 When I run "rancid-run", all the log file shows: starting: Fri Nov 21 08:04:28 SAST 2014 ending: Fri Nov 21 08:04:28 SAST 2014 My .cloginrc looks like this: add method x.x.x.x ssh add user x.x.x.x gregg add password x.x.x.x gregg gregg add autoenable x.x.x.x 0 My router.db looks like this: 172.17.144.50:cisco:up I can run "clogin -f .cloginrc x.x.x.x" successfully: x.x.x.x spawn ssh -c 3des -x -l gregg x.x.x.x gregg at x.x.x.x's password: Type help or '?' for a list of available commands. ciscoasa> enable Password: ***** ciscoasa# ciscoasa# It looks like "rancid -d -t cisco x.x.x.x" is also successful: rancid -d -t cisco x.x.x.x loadtype: device type cisco loadtype: found device type cisco in /usr/local/rancid/etc/rancid.types.base executing clogin -t 90 -c"show version;show redundancy secondary;show idprom backplane;show install active;show env all;show rsp chassis-info;show gsr chassis;show diag chassis-info;show boot;show bootvar;show variables boot;show flash;dir /all nvram:;dir /all bootflash:;dir /all slot0:;dir /all disk0:;dir /all slot1:;dir /all disk1:;dir /all slot2:;dir /all disk2:;dir /all harddisk:;dir /all harddiska:;dir /all harddiskb:;dir /all sup-bootdisk:;dir /all sup-bootflash:;dir /all sup-microcode:;dir /all slavenvram:;dir /all slavebootflash:;dir /all slaveslot0:;dir /all slavedisk0:;dir /all slaveslot1:;dir /all slavedisk1:;dir /all slaveslot2:;dir /all slavedisk2:;dir /all slavesup-bootflash:;dir /all sec-nvram:;dir /all sec-bootflash:;dir /all sec-slot0:;dir /all sec-disk0:;dir /all sec-slot1:;dir /all sec-disk1:;dir /all sec-slot2:;dir /all sec-disk2:;show controllers;show controllers cbus;show diagbus;show diag;show capture;show module;show spe version;show c7200;show inventory raw;show vtp status;show vlan;show vlan-switch;show switch detail;show sdm prefer;show system mtu;show debug;show shun;more system:running-config;show running-config view full;show running-config;write term" x.x.x.x PROMPT MATCH: ciscoasa# HIT COMMAND:ciscoasa# show version In ShowVersion: ciscoasa# show version HIT COMMAND:ciscoasa# show redundancy secondary In ShowRedundancy: ciscoasa# show redundancy secondary HIT COMMAND:ciscoasa# show idprom backplane In ShowIDprom: ciscoasa# show idprom backplane HIT COMMAND:ciscoasa# show install active In ShowInstallActive: ciscoasa# show install active HIT COMMAND:ciscoasa# show env all In ShowEnv: ciscoasa# show env all HIT COMMAND:ciscoasa# show rsp chassis-info In ShowRSP: ciscoasa# show rsp chassis-info HIT COMMAND:ciscoasa# show gsr chassis In ShowGSR: ciscoasa# show gsr chassis HIT COMMAND:ciscoasa# show diag chassis-info In ShowGSR: ciscoasa# show diag chassis-info HIT COMMAND:ciscoasa# show boot In ShowBoot: ciscoasa# show boot HIT COMMAND:ciscoasa# show bootvar In ShowBoot: ciscoasa# show bootvar HIT COMMAND:ciscoasa# show variables boot In ShowBoot: ciscoasa# show variables boot HIT COMMAND:ciscoasa# show flash In ShowFlash: ciscoasa# show flash HIT COMMAND:ciscoasa# dir /all nvram: In DirSlotN: ciscoasa# dir /all nvram: HIT COMMAND:ciscoasa# dir /all bootflash: In DirSlotN: ciscoasa# dir /all bootflash: HIT COMMAND:ciscoasa# dir /all slot0: In DirSlotN: ciscoasa# dir /all slot0: HIT COMMAND:ciscoasa# dir /all disk0: In DirSlotN: ciscoasa# dir /all disk0: HIT COMMAND:ciscoasa# dir /all slot1: In DirSlotN: ciscoasa# dir /all slot1: HIT COMMAND:ciscoasa# dir /all disk1: In DirSlotN: ciscoasa# dir /all disk1: HIT COMMAND:ciscoasa# dir /all slot2: In DirSlotN: ciscoasa# dir /all slot2: HIT COMMAND:ciscoasa# dir /all disk2: In DirSlotN: ciscoasa# dir /all disk2: HIT COMMAND:ciscoasa# dir /all harddisk: In DirSlotN: ciscoasa# dir /all harddisk: HIT COMMAND:ciscoasa# dir /all harddiska: In DirSlotN: ciscoasa# dir /all harddiska: HIT COMMAND:ciscoasa# dir /all harddiskb: In DirSlotN: ciscoasa# dir /all harddiskb: HIT COMMAND:ciscoasa# dir /all sup-bootdisk: In DirSlotN: ciscoasa# dir /all sup-bootdisk: HIT COMMAND:ciscoasa# dir /all sup-bootflash: In DirSlotN: ciscoasa# dir /all sup-bootflash: HIT COMMAND:ciscoasa# dir /all sup-microcode: In DirSlotN: ciscoasa# dir /all sup-microcode: HIT COMMAND:ciscoasa# dir /all slavenvram: In DirSlotN: ciscoasa# dir /all slavenvram: HIT COMMAND:ciscoasa# dir /all slavebootflash: In DirSlotN: ciscoasa# dir /all slavebootflash: HIT COMMAND:ciscoasa# dir /all slaveslot0: In DirSlotN: ciscoasa# dir /all slaveslot0: HIT COMMAND:ciscoasa# dir /all slavedisk0: In DirSlotN: ciscoasa# dir /all slavedisk0: HIT COMMAND:ciscoasa# dir /all slaveslot1: In DirSlotN: ciscoasa# dir /all slaveslot1: HIT COMMAND:ciscoasa# dir /all slavedisk1: In DirSlotN: ciscoasa# dir /all slavedisk1: HIT COMMAND:ciscoasa# dir /all slaveslot2: In DirSlotN: ciscoasa# dir /all slaveslot2: HIT COMMAND:ciscoasa# dir /all slavedisk2: In DirSlotN: ciscoasa# dir /all slavedisk2: HIT COMMAND:ciscoasa# dir /all slavesup-bootflash: In DirSlotN: ciscoasa# dir /all slavesup-bootflash: HIT COMMAND:ciscoasa# dir /all sec-nvram: In DirSlotN: ciscoasa# dir /all sec-nvram: HIT COMMAND:ciscoasa# dir /all sec-bootflash: In DirSlotN: ciscoasa# dir /all sec-bootflash: HIT COMMAND:ciscoasa# dir /all sec-slot0: In DirSlotN: ciscoasa# dir /all sec-slot0: HIT COMMAND:ciscoasa# dir /all sec-disk0: In DirSlotN: ciscoasa# dir /all sec-disk0: HIT COMMAND:ciscoasa# dir /all sec-slot1: In DirSlotN: ciscoasa# dir /all sec-slot1: HIT COMMAND:ciscoasa# dir /all sec-disk1: In DirSlotN: ciscoasa# dir /all sec-disk1: HIT COMMAND:ciscoasa# dir /all sec-slot2: In DirSlotN: ciscoasa# dir /all sec-slot2: HIT COMMAND:ciscoasa# dir /all sec-disk2: In DirSlotN: ciscoasa# dir /all sec-disk2: HIT COMMAND:ciscoasa# show controllers In ShowContAll: ciscoasa# show controllers HIT COMMAND:ciscoasa# show controllers cbus In ShowContCbus: ciscoasa# show controllers cbus HIT COMMAND:ciscoasa# show diagbus In ShowDiagbus: ciscoasa# show diagbus HIT COMMAND:ciscoasa# show diag In ShowDiag: ciscoasa# show diag HIT COMMAND:ciscoasa# show capture In ShowCapture: ciscoasa# show capture HIT COMMAND:ciscoasa# show module In ShowModule: ciscoasa# show module HIT COMMAND:ciscoasa# show spe version In ShowSpeVersion: ciscoasa# show spe version HIT COMMAND:ciscoasa# show c7200 In ShowC7200: ciscoasa# show c7200 HIT COMMAND:ciscoasa# show inventory raw In ShowInventory: ciscoasa# show inventory raw HIT COMMAND:ciscoasa# show vtp status In ShowVTP: ciscoasa# show vtp status HIT COMMAND:ciscoasa# show vlan In ShowVLAN: ciscoasa# show vlan HIT COMMAND:ciscoasa# show vlan-switch In ShowVLAN: ciscoasa# show vlan-switch HIT COMMAND:ciscoasa# show switch detail In ShowDetail: ciscoasa# show switch detail HIT COMMAND:ciscoasa# show sdm prefer In ShowSDM: ciscoasa# show sdm prefer HIT COMMAND:ciscoasa# show system mtu In ShowMTU: ciscoasa# show system mtu HIT COMMAND:ciscoasa# show debug In ShowDebug: ciscoasa# show debug HIT COMMAND:ciscoasa# show shun In ShowShun: ciscoasa# show shun HIT COMMAND:ciscoasa# more system:running-config In WriteTerm: ciscoasa# more system:running-config HIT COMMAND:ciscoasa# show running-config view full In WriteTerm: ciscoasa# show running-config view full HIT COMMAND:ciscoasa# show running-config In WriteTerm: ciscoasa# show running-config HIT COMMAND:ciscoasa# write term In WriteTerm: ciscoasa# write term Any help will be gladly appricated. Thanks Gregg This communication, and any attachments, is intended solely for the use of the individual or entity to which it is addressed and contains information that is proprietary, privileged and confidential. If you are not the intended recipient or the person responsible for delivering this communication to the intended recipient, you are prohibited from retaining, using, disseminating, forwarding, printing or copying this communication. If you have received this communication in error, please immediately notify the sender via return e-mail or telephone and delete the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: