cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
512
Views
5
Helpful
1
Replies

[nso custom NED] sync-from "internal error"

Carlos A. Silva
Level 3
Level 3

Hi,

We've been trying to compile our own NED for a non-Cisco device. We've been doing this by getting the devices yang-models from the device itself via netconf. At this moment, everything seemed to work, we've almost compiled this NED to the point where we are satisfied with it. (*edit -->) The procedure we followed is we added yang models in groups incrementally, then compiled the NED, saw if everything was OK when we synced-from, then added a few more yang models.

The problem we have is that when we try to add the BGP yang model (our last one, BTW) when we try to sync the device we get the following error:

admin@ncs(config-device-Ericsson)# sync-from verbose

result false

info internal error

Like I said previously, everything was going great until we got to the last yang we needed to add. Before this model, we're able to compile and sync-from without a problem.Can anyone point to the right place we can look at logs so we know what caused this "internal error" so we can try to fix it? Since our procedure was working, we need a clue to what's going wrong.

Thank you!

c.

 

 

1 Reply 1

radioman
Spotlight
Spotlight

Hi Carlos

When you encounter internal errors, there is usually more information to be found in the binary log files "ncserr.log.*". a command like "ncs --printlog ncserr.log.1", should give you more information.

Error is in erlang, so can sometimes be rather large and/or complex to read, but feel free to share it if you need help to understand it.

br.

Kristoffer Larsen