| From: DECPA::"[email protected]" 28-JAN-1993 10:48:06.92
To: mutton::lamb
0CC:
Subj: Sniffer MIB (hopefully)
Peter,
Here's a new attempt at delivering the MIB. The TRAP-TYPE portion of the added (it's what were asking Network General to supply). You can see the
eight fields of info sent to DECmcc, but like I mentioned before displaying
them meanningfully is the trick - Ecspecially the trPriority and trText
fields. As mentioned before we've played some games with the notification
fields to display (hardcoded) priority levels. Let me know if you receive
this MIB and on the progress (I leave for vacation at 3 PM thursday).
Thanks I'll talk to you when I get back.
Rob
NGC DEFINITIONS ::= BEGIN
IMPORTS
Counter,IpAddress
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
DisplayString
FROM RFC1213-MIB;
-- monitor OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) private(4) enterprises(1) ngc(110) ngcsystems(1) servers(1) monitor(1) }
-- consoles OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) private(4) enterprises(1) ngc(110) ngcsystems(1) consoles(2) }
ngc OBJECT IDENTIFIER ::= { enterprises 110 }
ngcsystems OBJECT IDENTIFIER ::= { ngc 1 }
servers OBJECT IDENTIFIER ::= { ngcsystems 1}
monitor OBJECT IDENTIFIER ::= { servers 1 }
consoles OBJECT IDENTIFIER ::= { ngcsystems 2 }
traps OBJECT IDENTIFIER ::= { monitor 1 }
pcc OBJECT IDENTIFIER ::= { consoles 1 }
-- The traps group
trapsTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrapsEntry
ACCESS not-accessible
STATUS mandatory
::= { traps 1 }
trapsEntry OBJECT-TYPE
SYNTAX TrapsEntry
ACCESS not-accessible
STATUS mandatory
::= { trapsTable 1 }
TrapsEntry ::= SEQUENCE {
trSequence
Counter,
trID
INTEGER,
trText
OCTET STRING,
trPriority
INTEGER,
trClass
INTEGER,
trType
INTEGER,
trTime
Counter,
trSuspect
OCTET STRING
}
trSequence OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
::= { trapsEntry 1 }
trID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
::= { trapsEntry 2 }
trText OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
::= { trapsEntry 3 }
trPriority OBJECT-TYPE
SYNTAX INTEGER {
None(0),
Inform(1),
Warning(2),
Minor(3),
Major(4),
Critical(5)
}
ACCESS read-only
STATUS mandatory
::= { trapsEntry 4 }
trClass OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
::= { trapsEntry 5 }
trType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
::= { trapsEntry 6 }
trTime OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
::= { trapsEntry 7 }
trSuspect OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
::= { trapsEntry 8 }
relUsageExceeded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { trSequence, trID, trText, trPriority,
trClass, trType, trTime, trSuspect }
DESCRIPTION
"A usageExceeded trap signifies that the monitor
detected a relative increase in usage higher than
the specified threshhold."
::= 4
absUsageExceeded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { trSequence, trID, trText, trPriority,
trClass, trType, trTime, trSuspect }
DESCRIPTION
"A usageExceeded trap signifies that the monitor
detected an absolute usage higher than the specified
threshold."
::= 7
END
% ====== Internet headers and postmarks (see DECWRL::GATEWAY.DOC) ======
% Received: by mts-gw.pa.dec.com; id AA13950; Thu, 28 Jan 93 10:45:43 -0800
% Received: from antares.aero.org by aerospace.aero.org with SMTP (5.65c/6.0.GT) id AA04790 for [email protected]; Thu, 28 Jan 1993 10:45:37 -080
% Posted-Date: Thu, 28 Jan 93 10:44:49 -0800
% Message-Id: <[email protected]>
% Received: from director (director2.aero.org) by antares.aero.org (4.1/AMS-1.0) id AA05901 for [email protected]; Thu, 28 Jan 93 10:45:34 PS
% Date: Thu, 28 Jan 93 10:44:49 -0800
% From: [email protected]
% To: mutton::lamb
% Subject: Sniffer MIB (hopefully)
|