Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | include support for Citrix NetScaler devices | Danilo Sousa | |
2016-03-01 | force the F5 TMOS shell to do not ask questions | Danilo Sousa | |
config # tmsh -h usage: tmsh <options ...> <commmand> -q the shell will not ask the user any questions, this option does not have an affect in interactive mode | |||
2016-02-25 | Remove commands from the config | Tony Murray | |
2016-02-25 | Edgeswitch: not properly closing the connecton | Tony Murray | |
Quit fully logs out even when enabled. exit exit did not log out the second one failed. | |||
2016-02-25 | Prompt detect not working | Tony Murray | |
The prompt detection was not working on my edgeswitch. The old regex was a little odd, so I don't know if there is some corner case I'm not accounting for. My prompts ``` (palmer-elevator.sw) > ``` ``` (palmer-elevator.sw) # ``` | |||
2016-02-25 | Fixed the fortios prompt to support a read-only user | awlx | |
2016-02-25 | Added function to get configuration of all partitions running on a F5 | awlx | |
2016-02-22 | don't comment running config | Saku Ytti | |
spotted by @str4nd | |||
2016-02-22 | I guess no one uses telnet, which is nice. | Saku Ytti | |
Edgeswitch spotted by @str4nd | |||
2016-02-21 | Fix telnet 'wait for prompt' bug | roedie | |
2016-02-20 | Merge pull request #323 from roedie/add-redback | ytti | |
Add support for Ericsson Redback | |||
2016-02-20 | Rename to IPOS | roedie | |
2016-02-19 | Merge pull request #324 from roedie/add-motorola-wm | ytti | |
Add support for Motorola wireless controllers | |||
2016-02-19 | Rename to be consistent | roedie | |
2016-02-19 | Update description | roedie | |
2016-02-19 | Add comment marks to metadata | roedie | |
2016-02-18 | Fix fortios more prompt | roedie | |
To make this work, the timeout must be high as wel. About 120 sec in my tests | |||
2016-02-18 | Add support for Motorola wireless controllers | roedie | |
2016-02-18 | Add support for Ericsson Redback | roedie | |
2016-02-17 | Added support for "show virtual-chassis" output on Junos EX and QFX switches | Ben Cardy | |
2016-02-13 | Sort the config for AirOS | Tony Murray | |
Usually the config is sorted, but sometimes modifying the config moves things around. Using sort makes for nicer diffs. | |||
2016-02-09 | Merge pull request #311 from Shopify/fortios-fix | ytti | |
strip the value of conf_file_ver | |||
2016-02-09 | strip the value of conf_file_ver | Elvin Efendi | |
2016-02-07 | additional secrets for IOS | nopedial | |
2016-02-06 | Didnt handle no match found | Nat Morris | |
2016-02-06 | ignore configuration dates | Nat Morris | |
2016-02-05 | version 0.12.00.12.0 | nopedial | |
2016-02-04 | stripe system time value in fortigate | Elvin Efendi | |
2016-02-04 | Another fix for ironware fan speeds | Mike Bryant | |
2016-02-03 | We didn't wait for prompt after enable | Saku Ytti | |
This makes the model racy, some might say broken. | |||
2016-02-02 | Add EdgeSwitch Line Reject | Jacob Thomas | |
Addition of line reject to remove SNTP sync and uptime codes that change consistently into EdgeSwitch model file | |||
2016-02-02 | Merge pull request #302 from ocadotechnology/add-opengear | ytti | |
Add OpenGear model | |||
2016-02-02 | Add OpenGear model | Mike Bryant | |
2016-02-01 | EdgeSwitch Model | Jacob Thomas | |
Add model file to suit Ubiquiti EdgeSwitch. Assumes enable password is disabled via SSH. | |||
2016-02-01 | Add another fan speed to the list of things to ignore for ironware (HI) | Mike Bryant | |
2016-01-29 | Add F5 TMOS model | Mike Bryant | |
2016-01-28 | Merge pull request #293 from ocadotechnology/fix-ironware-fan | ytti | |
Account for the MED-HI fan speed in ironware | |||
2016-01-28 | Account for the MED-HI fan speed in ironware | Mike Bryant | |
2016-01-28 | Added the regex for variable sflow ids | Sander Wegter | |
2016-01-28 | Added a substitue for the changing sflow timeout command | Sander Wegter | |
2016-01-28 | Enable secret handling for AOSW | Mike Bryant | |
2016-01-28 | Strip more temperature and voltage output from different models | Mike Bryant | |
2016-01-26 | Strip CPU Fan Speed | Mike Bryant | |
On a 6000 series `show inventory` contains a line like `M3mk1 CPU Fan Speed 6490 RPMs` that should be stripped | |||
2016-01-25 | SSH does not prompt for username/password | Saku Ytti | |
Some devices, like Cisco WLC do not authenticate using SSH (ssh is noauth) and actually prompt for auth via shell. CiscoSMB is not one of those kits. We probably should do sepearate bug for the error messages this caused. ``` begin @username ? shell_login : expect(@node.prompt) rescue Timeout::Error raise PromptUndetect, [ @output, 'not matching configured prompt', @node.prompt ].join(' ') end ``` Here Timeout:Error is not raised by ```expect(@node-prompt)``` it is raised by ```shell-login```, which is triggered due to @username prompt set. Potential fixes 1. change the error to more generic one, covering both cases 2. add rescue in 'def shell_login' for Timeout::Error and report it there | |||
2016-01-18 | do not include executed command name in output | Elvin Efendi | |
2016-01-04 | Merge remote-tracking branch 'upstream/master' into merge-upstream | Elvin Efendi | |
2015-12-21 | Update fortios.rb | asynet | |
Changing the regex makes possible to backup devices with FortiOS 4.x and long names | |||
2015-12-17 | Identify Stackable Switches | MrRJ45 | |
Change how we identify stackable switches using the word "Unit" to identify this. This is more reliable than identifying the Model number. | |||
2015-12-09 | keep the config output clean | Elvin Efendi | |
2015-12-07 | bug fix | Elvin Efendi | |