Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
First I apologize if my action bother you because I already put my question below this discuss but the old question seems has solved and anybody may not see my question, so I rise it in a new one. The old link is shown below if you want to have a loo...
Could you give me some migration examples links on website or materials like pdf? I am really sorry that I cannot find some good examples, which can explain the details about how to migration the existing configuration on the old device to the new de...
Sorry to reply to you now,and I cannot reproduce this error message now in the case "GET /HELLO/WORLD/cisco\?success\r\n". It becomes normal and can be push to the F5 device!But you can refer my error message about "GET /HELLO/WORLD/cisco?success\r\n...
First I fix one mistake that I told above, the fiirst case still can be send to the F5 device, for example:
if I sent the value is:
GET /HELLO/WORLD/cisco?success\r\n
the NSO platform will show:
and the NSO log shows:
<ERROR> 08-Mar-2020::09:42:43.42...
the actually value is
"GET /HELLO/WORLD/cisco?success\r\n"
and if I send it directly through NSO ned method, it can't be send to the device, and the fault log will occur on NSO log.
If I send this value below to device through the NSO method:
"GET /H...