HP (Hewlett-Packard) 7 SNMP Nail Gun User Manual


 
Insight Manager 7 SNMP Extensions utility
-- ema OBJECT IDENTIFIER ::= { dec 2 }
-– BADMIB.mib
--
-- Description:
-- This BAD MIB
NTCMGT-MIB DEFINITIONS ::= BEGIN
IMPORTS
mgmt, enterprises, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB;
-- DEC-MIB { iso(1) org(3) dod(6) -nternet(1) private(4) enterprises(1) 36
}
dec OBJECT IDENTIFIER ::= { enterprises 36 }
-- ERROR LINE: the following line was commented out
-- ema OBJECT IDENTIFIER ::= { dec 2 }
-- textual conventions for types
ObjectType ::= INTEGER {
unknown(1) ,
other(2) ,
share(3) ,
disk(4) ,
application(5)
}
PolicyType ::= INTEGER {
unknown(1) ,
other(2) ,
inOrder(3) ,
random(4) ,
leastLoad(5) ,
roundRobin(6)
}
Boolean ::= INTEGER {
true(1) ,
false(2)
}
-- The DateAndTime size can be only 8 or 11 bytes long.
DateAndTime ::= DisplayString
FailoverReason ::= INTEGER {
unknown(1) ,
other(2) ,
reconfiguration(3) , -- transaction is a result of human
intervention
failure(4) , -- transaction is a result of hardware or
software failure
failback(5) -- transaction is a result of a failback
event
}
SoftwareStatus ::= INTEGER {
26