6
MIB Definition
The following listing describes the MIB definitions. The language used for the MIB definition is the industry-
standard ASN.1 (Abstract Syntex Notation). The macros used for the MIB definitions are defined in the
Structure of Management Information, RFC (Request For Comments) 1155. The defined objects are assigned
object identifiers and are registered appropriately. There are four objects packed into the variable bindings. The
following listing shows the definitions of these four objects.
__________________________________________________________________________________________
NMS6800–MIB{isoorg(3)dod(6)internet(1)private(4)enterprises(1)att–2(74)att–mgmt(2) }
DEFINITIONS ::= BEGIN
IMPORTS
enterprises, OBJECT–TYPE, NetworkAddress, IpAddress, Gauge, TimeTicks
FROM RFC1155–SMI;
att–2 OBJECT IDENTIFIER ::= { enterprises 74 }
att–mgmt OBJECT IDENTIFIER ::= { att–2 2 }
paradyneNMS OBJECT IDENTIFIER ::= { att–mgmt 23 }
deviceType OBJECT–TYPE
SYNTAX DisplayString
ACCESS read–write
STATUS mandatory
::= { paradyneNMS 1 }
deviceId OBJECT–TYPE
SYNTAX DisplayString
ACCESS read–write
STATUS mandatory
::= { paradyneNMS 2 }
alertType OBJECT–TYPE
SYNTAX DisplayString
ACCESS read–write
STATUS mandatory
::= { paradyneNMS 3 }
alertDesc OBJECT–TYPE
SYNTAX DisplayString
ACCESS read–write
STATUS mandatory
::= { paradyneNMS 4 }
END;
_______________________________________________________________________________________________