previous | start

Format Of MIB Entries

By convention, no object in the Internet standard MIB has a sub-identifer of zero. Thus, the first variable in the system group is:
system OBJECT IDENTIFIER ::= { mib 1 }
which has the name:
{ system 1 }
or
1.3.6.1.2.1.1.1
A second convention is that symbolic descriptors of objects should be short, mnemonic strings, thus:
sysDescr OBJECT-TYPE
    SYNTAX OCTET STRING
    ACCESS read-only
    STATUS mandatory
        ::= { system 1 }
(NB: The SNMP type sysDescr is a string which gives the manufacturer's type designation of the managed device)
 
The tutorial for this lecture is Tutorial #16.
La Trobe Uni Logo [Previous Lecture] [Lecture Index] [Next Lecture]
Copyright © 2001 by Philip Scott, La Trobe University.
Valid HTML 3.2!

previous | start