Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | add support for netgear switch | Alexander Schaber | |
2017-02-06 | Merge pull request #700 from mediumo/master | ytti | |
changed "diagnose autoupdate version" behaviour, since with every upd… | |||
2017-02-06 | changed "diagnose autoupdate version" behaviour, since with every update of ↵ | root | |
signatures the config version is changed | |||
2017-02-06 | Merge pull request #698 from mediumo/master | ytti | |
added secret removal for fortiOS | |||
2017-02-06 | nicer regex for both password variants of fortiOS | root | |
2017-02-06 | added secret removal for fortiOS | root | |
2017-02-05 | Merge pull request #694 from wendelj/master | ytti | |
Cleaner way to fix older IronWare devices | |||
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-04 | Merge pull request #693 from wendelj/master | ytti | |
Restore compatibility with older versions of IronWare | |||
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-04 | Merge pull request #692 from kgasso/master | ytti | |
Updating fabricos.rb to ignore dynamic fields | |||
2017-02-03 | Update fabricos.rb | K. Gasso | |
Ignore Uptime/Power/Date fields in chassisShow and configShow | |||
2017-02-03 | Merge pull request #690 from InsaneSplash/drop-network-prefix | ytti | |
feature: support an IP Address provided with a netmask | |||
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-02-02 | Merge pull request #683 from davama/master | ytti | |
Add git build to README | |||
2017-02-02 | Adjustments | Dave | |
2017-02-02 | Added git build | Dave | |
2017-01-31 | Merge pull request #679 from rwolfson/filterupdates | ytti | |
Filter out rogue client alerts from AireOS | |||
2017-01-31 | Filter out rogue client alerts from AireOS | Ross W | |
2017-01-26 | Merge pull request #675 from vppencilsharpener/aoswCleanOutput | ytti | |
Don't show error is unsupported | |||
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 | Merge pull request #674 from bulletproofnetworks/master | ytti | |
Add GPG support for reading router.db | |||
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 | Merge pull request #668 from vppencilsharpener/WhiteSpaceTweak | ytti | |
Tweak the white space for cleaning. | |||
2017-01-19 | Tweak the white space for cleaning. | vppencilsharpener | |
2017-01-19 | Merge pull request #667 from devicenull/patch-6 | ytti | |
Update ironware.rb | |||
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 | Merge pull request #665 from devicenull/patch-4 | ytti | |
Add suggestion to set `ip` variable in CSV reader | |||
2017-01-11 | Add suggestion to set `ip` variable in CSV reader | devicenull | |
We have around ~1000 nodes, and oxidized was taking 30s to do the initial config load. After adding the 'ip' variable to our CSV, load time dropped to less than 1 second. | |||
2017-01-11 | Merge pull request #664 from devicenull/patch-3 | ytti | |
Ignore fan speed changes for ironware | |||
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 | Merge pull request #662 from devicenull/patch-2 | ytti | |
Mask out configuration date for fiberdriver | |||
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 | Merge pull request #661 from jlixfeld/master | ytti | |
Add support for telnet | |||
2017-01-10 | Add support for telnet | Jason Lixfeld | |
2017-01-09 | Merge pull request #659 from devicenull/patch-1 | ytti | |
Ignore undefined UTF8 in ironware.rb | |||
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 | Merge pull request #658 from rfdrake/zhoneolt | ytti | |
adding zhone OLT/MX GPON/MetroE/DSL gear | |||
2017-01-09 | adding zhone OLT/MX GPON/MetroE/DSL gear | Robert Drake | |
2016-12-27 | Merge pull request #653 from gaetronik/ios_set_branch_hide_all_password | ytti | |
Hide remaining passwords | |||
2016-12-27 | Hide remaining passwords | Gaëtan DUCHAUSSOIS | |
2016-12-27 | Merge pull request #652 from gaetronik/ios_set_term_after_ena | ytti | |
IOS: Configure terminal after enable |