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.
Does YDK server in the cisco-ios-xr device support concurrent request? Or it could only server one request at one time? We have a background task to read the data from device periodically, with code snippet below:from ydk.models.openconfig import ope...
Hello experts,I have an issue when operating cisco XR with flask and YDK-PY, my goal is to set up a http server with flask, in the http server, call the YDK-PY api to operate the router.Note: the below code was running in the docker env where the ima...
Hi guys, I am new to cisco router and ydk.I have a problem need your help. env: IOS XRv 9000 virtual Router ydk-code:from ydk.services import CRUDService
from ydk.providers import NetconfServiceProvider
from ydk.models.cisco_ios_xr im...
Hi Yan Gorelik,sorry for not describing my question clearly, what I mean is the point 4 of your reply.where can i find the Netconf/Restconf/gNMI servers' documentation?My device is cisco ASR9K.
Hi Yan Gorelik,I am sorry i was new to python, the code you showed above worked when there was only one request sent to the server,but it is still hangs if I send two request concurrently.what can I do if I want the code to support concurrent request...
Thanks for the reply, yangorelik, so it is not possible that run ydk api call concurrently in one process? is it must ran Serializable for any operation to cisco router?
Hello, Does anybody have an idea about this? we have the totally same issue with this. The crudService.read ran well when we use single python script, but got stuck when it in the flask framework which as a http service. please help me, thanks very m...