Giter Site home page Giter Site logo

snmplabs.com's Introduction

snmplabs.com

Build status GitHub license

This repo holds the RsT contents of the snmplabs.com web site. It resembles a Python package just for testing and deployment convenience.

snmplabs.com's People

Contributors

etingof avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

snmplabs.com's Issues

gosnmp license

Hi, I'm the maintainer of the semi-official Golang snmp library gosnmp, which I've been maintaining for about 7 years. The library's testing is done under an open source license on Travis.

I'm wondering about getting an open source license (or similar) that can be used for the Travis tests. demo.snmplabs.com is already used in some of the tests, so I'm looking for something permanent. I would be fine with putting an acknowledgment on the front page of the project.

Thanks for your help, Sonia.

demo.snmplabs.com down again

snmpwalk -v2c -c variation/virtualtable demo.snmplabs.com:161 IF-MIB::interfaces
Timeout: No Response from demo.snmplabs.com:161

(same for 1161, 2161 and 3161)

demo.snmplabs.com is down?

demo.snmplabs.com is down?

$ snmpwalk -v2c -c public demo.snmplabs.com
Timeout: No Response from demo.snmplabs.co

http://mibs.snmplabs.com inaccessible

We have a build step that uses pysmi to generate pysnmp definitions from internal MIBs.

It turns out that it has an implicit a dependency on snmplabs.com:

Borrow missing/failed MIBs from: http://mibs.snmplabs.com/pysnmp/notexts/@mib@

We seem to depend on some MIBs from there, but I can't mirror them locally until snmplabs.com comes back up :)

Any chance you can bounce it back to life? Also, are those MIBs available as a whole library from somewhere else? Thanks!

is demo.snmplabs.com down ?

I'm trying to learn snmp but i can't ping demo.snmplabs anymore
>>> snmpwalk -v 1 -c public demo.snmplabs.com
<<< Timeout: No Response from demo.snmplabs.com
what should i do ? any other online server out there ?

ps : well i guess it's down and unable to ping anymore

is demo.snmplabs down ?

Dear Sir/Madam

I've been trying to regain access to the pysnmp server for two days now without success. all the codes that used to work don't anymore, even the basic ones such as:


from pysnmp.hlapi import *
errorIndication, errorStatus, errorIndex, varBinds = next(
getCmd(SnmpEngine(),
CommunityData('public', mpModel=0),
UdpTransportTarget(('104.236.166.95', 161)),
ContextData(),
ObjectType(ObjectIdentity('SNMPv2-MIB', 'sysDescr', 0)),#system
ObjectType(ObjectIdentity('.1.3.6.1.4.1.2021.4.6.0'))#ram used
)

if errorIndication:
print(errorIndication)
elif errorStatus:
print('%s at %s' % (errorStatus.prettyPrint(),
errorIndex and varBinds[int(errorIndex) - 1][0] or '?'))
else:
for varBind in varBinds:
print(' = '.join([x.prettyPrint() for x in varBind]))


output: no SNMP response before timeout
is there an issue with the server? is it perhaps down?

thank you in advance

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.