ASN.1 : Abstract Syntax Notification One
SNMP version
- 0 : SNMPv1
- 1 : SNMPv2c
- 2 : SNMPv3
PDU Type
- A0 : Get
- A1 : Getnext
- A2 : GetResponse
- A3 : Set
- A5 : GetBulk
- A6 : InfromRequest
- A7 : SNMPv2-Trap
- A8 : Report
Simple Types
1 2 3 4 5 6 7 8 9 10 |
Simple Types Tag Typical Use --------------------------------------------------------------------------------- BOOLEAN 1 Model logical, two-state variable values INTEGER 2 Model integer variable values BIT STRING 3 Model binary data of arbitrary length OCTET STRING 4 Model binary data whose length is a multiple of eight NULL 5 Indicate effective absence of a sequence element OBJECT IDENTIFIER 6 Name information objects REAL 9 Model real variable values ENUMERATED 10 Model values of variables with at least three states |
http://www.geocities.co.jp/SiliconValley-SanJose/3377/asn1Body.html