Can we define custom messages in SNMP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahulmisra
    New Member
    • Dec 2007
    • 1

    Can we define custom messages in SNMP

    Hi,

    I am new to SNMP and am currently required to design an SNMP based NMS. SNMPv2 has a predefined number of messages that can be sent to an agent (like get,getnext,get bulk,set etc.). Is there a way to extend these messages or define new kinds of messages.

    Can I send a new code (other than those defined by the SNMP protocol) in the "Message-type" field of an SNMP message if I knew the agent would be able to understand it ? Is there any problem with this technique ?
  • alexvatti
    New Member
    • Jan 2008
    • 2

    #2
    hai i am alex
    i read u r request
    i also need help about SNMP
    i think u r writing the code in linux using GCC complier using c language

    Comment

    • Mike Baldwin
      New Member
      • Feb 2008
      • 1

      #3
      Hi,

      As you say, SNMP uses Set, Get, Notify, etc. messages to transfer data between SNMP managers and agents.

      You would normally want to package up any data you want to send as Variables, which are normally defined within a MIB (Management Information Base).

      There are commercial products available to do this. You might check out http://www.dart.com.

      Comment

      Working...