Coder Social home page Coder Social logo

pysnmp's People

Contributors

acspike avatar astralblue avatar cclauss avatar drrbreese avatar ericwb avatar etingof avatar fabriziovanni avatar gerrat avatar jcabmora avatar johnthagen avatar keuko avatar lostboi avatar mattsb42-aws avatar mcfletch avatar pngross avatar primeos avatar roguelazer avatar rwallen avatar ryban avatar verrio avatar vincentbernat avatar wallies avatar yegorich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kovsaw

pysnmp's Issues

Release fixes to PyPI?

Hi

Glad to see this has been picked, will you be releasing any updates as PyPI packages?

Thanks

pulling mac address table per vlan on Cisco Switch

Hi,

i have been trying to pull mac address information from Cisco Switch, with the code below:

 oid = ObjectType(ObjectIdentity("1.3.6.1.2.1.17.4.3.1.1"))
    next(nextCmd(
        SnmpEngine(),
        UsmUserData('username', authKey='pass', privKey='pass', authProtocol=usmHMACMD5AuthProtocol,
                    privProtocol=usmAesCfb128Protocol),
        UdpTransportTarget((target, 161)),
        ContextData(contextName='vlan-200'),
        0, 25,
        oid,
        lexicographicMode=False,
    ))

but it throw the below error, i cant figure out what the issue is

Traceback (most recent call last):
  File "C:/py_test_folder/test.py", line 115, in <module>
    print(get_bulk_oid(host_name, mac_oid))
  File "C:/py_test_folder/test.py", line 39, in get_bulk_oid
    cdp_remote_host = next(nextCmd(
  File "C:\Users\neteng\.virtualenvs\py_test_folder\lib\site-packages\pysnmp\hlapi\asyncore\sync\cmdgen.py", line 349, in nextCmd
    initialVars = [x[0] for x in vbProcessor.makeVarBinds(snmpEngine, varBinds)]
  File "C:\Users\neteng\.virtualenvs\py_test_folder\lib\site-packages\pysnmp\hlapi\varbinds.py", line 33, in makeVarBinds
    elif isinstance(varBind[0], ObjectIdentity):
TypeError: 'int' object is not subscriptable

appreciate any help.

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.