You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/network/user_guide/platform_index.rst

88 lines
4.1 KiB
ReStructuredText

.. _platform_options:
****************
Platform Options
****************
Some Ansible Network platforms support multiple connection types, privilege escalation (``enable`` mode), or other options. The pages in this section offer standardized guides to understanding available options on each network platform. We welcome contributions from community-maintained platforms to this section.
.. toctree::
:maxdepth: 2
:caption: Platform Options
platform_cnos
dellos module doc updates for network_cli (#51207) * dellos module doc updates for network_cli * remove ansible 2.6 reference from dellos10 Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * remove ansible 2.6 reference from dellos6 Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * remove ansible 2.6 reference from dellos10 Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * remove ansible 2.6 reference from dellos6 Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * fix dellos6 register copy mistake Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * remove ansible 2.6 reference from dellos9 Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * fix dellos6 register copy mistake Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * removed indicator of dellos modules being maintained by ansible network team dellos modules are maintained by Dell Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * removed indicator of dellos modules being maintained by ansible network team dellos modules are maintained by Dell Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * Removed indicator of dellos modules being maintained by ansible network team DellOS modules are maintained by Dell Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com> * remove ansible 2.6 reference from dellos9 Co-Authored-By: ryanmerolle <ryanmerolle@users.noreply.github.com>
6 years ago
platform_dellos6
platform_dellos9
platform_dellos10
platform_enos
platform_eos
platform_eric_eccli
platform_exos
platform_icx
platform_ios
platform_iosxr
platform_ironware
platform_junos
platform_netvisor
platform_nos
platform_nxos
platform_routeros
platform_slxos
platform_voss
platform_netconf_enabled
.. _settings_by_platform:
Settings by Platform
================================
.. raw:: html
<style>
/* Style for this single table. Add delimiters between header colums */
table#network-platform-table thead tr th.head {
border-left-width: 1px;
border-left-color: rgb(225, 228, 229);
border-left-style: solid;
}
</style>
.. table::
:name: network-platform-table
=============================== ======================= =========== ======= ======= ===========
.. ``ansible_connection:`` settings available
-------------------------------------------------------- ------------------------------------------
Network OS ``ansible_network_os:`` network_cli netconf httpapi local
=============================== ======================= =========== ======= ======= ===========
Arista EOS `[†]`_ ``eos`` ✓ ✓ ✓
Cisco ASA ``asa`` ✓ ✓
Cisco IOS `[†]`_ ``ios`` ✓ ✓
Cisco IOS XR `[†]`_ ``iosxr`` ✓ ✓
Cisco NX-OS `[†]`_ ``nxos`` ✓ ✓ ✓
Dell OS6 ``dellos6`` ✓ ✓
Dell OS9 ``dellos9`` ✓ ✓
Dell OS10 ``dellos10`` ✓ ✓
Ericsson ECCLI ``eric_eccli`` ✓ ✓
Extreme EXOS ``exos`` ✓ ✓
Extreme IronWare ``ironware`` ✓ ✓
Extreme NOS ``nos``
Extreme SLX-OS ``slxos``
Extreme VOSS ``voss``
F5 BIG-IP ✓
F5 BIG-IQ ✓
Junos OS `[†]`_ ``junos`` ✓ ✓ ✓
Lenovo CNOS ``cnos`` ✓ ✓
Lenovo ENOS ``enos`` ✓ ✓
MikroTik RouterOS ``routeros``
Nokia SR OS ``sros`` ✓ ✓
Pluribus Netvisor ``netvisor``
Ruckus ICX `[†]`_ ``icx``
VyOS `[†]`_ ``vyos`` ✓ ✓
OS that supports Netconf `[†]`_ ``<network-os>`` ✓ ✓
=============================== ======================= =========== ======= ======= ===========
.. _`[†]`:
**[†]** Maintained by Ansible Network Team