Age | Commit message (Collapse) | Author |
|
|
|
* Added support for older models (FW 5.x.y.z like on GS110TP, GS748Tv4, etc)
* Fixed prompt regex
* docs/Model-Notes/Netgear created
* docs/Model-Notes/Netgear fixed typos
|
|
eliminate tabs in favor of double space
|
|
eliminate inverse methods from models
|
|
|
|
|
|
|
|
|
|
|
|
Snr support refactor (closes #1139)
|
|
|
|
- disable Last Update from NTP in Show Network, because it produced a new version with every backup (show network)
- disable parsing of "----More----", it is better to user "Script Mode" (cfg :telnet, :ssh) -> post_login
|
|
|
|
|
|
Otherwise the running config will not be stored.
|
|
|
|
|
|
|
|
Always issue both 'no cli pagination' and 'no cli pagignation'.
Conditionally issuing only the correct variant would require sending the
same number of commands to the switch ('show version', 'no cli
pagi(g)nation') and also require extra logic in the model.
Additionally, always issuing both removes the need for storing
information about what OS versions require which command in the model.
|
|
|
|
Fix prompt pattern for firewareos clusters
|
|
Handle Dell N2000 switches (dnos6)
|
|
Add fortios fields to be masked by remove_secret flag
|
|
add removal of secrets in edgeos, vyatta
|
|
add secrets to sanitize in JunOS
|
|
Skip the word 'encrypted' in Powerconnect password masking
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1212
|
|
|
|
|
|
|
|
|
|
(#1164)
|
|
* Basic support for ArbOS from Arbor Networks.
ArbOS is the generic name for Arbor Networks (https://www.arbornetworks.com/) OS that runs on some of their devices.
Found and imported from https://github.com/claranet/oxidized . Credit to Claranet for the creation.
Locally validated on Peakflow SP v8.2+
The module is quite simple as the command 'config show' automatically disables pagination. There is a pagination-enabled version of the command as well.
* Added model notes for ArbOS
|
|
The BR6910 switch can be configured to display anything on the prompt, by default it's vty-, I have modified the prompt statement to allow for whatever the user has configured the prompt to be.
|
|
Sanitized output:
```
Power Supply Status:
PS# Model State AC/DC + V Wattage
---- --------- ------------- ----------------- ---------
1 Unknwn Powered AC 220V 1500
2 Unknwn Powered AC 220V 1500
2 / 2 supply bays delivering power.
Total power: 3000 W
```
Of course you see `unknwn` but that is addressed in latest firmware release.
Thanks!
|
|
prompt. (#1182)
Per discussion in #1000
|
|
* Add show commands to ciscosmb
* Update ciscosmb.rb
Uptime changes which cause oxidized to update config.
Removing line from final config output
|
|
|
|
|
|
* Create awplus.rb
Added support for Allied Telesis AW+ switches and routers
* Add support for Allied Telesis Alliedware Plus products
* Add Allied Telesis to Supported Products
* Add Allied Telesis to supported models
Feature support included:
- Telnet and SSH
-- Enable/Secret Password
- Device info from "show system" command
-- Dynamic output e.g. Device Uptime is removed.
- Var: remove_secret
- User-defined terminal length
-- User is not required to "terminal no length" and can keep configured pager length.
|
|
|
|
* Update fortios.rb
Modify script for discard changes private key encryption every time config is downloaded
https://github.com/ytti/oxidized/issues/931
* Update fortios.rb
* Update fortios.rb
* Update fortios.rb
Added filter for inter-controller-key and Cluster uptime.
After update to version 5.6 inter-controller-key change every time config is downloaded .
Cluster uptime is now present and change every time config is downloaded .
* Update fortios.rb
Added rsso secret configuration remove
* Update fortios.rb
Added (Virus-DB|Extended DB|IPS-DB|IPS-ETDB|APP-DB|INDUSTRIAL-DB|Botnet DB|IPS Malicious URL Database) to the script , as suggested in #1119
|
|
* Hide snmp community
Community is displayed next to this line (old ios versions)
* Updating as suggested
Thanks @ZacharyPuls
* Was missing a /
* Was missing the last /
I missed that one yesterday. Sorry, making those changes from browser, many useless commits.
|
|
Technologies Co.,Ltd. (#1097)
* Add support for Broadband Network Platform Software from GCOM Technologies Co.,Ltd.
* requested changes
|
|
* Add support for SLX-OS
* Remove commented code
* Add SLX-OS on the list of Supported OS Types
* Replace tabs with spaces
* Regex modification for remove the display of uptime
|