GithubHelp home page GithubHelp logo

bbt-mibs's Introduction

1)使用smilint校验MIBs,需修改 smi.conf, 配置path,确保DEEPIN-NEBULABD-MIB.mib的路径包含在path中:
for i in DEEPIN*.mib; do echo verify $i; smilint -c smi.conf $i; done

2)使用mib2c生成代码:
for i in photography whiteboard projector wholeset; do env MIBS="+./DEEPIN-${i^^}-MIB.mib" mib2c $i; done
生成代码的时候有多种提示选择的时候,如果依次选择 1 (SNMP) 2(INT), 可以编译成功作简单测试。但是不太理解我们最后使用哪种方式生成代码

3)生成.so
运行make,编译成so模块

4)启动snmpd,测试模块(修改dlmod中模块的路径),DEEPIN*.mib可以放置在 ~/.snmp/mibs 下
sudo snmpd -c snmpd.conf -d -f -Lo  -V localhost:161

5) 测试模块
snmpwalk -c rocommunity -v2c localhost 1.3.6.1.4.1.46209

bbt-mibs's People

Watchers

Hong Hao avatar James Cloos avatar

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.