Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | Better notes and fix a mistake in the secret lines | Tim Pray | |
2017-02-07 | Modify to support IAP, Instant Controller and Mobility Access Switches | Tim Pray | |
2017-02-07 | add support for netgear switch | Alexander Schaber | |
2017-02-06 | changed "diagnose autoupdate version" behaviour, since with every update of ↵ | root | |
signatures the config version is changed | |||
2017-02-06 | nicer regex for both password variants of fortiOS | root | |
2017-02-06 | added secret removal for fortiOS | root | |
2017-02-04 | Cleaner way to fix older IronWare devices | Jason Wendel | |
This works on older IronWare devices without needing a sleep between each command. | |||
2017-02-03 | Restore compatibility with older versions of IronWare | Jason Wendel | |
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password. Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay. | |||
2017-02-03 | Update fabricos.rb | K. Gasso | |
Ignore Uptime/Power/Date fields in chassisShow and configShow | |||
2017-02-03 | Updated split to be more efficient, thanks ytti! | Richard Mayhew | |
2017-02-03 | feature: support IP Addressed provided with a netmask | Richard Mayhew | |
2017-01-31 | Filter out rogue client alerts from AireOS | Ross W | |
2017-01-24 | Don't show error is unsupported | vppencilsharpener | |
This is the proposed fix for issue #669. Let me know if there is anything that I need to fix. This appears to be working correctly for the switch I have in house (S2400-24P). However the model is not working for the Aruba Instant AP (IAP) (virtual) controller. I hope to submit a fix for those once I have it working. The problems with that device appear to be unrelated to these changes as the prompt is incorrect. | |||
2017-01-25 | Update | mbakerbp | |
2017-01-24 | Requested changes | mbakerbp | |
2017-01-24 | GPG support working | mbakerbp | |
2017-01-24 | GPG support | mbakerbp | |
2017-01-24 | Update | mbakerbp | |
2017-01-24 | Syntax error | mbakerbp | |
2017-01-24 | Untested GPG work | mbakerbp | |
2017-01-19 | Tweak the white space for cleaning. | vppencilsharpener | |
2017-01-18 | Update ironware.rb | devicenull | |
Some Brocade devices only have two possible fan speeds. Previously, this only handled three levels of fan speeds. Updated regex will handle both of these cases: Fan 1 ok, speed (auto): 1<->[[2]] Fan 1 ok, speed (auto): 1<->[[2]]<->3 | |||
2017-01-11 | Ignore fan speed changes for ironware | devicenull | |
Brocade ICX/FCX log fan speed changes like this: Fan ok, speed (auto): 1<->[[2]]<->3 Fan ok, speed (auto): [[1]]<->2<->3 Remove the current fan speed from the configuration to prevent lots of useless changes from being logged. | |||
2017-01-10 | Ensure config gets returned even if no replacements are done | devicenull | |
2017-01-10 | Mask out configuration date for fiberdriver | devicenull | |
Our fiberdriver devices report a timestamp during 'show running-config', which results in a config diff on every run. This patch removes the '+! Configuration saved on 2017/01/10 14:21:20' line from the config, as well as a couple other useless status messages | |||
2017-01-10 | Add support for telnet | Jason Lixfeld | |
2017-01-09 | Ignore undefined UTF8 in ironware.rb | devicenull | |
We have some Brocade MLX devices that are triggering 'raised Encoding::UndefinedConversionError with msg ""\xFF" from ASCII-8BIT to UTF-8"'. Update the ironware.rb file to ignore undefined UTF8 as well as invalid UTF8 | |||
2017-01-09 | adding zhone OLT/MX GPON/MetroE/DSL gear | Robert Drake | |
2016-12-27 | Hide remaining passwords | Gaëtan DUCHAUSSOIS | |
2016-12-27 | Update ios.rb | Gaëtan Duchaussois | |
Do the terminal configure after enable since it might be prohibited in non ena | |||
2016-12-20 | changing ios gsub | nertwork | |
2016-12-20 | Quagga fix | nertwork | |
2016-12-20 | Quagga fix | nertwork | |
2016-12-20 | adding in the Quagga.conf file for cumulus | nertwork | |
2016-12-14 | delete secret password if it is called secret | mattttv | |
2016-12-12 | bump up version0.19.0 | Saku Ytti | |
2016-12-12 | Recursively search from one dir above specified | Saku Ytti | |
Fixes #626 | |||
2016-12-07 | Fix suggested by ytti for issue #610 | Mike Rostermund | |
2016-12-07 | Remove trailing whitespace and enable prompt detection | Thane Gill | |
Fixes: #630 | |||
2016-12-06 | Update eos.rb | jbaker48 | |
2016-12-06 | exclude time from output | jbaker48 | |
2016-12-04 | New hook: awssns - Publish messages to AWS SNS topics | Nat Morris | |
2016-11-19 | Updated config options | Neil Lathwood | |
2016-11-19 | Added option to disable ssl verification checks for http source | Neil Lathwood | |
2016-11-18 | Update ciscosmb.rb | Atroskelis | |
Added old commands in case of different CLI variations. | |||
2016-11-18 | Update ciscosmb.rb | Atroskelis | |
Forgot the username prompt change. | |||
2016-11-18 | Update ciscosmb.rb | Atroskelis | |
Adapted for SG series, not sure about SF. Please test. | |||
2016-11-11 | expect prompt after entering enable password | Saku Ytti | |
2016-11-10 | add support for PLANET SG switches | Florian Klink | |
So far, only SGS switches were supported. Now, we check the model type during the 'show version' command, and only execute the 'show transceiver details' command in case an SGS switch was detected (as its not supported on SG models). We will also strip lines containing the current System Time and Uptime. These only appear on SG models, but it's a good idea to strip them anyways. | |||
2016-11-09 | renamed alvarion -> alvarion.rb | Robert Drake | |
I believe from this: require File.join dir, file+'.rb' That the only way this model would work is if it has a .rb extension. I don't have any of these devices to test if this works. |