Definition 7-1. Network General Corp. MIB
--
-- NGC.ASN: Network General Corporation MIB extensions.
--
-- Network General Corporation
-- 4200 Bohannon Drive
-- Menlo Park, CA 94025
-- (415) 473-2000
--
-- June 18, 1996
-- Rev 3.0
--
NGC-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, NetworkAddress, IpAddress,
Counter FROM RFC1155-SMI
DisplayString FROM RFC1213-MIB
-- EntryStatus, OwnerString FROM RFC1271-MIB
OBJECT-TYPE FROM RFC1212
TRAP-TYPE FROM RFC1215-MIB;
-- This MIB module uses the extended OBJECT-TYPE macro as defined
in
-- RFC 1212 and the TRAP-TYPE macro as defined in RFC 1215. It
also
-- uses the EntryStatus textual convention as defined in RFC
1271.
-- Network General Corporation enterpise
ngc OBJECT IDENTIFIER ::= { enterprises 110 }
ngcSystems OBJECT IDENTIFIER ::= { ngc 1 }
ngcServers OBJECT IDENTIFIER ::= { ngcSystems 1 }
ngcMonitor OBJECT IDENTIFIER ::= { ngcServers 1 }
-- The ngcTrap group. This group contains objects describing
the last
-- Network General alarm resulting in transmission of a SNMP
trap
-- message.
ngcTrap OBJECT IDENTIFIER ::= { ngcMonitor 1 }
ngcTrapTable OBJECT-TYPE
SYNTAX SEQUENCE OF NgcTrapEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The agents table of NGC alarm information."
::= { ngcTrap 1 }
ngcTrapEntry OBJECT-TYPE
SYNTAX NgcTrapEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Information about the last NGC alarm trap generated by
the agent. There is always one entry in this table,
indexed by integer value 1"
INDEX { INTEGER (1) }
::= { ngcTrapTable 1 }
NgcTrapEntry ::=
SEQUENCE {
ngcTrSequence
Counter,
ngcTrId
INTEGER,
ngcTrText
DisplayString (SIZE (0..80)),
ngcTrPriority
INTEGER,
ngcTrClass
INTEGER,
ngcTrType
INTEGER,
ngcTrTime
Counter,
ngcTrSuspect
DisplayString (SIZE (0..32)),
ngcTrDiagId
INTEGER
}
ngcTrSequence OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A counter of the number of NGC alarm traps generated
since the agent was last initialized."
::= { ngcTrapEntry 1 }
ngcTrId OBJECT-TYPE
SYNTAX INTEGER {
monitor(1),
analyzer(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The application which generated this NGC alarm."
::= { ngcTrapEntry 2 }
ngcTrText OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..80))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An ASCII string describing the NGC alarm
condition/cause."
::= { ngcTrapEntry 3 }
ngcTrPriority OBJECT-TYPE
SYNTAX INTEGER {
inform(1),
warning(2),
minor(3),
major(4),
critical(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The priority level as set on the agent for this Class
and Type of trap."
::= { ngcTrapEntry 4 }
ngcTrClass OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Class number of the described NGC alarm."
::= { ngcTrapEntry 5 }
ngcTrType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Type number of the described NGC alarm. Each
application may generate alarm types in a pre-defined
range of values for that
application. See TRAP-TYPE macro definitions later in
this MIB, or product operations manual for a list of
alarm types currently generated."
::= { ngcTrapEntry 6 }
ngcTrTime OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time that the condition or event occurred which
caused generation of this alarm. This value is given in
seconds since 00:00:00 Greenwich mean time (GMT) January
1, 1970."
::= { ngcTrapEntry 7 }
ngcTrSuspect OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An ASCII string describing the host which caused the NGC
alarm.
(Note: current version of Expert Analyzer generates a
null string for this field.)"
::= { ngcTrapEntry 8 }
ngcTrDiagId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An integer identifying the diagnosis which triggered
this NGC alarm."
::= { ngcTrapEntry 9 }
-- The ngcMibs branch of the NGC mib. This group contains
both generic
-- and product specific mib definitions for the NGC product
line.
ngcMibs OBJECT IDENTIFIER ::= { ngc 2 }
-- The ngcAdmin branch of the NGC mib. This group contains
generic
-- objects that are used to administer the agents in NGC
products.
ngcAdmin OBJECT IDENTIFIER ::= { ngcMibs 1 }
-- The ngcAdminBoot branch of the NGC mib. This group
contains objects
-- that are used to administer the boot features of NGC
products.
ngcAdminBoot OBJECT IDENTIFIER ::= { ngcAdmin 1 }
ngcRemBootEnable OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If enabled when the agent is rebooted then the agent
will attempt to boot from one of the boot servers defined
in the ngcRemoteBootServerTable."
::= { ngcAdminBoot 1 }
ngcRemBootServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF NgcRemBootServerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The agent's table of remote boot servers."
::= { ngcAdminBoot 2 }
ngcRemBootServerEntry OBJECT-TYPE
SYNTAX NgcRemBootServerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Information about a remote boot server."
INDEX { ngcRemBootServerIndex }
::= { ngcRemBootServerTable 1 }
NgcRemBootServerEntry ::=
SEQUENCE {
ngcRemBootServerIndex
INTEGER,
ngcRemBootServerIpAddr
IpAddress,
ngcRemBootServerFileName
DisplayString
}
ngcRemBootServerIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value identifying the ngcRemBootServerEntry."
::= { ngcRemBootServerEntry 1 }
ngcRemBootServerIpAddr OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The IP address of this remote boot server."
::= { ngcRemBootServerEntry 2 }
ngcRemBootServerFileName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of the binary file residing on the remote boot
server. This is the file that will be loaded, via TFTP,
when the agent is rebooted."
::= { ngcRemBootServerEntry 3 }
-- The ngcAdminControl branch of the NGC mib. This group
contains
-- objects that are used to perform control operations on the
NGC
-- products.
ngcAdminControl OBJECT IDENTIFIER ::= { ngcAdmin 2 }
ngcCtrlAction OBJECT-TYPE
SYNTAX INTEGER {
other(1),
reset(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A control to force the agent to perform a desired
action. The agent will always return the value `other(1)'
in response to a get or getnext request. When set to
`reset(2)' the agent reinitializes."
::= { ngcAdminControl 1 }
-- The ngcProducts branch of the NGC MIB is used to identify
specific
-- product types in the family of Network General Corporation
products.
-- There are no actual objects that can be operated on in this
branch of
-- the MIB. These object IDs are used in the sysObjectId
object of each
-- NGC product's MIB.
ngcProducts OBJECT IDENTIFIER ::= { ngc 3 }
ngcProdSystems OBJECT IDENTIFIER ::= { ngcProducts 1 }
ngcProdStandAlone OBJECT IDENTIFIER ::= { ngcProducts 2 }
ngcDSSSystems OBJECT IDENTIFIER ::= { ngcProdSystems 1 }
ngcDSSProbes OBJECT IDENTIFIER ::= { ngcDSSSystems 1 }
ngcDSSServers OBJECT IDENTIFIER ::= { ngcDSSSystems 2 }
ngcDSSConsoles OBJECT IDENTIFIER ::= { ngcDSSSystems 3 }
-- The following object ID is used as the value for the
sysObjectID
-- object of NGC's standalone RMON Probe system.
ngcRMONProbe OBJECT IDENTIFIER ::= { ngcDSSProbes 1 }
-- The following object ID is used as the value for the
sysObjectID
-- object of NGC's Distributed Sniffer Server.
ngcExpertServer OBJECT IDENTIFIER ::= { ngcDSSServers 1 }
-- Network General Corporation Enterprise-Specific Traps
ngcExcessStationErrors TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected that the number of error
packets from a station has exceeded a threshold."
::= 1
ngcNoResponse TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has determined that a station is not
responding to incoming network traffic."
::= 2
ngcStationIdle TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected that a station's idle time has
exceeded a threshold."
::= 3
ngcRelativeUsageThresholdExceeded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has determined that the relative network
usage of one station has exceeded a threshold."
::= 4
ngcExcessNetworkErrors TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected that the overall number of
errors on the network has exceeded a threshold."
::= 5
ngcNetworkIdle TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected that the entire network has
been idle for a period of time exceeding a threshold."
::= 6
ngcAbsoluteUsageThresholdExceeded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has determined that the overall network
usage has exceeded a threshold."
::= 7
ngcUnknownStation TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected a station which has not been
previously identified by the user."
::= 8
ngcIllegalSourceAddress TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected a non-unicast DLC source
address."
::= 9
ngcBroadcastThresholdExceeded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has determined that the broadcast rate
threshold has been exceeded."
::= 10
ngcOversizedFrame TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected an oversized frame."
::= 11
ngcBeacon TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected a ring beacon (Token Ring)."
::= 12
ngcPollFail TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has detected that a ring poll did not
complete, or was missing one or more stations (Token
Ring)."
::= 13
ngcCollisionThresholdExceeded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The monitor has determined that the collision rate
threshold has been exceeded (Ethernet)."
::= 14
ngcExcessFileRetransmissions TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that the percent of file
transfers that are retransmissions has exceeded a
threshold and the number of requests has exceeded a
threshold."
::= 1001
ngcSlowFileProcess TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the ratio of slow
file transfers to normal file transfers has exceeded a
threshold."
::= 1002
ngcSlowServer TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that a server station
is responding slowly to application requests."
::= 1003
ngcRequestLoops TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that a station is
repeating the same application request after receiving an
appropriate reply."
::= 1004
ngcFailingRequest TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that the number of
application requests denied has exceeded a threshold."
::= 1005
ngcBrokenConnection TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected a broken connection."
::= 1006
ngcRetransmission TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that the number of
retransmissions on this connection has exceeded a
threshold."
::= 1007
ngcDuplicateAddress TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected two or more DLC stations
with the same network address."
::= 1008
ngcLocalRouter TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected a router which is routing
traffic between two or more local stations."
::= 1009
ngcMultipleRouters TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
routers being used to gain access to a local or remote
station has exceeded a threshold."
::= 1010
ngcATalkSubnetDown TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
AppleTalk network, while previously advertised, has not
been advertised by any local router in over a minute.
This implies that communication between that network and
the local one is now impossible."
::= 1011
ngcATalkBadRouteTable TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that some entries sent
in the specified router's routing table had illegal or
nonsensical values, indicating that its routing table is
corrupt."
::= 1012
ngcATalkSubnetAddrClash TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that two AppleTalk
networks have been observed with ranges that overlap each
other."
::= 1013
ngcHighBurstRate TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that during a 1-minute
interval, the percent of time the LAN was in LAN overload
has exceeded a threshold."
::= 1014
ngcUnderloadedWAN TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that the data rate on the
network dipped below a threshold. (WAN)"
::= 1015
ngcExcessBroadcasts TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the
broadcast/multicast rate has exceeded a threshold."
::= 1016
ngcExcessRingEntries TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the MAC level ring
entries for a station has exceeded a threshold (Token
Ring)."
::= 1017
ngcExcessRingPurges TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that the number of ring
purge frames has exceeded a threshold (Token Ring)."
::= 1018
ngcLANOverutilized TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
`receiver congestion' frames reported by the NIC has
exceeded a threshold (LAN)."
::= 1019
ngcStationRemoved TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that a station has
removed itself from the ring (Token Ring)."
::= 1020
ngcBeaconDetected TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected a ring beacon (Token
Ring)."
::= 1021
ngcExcessRingBursts TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of line
and/or burst errors from one station has exceeded a
threshold (Token Ring)."
::= 1022
ngcExcessHDLCRetransmissions TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the rate of HDLC
retransmissions has exceeded a threshold (WAN)."
::= 1023
ngcWANCongested TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the data rate on
the network exceeded a threshold (WAN)."
::= 1024
ngcUnderloadCongestion TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected WAN congestion during WAN
underload (WAN)."
::= 1025
ngcPhysicalError TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has detected that the rate of invalid
frames exceeded a threshold."
::= 1026
ngcRouteFlapping TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
router has changed one or more routes from valid to
invalid and back too frequently."
::= 1027
ngcRouteSuperseded TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
router has changed the metrics on one or more routes too
frequently. The analyzer makes this diagnosis if any
route changes between being the best route to its
destination and not being the best route more than
three times in one minute."
::= 1028
ngcRouterStorm TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
router has reconfirmed one or more of its routes more
frequently than seems reasonable."
::= 1029
ngcNonsenseRoute TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
router has sent frames suggesting that frames be sent to
a next hop address that is not on the local subnet."
::= 1030
ngcMisdirectedFrame TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
station has sent one or more frames in which the IP
destination address is not on the local subnet and the
DLC destination address is not that of a router
advertising a route to the IP destination."
::= 1031
ngcRouterCrash TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
router has let more than half of its advertised routes
expire."
::= 1032
ngcContinuedBeaconing TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the specified
station has continously sent beacon frames for more than
5 seconds to attempt to detect the location of the ring
break (FDDI)."
::= 1033
ngcExcessErrorFrames TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
error frames detected by the MAC during the last minute
has exceeded a threshold (FDDI)."
::= 1034
ngcExcessLostFrames TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
frames lost by the MAC has exceeded a threshold (FDDI)."
::= 1035
ngcExcessUncopiedFrames TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
frames not copied by the MAC has exceeded a threshold
(FDDI)."
::= 1036
ngcExcessLinkRejects TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
links rejected by the port has exceeded a threshold
(FDDI)."
::= 1037
ngcExcessLinkErrors TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of link
errors monitored by the port has exceeded a threshold
(FDDI)."
::= 1038
ngcRingWrapped TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the trunk ring
wrapped at this station (FDDI)."
::= 1039
ngcRingOpStorm TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the number of
RingOps has exceeded a threshold (FDDI)."
::= 1040
ngcClaimBeaconOscillation TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the ring
oscillated between the claim process and the beacon
process. The number of beacon and claim cycles has
exceeded a threshold (FDDI)."
::= 1041
ngcClocksAbsent TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the clock has
disappeared (WAN)."
::= 1042
ngcDBSecurityBreach TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that an attempt to
connect to an SQL database server failed."
::= 1043
ngcDBSlowConnection TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that a slow connection
to an SQL database server was detected."
::= 1044
ngcDBSlowResponse TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that a slow response to
an SQL database server was detected."
::= 1045
ngcExcessSingleBufferPkts TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that there have been
excessive Single Buffer Mode packets from a connection
endpoint."
::= 1046
ngcExcessProbePackets TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the connection
endpoint received too many probe packets as a percentage
of total packets. There is a definite packet loss between
the communicating endpoints."
::= 1047
ngcExcessIPC157Errs TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the connection has
received too many IPC 157 packets as a percentage of
total packets."
::= 1048
ngcExcessIPC162Errs TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the connection has
received too many IPC 162 packets as a percentage of
total packets."
::= 1049
ngcExcessNETRPCAborts TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the connection has
received too many NETRPC Abort packets as a percentage of
total packets."
::= 1050
ngcExcessNETRPCRejects TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the connection has
received too many NETRPC Reject packets as a percentage
of total packets."
::= 1051
ngcExcessFailedLogins TRAP-TYPE
ENTERPRISE ngc
VARIABLES { ngcTrSequence, ngcTrId, ngcTrText,
ngcTrPriority, ngcTrClass, ngcTrType, ngcTrTime,
ngcTrSuspect, ngcTrDiagId }
DESCRIPTION
"The expert system has determined that the connection has
received too many failed logins."
::= 1052
END
|