SNMPv2-PDU

File: SNMPv2-PDU.mib (4033 bytes)

Imported modules

Imported symbols

Defined Types

ObjectName  
OBJECT IDENTIFIER    

ObjectSyntax  
CHOICE    
  simple SimpleSyntax
  application-wide ApplicationSyntax

SimpleSyntax  
CHOICE    
  integer-value INTEGER -2147483648..2147483647
  string-value OCTET STRING Size(0..65535)
  objectID-value OBJECT IDENTIFIER

ApplicationSyntax  
CHOICE    
  ipAddress-value IpAddress
  counter-value Counter32
  timeticks-value TimeTicks
  arbitrary-value Opaque
  big-counter-value Counter64
  unsigned-integer-value Unsigned32

IpAddress  
OCTET STRING Size(4)    

Counter32  
INTEGER 0..4294967295    

Unsigned32  
INTEGER 0..4294967295    

Gauge32  
Unsigned32    

TimeTicks  
INTEGER 0..4294967295    

Opaque  
OCTET STRING    

Counter64  
INTEGER 0..18446744073709551615    

PDUs  
CHOICE    
  get-request GetRequest-PDU
  get-next-request GetNextRequest-PDU
  get-bulk-request GetBulkRequest-PDU
  response Response-PDU
  set-request SetRequest-PDU
  inform-request InformRequest-PDU
  snmpV2-trap SNMPv2-Trap-PDU
  report Report-PDU

GetRequest-PDU  
PDU    

GetNextRequest-PDU  
PDU    

Response-PDU  
PDU    

SetRequest-PDU  
PDU    

GetBulkRequest-PDU  
BulkPDU    

InformRequest-PDU  
PDU    

SNMPv2-Trap-PDU  
PDU    

Report-PDU  
PDU    

PDU  
SEQUENCE    
  request-id INTEGER -214783648..214783647
  error-status INTEGER noError(0), tooBig(1), noSuchName(2), badValue(3), readOnly(4), genErr(5), noAccess(6), wrongType(7), wrongLength(8), wrongEncoding(9), wrongValue(10), noCreation(11), inconsistentValue(12), resourceUnavailable(13), commitFailed(14), undoFailed(15), authorizationError(16), notWritable(17), inconsistentName(18)
  error-index INTEGER 0..max-bindings
  variable-bindings VarBindList

BulkPDU  
SEQUENCE    
  request-id INTEGER -214783648..214783647
  non-repeaters INTEGER 0..max-bindings
  max-repetitions INTEGER 0..max-bindings
  variable-bindings VarBindList

VarBind  
SEQUENCE    
  name ObjectName
  val CHOICE
    value ObjectSyntax
    unSpecified NULL
    noSuchObject NULL
    noSuchInstance NULL
    endOfMibView NULL

VarBindList  
SEQUENCE OF Size(0..max-bindings)    
  max-bindings VarBind

Defined Types

max-bindings  
INTEGER