From troy at i2bnetworks.com Thu Mar 3 19:07:19 2022 From: troy at i2bnetworks.com (Troy Beisigl) Date: Thu, 3 Mar 2022 11:07:19 -0800 Subject: [rancid] Rancid and Cisco ASA In-Reply-To: References: <6344792F-39BB-4B1A-A6A0-EC262417CF16@i2bnetworks.com> Message-ID: Looks like the ios.pm I have is patched with some of that already but some of the items it is looking for are not there. I just patched it manually to filter ?log? for the files in disk0 as that is a folder where the log files are going and it is the directory that is triggering the config change match. Since before it was looking for *.txt and vlan*.dat, adding the log as an exclude in comparison resolved the issue. Below is the line changed both the original and how it looks after the change. Original: if (/(dhcp_[^. ]*\.txt|vlan\.dat|sflog|snooping)/ || /(smart-log\/agentlog|syslog)\s*$/) { Patched: if (/(dhcp_[^. ]*\.txt|vlan\.dat|log|sflog|snooping)/ || /(smart-log\/agentlog|syslog)\s*$/) { Best, -Troy > On Feb 28, 2022, at 11:59 AM, heasley wrote: > > Mon, Feb 28, 2022 at 11:40:06AM -0800, Troy Beisigl: >> Hello everyone, >> >> I have been seeing this happen every time rancid runs on one ASA only. It is a Cisco FPR running ASA image 9.14(2)15. Has anyone ran into this and is there a patch? >> >> !Flash: disk0: 805306526 drwx 4096 00:57:32 Nov 13 2021 .private >> - !Flash: disk0: 228 drwx 4096 15:25:01 Feb 27 2022 log >> + !Flash: disk0: 228 drwx 4096 16:02:37 Feb 28 2022 log >> !Flash: disk0: 537568801 -rw- 35741420 04:59:48 Apr 16 2021 asdm.bin >> > > hi. please try this patch > https://github.com/haussli/rancid/commit/3e7126770dcdcc417a23b3dd0024977183abc1c1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrewm659 at yahoo.com Wed Mar 23 20:20:18 2022 From: andrewm659 at yahoo.com (Andrew Meyer) Date: Wed, 23 Mar 2022 20:20:18 +0000 (UTC) Subject: [rancid] Nortel 5510-48T References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> Message-ID: <825456851.1006912.1648066818447@mail.yahoo.com> I recently got my rancid environment set up again and am trying to get my nortel/avaya 5510-48T switch backed up via rancid.? I see that there has been some traction in the past several years in making this work.? I have copied the code from the following mailing-list posts: https://shrubbery.net/pipermail/rancid-discuss/2019-March/010646.html https://shrubbery.net/pipermail/rancid-discuss/2013-October/007257.htmlhttps://www.mail-archive.com/rancid-discuss at shrubbery.net/msg00643.html https://shrubbery.net/pipermail/rancid-discuss/2016-December/009329.html https://www.mail-archive.com/rancid-discuss at shrubbery.net/thrd2.html https://www.reddit.com/r/networking/comments/5ib9i0/rancid_and_nortel_5000_switches/db77225/?context=8&depth=9 https://shrubbery.net/pipermail/rancid-discuss/2014-February/007453.html However the code that is in the email thread for bslogin looks to be changes made to it.? I tried to look around on Google for the author or something on github but can't find that person.? Has the code been put into rancid?? I would be willing to test this if someone hasn't still. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From cra at fea.st Wed Mar 23 21:12:51 2022 From: cra at fea.st (Chuck Anderson) Date: Wed, 23 Mar 2022 17:12:51 -0400 Subject: [rancid] Nortel 5510-48T In-Reply-To: <825456851.1006912.1648066818447@mail.yahoo.com> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> Message-ID: <20220323211251.kgbhnpusicp3sgr6@gauge.lan> I did the stuff in 2019. I'm not sure it ever got integrated into a RANCID release. I can probably dig up the full bslogin if you need it. I haven't used this stuff in 2 years and no longer have access to those Nortel models. On Wed, Mar 23, 2022 at 08:20:18PM +0000, Andrew Meyer wrote: > I recently got my rancid environment set up again and am trying to get my nortel/avaya 5510-48T switch backed up via rancid.? I see that there has been some traction in the past several years in making this work.? I have copied the code from the following mailing-list posts: > https://shrubbery.net/pipermail/rancid-discuss/2019-March/010646.html https://shrubbery.net/pipermail/rancid-discuss/2013-October/007257.htmlhttps://www.mail-archive.com/rancid-discuss at shrubbery.net/msg00643.html > > https://shrubbery.net/pipermail/rancid-discuss/2016-December/009329.html > > https://www.mail-archive.com/rancid-discuss at shrubbery.net/thrd2.html > > https://www.reddit.com/r/networking/comments/5ib9i0/rancid_and_nortel_5000_switches/db77225/?context=8&depth=9 > > https://shrubbery.net/pipermail/rancid-discuss/2014-February/007453.html > > However the code that is in the email thread for bslogin looks to be changes made to it.? I tried to look around on Google for the author or something on github but can't find that person.? Has the code been put into rancid?? I would be willing to test this if someone hasn't still. > > Thanks! From andrewm659 at yahoo.com Wed Mar 23 21:58:43 2022 From: andrewm659 at yahoo.com (Andrew Meyer) Date: Wed, 23 Mar 2022 21:58:43 +0000 (UTC) Subject: [rancid] Nortel 5510-48T In-Reply-To: <20220323211251.kgbhnpusicp3sgr6@gauge.lan> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> Message-ID: <2079184030.1230590.1648072723531@mail.yahoo.com> I would greatly appreciate getting all of those files.? Could they be uploaded to github or somewhere equivalent?? On Wednesday, March 23, 2022, 04:12:55 PM CDT, Chuck Anderson wrote: I did the stuff in 2019.? I'm not sure it ever got integrated into a RANCID release.? I can probably dig up the full bslogin if you need it.? I haven't used this stuff in 2 years and no longer have access to those Nortel models. On Wed, Mar 23, 2022 at 08:20:18PM +0000, Andrew Meyer wrote: > I recently got my rancid environment set up again and am trying to get my nortel/avaya 5510-48T switch backed up via rancid.? I see that there has been some traction in the past several years in making this work.? I have copied the code from the following mailing-list posts: > https://shrubbery.net/pipermail/rancid-discuss/2019-March/010646.html https://shrubbery.net/pipermail/rancid-discuss/2013-October/007257.htmlhttps://www.mail-archive.com/rancid-discuss at shrubbery.net/msg00643.html > > https://shrubbery.net/pipermail/rancid-discuss/2016-December/009329.html > > https://www.mail-archive.com/rancid-discuss at shrubbery.net/thrd2.html > > https://www.reddit.com/r/networking/comments/5ib9i0/rancid_and_nortel_5000_switches/db77225/?context=8&depth=9 > > https://shrubbery.net/pipermail/rancid-discuss/2014-February/007453.html > > However the code that is in the email thread for bslogin looks to be changes made to it.? I tried to look around on Google for the author or something on github but can't find that person.? Has the code been put into rancid?? I would be willing to test this if someone hasn't still. > > Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From cra at fea.st Fri Mar 25 01:25:36 2022 From: cra at fea.st (Chuck Anderson) Date: Thu, 24 Mar 2022 21:25:36 -0400 Subject: [rancid] Nortel 5510-48T In-Reply-To: <2079184030.1230590.1648072723531@mail.yahoo.com> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> <2079184030.1230590.1648072723531@mail.yahoo.com> Message-ID: <20220325012536.7jlpkpuzb7gru65h@gauge.lan> Done: https://github.com/cranderson/rancid-nortel On Wed, Mar 23, 2022 at 09:58:43PM +0000, Andrew Meyer wrote: > I would greatly appreciate getting all of those files.? Could they be uploaded to github or somewhere equivalent?? > > On Wednesday, March 23, 2022, 04:12:55 PM CDT, Chuck Anderson wrote: > > I did the stuff in 2019.? I'm not sure it ever got integrated into a > RANCID release.? I can probably dig up the full bslogin if you need > it.? I haven't used this stuff in 2 years and no longer have access to > those Nortel models. From andrewm659 at yahoo.com Fri Mar 25 01:31:17 2022 From: andrewm659 at yahoo.com (Andrew Meyer) Date: Fri, 25 Mar 2022 01:31:17 +0000 (UTC) Subject: [rancid] Nortel 5510-48T In-Reply-To: <20220325012536.7jlpkpuzb7gru65h@gauge.lan> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> <2079184030.1230590.1648072723531@mail.yahoo.com> <20220325012536.7jlpkpuzb7gru65h@gauge.lan> Message-ID: <176823232.66307.1648171877328@mail.yahoo.com> Chuck,Awesome! I actually just found updated firmware all the way to 6.3.6 and the SSH version as well.? But I haven't enabled ssh yet.? So I'll start with this. Thank you! On Thursday, March 24, 2022, 08:25:41 PM CDT, Chuck Anderson wrote: Done: https://github.com/cranderson/rancid-nortel On Wed, Mar 23, 2022 at 09:58:43PM +0000, Andrew Meyer wrote: >? I would greatly appreciate getting all of those files.? Could they be uploaded to github or somewhere equivalent?? > >? ? On Wednesday, March 23, 2022, 04:12:55 PM CDT, Chuck Anderson wrote:? >? >? I did the stuff in 2019.? I'm not sure it ever got integrated into a > RANCID release.? I can probably dig up the full bslogin if you need > it.? I haven't used this stuff in 2 years and no longer have access to > those Nortel models. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrewm659 at yahoo.com Fri Mar 25 01:56:05 2022 From: andrewm659 at yahoo.com (Andrew Meyer) Date: Fri, 25 Mar 2022 01:56:05 +0000 (UTC) Subject: [rancid] Nortel 5510-48T In-Reply-To: <176823232.66307.1648171877328@mail.yahoo.com> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> <2079184030.1230590.1648072723531@mail.yahoo.com> <20220325012536.7jlpkpuzb7gru65h@gauge.lan> <176823232.66307.1648171877328@mail.yahoo.com> Message-ID: <929826421.74652.1648173365941@mail.yahoo.com> It does not work.? It gets to the Avaya splash screen and sits there. On Thursday, March 24, 2022, 08:31:17 PM CDT, Andrew Meyer wrote: Chuck,Awesome! I actually just found updated firmware all the way to 6.3.6 and the SSH version as well.? But I haven't enabled ssh yet.? So I'll start with this. Thank you! On Thursday, March 24, 2022, 08:25:41 PM CDT, Chuck Anderson wrote: Done: https://github.com/cranderson/rancid-nortel On Wed, Mar 23, 2022 at 09:58:43PM +0000, Andrew Meyer wrote: >? I would greatly appreciate getting all of those files.? Could they be uploaded to github or somewhere equivalent?? > >? ? On Wednesday, March 23, 2022, 04:12:55 PM CDT, Chuck Anderson wrote:? >? >? I did the stuff in 2019.? I'm not sure it ever got integrated into a > RANCID release.? I can probably dig up the full bslogin if you need > it.? I haven't used this stuff in 2 years and no longer have access to > those Nortel models. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cra at fea.st Fri Mar 25 02:45:11 2022 From: cra at fea.st (Chuck Anderson) Date: Thu, 24 Mar 2022 22:45:11 -0400 Subject: [rancid] Nortel 5510-48T In-Reply-To: <929826421.74652.1648173365941@mail.yahoo.com> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> <2079184030.1230590.1648072723531@mail.yahoo.com> <20220325012536.7jlpkpuzb7gru65h@gauge.lan> <176823232.66307.1648171877328@mail.yahoo.com> <929826421.74652.1648173365941@mail.yahoo.com> Message-ID: <20220325024511.plaqkay7kfpwz75o@gauge.lan> Apparently I last had it working with: !SYSINFO: sysDescr: Ethernet Routing Switch 5510-48T !SYSINFO: HW:32 FW:6.0.0.16 SW:v6.3.1.039 and: !SYSINFO: sysDescr: Ethernet Routing Switch 5510-48T !SYSINFO: HW:31 FW:5.0.0.4 SW:v5.1.1.017 Is the splash screen still made up of # characters? At what software version did they change from Nortel to Avaya on the splash screen? https://www.alfredtong.com/technology/avayanortel-baystack-ers-55105520-firmware-upgrade-v5-1-v6-3-4/ On Fri, Mar 25, 2022 at 01:56:05AM +0000, Andrew Meyer wrote: > It does not work.? It gets to the Avaya splash screen and sits there. > > On Thursday, March 24, 2022, 08:31:17 PM CDT, Andrew Meyer wrote: > > Chuck,Awesome! > I actually just found updated firmware all the way to 6.3.6 and the SSH version as well.? But I haven't enabled ssh yet.? So I'll start with this. > Thank you! > > On Thursday, March 24, 2022, 08:25:41 PM CDT, Chuck Anderson wrote: > > Done: > > https://github.com/cranderson/rancid-nortel > > On Wed, Mar 23, 2022 at 09:58:43PM +0000, Andrew Meyer wrote: > >? I would greatly appreciate getting all of those files.? Could they be uploaded to github or somewhere equivalent?? > > > >? ? On Wednesday, March 23, 2022, 04:12:55 PM CDT, Chuck Anderson wrote:? > >? > >? I did the stuff in 2019.? I'm not sure it ever got integrated into a > > RANCID release.? I can probably dig up the full bslogin if you need > > it.? I haven't used this stuff in 2 years and no longer have access to > > those Nortel models. From aa-rdds at ag-installations.co.uk Fri Mar 25 12:09:09 2022 From: aa-rdds at ag-installations.co.uk (A Galloway) Date: Fri, 25 Mar 2022 12:09:09 +0000 Subject: [rancid] Support for new OS (HP) ArubaOS-CX In-Reply-To: <20220325012536.7jlpkpuzb7gru65h@gauge.lan> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> <2079184030.1230590.1648072723531@mail.yahoo.com> <20220325012536.7jlpkpuzb7gru65h@gauge.lan> Message-ID: <1b1f0b90-af78-5d43-7955-bf881f0f0ca5@ag-installations.co.uk> Hi Jethro, Thanks for writing this module.? It's working for us on a JL675A 6100 switch, and we've tried it on both ArubaOS-CX version PL.10.06.0110 and PL.10.09.1010. Cheers, A Galloway *Jethro Binks* jethro.binks at strath.ac.uk /Fri Jan 14 19:43:07 UTC 2022/ -------------------------------------------------------------------------------- Hello, Ref:https://www.shrubbery.net/pipermail/rancid-discuss/2021-May/011036.html Ref:https://www.shrubbery.net/pipermail/rancid-discuss/2021-May/011038.html I found some time to take a look at this. Note that this is for ArubaOS-CX, not ArubaOS (which is what Provision on newer products is now referred to as), nor AOS (which is the wireless controller OS: see herehttps://github.com/miken32/rancid-aruba). You can find my current effort here:https://gist.github.com/jrbinks/c28691f11238c23432394302a948900b Looking to get a real-world feedback for it, then can hand it over for inclusion. It uses the usual clogin as the login script. You will need something like the following in .cloginrc: add password routername {PLACEHOLDER-NOTUSED} add identity routername {~/.ssh/id_rancid} add user routername rancid add method routername {ssh} add noenable routername 1 add cyphertype routername {aes128-ctr} As far as I can see, you have to have your user in the administrators group. And in rancid.types.conf you might want something like: arubaoscx;script;rancid -t arubaoscx arubaoscx;login;clogin arubaoscx;module;arubaoscx arubaoscx;inloop;arubaoscx::inloop arubaoscx;command;rancid::RunCommand;no page # system commands arubaoscx;command;arubaoscx::CommentOutput;show system arubaoscx;command;arubaoscx::CommentOutput;show version arubaoscx;command;arubaoscx::CommentOutput;show images # hardware commands arubaoscx;command;arubaoscx::CommentOutput;show module arubaoscx;command;arubaoscx::CommentOutput;show environment power-supply arubaoscx;command;arubaoscx::CommentOutput;show environment power-redundancy arubaoscx;command;arubaoscx::CommentOutput;show environment fan arubaoscx;command;arubaoscx::CommentOutput;show environment temperature arubaoscx;command;arubaoscx::CommentOutput;show environment led arubaoscx;command;arubaoscx::CommentOutput;show interface transceiver # system state commands arubaoscx;command;arubaoscx::CommentOutput;show vsx brief arubaoscx;command;arubaoscx::CommentOutput;show vsx status arubaoscx;command;arubaoscx::CommentOutput;show vsx config-consistency arubaoscx;command;arubaoscx::CommentOutput;show vsx lacp configuration arubaoscx;command;arubaoscx::CommentOutput;show vsf arubaoscx;command;arubaoscx::CommentOutput;show vsf detail arubaoscx;command;arubaoscx::CommentOutput;show vsf link arubaoscx;command;arubaoscx::CommentOutput;show vlan arubaoscx;command;arubaoscx::CommentOutput;show ntp status arubaoscx;command;arubaoscx::CommentOutput;show lldp neighbor-info arubaoscx;command;arubaoscx::CommentOutput;show ip ospf arubaoscx;command;arubaoscx::CommentOutput;show ip ospf interface arubaoscx;command;arubaoscx::CommentOutput;show ip ospf neighbors arubaoscx;command;arubaoscx::CommentOutput;show ip ospf statistics arubaoscx;command;arubaoscx::CommentOutput;show bgp ipv4 unicast summary arubaoscx;command;arubaoscx::CommentOutput;show bgp ipv6 unicast summary arubaoscx;command;arubaoscx::ShowConfiguration;show running-config Tested on: Aruba JL658A 6300M Aruba JL635A 8325-48Y8C both version 10.5. I will upgrade a box to something more recent and re-test soon. I don't have any of the edge products to test. Let me know how you get on and if any other commands would be useful. Also, there are probably more secrets to be hidden, if you run with filtering of passwords and community strings. Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. ________________________________ From: Jethro R Binks > Sent: 04 June 2021 21:48 To:rancid-discuss at shrubbery.net > Subject: Re: [rancid] Support for new OS (HP) ArubaOS-CX Interest here, but not been able to get development time to look at it. Jethro. On Wed, 5 May 2021, Viktor Svanstr?m wrote: >/Hi list, />/I have a Aruba JL581A HPE Aruba 8320 Switch running ArubaOS-CX TL.10.04.2000. At the moment it seems like there is no support for this OS in rancid? Is there any plan to support it or has anyone out there managed to make their own custom login script? />//>/Best regards Viktor />//>// . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrewm659 at yahoo.com Fri Mar 25 02:48:45 2022 From: andrewm659 at yahoo.com (Andrew Meyer) Date: Fri, 25 Mar 2022 02:48:45 -0000 Subject: [rancid] Nortel 5510-48T In-Reply-To: <20220325024511.plaqkay7kfpwz75o@gauge.lan> References: <825456851.1006912.1648066818447.ref@mail.yahoo.com> <825456851.1006912.1648066818447@mail.yahoo.com> <20220323211251.kgbhnpusicp3sgr6@gauge.lan> <2079184030.1230590.1648072723531@mail.yahoo.com> <20220325012536.7jlpkpuzb7gru65h@gauge.lan> <176823232.66307.1648171877328@mail.yahoo.com> <929826421.74652.1648173365941@mail.yahoo.com> <20220325024511.plaqkay7kfpwz75o@gauge.lan> Message-ID: <1231280567.74502.1648176519100@mail.yahoo.com> Still looks like this: I don't know when they made the change.? Here is the jpg: On Thursday, March 24, 2022, 09:45:16 PM CDT, Chuck Anderson wrote: Apparently I last had it working with: !SYSINFO: sysDescr:? ? ? ? ? ? ? Ethernet Routing Switch 5510-48T !SYSINFO:? ? ? ? ? ? ? ? ? ? ? ? HW:32? ? ? FW:6.0.0.16? SW:v6.3.1.039 and: !SYSINFO: sysDescr:? ? ? ? ? ? ? Ethernet Routing Switch 5510-48T !SYSINFO:? ? ? ? ? ? ? ? ? ? ? ? HW:31? ? ? FW:5.0.0.4? SW:v5.1.1.017 Is the splash screen still made up of # characters?? At what software version did they change from Nortel to Avaya on the splash screen? https://www.alfredtong.com/technology/avayanortel-baystack-ers-55105520-firmware-upgrade-v5-1-v6-3-4/ On Fri, Mar 25, 2022 at 01:56:05AM +0000, Andrew Meyer wrote: >? It does not work.? It gets to the Avaya splash screen and sits there. > >? ? On Thursday, March 24, 2022, 08:31:17 PM CDT, Andrew Meyer wrote:? >? >? Chuck,Awesome! > I actually just found updated firmware all the way to 6.3.6 and the SSH version as well.? But I haven't enabled ssh yet.? So I'll start with this. > Thank you! > >? ? On Thursday, March 24, 2022, 08:25:41 PM CDT, Chuck Anderson wrote:? >? >? Done: > > https://github.com/cranderson/rancid-nortel > > On Wed, Mar 23, 2022 at 09:58:43PM +0000, Andrew Meyer wrote: > >? I would greatly appreciate getting all of those files.? Could they be uploaded to github or somewhere equivalent?? > > > >? ? On Wednesday, March 23, 2022, 04:12:55 PM CDT, Chuck Anderson wrote:? > >? > >? I did the stuff in 2019.? I'm not sure it ever got integrated into a > > RANCID release.? I can probably dig up the full bslogin if you need > > it.? I haven't used this stuff in 2 years and no longer have access to > > those Nortel models. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 1648176397598blob.jpg Type: image/png Size: 31540 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Nortel-Avaya-5510-48T-login.jpg Type: image/jpeg Size: 66926 bytes Desc: not available URL: