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.
Using Websockets
This article describes how to run a Webex bot with Websockets.There are two ways to implement a Webex bot using Websockets as described blow.
Use Webex SDKUse common Python modules (covered in this article)
Webex SDK is available i...
Symptoms
NSO 6.5 で packages reload が下記のように info Python VM failed to start で失敗することがあります。
admin@ncs# packages reload
>>> System upgrade is starting.
>>> Sessions in configure mode must exit to operational mode.
>>> No configuration changes can be per...
Hi Raja,
There is no live-status for JunOS NED since it's NETCONF.
But as a workaround, you can create an action and call a script to execute a command.
I think following post is useful.
https://community.cisco.com/t5/nso-developer-hub-discussion...
Hi Gabriel,Following is a sample code to create a new service instance from NSO action.In this model, a new instance for a service model called "aclservice" is created with four variables (device, aclname, aclnum and aclentry).class EnableAction(Acti...
Hello Roque,This might not be perfect, but manually loading schema could be a workaround.$ ncs --addloadpath packages/cisco-ios/src/yang/Best regards,Hiro