Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-07 | Issue identifying prompt with truncated hostname | network-guy | |
The FortiOS device will truncate the hostname if it exceeds 24 characters. It will place a tilde (~) in the hostname, either at the end or before a hyphen. This causes a failure with prompt recognition and causes the backup to fail. This change adds a tilde as an identifying character in the prompt. | |||
2016-07-06 | Add secret removal for bkup-passwords on Aruba | Oliver Garraux | |
2016-07-06 | Added support for ssh_no_exec config file variable | Nick Hilliard | |
2016-06-27 | Update edgeswitch.rb | MrRJ45 | |
Fix user prompt on some versions (Only "User:" at the prompt, with no spaces | |||
2016-06-24 | Update br6910.rb | Christopher | |
2016-06-24 | Add support for Brocade 6910 (br6910) | Christopher | |
The Brocade 6910 switch has a significantly different CLI to Ironware/Fastiron and requires different treatment to pull config. | |||
2016-06-22 | Merge pull request #475 from udhos/master | ytti | |
Add support for Coriant 8600 and Coriant 8800. | |||
2016-06-21 | Rename Coriant8800 to CoriantTmos. | Everton Marques | |
2016-06-21 | Rename coriant8800 to corianttmos. | Everton Marques | |
2016-06-21 | Login/password prompts only for telnet. | Everton Marques | |
2016-06-21 | Merge pull request #477 from funzoneq/remove-tacacs-secret | ytti | |
Remove tacacs secret | |||
2016-06-21 | Remove tacacs secret | Arnoud Vermeer | |
2016-06-20 | Set comment prefix for Coriant models. | Everton Marques | |
2016-06-20 | Coriant8600 from https://www.coriant.com/products/8600.asp | Everton Marques | |
2016-06-20 | Coriant8800 from https://www.coriant.com/products/8800.asp | Everton Marques | |
2016-06-13 | expect prompt after enable PW | Saku Ytti | |
2016-06-13 | Update Quanta model name | Daniel Preussker | |
2016-06-13 | Update quanta.rb | Daniel Preussker | |
Updated match lines | |||
2016-06-13 | Added Quanta OS | Daniel Preussker | |
2016-06-09 | removing debugging | Saku Ytti | |
closes #465 | |||
2016-06-03 | NOS v7 has an 'up' date field in the show chassis command that is the ↵ | Thomas Davis | |
current day. This removes that 'up' date value from the show chassis command. | |||
2016-06-02 | some debug statements | Elvin Efendi | |
2016-05-30 | Avoid commit if cpu, memory or received pkts change and handle cluster ↵ | Alexandre-io | |
informations. | |||
2016-05-30 | Merge pull request #436 from Alexandre-io/feat/watchguard | ytti | |
Add support for watchguard (FirewareOS) | |||
2016-05-30 | Add support for watchguard (FirewareOS) | Alexandre-io | |
2016-05-27 | Strip out dynamic value from CLI | broxio | |
Strip out random value from #show version - Memory - Current time is - The system has been up - Last configuration saved at #show running-config all-partitions - Current configuration - Configuration last updated at - Configuration last saved at - Configuration last synchronised at Another add in cmd #show bootimage it's similar to show version it is more readable | |||
2016-05-26 | remove frequently changing lines in 'show system info' | charlesklement | |
2016-05-25 | Merge pull request #389 from PANZERBARON/master | ytti | |
Add 'nomore' to NOS model for sh run command | |||
2016-05-25 | Merge pull request #330 from Ham5ter/master | ytti | |
Adds support for Mellanox Switch devices | |||
2016-05-25 | Renames the Class and File to "MLNXOS" | Ham5ter | |
The Official Name of the Operating System is "MLNX-OS" I changed the Name to "MLNXOS" because Ruby does not support "-" in Class Names. http://www.mellanox.com/page/mlnx_os | |||
2016-05-20 | Merge pull request #420 from broxio/patch-2 | ytti | |
Update acos.rb | |||
2016-05-18 | Update procurve.rb | Arnoud Vermeer | |
Less escaping. | |||
2016-05-18 | Update procurve.rb | Arnoud Vermeer | |
Feedback from @ytti | |||
2016-05-18 | Dot's in hostnames are frowned upon, but allowed | Arnoud Vermeer | |
``` AMS01.LI17.RM.SW01(config)# hostname "AMS01.LI17.RM.SW01" Note: To be compliant with RFC 1123, the hostname must contain only letters, numbers and hyphens, and must not start or end with a hyphen. ``` | |||
2016-05-18 | Update acos.rb | broxio | |
Corrected some code format and white space. | |||
2016-05-18 | Update acos.rb | broxio | |
Update way to handle pw suggested by @ytti | |||
2016-05-17 | Update acos.rb | broxio | |
Update enable logic suggested by @ytti | |||
2016-05-16 | Update acos.rb | broxio | |
Update code format | |||
2016-05-16 | Update acos.rb | broxio | |
Update enable logic to support enable without password on ACOS device. | |||
2016-05-15 | Update acos.rb | broxio | |
add post_login to send "en" to enter privilege mode with-out password | |||
2016-05-13 | Update acos.rb | broxio | |
Modified pre_logout and change \n to \r | |||
2016-05-10 | Update comware.rb | Albert Martinez | |
issue #415 skip rogue ^M to comware based devices | |||
2016-05-05 | support catos | Saku Ytti | |
2016-05-04 | ASR9001 had \r in password prompt | Saku Ytti | |
Fixes #410 | |||
2016-04-25 | Patch for ironware 07.2.02kT3e3 version | TibshoOT | |
2016-04-11 | Add 'nomore' to NOS model for sh run command | TibshoOT | |
2016-04-08 | Fix for issue ytti/382, filters out additional credentials/secrets | Colin Stubbs | |
which change regularly in some way. Tested with BIG-IP v11.6.1 | |||
2016-04-08 | Fix for issue 359 | Colin Stubbs | |
2016-04-08 | asa.rb enhancements | gcotone | |
2016-03-31 | Merge pull request #367 from funzoneq/master | ytti | |
Add supermicro support tested on a SuperMicro SSE-G2252 |