From m_zouhairy at skno.by Fri Feb 7 12:04:03 2020 From: m_zouhairy at skno.by (Majed) Date: Fri, 07 Feb 2020 15:04:03 +0300 Subject: [rancid] rancid 3.11 In-Reply-To: <02d6db83-460f-81fe-7159-bfdbf41e9cf7@ccgs.wa.edu.au> References: <02d6db83-460f-81fe-7159-bfdbf41e9cf7@ccgs.wa.edu.au> Message-ID: <2f650f22633644d5c56257717f168ececb0eeba2.camel@skno.by> there still is this comming from isr routers frequently: - !Flash: bootflash: 2 GB total (52% free) + !Flash: bootflash: 2 GB total (51% free) From florinvlad.olariu at gmail.com Tue Feb 18 14:07:18 2020 From: florinvlad.olariu at gmail.com (Vlad Olariu) Date: Tue, 18 Feb 2020 06:07:18 -0800 Subject: [rancid] The new "alias" option in rancid.types.base does not seem to be working Message-ID: I recently upgrade to v3.10 and it seems force10 is an alias now. The problem is that my old force10 devices (since before the upgrade) now no longer work, with rancid throwing a "device type not recognised" error in the logs. I don't think this is force10-exclusive. Could somebody be so kind to check this out? I don't have the option of upgrading, so I'd need to hack away at my local version of the file if a fix is released. Thank you, Vlad -------------- next part -------------- An HTML attachment was scrubbed... URL: From bjorn at basis-consulting.com Tue Feb 18 18:15:07 2020 From: bjorn at basis-consulting.com (=?utf-8?Q?Bj=C3=B8rn_Skobba?=) Date: Tue, 18 Feb 2020 19:15:07 +0100 Subject: [rancid] The new "alias" option in rancid.types.base does not seem to be working In-Reply-To: References: Message-ID: <5345EB03-1A0E-499E-A2C3-051046CBFD7B@basis-consulting.com> On 18 Feb 2020, at 15:07, Vlad Olariu wrote: > > I recently upgrade to v3.10 and it seems force10 is an alias now. The problem is that my old force10 devices (since before the upgrade) now no longer work, with rancid throwing a "device type not recognised" error in the logs. I don't think this is force10-exclusive. > > Could somebody be so kind to check this out? I don't have the option of upgrading, so I'd need to hack away at my local version of the file if a fix is released. The force10 alias is pointing to dnos9, which is the new module for older Force10 switches running FTOS/OS9 or whatever it is called. Newer ?Force10? switches (or ?Dell EMC Powerswitch? as it has been rebranded to after Dell took over) will in many cases not be running FTOS/OS9, but for example OS10. The rancid module for this type is dnos10. We do have both; - Switches running FTOS/OS9 and using the dnos9 type in rancid - Switches running OS10 and using the dnos10 type in rancid. Both working very well. rancid at rancid:~/etc$ grep dnos * rancid.types.base:dnos9;script;rancid -t dnos9 rancid.types.base:dnos9;login;clogin rancid.types.base:dnos9;module;dnos9 rancid.types.base:dnos9;inloop;dnos9::inloop rancid.types.base:dnos9;command;dnos9::ShowVersion;show version rancid.types.base:dnos9;command;dnos9::ShowBoot;show bootvar rancid.types.base:dnos9;command;dnos9::DirSlotN;dir flash: rancid.types.base:dnos9;command;dnos9::DirSlotN;dir slot0: rancid.types.base:dnos9;command;dnos9::ShowChassis;show chassis rancid.types.base:dnos9;command;dnos9::ShowChassis;show system rancid.types.base:dnos9;command;dnos9::ShowInventory;show inventory rancid.types.base:dnos9;command;dnos9::ShowVLAN;show vlan rancid.types.base:dnos9;command;dnos9::WriteTerm;show running rancid.types.base:dnos10;script;rancid -t dnos10 rancid.types.base:dnos10;login;hlogin rancid.types.base:dnos10;module;dnos10 rancid.types.base:dnos10;inloop;dnos10::inloop rancid.types.base:dnos10;command;rancid::RunCommand;terminal length 0 rancid.types.base:dnos10;command;dnos10::ShowSys;show system rancid.types.base:dnos10;command;dnos10::ShowVer;show version rancid.types.base:dnos10;command;dnos10::ShowVlan;show vlan rancid.types.base:dnos10;command;dnos10::WriteTerm;show running-configuration rancid.types.base:force10;alias;dnos9 rancid.types.conf:dnos9bc;script;rancid -t dnos9 rancid.types.conf:dnos9bc;login;clogin rancid.types.conf:dnos9bc;module;dnos9 rancid.types.conf:dnos9bc;inloop;dnos9::inloop rancid.types.conf:dnos9bc;command;dnos9::ShowVersion;show version rancid.types.conf:dnos9bc;command;dnos9::ShowBoot;show bootvar rancid.types.conf:#dnos9bc;command;dnos9::DirSlotN;dir flash: rancid.types.conf:#dnos9bc;command;dnos9::DirSlotN;dir slot0: rancid.types.conf:dnos9bc;command;dnos9::ShowChassis;show chassis rancid.types.conf:dnos9bc;command;dnos9::ShowChassis;show system rancid.types.conf:dnos9bc;command;dnos9::ShowInventory;show inventory rancid.types.conf:dnos9bc;command;dnos9::ShowVLAN;show vlan rancid.types.conf:dnos9bc;command;dnos9::WriteTerm;show running And then in router.db, I have: sw1;dnos9bc;up sw2;dnos10;up I am not sure why you get the error you mentioned, others might be able to explain that - but maybe you could try with ?dnos9? as the type and see if that works? BR Bj?rn -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Tue Feb 18 20:58:33 2020 From: heas at shrubbery.net (john heasley) Date: Tue, 18 Feb 2020 20:58:33 +0000 Subject: [rancid] The new "alias" option in rancid.types.base does not seem to be working In-Reply-To: <5345EB03-1A0E-499E-A2C3-051046CBFD7B@basis-consulting.com> References: <5345EB03-1A0E-499E-A2C3-051046CBFD7B@basis-consulting.com> Message-ID: <20200218205833.GC72996@shrubbery.net> Tue, Feb 18, 2020 at 07:15:07PM +0100, Bj?rn Skobba: > On 18 Feb 2020, at 15:07, Vlad Olariu wrote: > > > > I recently upgrade to v3.10 and it seems force10 is an alias now. The problem is that my old force10 devices (since before the upgrade) now no longer work, with rancid throwing a "device type not recognised" error in the logs. I don't think this is force10-exclusive. .... As Bj?rn mentioned, the alias just points to another type, like a DNS CNAME. See the description in rancid.types.conf(5). I am not aware of a bug handling aliases. I know that there was a bug handling -C, which is fixed in 3.11. Are you using rancid-run or rancid directly? Perhaps you can show me the full log file? From LukeS at coloradovalley.com Wed Feb 26 20:04:57 2020 From: LukeS at coloradovalley.com (Luke Smith) Date: Wed, 26 Feb 2020 20:04:57 +0000 Subject: [rancid] Extreme setup Message-ID: I'm trying to setup my extreme equipment and I've commented out most of the commands on rancid.types.base as I just want to validate the functionality that was there when I installed rancid works for this device. When I look at the configs after it runs, all I see is this. #RANCID-CONTENT-TYPE: extreme # I go into the logs and see what that says, to me it looks like the command don't actually do anything ... so I'm at a loss on what exactly isn't working then, is the xlogin or extreme script incomplete in the latest rancid build? Trying to get all of the configs. slx1: End of run not found # ===================================== Getting missed routers: round 1. slx1: End of run not found # ===================================== Getting missed routers: round 2. slx1: End of run not found # ===================================== Getting missed routers: round 3. slx1: End of run not found # ===================================== Getting missed routers: round 4. slx1: End of run not found # cvs diff: Diffing . cvs diff: Diffing configs cvs commit: Examining . cvs commit: Examining configs Confidentiality Notice: The information herein transmitted or attached is intended only for the person or entity to which this e-mail is addressed and may contain confidential and/or legally privileged material. Any review, retransmission, dissemination, other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this in error, please contact the sender immediately and delete the material from any and all computers, servers, and e-mail programs. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company. From timoid at timoid.org Wed Feb 26 20:39:17 2020 From: timoid at timoid.org (Tim Warnock) Date: Wed, 26 Feb 2020 20:39:17 +0000 Subject: [rancid] Extreme setup In-Reply-To: References: Message-ID: Hi Luke, SLX was a brocade product with code roots from foundry. Try type brocade or foundry. Tim > On 27 Feb 2020, at 06:01, Luke Smith wrote: > > ?I'm trying to setup my extreme equipment and I've commented out most of the commands on rancid.types.base as I just want to validate the functionality that was there when I installed rancid works for this device. When I look at the configs after it runs, all I see is this. > > #RANCID-CONTENT-TYPE: extreme > # > > I go into the logs and see what that says, to me it looks like the command don't actually do anything ... so I'm at a loss on what exactly isn't working then, is the xlogin or extreme script incomplete in the latest rancid build? > > > Trying to get all of the configs. > slx1: End of run not found > # > ===================================== > Getting missed routers: round 1. > slx1: End of run not found > # > ===================================== > Getting missed routers: round 2. > slx1: End of run not found > # > ===================================== > Getting missed routers: round 3. > slx1: End of run not found > # > ===================================== > Getting missed routers: round 4. > slx1: End of run not found > # > > cvs diff: Diffing . > cvs diff: Diffing configs > cvs commit: Examining . > cvs commit: Examining configs > Confidentiality Notice: The information herein transmitted or attached is intended only for the person or entity to which this e-mail is addressed and may contain confidential and/or legally privileged material. Any review, retransmission, dissemination, other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this in error, please contact the sender immediately and delete the material from any and all computers, servers, and e-mail programs. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company. > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at www.shrubbery.net > https://www.shrubbery.net/mailman/listinfo/rancid-discuss