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

96 lines
6.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_ironware
platform_junos
platform_netvisor
platform_nos
platform_nxos
platform_routeros
platform_slxos
platform_voss
platform_netconf_enabled
.. _settings_by_platform:
Settings by Platform
================================
+-------------------+-------------------------+--------------+---------+---------+---------+
|.. | | ``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 | ``<network-os>`` | | ✓ | | ✓ |
| Netconf* | | | | | |
+-------------------+-------------------------+-------------+---------+---------+----------+
`*` Maintained by Ansible Network Team