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.
I'm trying to create a template-based service that sets specific content. I have the following now; <config-template xmlns="http://tail-f.com/ns/config/1.0" servicepoint="location-vlan">
<devices xmlns="http://tail-f.com/ns/ncs">
<?foreach {../...
Hi there, After attending the NSO Developer Days in Stockholm I started working on my own services. After a few simple template based services, I started using Python to generate configs based on input from different sources. I love the options NSO o...
Hi there,
I'm studying for my CCDP exam and came across an interesting discussion; if you create an campus network according to Cisco design guidelines with a layer three link between the distribution switches and a IGP, should you summarize the netw...
Actually, you can create multiple HSRP groups on one L3 interface. Each device participating in the group has a priority which decides what the Active is going to be for that group. The second best will become Standby, all the others will become List...
Please provide a little more info;What error do you receive when trying to connect to the hostDo you have a route to the host (can you ping?)Is this the only device you have this issue on?Can you connect via SSH to different devices?
Thank you for your response. I did that and I am able to start Python scripts that way. But what I want is to debug a Python file I wrote for a service. For instance; I have a service called 'new-vpn' which triggers a Python script in it's manifest f...