summaryrefslogtreecommitdiff
path: root/lib/oxidized/model/acos.rb
AgeCommit message (Collapse)Author
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
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-22It's not outputting configArnoud Vermeer
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-05-27Strip 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-18Update acos.rbbroxio
Corrected some code format and white space.
2016-05-18Update acos.rbbroxio
Update way to handle pw suggested by @ytti
2016-05-17Update acos.rbbroxio
Update enable logic suggested by @ytti
2016-05-16Update acos.rbbroxio
Update code format
2016-05-16Update acos.rbbroxio
Update enable logic to support enable without password on ACOS device.
2016-05-15Update acos.rbbroxio
add post_login to send "en" to enter privilege mode with-out password
2016-05-13Update acos.rbbroxio
Modified pre_logout and change \n to \r
2014-05-05Introduce node and group level varsAnton Aksola
Variables can now be fed to model from multiple locations. In order of preference: 1) node (from source) 2) group 3) global In a model vars should be accessed via 'vars' helper method though it is not required. Helper method ignores nil values so care needs to taken when designing model behaviour. Support for node level vars is currently available on sql source via 'vars_map' configuration. Following example populates node vars 'enable' and 'somevariable' from sql columns 'var_enable' and 'var_somevariable' sql: adapter: sqlite file: /home/aakso/.config/oxidized/sqrouter.db table: nodes map: name: hostname model: model group: node_group username: username password: password vars_map: enable: var_enablepw somevariable: var_somevariable
2014-04-14depend on AsetusSaku Ytti
Change models to Asetus syntax
2014-04-07add ACOS model for A10 AX and Thunder series0.0.44Anton Aksola