Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to impement snmp v3 in windows xp???

76 views
Skip to first unread message

luk

unread,
Oct 20, 2006, 9:29:16 AM10/20/06
to
How to impement snmp v3 in windows xp???
luk


snmpn...@yahoo.com

unread,
Oct 20, 2006, 9:29:27 PM10/20/06
to

Hi,

The default windows SNMP agent doesn't support SNMPv3. There're two
solutions I'm aware of:

1. Install NET-SNMP agent ( http://net-snmp.sourceforge.net/ ), which
supports all SNMP versions. NET-SNMP is a different implementation than
MS SNMP agent. It implements diffent MIB trees, so the values returned
from the agent are very different.

2. Use iReasoning SNMP agent as a proxy. iReasoning SNMP agent also
supports all SNMP versions. The default MS SNMP agent is required to
be up and running at a UDP port other than 161, with iReasoning SNMP
agent running at port 161. All the incoming SNMP requests will be
forwarded to the MS agent and the values will be sent back to the
iReasoning agent and eventually back to the SNMP manager. From the SNMP
manager perspective, it doesn't know there's a proxy and values are the
same as the default MS agent. If you have any questions about it,
please feel free to contact us.

Steve
iReasoning Inc.
http://www.ireasoning.com

Frank Fock

unread,
Oct 21, 2006, 6:25:51 AM10/21/06
to
luk wrote:
> How to impement snmp v3 in windows xp???
> luk

You can use the AGENT++Win32 API (http://www.agentpp.com)
to replace the Windows XP agent which supports SNMPv1/v2c only
and reuse the Windows XP instrumentation DLLs.

You then get SNMPv3 and AgentX support. This master agent can
be extended by either

(a) Windows extensible agent DLLs (seamless supported by/for the
AGENT++ API),
(b) By any AgentX subagent supporting TCP transport mapping
(UNIX domain sockets are not available on XP).

Regards,
Frank Fock

ma...@marksw.com

unread,
Oct 21, 2006, 2:00:46 PM10/21/06
to
luk wrote:
> How to impement snmp v3 in windows xp???
> luk

There is no need to implement anything, there are already agents which
implements snmpv3 for windows.

On of them is http://marksw.com/snmpv3agent/windowsagent.html which
implements both the windows snmp agent extension api and the agentx
protocol.

But why do you think you need to implement an agent? maybe extending
the agent is what you are asking for?

Mark.

luk

unread,
Oct 23, 2006, 3:38:13 AM10/23/06
to

Uzytkownik <ma...@marksw.com> napisal w wiadomosci
news:1161453646.7...@e3g2000cwe.googlegroups.com...

it is possible to extend the windows snmp agent to service snmp v3??
I would like to extend my agent to implement security snmp request and
respod.


Delf

unread,
Oct 25, 2006, 6:18:32 AM10/25/06
to
Après mûre réflexion, luk a écrit :

> How to impement snmp v3 in windows xp???

Few solutions have been given, thanks for them.
My question is, which ones are free ?

I've got the same problem as luk.
Thanks.

What about the requester ? At present, I'm implementing a DOTNET class
to do GET processes using v1 (creating the packet byte per byte). What
about the v3 ? Is it difficult ?

--
Delf


fredo

unread,
Nov 2, 2006, 7:00:06 AM11/2/06
to

ma...@marksw.com wrote:
> luk wrote:
> > How to impement snmp v3 in windows xp???
> > luk
>
> There is no need to implement anything, there are already agents which
> implements snmpv3 for windows.
>
> On of them is http://marksw.com/snmpv3agent/windowsagent.html which
> implements both the windows snmp agent extension api and the agentx
> protocol.

I've used the marksw agent to implement v3 and it works absolutely
great. I evaluated a bunch of agents, and it was obvious that the
marksw agent was the clear choice.

-- fredo http://www.simple-nude.com/main.html

0 new messages