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 any chance that the NY talks were recorded and can be put up on the youtube channel? There's a handful of talks I would like to review from the conference.
Is there a way to increase the idle timeout time in the web GUI? We've had it on the backlog for a bit and it timed out in the middle of a demo the other day. I have dug through the admin guide but if it was in there I must have missed it.
While developing a L3VPN template, I am trying to find a way to detect whether a VRF is already configured inside a device so that if I build another service to that VRF it does not change the vrf description. The only thing I am having issues with ...
I am creating a service module and have a number of nested lists. I am running into a number of errors with my python code while trying to reference a leaf that is 2 lists deep: list Configurator { list IPVPN { leaf vrf_name { I have the followin...
So this has been the focus of our development for the past few months. We have a top level service that takes common customer information, and then have lists underneath that which will contain the extra information necessary to build each type of se...
Thanks so much!I had completely forgotten about the ned prefix missing when I fought with this. At this point we will be using this code to check if the vrf exists and if it does we will not rewrite the description. We are replacing an old in-house p...
The vrf_name variable is gettting filled out when building the service in NSO. I can call a variable in the top-level list, but not in the one underneath it. list Configurator {...leaf UA_EVC_ID {mandatory true;type string;...list IPVPN {description ...