Age | Commit message (Collapse) | Author |
|
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
|
|
* Add OPNsense model
* Fix class name
* Mention support for OPNsense in Supported OS types
|
|
When trying to connect to a HP Procurve Switch with stacking enabled,
you are asked to choose which switch to connect to to manage.
This patch makes it so that if this question is encountered, just press
"Enter" to choose the stack commander.
This won't make backing up stack members work (they still need to be
configured seperately and given IP addresses, making stacking useless)
but at least it makes it possible to back up a commander in a stack
seperately.
Fixed #1070
Credit to @stiltzkin10 for this fix.
|
|
|
|
+fix minor README.md typo (#1094)
* comware.rb: update prompt to work when trailing ^G ASCII 7 (bell) is sent
* README.md: correct typo 'HTT' to 'HTTP' for Configuration / Outputs paragraph
* model/comware.rb: cleaning out some comments
|
|
|
|
|
|
This model (and possibly others) runs an OS with a different set of
commands than the Supermicro model that already exists.
|
|
Cisco SG200 series do not support SSH
|
|
Powerconnect: Support password removal
|
|
Suppress timestamp response to ios commands
|
|
At least some versions of ios xr output a timestamp after each input command. This will cause Oxidized to have a different version of the config for every poll of the device. I added the per-session command to suppress timestamps.
|
|
|
|
|
|
add sgos.rb to Supported OS types
|
|
At least some versions of ios output a timestamp after each input command. This will cause Oxidized to have a different version of the config for every poll of the device. I added the per-session command to suppress timestamps.
|
|
Create acsw.rb for Cisco Ace
|
|
|