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 community,
are there any plans to povide NETCONF northbound API for the vManage?
For now only custom rest api is available. Since vManage tech stack is based on NSO/confd it would be very nice to have NETCONF API for CFS side of vManage service to...
Hello all,
I am working on self-made NSO NETCONF notifications in LSA environment (RFS node - CFS node).There are several difficulties I faced so far. For the context I am using Python, because my company wants to use python.
There is no high-level s...
Hi Mustafa,
the issue here is clear you can't use _ncs.str2hash(...) call in global context. If you do so the hash value will be == 0 what is obviously wrong
You must call _ncs.str2hash(...) i.e. inside your Action callback method like so:
class Se...
Hi Mustafa,
as far as I can see your "def create_nso_sri_sync_notif_message(value)" function does not follow the documentation The part that is wrong is where you specify "_ncs.Value(...)" for xml_begin and xml_end variables. According to documentat...
Hi Mustafa,
Step 1.Register stream in your python code with following call (you need to import _ncs):
# stream_name is the name you defined in your ncs.conf file
lctx = _ncs.dp.register_notification_stream(daemon_ctx, None, notif_socket, stream_nam...
Hi Mustafa,
I will try to answer your questions as good as I can.
1. You need YANG definition of the notification on your RFS node and on your CFS node as well. For CFS you need to generate NED package out of your RFS package containing YANG definiti...
Hi,thank you for all your help and explanations.Would be nice if NSO would support custom stream forwarding in future Again thank you very much.Jakub H.