system OBJECT IDENTIFIER ::= { mib 1 }
which has the name:
{ system 1 }
or
A second convention is that symbolic descriptors of objects should be short, mnemonic strings, thus:1.3.6.1.2.1.1.1
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)
[Previous Lecture] [Lecture Index] [Next Lecture]