Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
121 views

snmpset Object not writable. Why? [closed]

I have been trying to understand how to create a MIB : here what I did so far : I created a MIB, and tried to allocate values to new OID => fail Here is the MIB : TEST-MIB DEFINITIONS ::= BEGIN ...
2
votes
1answer
76 views

error Compile shared libraries with -fPIC

While I run snmpd daemon on powerpc board(a.p.) I am getting this error: R_PPC_REL24: Compile shared libraries with -fPIC! /usr/local/sbin/snmpd: symbol 'strlen': can't handle reloc type 0xa in lib ...
2
votes
2answers
123 views

snmpset/get returns Timeout:no response for ipv6

I am using snmp to query and set some OIDs in IPv6 mode. I use the below snmp command. I have checked and configured it to listen to udp6:161. snmpget -cpublic -v2c ...
1
vote
2answers
69 views

how to see the log of the DEBUGMSGTL in net-snmp

I am trying to write a snmp subagent that using agentX, which is supported by net-snmp. At first, I used the example codes from net-snmp FAQ: ...
0
votes
0answers
22 views

how to get trap massages about cpu usage using ssCpuRawSystem

im trying to get CPU usage in snmpd.conf while using the ssCPURawSystem MIB these are the relevant lines from my snmpd.conf #CpuUsage #view all included ...
0
votes
0answers
25 views

how to get trap massages about cpu usage using snmpd.conf

im trying to create a threshold for cpu usage in snmpd.conf. i included the MIB in the configuration file for the cpu usage: .1.3.6.1.4.1.2021.11.10.0 but i really don't know what are the flags ...
0
votes
2answers
81 views

how to set the port of snmp agentX subagent?

I am working on extending net-snmp to write a subagent with agentX. Now I use the example codes from net-snmp, and compiled to a subagent. Below is the codes I get from: ...
0
votes
1answer
49 views

net-snmp: how should I approach the project of making a bilingual snmpd?

I apologize that this question comes from the uninformed, huddled masses: I've been away from net-snmp for three years and I've missed all of the developments. I have to deliver a bilingual v2c/v3 ...