diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst')
-rw-r--r-- | ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst | 284 |
1 files changed, 284 insertions, 0 deletions
diff --git a/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst b/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst new file mode 100644 index 000000000..27d2f1dc7 --- /dev/null +++ b/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst @@ -0,0 +1,284 @@ +.. _cisco.iosxr.iosxr_cliconf: + + +***************** +cisco.iosxr.iosxr +***************** + +**Use iosxr cliconf to run command on Cisco IOS XR platform** + + +Version added: 1.0.0 + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- This iosxr plugin provides low level abstraction apis for sending and receiving CLI commands from Cisco IOS XR 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>commit_comment</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">string</span> + </div> + </td> + <td> + </td> + <td> + <div>env:ANSIBLE_IOSXR_COMMIT_COMMENT</div> + <div>var: ansible_iosxr_commit_comment</div> + </td> + <td> + <div>Adds comment to commit confirmed..</div> + </td> + </tr> + <tr> + <td colspan="1"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>commit_confirmed</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">boolean</span> + </div> + </td> + <td> + <b>Default:</b><br/><div style="color: blue">"no"</div> + </td> + <td> + <div>env:ANSIBLE_IOSXR_COMMIT_CONFIRMED</div> + <div>var: ansible_iosxr_commit_confirmed</div> + </td> + <td> + <div>enable or disable commit confirmed mode</div> + </td> + </tr> + <tr> + <td colspan="1"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>commit_confirmed_timeout</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">integer</span> + </div> + </td> + <td> + </td> + <td> + <div>env:ANSIBLE_IOSXR_COMMIT_CONFIRMED_TIMEOUT</div> + <div>var: ansible_iosxr_commit_confirmed_timeout</div> + </td> + <td> + <div>Commits the configuration on a trial basis for the time specified in seconds or minutes.</div> + </td> + </tr> + <tr> + <td colspan="1"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>commit_label</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">string</span> + </div> + </td> + <td> + </td> + <td> + <div>env:ANSIBLE_IOSXR_COMMIT_LABEL</div> + <div>var: ansible_iosxr_commit_label</div> + </td> + <td> + <div>Adds label to commit confirmed.</div> + </td> + </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_iosxr_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> + <tr> + <td colspan="1"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>config_mode_exclusive</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">boolean</span> + </div> + </td> + <td> + <b>Default:</b><br/><div style="color: blue">"no"</div> + </td> + <td> + <div>env:ANSIBLE_IOSXR_CONFIG_MODE_EXCLUSIVE</div> + <div>var: ansible_iosxr_config_mode_exclusive</div> + </td> + <td> + <div>enable or disable config mode exclusive</div> + </td> + </tr> + </table> + <br/> + + +Notes +----- + +.. note:: + - IOSXR commit confirmed command varies with IOSXR version releases, commit_comment and commit_label may or may not be valid together as per the device version. + + + +Examples +-------- + +.. code-block:: yaml + + # Use commit confirmed within a task with timeout, label and comment + + - name: Commit confirmed with a task + vars: + ansible_iosxr_commit_confirmed: True + ansible_iosxr_commit_confirmed_timeout: 50 + ansible_iosxr_commit_label: TestLabel + ansible_iosxr_commit_comment: I am a test comment + cisco.iosxr.iosxr_logging_global: + state: merged + config: + buffered: + severity: errors #alerts #informational + correlator: + buffer_size: 2024 + + # Commands (cliconf specific) + # ["commit confirmed 50 label TestLabel comment I am a test comment"] + + # Use commit within a task with label + + - name: Commit label with a task + vars: + ansible_iosxr_commit_label: lblTest + cisco.iosxr.iosxr_hostname: + state: merged + config: + hostname: R1 + + # Commands (cliconf specific) + # ["commit label lblt1"] + + # Use commit confirm with timeout and confirm the commit + + # NOTE - IOSXR waits for a `commit` when the command + # executed is `commit confirmed <timeout>` within the timeout + # period for the config to commit successfully, else a rollback + # happens. + + - name: Example commit confirmed + vars: + ansible_iosxr_commit_confirmed: True + ansible_iosxr_commit_confirmed_timeout: 60 + tasks: + - name: "Commit confirmed with timeout" + cisco.iosxr.iosxr_hostname: + state: merged + config: + hostname: R1 + + - name: "Confirm the Commit" + cisco.iosxr.iosxr_command: + commands: + - commit + + # Commands (cliconf specific) + # ["commit confirmed 60"] + + # Use exclusive mode with a task + + - name: Configure exclusive mode with a task + vars: + ansible_iosxr_config_mode_exclusive: True + cisco.iosxr.iosxr_interfaces: + state: merged + config: + - name: GigabitEthernet0/0/0/2 + description: Configured via Ansible + - name: GigabitEthernet0/0/0/3 + description: Configured via Ansible + + # Commands (cliconf specific) + # ["configure exclusive"] + + # Use Replace option with commit confirmed + + # NOTE - IOSXR waits for a `commit` when the command + # executed is `commit replace confirmed <timeout>` within the timeout + # period for the config to commit successfully, else a rollback + # happens. + # This option is supported by only iosxr_config module + + - name: Example replace config with commit confirmed + vars: + ansible_iosxr_commit_confirmed: True + ansible_iosxr_commit_confirmed_timeout: 60 + tasks: + - name: "Replace config with Commit confirmed" + cisco.iosxr.iosxr_config: + src: 'replace_running_cfg_iosxr.txt' + replace: config + + - name: "Confirm the Commit" + cisco.iosxr.iosxr_command: + commands: + - commit + + + + +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. |