Git Product home page Git Product logo

Comments (6)

michalvasko avatar michalvasko commented on June 21, 2024 1

How can I ensure that everything is right with sysrepo before moving to netopeer2

You can try executing get-schema on all the submodules of ietf-snmp but I am pretty sure it will work. The problem, most likely, is that ANX does not support submodules, nothing we can do about that.

from sysrepo.

jktjkt avatar jktjkt commented on June 21, 2024 1

There's an interactive CLI that you can build and use to connect to a NETCONF server. It's not a GUI, but you can use the Tab key to explore the YANG data tree that's made available by the server.

Also, if you think that the root cause is within ANX, please be sure to file a bugreport upstream -- preferably with the full communication log so that their developers have a chance to debug this.

from sysrepo.

xuoguoto avatar xuoguoto commented on June 21, 2024

Thank you!

In the mean time, is there any other project similar to ANX that can be used to play around with netconf?

from sysrepo.

michalvasko avatar michalvasko commented on June 21, 2024

Not sure, try to search for some NETCONF GUI client, there should be some freely available.

from sysrepo.

xuoguoto avatar xuoguoto commented on June 21, 2024

Thank you.

from sysrepo.

xuoguoto avatar xuoguoto commented on June 21, 2024

How can I ensure that everything is right with sysrepo before moving to netopeer2

You can try executing get-schema on all the submodules of ietf-snmp but I am pretty sure it will work. The problem, most likely, is that ANX does not support submodules, nothing we can do about that.

Used a python program to pull one of the leaf submodule and it's working fine as you have mentioned.

from ncclient import manager

m = manager.connect(host='localhost', port=830, username='user', password='pass')

schema = m.get_schema('ietf-snmp-engine')
print (schema)

I will take this up with ANX. Thank you for the assistance!

from sysrepo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.