summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst')
-rw-r--r--ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst80
1 files changed, 80 insertions, 0 deletions
diff --git a/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst b/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst
new file mode 100644
index 000000000..71989b110
--- /dev/null
+++ b/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst
@@ -0,0 +1,80 @@
+.. _cisco.nxos.nxos_cliconf:
+
+
+***************
+cisco.nxos.nxos
+***************
+
+**Use NX-OS cliconf to run commands on Cisco NX-OS platform**
+
+
+Version added: 1.0.0
+
+.. contents::
+ :local:
+ :depth: 1
+
+
+Synopsis
+--------
+- This nxos plugin provides low level abstraction apis for sending and receiving CLI commands from Cisco NX-OS network devices.
+
+
+
+
+Parameters
+----------
+
+.. raw:: html
+
+ <table border=0 cellpadding=0 class="documentation-table">
+ <tr>
+ <th colspan="1">Parameter</th>
+ <th>Choices/<font color="blue">Defaults</font></th>
+ <th>Configuration</th>
+ <th width="100%">Comments</th>
+ </tr>
+ <tr>
+ <td colspan="1">
+ <div class="ansibleOptionAnchor" id="parameter-"></div>
+ <b>config_commands</b>
+ <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
+ <div style="font-size: small">
+ <span style="color: purple">list</span>
+ / <span style="color: purple">elements=string</span>
+ </div>
+ <div style="font-style: italic; font-size: small; color: darkgreen">added in 2.0.0</div>
+ </td>
+ <td>
+ <b>Default:</b><br/><div style="color: blue">[]</div>
+ </td>
+ <td>
+ <div>var: ansible_nxos_config_commands</div>
+ </td>
+ <td>
+ <div>Specifies a list of commands that can make configuration changes to the target device.</div>
+ <div>When `ansible_network_single_user_mode` is enabled, if a command sent to the device is present in this list, the existing cache is invalidated.</div>
+ </td>
+ </tr>
+ </table>
+ <br/>
+
+
+
+
+
+
+
+
+Status
+------
+
+
+Authors
+~~~~~~~
+
+- Ansible Networking Team (@ansible-network)
+
+
+.. hint::
+ Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.