BEGIN
IMPORTS
enterprises FROM RFC1155-SMI
OBJECT-TYPE FROM RFC-1212
TRAP-TYPE FROM RFC1215;
-- Network Computing Inc.
nci OBJECT IDENTIFIER ::= { enterprises 768 }
-- LANAlert alert packets
lanalert OBJECT IDENTIFIER ::= { nci 2 }
-- Agent-independent data items
lanalert-data OBJECT IDENTIFIER ::= { lanalert 2 }
-- (NOTE: Some MIB processors have problems with the definition
-- of lanalertFSA-NW2; this can be commented out if no
-- NetWare 2.x File Server Agents are in use.)
lanalert-agent OBJECT IDENTIFIER ::= { lanalert 3 }
lanalertFSA-NW2 OBJECT IDENTIFIER ::= { lanalert-agent 0 }
lanalertFSA-NW3o OBJECT IDENTIFIER ::= { lanalert-agent 1 }
lanalertNA OBJECT IDENTIFIER ::= { lanalert-agent 2 }
lanalertFSA-NW4o OBJECT IDENTIFIER ::= { lanalert-agent 3 }
lanalertAFG OBJECT IDENTIFIER ::= { lanalert-agent 4 }
lanalertFSA-NT OBJECT IDENTIFIER ::= { lanalert-agent 6 }
lanalertSNMPMon OBJECT IDENTIFIER ::= { lanalert-agent 7 }
lanalertMS OBJECT IDENTIFIER ::= { lanalert-agent 10 }
lanalertFSA-NW3 OBJECT IDENTIFIER ::= { lanalert-agent 50 }
lanalertFSA-NW4 OBJECT IDENTIFIER ::= { lanalert-agent 51 }
Agent-independent Data
LANAlert alerts are assigned one of five priorities, from 1 (highest) through 5
(lowest). The following values are used for the specific-trap field of AFG Trap
protocol data units (PDU) to represent the various priorities on set-alert and
clear-alert messages. Pre-2.4.0 Management Servers do not identify the alert
priority when sending clears, so the value clear-unknown is used as the
specific-trap number in this case. Otherwise, one of the values clear-1 through
clear-5 is used to communicate the priority of a clear-alert message.
LANAlertPriority ::= INTEGER {
set-1(1),
set-2(2),
set-3(3),
set-4(4),
set-5(5),
clear-unknown(6),
clear-1(7),
clear-2(8),
clear-3(9),
clear-4(10),
clear-5(11)
agentName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..15))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The name of an agent reporting to a management server."
::= { lanalert-data 1 }
nodeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..15))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The name of a node on the monitored network."
:= { lanalert-data 2 }
eventID OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS not-accessible
90 IBM Tivoli Enterprise Console: Adapters Guide