Search Notebooks
Agentbed library - SNMP Server library

Agent, Net-SNMP, SNMP

Page owner: user Suga koubou

Created 28 Dec 2010.
Last updated 17 Apr 2011

Agentbed library - SNMP Server library

Page last updated 17 Apr 2011, by   user Suga koubou   tag Agent, Net-SNMP, SNMP | 0 replies  

Agentbed library

A lightweight SNMP (Simple Network Management Protocol) Agent for mbed

floatデータ取扱いの拡張済み

Download

» Import this library into a programAgentbed

SNMP Agent http://mbed.org/users/okini3939/notebook/agentbed-library/

Sample

» Import this programSNMPAgent

SNMP Agent http://mbed.org/users/okini3939/notebook/agentbed-library/

Example

% snmpget -v 1 -c public 192.168.0.2 1.3.6.1.2.1.1.1.0
SNMPv2-MIB::sysDescr.0 = STRING: Agentbed, a light-weight SNMP Agent.

% snmpget -v 1 -c public 192.168.0.2 1.3.6.1.2.1.1.2.0
SNMPv2-MIB::sysObjectID.0 = Wrong Type (should be OBJECT IDENTIFIER): STRING: "1.3.6.1.4.1.36582"

% snmpget -v 1 -c public 192.168.0.2 1.3.6.1.2.1.1.3.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1500) 0:00:15.00

Original


Please login to post comments.