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.
In the NCS man-pages it states:--------------
tailf:cli-preformatted
Suppresses quoting of non-config elements when displaying them. Newlines will be preserved in strings etc.
Used in J-, I- and C-style CLIs.
The cli-preformatted statement can be use...
I have netconf device (netrounds). My function which invoke rpc from the device, works fine in nso 4.5.3 or .4.7.4.3.
With nso 5.3.2.3 or 5.2.3.3 it get exception below.
It works fine when we triggered from cli, in nso 4 or 5.
Anyone able to guide w...
thanks for your suggestions cohult and tohagber, but both 'tailf:cli-multi-value' and 'tailf:drop-node-name' don't work for me.cli-multi-value makes all text to be in one line.the above drop-node-name need parent and drop the leaf name. I need one le...
Found out the order of parameters now important. There are four parameters out of many parameters we send to netrounds, now that has to be in order: account, test-agent, interface, ip-version in java with confXMLparamPeviously the order is just alpha...
you have to remove the device from the group <group-name> first, by updating the device-group:
(config) devices device-group <group-name> device-name [ device1 device2 device3 ]
(config) commit