Max wrote:
> I can even do a bulk GET on the NET-SNMP-EXTEND-MIB to call extension
> scripts, but only if I do a bulk walk of the OID
>
> .1.3.6.1.4.1.8072.1.3.2.4.1.2
>
> NET-SNMP-EXTEND-MIB::nsExtendOutLine
>
> Any attempts to call sub OIDs below that point result in
>
> Apr 6 21:56:24 vps28
Hi,
Running on a Fedora Core 6 virtual machine. Tried using the Fedora
Core 6 yum repo agent (5.3.1 xx), the 5.4 stable agent from source,
and a few nightly builds of 5.4 (april 3 and april 6)
I can query the IF-MIB, HOST-MIB, and other non-extension MIBs from my
poller (Cacti) without issue. I
do i have to register every oid or can I just register
a sub arc and have my extension handle everything
under that arc?
Looking for earth-friendly autos?
Browse Top Cars by "Green Rating" at Yahoo! Autos' Gre
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes:
DS> We'll need to tread carefully, though. There will be
DS> hundreds of existing installations that are working quite
DS> happily, and we'll need to ensure that a default config
DS> continues to send traps.
DS> (I realise that such an appro
> "KRV" == K R Venkateshan writes:
KRV> But on a Net-SNMP system (5.1.4), the same sub-agent
KRV> code, even though is returning a
KRV> "SNMP_ERR-COMMITFAILED" or any other SNMP error, still
KRV> the client does not receive any error as part of the
KRV> SNMP response.
KRV> But when I move t
> "SN" == Senthil Nathan <[EMAIL PROTECTED]> writes:
SN> Is it possible , to make the Index as read write.
SN> Because,i didnt work on this seneriao before.
SNMP (the SMI actually) doesn't let you change the value of an index
once the row is created; you must delete the current row and create
Hello Friends
I have written code using net-snmp 5.4 API for subagent which will send trap
to destination using agentx support in net-snmp.
However if i configures some unresolved/unreachable host, the snmp subagent
hangs in 'send' system call.
I am using TCP commn protocol between subagent and sn