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'm trying to import 3 external jars, in this case they're:javax.servlet-3.0.jarorg.springframework.core-3.0.4.release.jarspring-security-web-3.1.4.release.jarI've confirmed that these jars are working properly, I created independent Java pro...
Hi team, I'm currently trying to prevent users from executing this command via all methods from NSO (cli, REST, etc)"devices device <deviceName> config default interface Loopback 0"I'm looking at NACM rule-list to apply this restriction, so far I hav...
Hi,Apologies if I'm asking silly question - but there is no mechanism for REST api to send command "default interface xxx", am I right?Reason I'm asking is currently I'm trying to apply rule policies, and one of the requirement from customer is REST ...
I've done this before but in Java - but I'm sure it's theoretically the same.
You can modify your service leaf value in preMod(), which executes before your create() function.
Then in the create() function, you will see the new value.
@ServiceCa...
Thanks Bilal, You're right, it worked when I put the jars in shared-jar directory. But they get deleted when I do "make clean all". Is that the only way you reckon? I cannot have a dedicated folder for my external jars in my package? How would it wor...
Ah - ok so REST will be able to send CLI command directly on top of using NED.Ok I think another way for me is to use AAA - rule list to restrict it then.Thank you Akira-san!