Age | Commit message (Collapse) | Author |
|
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.
|
|
Updating fabricos.rb to ignore dynamic fields
|
|
Ignore Uptime/Power/Date fields in chassisShow and configShow
|
|
feature: support an IP Address provided with a netmask
|
|
|
|
|
|
Add git build to README
|
|
|
|
|
|
Filter out rogue client alerts from AireOS
|
|
|
|
Don't show error is unsupported
|
|
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.
|
|
Add GPG support for reading router.db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tweak the white space for cleaning.
|
|
|
|
Update ironware.rb
|
|
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
|
|
Add suggestion to set `ip` variable in CSV reader
|
|
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.
|
|
Ignore fan speed changes for ironware
|
|
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.
|
|
Mask out configuration date for fiberdriver
|
|
|
|
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
|
|
Add support for telnet
|
|
|
|
Ignore undefined UTF8 in ironware.rb
|
|
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
|
|
adding zhone OLT/MX GPON/MetroE/DSL gear
|
|
|
|
Hide remaining passwords
|
|
|
|
IOS: Configure terminal after enable
|
|
Do the terminal configure after enable since it might be prohibited in non ena
|
|
documention: debug inside input is now boolean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* upstream/master: (109 commits)
delete secret password if it is called secret
bump up version
update changelogs
Recursively search from one dir above specified
Fix suggested by ytti for issue #610
Remove trailing whitespace and enable prompt detection
Update eos.rb
exclude time from output
New hook: awssns - Publish messages to AWS SNS topics
Updated config options
Added option to disable ssl verification checks for http source
Update ciscosmb.rb
Update ciscosmb.rb
Update ciscosmb.rb
expect prompt after entering enable password
add support for PLANET SG switches
renamed alvarion -> alvarion.rb
This adds support for Hatteras Networks devices
This adds support for D-Link switches
This adds support for the Casa C1G CMTS
...
|