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.
Hi all,I have to implement a java service which executes the following command:devices device deviceName live-status xpon-stats:exec show running-config-interface xgei-xx/xx/xx This is java code to implement the first part of the command: NavuCont...
Hi all,I need to develop a java NSO service to configure a device based on a number of parameters.This service should also update one of these configured parameters based on an input value when the service instance is recalled. Unfortunately device’...
Customer asked me to create a service in NSO with java in order to show in a table format some data in the cli either in the webUi. These data in table format should be the input to another service.I don'think this is possible in NSO: as for me it'i...
Hi yfherzog,
thanks very much.
I haven't got the tag "no-create" on the port-channel node, but there is on your child, the interface TenGigabitEthernet
This is my template:
<config-template xmlns="http://tail-f.com/ns/config/1.0"><devices xmlns="ht...
Hi Vleijon,
well found!
I have a new problem
My service creates a Port-Channel whit a only interface.
Then another service adds a "service instance" on the my Port-Channel.
This is the problem:
when I recall my service for add another interface a...
Hi,
I understand the operatione. Thank you.
I ask you two question
Is there a type for yang to give a string parameter with the blank space? It's very important for me, but I think that's impossible!
How can I see in NSO the link between a father...