Glossary Item Box

PowerSNMP for .NET

Notify Messages (v2/3 Traps)

This is an SNMP version 2/3 PDU with a different format than version 1 Trap. It consists of a header and variables that specify OIDs and associated values. It is represented as the PowerSNMP NotifyMessage class.

Property Description

Version

SNMP version used.

Community

Clear-text string that contains the community name for the message. The default value is “public”. This property is used as a simple kind of authentication by the agent, which may require specific values.

Variables

A collection of Variable instances with a Variable.Id property that indicates the IID of interest and a Variable.Value property that returns a member of the Dart.PowerSNMP.SimpleType namespace.

No response is expected back from the manager.

 

In This Section

Protocol Overview
This topic provides an overview of the SNMP Protocol.
Object and Instance Identifiers (OIDs and IIDs)
This topic discusses the ASN.1 naming convention as it applies to OIDs and IIDs.
Get / GetNext / GetBulk Requests
This topic discusses Get, GetNext and GetBulk request messages.
Set Request
This topic discusses Set request messages.
Inform Request
This topic discusses Inform Request messages.
Response
This topic discusses SNMP Response messages.
Trap
This topic discusses Trap messages.
Notify (Trap v2/3)
This topic discusses Notify messages.

 

 


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.