summaryrefslogtreecommitdiff
path: root/lib/oxidized/model
AgeCommit message (Collapse)Author
2016-11-18Update ciscosmb.rbAtroskelis
Added old commands in case of different CLI variations.
2016-11-18Update ciscosmb.rbAtroskelis
Forgot the username prompt change.
2016-11-18Update ciscosmb.rbAtroskelis
Adapted for SG series, not sure about SF. Please test.
2016-11-11expect prompt after entering enable passwordSaku Ytti
2016-11-10add support for PLANET SG switchesFlorian 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-09renamed alvarion -> alvarion.rbRobert 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.
2016-11-07Merge pull request #606 from rfdrake/dlinkytti
This adds support for D-Link switches
2016-11-04Merge pull request #608 from rfdrake/trangoytti
Added support for Trango/Trangolink-45
2016-11-04Merge pull request #607 from rfdrake/hatterasytti
This adds support for Hatteras Networks devices
2016-11-04This adds support for Hatteras Networks devicesRobert Drake
2016-11-04This adds support for D-Link switchesRobert Drake
This specifically supports DES-3526/3550 series switches.
2016-11-04This adds support for the Casa C1G CMTSRobert Drake
This will probably work for the other Casa CMTS as well.
2016-11-04Added support for Trango/Trangolink-45Robert Drake
I only have the Trangolink-45 so I'm not sure which other radios this might support.
2016-11-01expect prompt after sending enable passwordSaku Ytti
2016-10-31Update dnos.rbjackson-tim
Handles old DNOS switches that do not allow term length 0 prior to enable, and double exits in case of enable..
2016-10-31add Planet SGS switchesFlorian Klink
2016-10-31Allow model to specify SSH PTY optionsSaku Ytti
2016-10-27add support for the HPE BladeSystemFlorian Klink
2016-10-26Added Support for MRV FiberDriver Linux based management moduleEric Lindsjö
2016-10-25Added support for fujitsu blade switchesChristoffer Stokbaek
2016-10-19Update regex to match newer pfSense config filesDenver Abrey
2016-10-17Fix blank pfSense configs being saved if regex doesn't matchDenver Abrey
2016-10-04The \n is not seen as a lineline with ' it need "boudreau
2016-09-30prompt not captured after sending enabe PWSaku Ytti
fixes #577
2016-09-29Redoing the modifications on a up to date baseCyril LAVIER
2016-09-21rollback `alvarion` modelDanilo Sousa
wrongly removed in 56bac9722fe26ce8e0af54ec52ca0b17aa7c9fa1
2016-09-08Merge pull request #560 from MajesticFalcon/masterytti
Add some OS-Model mapping in README
2016-09-07Add OS-Model mapping in READMESchylar Utley
2016-09-06Remove extra new lines added by export commandgerard780
2016-09-02Update catos.rbboudreau
2016-08-30Adding Alvarion modelMajesticFalcon
2016-08-28Changing {0,} -> *MajesticFalcon
2016-08-28Add more extensive pattern matchingMajesticFalcon
2016-08-26config pull will not remove its revision timeChristoffer Stokbaek
2016-08-24Merge pull request #536 from funzoneq/masterytti
A10 and ASA fixes
2016-08-24Show partition-config all includes show running-config.Arnoud Vermeer
2016-08-23Use partition-confg for newer devicesArnoud Vermeer
2016-08-23!Current config commit point for partition 0 is 0 & config mode is ↵Arnoud Vermeer
classical-mode ! COMMAND: show running-config all-partitions ^ % Unrecognized command.Invalid input detected at '^' marker.
2016-08-23Closes #535Saku Ytti
2016-08-22fixing up cumulus stuffnertwork
2016-08-22move pfsense to correct directorySaku Ytti
2016-08-22It's not outputting configArnoud Vermeer
2016-08-22Cisco Adaptive Security Appliance Software Version 9.4(2)6 reports TACACS ↵Arnoud Vermeer
config like this: aaa-server tacacs (OUTSIDE) host 192.168.1.1 key assadasda Updated the regex to be backward compatible.
2016-08-22Remove secrets from A10 config and 'show running-config' doesn't have ↵Arnoud Vermeer
'all-partitions' in 64-bit Advanced Core OS (ACOS) version 4.1.0-P4, build 12 (Jul-22-2016,15:49)
2016-08-10Merge pull request #499 from cfra/masterytti
saos: support ssh and different disable-pager command
2016-08-04Added comments.ghankins
2016-08-03Updated SR OS commands.ghankins
2016-08-03Added Nokia.ghankins
2016-08-01Added support for the DM2104 and DM4100Caio Silva
2016-07-28Cisco ASA Secret filter for TACACS+ keyFrank Spijkerman