Hello,
I am trying to use Netconf_config model on Cisco switch catalyst 9300.
I am getting following error message.
You can see the playbook and the running the palybook. I tried with different options like changing the RPC, indentation and changing the XML to content in playbook. But nothing worked.
Please let me know where i need to change.
auto@automation:~/python/ansible$ ansible-playbook testing.yaml -u admin -k
SSH password:
PLAY [ios-xe] ***************************************************************************************************************************************
TASK [interface configuration] **********************************************************************************************************************
fatal: [10.1.1.5]: FAILED! => {“changed”: false, “msg”: “{‘info’: ‘<?xml version=\"1.0\" encoding=\"UTF-8\"?><error-info xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">default-operation\n\n’, ‘severity’: ‘error’, ‘tag’: ‘unknown-element’, ‘path’: '\n /rpc/edit-config\n ', ‘message’: None, ‘type’: ‘protocol’}”}
to retry, use: --limit @/home/auto/python/ansible/testing.retry
PLAY RECAP ******************************************************************************************************************************************
10.1.1.5 : ok=0 changed=0 unreachable=0 failed=1
auto@automation:~/python/ansible$
- hosts: ios-xe
gather_facts: no
connection: netconf
tasks:
- name: interface configuration
netconf_config:
xml: |
GigabitEthernet1/0/5
testingbyyangsuite
ianaift:ethernetCsmacd