ASN.1 Naming Scheme
 
Overview
Abstract Syntax Notation One (ASN.1) is a formal language for abstractly describing messages to be exchanged between distributed computer systems.
Example
Objects in an MIB are defined with the ASN.1 naming scheme. The naming scheme assigns each object a long prefix, which guarantees that the name will be unique.
Example: An integer, which counts the number of IP datagrams that a device has received, is named iso.org.dod.internet.mgmt.mib.ip.ipinReceives.
The following figure depicts the ASN.1 naming scheme example.
This object name is represented in an SNMP message by assigning each part an integer. So, the above message would appear as 1.3.6.1.2.2.4.3.
Each integer has the following meaning.