cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2208
Views
5
Helpful
2
Replies

Associating NETSIM devices with NSO

Allase
Level 1
Level 1

I tried this command :

~/nso-5.3/examples.ncs/getting-started/using-ncs/1-simulated-cisco-ios$ ncs-setup --netsim-dir $HOME/netsim --dest .

 

But I have this error message :

/nso-5.3/bin/ncs-netsim: line 897: xsltproc : command not found

 

When a Tried to start ncs, I have this message :

~/nso-5.3/examples.ncs/getting-started/using-ncs/1-simulated-cisco-ios$ ncs
CDB boot error: Init transaction failed to validate: /ncs:devices/device{c0}/device-type : must configure one of: snmp, cli, generic, netconf
Daemon died status=10

 

Can you help please ?

1 Accepted Solution

Accepted Solutions

lmanor
Cisco Employee
Cisco Employee
First, It appears you are missing the xsltproc command in your linux. Linux package libxslt, which I believe is also dependent on libxml.

View solution in original post

2 Replies 2

lmanor
Cisco Employee
Cisco Employee
First, It appears you are missing the xsltproc command in your linux. Linux package libxslt, which I believe is also dependent on libxml.

I installed xsltproc Package :

sudo apt-get install -y xsltproc

It's OK now !!! Thank you