Re: [rancid] New Cisco ASA Login Failure

2018-03-06 Thread o...@leferguson.com
I just got hit by this also on a 5506-x. I turned off the login history for now, but I saw back in January a proposed patch, did that work out? (I guess I could try it, but it's always nice to know if it worked, and if it might be destined for incorporation?) Linwood From: Rancid-discuss [

Re: [rancid] New Cisco ASA Login Failure

2018-03-06 Thread o...@leferguson.com
(Sorry, I replied to this initially with a different account, if that's sitting in a moderation queue it can be deleted) >> I just got hit by this also on a 5506-x. I turned off the login history for >> now, but I saw back in January a proposed patch, did that work out? (I >> guess I could

[rancid] DLink and End of Run Found

2018-04-08 Thread o...@leferguson.com
I have a bunch of old DLinks and have been working to find a way to monitor changes. I saw some past mail list notes on DLInk's, and I see the DLLOGIN and Dell.pm modules, that have some support. I could not get them to work in any straightforward way, so I spent a bit of time changing them, e

[rancid] Rancid and Netgear switches

2018-05-16 Thread o...@leferguson.com
For a client I suddenly am getting a pile of Netgear switches. I had previously patched the Dell routines to work with DLink and am starting to do the same for Netgear (it supports a show running_config), but I did not see either much discussion (some in 2008) or any built in support (at least

Re: [rancid] Rancid and Netgear switches

2018-05-16 Thread o...@leferguson.com
> If you post a snippet of config, somebody might recognise what ODM makes the > switches. Sure, thanks. The login is User: Password: The not-enabled prompt is the model in parenthesis (M4100-26G) > The enable prompt (no password required, at least as we are set up): (M4100-26G) # A "termi

Re: [rancid] Rancid and Netgear switches

2018-05-16 Thread o...@leferguson.com
> Looks a lot like a Ubiquiti EdgeMAX so presumably Ubiquiti and Netgear are > buying the design from the same place. > You're in luck: > # edgemax.pm - Ubiquity ("UBNT") EdgeMAX switch rancid procedures > Real close but it uses exit not logout. exit won't actually log off, it just loops fore

Re: [rancid] Rancid and Netgear switches

2018-05-16 Thread o...@leferguson.com
OK if the command completes OK. I think I have it running, I just did a show config, hopefully everything is really in there. Appreciate the pointers. Linwood -Original Message- From: heasley [mailto:h...@shrubbery.net] Sent: Wednesday, May 16, 2018 9:14 PM To: o...@leferguson.com Cc

Re: [rancid] Rancid not updating

2018-10-16 Thread o...@leferguson.com
Start by looking in the log file (usually in the rancid directory structure, try ~/var/rancid/logs (though I think depending on how installed it may be elsewhere). Find the latest log, look at it, see what is happening. If it's not there (i.e. no logs) rancid is probably not starting. Restarti

Re: [rancid] Rancid not updating

2018-10-17 Thread o...@leferguson.com
ne listed in the up-to-date error (e.g. 192.168.215.10) and see if the up-to-date goes away when it can process the device. Hopefully someone more CVS knowledgeable can advise on what that actually means. Linwood From: Larry Larsen [mailto:llar...@longlines.biz] Sent: Wednesday, Octo

Re: [rancid] Cisco 3650 IOS-XE active VLAN port state changes

2019-11-22 Thread o...@leferguson.com
Yeah, this is something I keep meaning to change as well. I haven't done it, but I think you can just put something like next if (^!VLAN:); in showVLAN in ios.pm. You'll see similar checks. But I also just want to put a plug in that this is a good candidate for a rancid option. I would t