cisco.nxos.nxos (7.0.0) — netconf

Use nxos netconf plugin to run netconf commands on Cisco NX-OS platform.

| "added in version" 2.3.0 of cisco.nxos"

Authors: Ansible Networking Team (@ansible-network)

Install collection

Install with ansible-galaxy collection install cisco.nxos:==7.0.0


Add to requirements.yml

  collections:
    - name: cisco.nxos
      version: 7.0.0

Description

This nxos plugin provides low level abstraction apis for sending and receiving netconf commands from Cisco NX-OS network devices.

Inputs

    
ncclient_device_handler:
    default: nexus
    description:
    - Specifies the ncclient device handler name for Cisco NX-OS network os. To identify
      the ncclient device handler name refer ncclient library documentation.
    type: str