04-29-2019 08:44 AM
I hope I'm not missing something but how do we go about generating the necessary NED if we have new Cisco NETCONF devices (IOS-XE 16.11)? The NSO_NED documentation seems to focus on the SNMP and CLI NEDs.
Solved! Go to Solution.
04-29-2019 12:36 PM
examples.ncs/getting-started/using-ncs/4-netconf-device/README
First create a package called 'host' from the YANG file we have $ ncs-make-package --netconf-ned . host We now need to build the YANG file in the package $ ( cd host/src && make )
04-29-2019 12:36 PM
examples.ncs/getting-started/using-ncs/4-netconf-device/README
First create a package called 'host' from the YANG file we have $ ncs-make-package --netconf-ned . host We now need to build the YANG file in the package $ ( cd host/src && make )
04-29-2019 12:56 PM
04-29-2022 01:36 AM
where shall I create a package called 'host', in which dir?
04-29-2022 06:33 AM
Put the example file host.yang in your packages folder like all other packages. After make , do packages reload
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide