Folks,
How to eliminate “Maximum sessions reached” error when I execute bulk nodes in ansible playbook ( using cisco XML APIs to retrieve outputs)
Maximum I can get output for 7 nodes only , remaining nodes are getting max.session reached.
Error
ok: [host1 → localhost]
fatal: [host1 → localhost]: FAILED! => {
“aaaLogin”: {
“attributes”: {
“cookie”: “”,
“errorCode”: “554”,
“errorDescr”: “Maximum sessions reached”,
“invocationResult”: “unidentified-fail”,
“response”: “yes”
}
},
“changed”: false,
“error_code”: “554”,
“error_text”: “Maximum sessions reached”,
“output”: “<aaaLogin cookie="" response="yes" errorCode="554" invocationResult="unidentified-fail" errorDescr="Maximum sessions reached"> \n”
Thank you,
Ramesh