diff options
author | mattie47 <4696925+mattie47@users.noreply.github.com> | 2018-01-07 10:32:52 +1300 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2018-01-06 21:32:52 +0000 |
commit | 38e1f4216df5751e856e11532fc894ccfbd4010d (patch) | |
tree | c3e01899e4040388a3fb005ccf5a1f5f40585f09 /docs | |
parent | 7b98d724002963e0e9dfce59ce024fd69b19ac13 (diff) |
model: Added Allied Telesis AW+ model (#936)
* 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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Supported-OS-Types.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Supported-OS-Types.md b/docs/Supported-OS-Types.md index c2035b0..a12f5ef 100644 --- a/docs/Supported-OS-Types.md +++ b/docs/Supported-OS-Types.md @@ -11,6 +11,8 @@ * [ISAM](/lib/oxidized/model/isam.rb) * [SR OS (Formerly TiMOS)](/lib/oxidized/model/timos.rb) * Wireless + * Allied Telesis + * [Alliedware Plus](/lib/oxidized/model/awplus.rb) * Alvarion * [BreezeACCESS](/lib/oxidized/model/alvarion.rb) * APC |