cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
893
Views
0
Helpful
3
Replies

info Device RD does not have a Network Element Driver registered

Etts Equinox
Level 1
Level 1

Hello Guys,

I'm trying add a device via netconf ned, and when it comes to check sync, i get an error that says " Device RD does not have a Network Element Driver registered". i have no idea what i could do to in order to get device in sync

running configuration result

==================================

devices device RD

address   192.168.67.150

port      830

ssh host-key ssh-dss

  key-data "AAAAB3NzaC1kc3MAAACBANA/ZzjfsOJ7i02sCIw9HhPBvFhiUMbAiXlWNHDOFGB52sgTyLhR\nqSbaG71ATidmyS/ropRZIpgbkSKnvT7fiZTMPaOUARjS93RbAZsu3DpSERpZZX3s/7zQIKfp\nFAvxErBNZVO0BVjhK1qHoH5wKQqLrM2CNn3099yCl6PvdatTAAAAFQDzsdrvsrNMVl6oxeKy\nO79RmM8UiQAAAIALFfIWYBSxj92BIonReTGZwJFctDkJS3ZWECAyz6kxi5BT9aruIOT/LrnF\nZin7eeXsYLS4U9+zGxUKdou6etaDdMkhvcSr9WYdbZbZa0Z5oZ9JssO8bxlJo6EM3snjoj3D\n4F37S43rFBLYcIF/jiG4Js/96mP3rnW23xsW4Kjy1wAAAIEAi8CtO98SojvJqiLlMFeFaOxz\nxRm0bg6CWyh4uNtJBDNh3Wo59kuScHFkYaLE1YDyyaVqoe357Z8wh+F2w/+HxG1yVRBv9K90\n9ACQ5zqzch5Puzlhpt6tEEQtH8vQpNIBAbmbWdRUqNHdw7wimV9oTzmBhl4rTD9XZetMe/gG\nXf4="

!

ssh host-key ssh-rsa

  key-data "AAAAB3NzaC1yc2EAAAADAQABAAAAgQC3Te8jg9jdMfc8i42UNmHLmwCP2vyuSK3efodSayXb\nfDuQtr3lWOQKizblfCX0w8UFL4xCpamHENPKKNn8xPSz8z6unxOT5O+tXuOXytGaoeuNT1gE\n2Y4kTpXdoERRP7YKPLWmsHNkI8cfIu7E0ju3VJIu5TaJazsvY9cwsvhb5Q=="

!

authgroup test

device-type netconf

state admin-state unlocked

config

  cisco-ios-xr:admin

   exit-admin-config

=======================================================================

device_check_sync_from result

====================================

sync-result {

    device RD

    result false

    info Device RD does not have a Network Element Driver registered

}

1 Accepted Solution

Accepted Solutions

You'll need to build a NETCONF NED to interface with the device in question.

-Dan

View solution in original post

3 Replies 3

Jan Lindblad
Cisco Employee
Cisco Employee

What does   show packages package oper-status   display?

How did you get/produce the NED package? Did you build it?

Etts Equinox
Level 1
Level 1

no i have not produce that ned package and i used only ios and iosxr to make it work

packages package Media-Gateway

oper-status up

packages package TE

oper-status up

packages package cisco-ios

oper-status up

packages package cisco-iosxr

oper-status up

packages package dp

oper-status program-code-error

oper-status error-info [LOAD_PACKAGE[com.example.dp.dpDp]]

packages package interfaces

oper-status file-load-error

oper-status error-info "[interfaces-template.xml:1 Unknown servicepoint: interfaces]"

You'll need to build a NETCONF NED to interface with the device in question.

-Dan