Dear Team,
As a beginner, i am trying to deploy template on Cisco DNA Center reserved Sandbox,
VLAN on particular interface.
Ended getting status as FAILURE
Error message on under:
Executing template on:10.10.20.84, with Params:{ "vlan": "20", "interface": "GigabitEthernet0/1"}
{ "vlan": "20", "interface": "GigabitEthernet0/1"}
10.10.20.84
payload{'templateId': '8f0374fe-f112-4526-b7c6-873dd0c78179', 'forcePushTemplate': False, 'targetInfo': [{'id': '10.10.20.84', 'type': 'MANAGED_DEVICE_IP', 'params': {'vlan': '20', 'interfa
ce': 'GigabitEthernet0/1'}}]}
Response {'deploymentId': 'Deployment of Template: 8f0374fe-f112-4526-b7c6-873dd0c78179.ApplicableTargets: [10.10.20.84]Template Deployemnt Id: cbd4ec78-93e6-478d-bb07-bd3f0ced32f2', 'star
tTime': '', 'endTime': '', 'duration': '0 seconds'}
waiting for deploymentId cbd4ec78-93e6-478d-bb07-bd3f0ced32f2
https://10.10.20.85:443/api/v1/template-programmer/template/deploy/status/cbd4ec78-93e6-478d-bb07-bd3f0ced32f2
=================================================
{'deploymentId': 'cbd4ec78-93e6-478d-bb07-bd3f0ced32f2', 'templateName': 'tops', 'templateVersion': '1', 'projectName': 'tops', 'status': 'INIT', 'startTime': '', 'endTime': '', 'duration':
'0 seconds', 'devices': [{'deviceId': '12f826f5-5eb9-48d2-a4df-ec3756b4ef48', 'name': '', 'status': 'IN_PROGRESS', 'detailedStatusMessage': None, 'startTime': '04:12:55 01/09/2019', 'endTi
me': '', 'ipAddress': '12f826f5-5eb9-48d2-a4df-ec3756b4ef48', 'duration': '0 minutes 4 seconds'}]}
==================================================
Task=cbd4ec78-93e6-478d-bb07-bd3f0ced32f2 has not completed yet. Sleeping 2 seconds...
https://10.10.20.85:443/api/v1/template-programmer/template/deploy/status/cbd4ec78-93e6-478d-bb07-bd3f0ced32f2
=================================================
{'deploymentId': 'cbd4ec78-93e6-478d-bb07-bd3f0ced32f2', 'templateName': 'tops', 'templateVersion': '1', 'projectName': 'tops', 'status': 'FAILURE', 'startTime': '', 'endTime': '04:13:04 01
/09/2019', 'duration': '0 seconds', 'devices': [{'deviceId': '12f826f5-5eb9-48d2-a4df-ec3756b4ef48', 'name': '', 'status': 'FAILURE', 'detailedStatusMessage': 'Provisioning failed for the
template tops.Message: Connection to device 10.10.20.84 timed out using protocol ssh2; Detail: FAILED : Error in running XDE Procedure, Error Message::Failed to establish ssh2 connection to
device- Cause : Connection refused or timed-out.', 'startTime': '04:12:55 01/09/2019', 'endTime': '', 'ipAddress': '12f826f5-5eb9-48d2-a4df-ec3756b4ef48', 'duration': '0 minutes 8 seconds'
}]}
==================================================
Task cbd4ec78-93e6-478d-bb07-bd3f0ced32f2 had status: FAILURE
Anyone have solution for this?
-Thank you