diff options
author | Schylar Utley <sutley@cwep.com> | 2016-09-07 16:48:15 -0700 |
---|---|---|
committer | Schylar Utley <sutley@cwep.com> | 2016-09-07 16:48:15 -0700 |
commit | 56bac9722fe26ce8e0af54ec52ca0b17aa7c9fa1 (patch) | |
tree | 0d8084d4fedceb9b03f78fe83fb7a3e51af83daf | |
parent | ff35d151afa5251fc7a5a131db9bf99c23085925 (diff) |
Add OS-Model mapping in README
-rw-r--r-- | README.md | 102 | ||||
-rw-r--r-- | lib/oxidized/model/alvarion | 13 |
2 files changed, 52 insertions, 63 deletions
@@ -44,101 +44,103 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * [Model](#model) # Supported OS types + * Vendor + * OS - model_name * A10 Networks - * ACOS + * ACOS - acos * Alcatel-Lucent - * AOS - * AOS7 - * ISAM - * Wireless + * AOS - aos + * AOS7 - aos7 + * ISAM - isam + * Wireless 0 * Alvarion - * BreezeACCESS + * BreezeACCESS - alvarion * Arista - * EOS + * EOS - eos * Arris - * C4CMTS + * C4CMTS - c4cmts * Aruba - * AOSW + * AOSW - aosw * Brocade - * FabricOS - * Ironware - * NOS (Network Operating System) - * Vyatta - * 6910 + * FabricOS - fabricos + * Ironware - ironware + * NOS (Network Operating System) - nos + * Vyatta - vyatta + * 6910 - br6910 * Check Point - * GaiaOS + * GaiaOS - gaiaos * Ciena - * SOAS + * SOAS - saos * Cisco - * AireOS - * ASA - * CatOS - * IOS - * IOSXR - * NXOS - * SMB (Nikola series) + * AireOS - aireos + * ASA - asa + * CatOS - catos + * IOS - ios + * IOSXR - iosxr + * NXOS - nxos + * SMB (Nikola series) * Citrix - * NetScaler (Virtual Applicance) + * NetScaler (Virtual Applicance) - netscaler * Coriant (former Tellabs) - * TMOS (8800) - * 8600 + * TMOS (8800) - tmos + * 8600 - * Cumulus * Linux * DataCom * DmSwitch 3000 * DELL - * PowerConnect - * AOSW + * PowerConnect - powerconnect + * AOSW - aosw * Ericsson/Redback - * IPOS (former SEOS) + * IPOS (former SEOS) - ipos * Extreme Networks - * XOS + * XOS - xos * WM * F5 * TMOS * Force10 - * DNOS - * FTOS + * DNOS - dnos + * FTOS - ftos * FortiGate - * FortiOS + * FortiOS - fortios * HP - * Comware (HP A-series, H3C, 3Com) - * Procurve + * Comware (HP A-series, H3C, 3Com) - comware + * Procurve - procurve * Huawei * VRP * Juniper * JunOS * ScreenOS (Netscreen) * Mellanox - * MLNX-OS + * MLNX-OS - mlnxos * Mikrotik - * RouterOS + * RouterOS - routeros * Motorola * RFS * MRV - * MasterOS + * MasterOS - masteros * Netonix - * WISP Switch (As Netonix) + * WISP Switch (As Netonix) - netonix * Nokia (formerly TiMetra, Alcatel, Alcatel-Lucent) - * SR OS (TiMOS) + * SR OS (TiMOS) - timos * Opengear - * Opengear + * Opengear - opengear * Palo Alto - * PANOS - * pfSense + * PANOS - panos + * pfSense - pfsense * Quanta - * Quanta / VxWorks 6.6 (1.1.0.8) + * Quanta / VxWorks 6.6 (1.1.0.8) - quantaos * Supermicro - * Supermicro + * Supermicro - supermicro * Ubiquiti - * AirOS - * Edgeos - * EdgeSwitch + * AirOS - airos + * Edgeos - edgeos + * EdgeSwitch - edgeswitch * Watchguard - * Fireware OS + * Fireware OS - firewareos * Zyxel - * ZyNOS + * ZyNOS - zynos # Installation diff --git a/lib/oxidized/model/alvarion b/lib/oxidized/model/alvarion deleted file mode 100644 index 3c762de..0000000 --- a/lib/oxidized/model/alvarion +++ /dev/null @@ -1,13 +0,0 @@ -class Alvarion < Oxidized::Model - - # Used in Alvarion wisp equipment - - # Run this command as an instance of Model so we can access node - pre do - cmd "#{node.auth[:password]}.cfg" - end - - - cfg :tftp {} - -end |