On Mon, Feb 9, 2009 at 9:19 AM, Dave Shield wrote:
> 2009/2/6 Rodolfo Leffa :
> >> > I'd like to deal with all requests to a subtree of my mib in a single
> >> > handler, but i don't know how to do it.
> >>
> >> Registering the root using 'netsnmp_register_handler()' does exactly
> >> this. But
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive,
2009/2/9 Péricles Oliveira :
> Do you have the steps to compile with IPV6-capable TCP
> table for the version 5.3.x agent.
Try
./configure --enable-mfd-rewrites
Dave
--
Create and Deploy Rich Internet Apps outsid
Hi Dave
thanks for your help. Do you have the steps to compile with IPV6-capable TCP
table for the version 5.3.x agent.
/Péricles
> but this wasn't enabled by default. It needed to be explicitly added in> when
> the agent was compiled> Date: Mon, 9 Feb 2009 09:57:56 +> Subject: Re:
> snmp
Hi Dave
thanks for your help. Do you have the steps to compile with IPV6-capable TCP
table for the version 5.3.x agent.
/Péricles
> but this wasn't enabled by default. It needed to be explicitly added in> when
> the agent was compiled> Date: Mon, 9 Feb 2009 09:57:56 +> Subject: Re:
> snmp
2009/2/6 Rodolfo Leffa :
>> > I'd like to deal with all requests to a subtree of my mib in a single
>> > handler, but i don't know how to do it.
>>
>> Registering the root using 'netsnmp_register_handler()' does exactly
>> this. But it does mean that you have to deal with *everything* under
>> th
I convert hexidecimal string value to real value using (because I have
to set up 64-bit hex value)
$hs = Math::BigInt->new("0x$hs");
Then I try to apply it:
$vb = new SNMP::Varbind([$oidVLANStaticUntaggedPorts, $vlanID, $hs,
'OCTETSTR']);
This seems to change nothing with no errors.
Is this cor
Hello, Mike!
Thanks for replay. For my machine firewall is not installed.
I am trying to get value for NET-SNMP-TUTORIAL-MIB::nstAgentSubagentObject.0
on *udp:localhost:705*
run *snmpd -f -Le -Dagentx -d* to trace received packages by. Then
*linux-h110 /root# snmpget -v1 -c rwpublic localhost
n
2009/2/9 malar vizhi :
> So, from where the snmp retriving all the details abt SQL?.
Well, the first thing to realise is that SNMP is simply a *protocol*.
An agreed way of asking questions, so that different programs
(written by different people) can communicate successfully.
So in essence, SNMP
2009/2/6 Péricles Oliveira :
> it missing a number, my current version is: net-snmp-5.3-1.el4.i386.rpm.
OK - that's less ridiculously ancient, but it's still a relatively old release
(December 2005).
> . the snmpd don't response to TCP-MIB with OID 1.3.6.1.2.1.6.16 --
> ipv6TcpConnTable.
10 matches
Mail list logo