Re: unable to check out net-snmp from git repository

2012-07-23 Thread Ravi Kumar
I am getting following error messages while checking out from git repo. /home/net-snmp>git clone git://net-snmp.git.sourceforge.net/gitroot/net-snmp/net-snmp Cloning into net-snmp... fatal: Unable to look up net-snmp.git.sourceforge.net (port 9418) (Name or service not known) /home/net-snmp> Can

答复: check snmp storage have problem.

2012-07-23 Thread robin yin
[root@atcntest ~]# snmpwalk -v 2c -c public 10.101.161.131 .1.3.6.1.2.1.25.2.3.1 HOST-RESOURCES-MIB::hrStorageIndex.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrStorageIndex.2 = INTEGER: 2 HOST-RESOURCES-MIB::hrStorageIndex.3 = INTEGER: 3 HOST-RESOURCES-MIB::hrStorageIndex.4 = INTEGER: 4 HOST-RESOURCE

OS include prefix

2012-07-23 Thread Frank Woods
I am trying to build an embedded version of the net-snmp agent and am having problems setting the path to the target OS include directory within the configure script. Also, all them requested MIBs seem to be loaded however not of the results are returned. I presume this is partially due to not

Re: Implementing IP-MIB & UDP-MIB Standard mibs

2012-07-23 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 23 J

Re: 答复: check snmp storage have problem.

2012-07-23 Thread Dave Shield
On 23 July 2012 02:12, robin yin wrote: > # snmpwalk -v 2c -c public 10.101.161.131 .1.3.6.1.2.1.25.2.3.1 > hrStorageDescr.4 = STRING: E:\ Label:data Serial Number 88074d8d > hrStorageAllocationUnits.4 = INTEGER: 4096 Bytes > hrStorageSize.4 = INTEGER: 78642183 > hrStorageUsed.4 = INTEGER: 567487

Re: Implementing IP-MIB & UDP-MIB Standard mibs

2012-07-23 Thread Dave Shield
On 23 July 2012 07:52, Madhu Sudhana Rao wrote: > I want to implement udpEndpointTable of UDP-MIB.txt. Why? There is already an implementation of this table (The code for this is under 'mibgroup/udp-mib/udpEndpointTable') Why repeat something that has already been done? > I found that there ar