Re: [rancid] RANCID no longer working with MikroTik RouterOS 6.49 and 7.1rc3 and 7.1rc4

2021-10-15 Thread Michael Ducharme
Hello, I had a look at your patch and I'm not sure that would fix the issue. Also show-sensitive only works with v7 and above and throws an error on RouterOS v6. Someone on the MikroTik forums found that there is no longer a newline being generated after the output so the regexp doesn't match

Re: [rancid] Assistance creating a perl module to use with ZPE Systems NodegridOS Devices

2021-10-15 Thread Mick O'Donovan
On 15/10/2021, 20:16, "heasley" wrote: CAUTION[External]: This email originated from outside of the organisation. Do not click on links or open the attachments unless you recognise the sender and know the content is safe. Fri, Oct 15, 2021 at 07:10:45PM +, Mick

Re: [rancid] Assistance creating a perl module to use with ZPE Systems NodegridOS Devices

2021-10-15 Thread heasley
Fri, Oct 15, 2021 at 02:59:01PM +, Mick O'Donovan: > rancid@rancid-staging:~/bin$ diff rancid zperancid > 140a141,143 > > # I don't care if it sees "exit" > > $clean_run = 1; > > > > ^^^ It was recommended to me several weeks back to make this change but I > can't for the life of me remember

Re: [rancid] Assistance creating a perl module to use with ZPE Systems NodegridOS Devices

2021-10-15 Thread Mick O'Donovan
On 15/10/2021, 17:40, "heasley" wrote: IMO, it is part of the conversation and is further confirmation that was normal. Various devices have had cli bugs over time. Does not hurt to remove it for debugging. By this do you mean to leave the original file alone or my version

Re: [rancid] RANCID no longer working with MikroTik RouterOS 6.49 and 7.1rc3 and 7.1rc4

2021-10-15 Thread heasley
Fri, Oct 15, 2021 at 01:39:18PM -0700, Michael Ducharme: > Hello, > > I had a look at your patch and I'm not sure that would fix the issue. Also > show-sensitive only works with v7 and above and throws an error on RouterOS > v6. > > Someone on the MikroTik forums found that there is no longer a

[rancid] RANCID no longer working with MikroTik RouterOS 6.49 and 7.1rc3 and 7.1rc4

2021-10-15 Thread Michael Ducharme
Hello, I just wanted to let you know - on the MikroTik forum I am seeing reports that RANCID is no longer working to back up RouterOS versions 6.49 and 7.1rc3 and 7.1rc4. The commands still run and there were no documented changes to the console or SSH on the MikroTik side recently, so I'm not

Re: [rancid] RANCID no longer working with MikroTik RouterOS 6.49 and 7.1rc3 and 7.1rc4

2021-10-15 Thread heasley
Mon, Oct 11, 2021 at 06:28:39PM -0700, Michael Ducharme: > Hello, > > I just wanted to let you know - on the MikroTik forum I am seeing reports > that RANCID is no longer working to back up RouterOS versions 6.49 and > 7.1rc3 and 7.1rc4. The commands still run and there were no documented >

[rancid] Assistance creating a perl module to use with ZPE Systems NodegridOS Devices

2021-10-15 Thread Mick O'Donovan
Hi Heas, all, I'm struggling with an issue in trying to get some outputs from our ZPE estate of Out of Band devices using RANCID. What I have tried to do thus far is as follows: 1. Set credentials for my devices in .cloginrc 2. Cloned both clogin and rancid files in /var/lib/rancid/bin to