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.
Is there a good way to protect a python based NSO package?
Looks like after the package reload, we can remove the folder in packages and just leave the state folder which only include load-dir fxs file.
For py file, we can compile it to pyc file, Alt...
I have a presence container in yang file, do anyone have an example for json payload and template?
The yang is like:
container protocol {
presence "Indicates a protocol node is configured.";
description "Transport Protocol configuration";
...
When I tried to get one leaf instance via RESTCONF, the response is like this:
http://{{ip}}:{{port}}/restconf/data/china169-qos-service:qos/qos=1111/device=1.1.1.1/qos-acl/acl=test-acl/
{
"china169-qos-service:acl": {
"acl-name": "test-acl",
"acl...
Hi Experts
I've met a issue recently and wonder if anyone have met similar situation.
I need to commit two separate config commit in one service, like:
commit config A to device
wait for 10s
commit config B to device
If I make A and B two se...
The customer want no authenticate at all. But also, they would like us to list all the possible auth methods. I will look into the token based method. Thanks for your reply.
In our async operation, the service will be in processing status after user deploy it. When the service deploy is finished, if it succeed, the service is create otherwise the service should delete itself. This is what we want.
So if RPM can delete ...
One more question
As I understand, the procedure should like this:
1. deploy route X on device A
2. wait for device A to receive route X
3. redeploy the service which deploy route X and route Y
My question is, if something wrong happened during s...
Hi Jan
Thanks for your response.
Actually the first step of my service is to config a route on device A and advertise it to device B.
Wait for 10s is to wait the device B to receive the route.
The second step is to config a different route on dev...