-- MIB created 9/13/95 11:14:11, by -- SMIC (the next generation) version 1.6.29, November 22, 1994. VINES-SNM-MIB { iso org(3) dod(6) internet(1) private(4) enterprises(1) 130 } DEFINITIONS ::= BEGIN -- From file: "snm.mib" -- Compile options "V M" IMPORTS enterprises FROM RFC1155-SMI TimeTicks FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 DisplayString, TimeStamp FROM RFC1213-MIB ; banyan OBJECT IDENTIFIER ::= { enterprises 130 } vinesmibs OBJECT IDENTIFIER ::= { banyan 1 } mib3 OBJECT IDENTIFIER ::= { vinesmibs 3 } services OBJECT IDENTIFIER ::= { mib3 1 } banyanmodules OBJECT IDENTIFIER ::= { mib3 2 } snmMIB OBJECT IDENTIFIER ::= { banyanmodules 20 } -- MODULE-IDENTITY -- LastUpdated -- 9501170000Z -- OrgName -- Banyan Systems, Incorporated -- ContactInfo -- Banyan Systems, Inc. -- -- Postal: 115, Flanders Road, -- WESTBORO, MA 01581 -- USA -- -- E-mail: mibsupport@banyan.com -- Descr -- The MIB module for the VINES communications sub-system platform OBJECT IDENTIFIER ::= { mib3 3 } snm OBJECT IDENTIFIER ::= { services 20 } comm OBJECT IDENTIFIER ::= { platform 1 } os OBJECT IDENTIFIER ::= { platform 2 } svcsummary OBJECT IDENTIFIER ::= { snm 1 } evmask OBJECT IDENTIFIER ::= { snm 2 } svcrpcstats OBJECT IDENTIFIER ::= { snm 3 } trapData OBJECT IDENTIFIER ::= { snm 4 } trapdefs OBJECT IDENTIFIER ::= { snm 5 } svcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The Textual name of the service/component. This will usually be the StreetTalk name of the component." ::= { svcsummary 1 } svcCategory OBJECT-TYPE SYNTAX INTEGER(0..2000) ACCESS read-only STATUS mandatory DESCRIPTION "The Vines category number of the service." ::= { svcsummary 2 } svcLocation OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-write STATUS mandatory DESCRIPTION "The location and/or resources of the service." ::= { svcsummary 3 } svcUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time the service has been running (in hundredths of a second)." ::= { svcsummary 4 } svcStatFlags OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), initialising(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The status flags of SNM, just indicates whether it is up, down or initialising." ::= { svcsummary 5 } svcRevision OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The revision number etc of this particular component." ::= { svcsummary 6 } svcMibRevision OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The revision number of this MIB. This can be used by management applications to determine which MIB variables are appropriate for this particular component instance." ::= { svcsummary 7 } evmaskSend OBJECT-TYPE SYNTAX INTEGER { off(0), minimal(1), default(3), all(7) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether alarm/warning/audit events are to be sent to the Event Service. The allowed values are : off(0) - no events are sent to EVS. minimal(1) - only alarm type events sent to EVS. default(3) - alarm and warning type events sent to EVS. all(7) - alarm, warning and audit type events sent to EVS." ::= { evmask 1 } evmaskWrite OBJECT-TYPE SYNTAX INTEGER { off(0), low(1), medium(3), high(7), default(15), debug(31) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates which event types are written to the local log file. The following events are sents at each level: off(0): none low(1): alarm medium(3): alarm, warning high(7): alarm, warning, audit default(15): alarm, warning, audit, info debug(31): all" ::= { evmask 2 } evmaskLocalLog OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the base name of the file which events will be written to depending on the evmaskWrite value." ::= { evmask 3 } svcRpcKeepStats OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether RPC statistics should be collected. The allowed values are : off(1) - no statistics collected. on(2) - statistics collected." ::= { svcrpcstats 1 } svcRpcThreshold OBJECT-TYPE SYNTAX TimeTicks ACCESS read-write STATUS mandatory DESCRIPTION "The threshold in TimeTicks for tracking RPC call durations." ::= { svcrpcstats 2 } svcRpcInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SvcRpcInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Statistics for remote procedure calls supported by the service." ::= { svcrpcstats 3 } svcRpcInfoEntry OBJECT-TYPE SYNTAX SvcRpcInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry for each remote procedure call supported by the service." INDEX { svcRpcIndex } ::= { svcRpcInfoTable 1 } SvcRpcInfoEntry ::= SEQUENCE { svcRpcIndex INTEGER, svcRpcName DisplayString, svcRpcNumCalls INTEGER, svcRpcNumOverThresh INTEGER, svcRpcTotalTime TimeTicks, svcRpcHighWater TimeTicks } svcRpcIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value used to index into the list of remote procedure calls supported by the service." ::= { svcRpcInfoEntry 1 } svcRpcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the remote procedure call." ::= { svcRpcInfoEntry 2 } svcRpcNumCalls OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of calls to this procedure" ::= { svcRpcInfoEntry 3 } svcRpcNumOverThresh OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of calls that took longer than the threshold." ::= { svcRpcInfoEntry 4 } svcRpcTotalTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The cumulative time for this procedure in TimeTicks." ::= { svcRpcInfoEntry 5 } svcRpcHighWater OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The longest duration for this procedure in TimeTicks." ::= { svcRpcInfoEntry 6 } tpSvrName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The StreetTalk name of the server" ::= { trapData 1 } tpAlertTime OBJECT-TYPE SYNTAX TimeStamp -- Rsyntax TimeTicks ACCESS not-accessible STATUS mandatory DESCRIPTION "The system time when an alert was issued to EVS." ::= { trapData 2 } tpSvcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The StreetTalk Service name which issued the trap." ::= { trapData 3 } tpEventType OBJECT-TYPE SYNTAX OCTET STRING(SIZE(0..63)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The type of event." ::= { trapData 4 } tpAudInitiator OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the name of the object that initiated the generation of an audit event. In most cases it will be a StreetTalk name." ::= { trapData 5 } tpAudObject OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the name of the object that was acted upon and caused the generation of an audit event. In most cases it will be a StreetTalk name." ::= { trapData 6 } tpAudResult OBJECT-TYPE SYNTAX INTEGER { success(1), failure(2) } ACCESS not-accessible STATUS mandatory DESCRIPTION "This was the result of the action that caused the generation of an audit event." ::= { trapData 7 } snmSvr15LdAvg OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the 15 minute load average for the server expressed as a percentage." ::= { trapData 8 } snmSvr15SwapAvg OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the 15 minute swap average for the server expressed as a percentage." ::= { trapData 9 } snmSvr15DropAvg OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the 15 minute drops/minute average for the server." ::= { trapData 10 } snmSvrSwapSpace OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of free swap space on the server." ::= { trapData 11 } snmSvrProcMemSpace OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the kilobytes of free process memory space on the server." ::= { trapData 12 } snmSvrSvcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the name of a service installed on the server." ::= { trapData 13 } snmSvr15MessAvg OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the 15 minute message average for the server expressed as a messages/second." ::= { trapData 14 } snmCommBuffUsage OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of comm buffers used." ::= { trapData 15 } snmSockInUse OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the number of sockets in use." ::= { trapData 16 } snmSvr15AllocFail OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the 15 minute average for server allocation failures per minute." ::= { trapData 17 } snmIOError OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies an error value returned by a soioctl() call on the server." ::= { trapData 18 } snmIOOper OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the soioctl operation number that caused the error specified by snmIOErr." ::= { trapData 19 } snmIOProt OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the soioctl protocol number that caused the error specified by snmIOErr." ::= { trapData 20 } snmIOObject OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the object that the soioctl operation was being performed for." ::= { trapData 21 } snmPacketsDropped OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the number of packets dropped for a service because of a socket overflow." ::= { trapData 22 } snmSvrCacheHitAvg OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the average percentage of cache hits for the server." ::= { trapData 23 } snmSvrDisk OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the name of a disk on the server." ::= { trapData 24 } snmSvrDiskSpaceUsed OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of disk space used by the disk named in snmSvrDisk." ::= { trapData 25 } snmSvrDisk5Busy OBJECT-TYPE SYNTAX INTEGER(0..100) ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of time that the disk specified in snmSvrDisk was busy over the last five minutes." ::= { trapData 26 } snmSvrInodesUsed OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of inodes used on the server." ::= { trapData 27 } snmSlotNum OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies a slot number on the server." ::= { trapData 28 } snmLineNum OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies a line number for a slot on the server." ::= { trapData 29 } snmFramesRecv OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the total number of frames received on a particular line and slot on the server." ::= { trapData 30 } snmFramesXmtd OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the total number of frames transmitted on a particular line and slot on the server." ::= { trapData 31 } snmFramesDropped OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of frames dropped over the last 15 minutes with respect to total frames received on a particular slot and line on the server." ::= { trapData 32 } snmFramesReXmtd OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "Specifies the percentage of frames retransmitted over the last 15 minutes with respect to total frames transmitted on a particular slot and line on the server." ::= { trapData 33 } tpReason OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the general explanation string used in traps." ::= { trapData 34 } tpValue OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "General integer value used in traps." ::= { trapData 35 } tpErrorCode OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "A VINES error code." ::= { trapData 36 } tpUserName OBJECT-TYPE SYNTAX OCTET STRING ACCESS not-accessible STATUS mandatory DESCRIPTION "A VINES StreetTalk user name." ::= { trapData 37 } tpRefSvcName OBJECT-TYPE SYNTAX OCTET STRING ACCESS not-accessible STATUS mandatory DESCRIPTION "A StreetTalk Service name." ::= { trapData 38 } tpRefSvrName OBJECT-TYPE SYNTAX OCTET STRING ACCESS not-accessible STATUS mandatory DESCRIPTION "The name of a Server." ::= { trapData 39 } tpDiskNName OBJECT-TYPE SYNTAX OCTET STRING ACCESS not-accessible STATUS mandatory DESCRIPTION "The name of a disk unit." ::= { trapData 40 } tpSvrNetId OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The server NetID." ::= { trapData 41 } tpSubNetId OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "A VINES subnetwork ID." ::= { trapData 42 } snmLdAvgHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvr15LdAvg } -- Status -- mandatory DESCRIPTION "The 15-minute load average on the specified server exceeded the specified threshold level." ::= 1 snmMsgAvgHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvr15MessAvg } -- Status -- mandatory DESCRIPTION "The 15-minute message average on the specified server exceeded the specified threshold level." ::= 2 snmSwAvgHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvr15SwapAvg } -- Status -- mandatory DESCRIPTION "The 15-minute swap average on the specified server exceeded the specified threshold level." ::= 3 snmDropsHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvr15DropAvg } -- Status -- mandatory DESCRIPTION "The 15-minute average of dropped messages (due to lack of comms buffers) on the specified server exceeded the specified threshold level." ::= 4 snmSwapLow TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvrSwapSpace } -- Status -- mandatory DESCRIPTION "The free swap space on the specified server fell below the specified threshold level." ::= 5 snmFreeMemLow TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvrProcMemSpace } -- Status -- mandatory DESCRIPTION "The free process memory space on the specified server fell below the specified threshold level." ::= 6 snmCommBuffUseHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmCommBuffUsage } -- Status -- mandatory DESCRIPTION "The communications buffer usage on the specified server exceeded the specified threshold level." ::= 7 snmSktOvFlow TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvrSvcName, snmPacketsDropped } -- Status -- mandatory DESCRIPTION "Socket overflow for the specified service. The number of packets dropped is also provided." ::= 8 snmSockInUseHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSockInUse } -- Status -- mandatory DESCRIPTION "The sockets in use on the specified server exceeded the specified threshold level." ::= 9 snmAllocFailHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvr15AllocFail } -- Status -- mandatory DESCRIPTION "The number of failed communication buffer allocations on the specified server exceeded the specified threshold level." ::= 10 snmCacheHitsLow TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvr15AllocFail } -- Status -- mandatory DESCRIPTION "The percentage of cache buffer requests that the specified server could service using the existing cache buffers, without reading new data from the disk, fell below the specified threshold level." ::= 11 snmDiskFull TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvrDisk, snmSvrDiskSpaceUsed } -- Status -- mandatory DESCRIPTION "The percentage of disk space in use on the specified exceeded the specified threshold." ::= 12 snmDiskBusy TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvrDisk, snmSvrDisk5Busy } -- Status -- mandatory DESCRIPTION "The 5 minute average of percentage of time the specified disk was in use exceeded the threshhold." ::= 13 snmInodesHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSvrInodesUsed } -- Status -- mandatory DESCRIPTION "The number of inodes in use on the specified server exceeded the threshhold." ::= 14 snmProcsHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType } -- Status -- mandatory DESCRIPTION "The specified server cannot run any more processes" ::= 15 snmTkOpen TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSlotNum } -- Status -- mandatory DESCRIPTION "The token ring adapter in the specified slot has detected an open/short circuit." ::= 16 snmTkSigLoss TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSlotNum } -- Status -- mandatory DESCRIPTION "The token ring adapter in the specified slot has detected a signal loss." ::= 17 snmTkHardErr TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSlotNum } -- Status -- mandatory DESCRIPTION "The token ring adapter in the specified slot has detected a hard error." ::= 18 snmTkRmvmacfrm TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSlotNum } -- Status -- mandatory DESCRIPTION "Removing the MAC frame from the Token-Ring adapter in the specified slot caused it to remove itself from the Token-Ring configuration." ::= 19 snmTkRmvHErr TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmSlotNum } -- Status -- mandatory DESCRIPTION "The token ring adapter in the specified slot has removed itself from the Token-Ring configuration." ::= 20 snmLnkDropsHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmFramesDropped, snmSlotNum, snmLineNum, snmFramesRecv } -- Status -- mandatory DESCRIPTION "The percentage of frames dropped with respect to the total frames received over the previous 15 minutes exceeded the given threshhold value. The slot and line are identified, and the total number of frames received (frcvd) are given." ::= 21 snmLnkRexmitsHigh TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmFramesReXmtd, snmSlotNum, snmLineNum, snmFramesXmtd } -- Status -- mandatory DESCRIPTION "The percentage of frames retransmitted with respect to the total frames transmitted over the previous 15 minutes exceeded the given threshhold value. The slot and line are identified, and the total number of frames transmitted (fxmtd) are given." ::= 22 snmSoioctlErr TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, snmIOError, snmIOOper, snmIOProt, snmIOObject } -- Status -- mandatory DESCRIPTION "The soioctl() call returned an error while attempting an specified operation for the specified protocol for the specified object." ::= 23 commHighThresholdExceeded TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, tpReason, tpReason, tpValue, tpValue } -- Status -- mandatory DESCRIPTION "A high threshold level set in the COMM MIB has been exceeded." ::= 24 commLowThresholdExceeded TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, tpReason, tpReason, tpValue, tpValue } -- Status -- mandatory DESCRIPTION "A low threshold level set in the COMM MIB has been exceeded." ::= 25 osHighThresholdExceeded TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, tpReason, tpReason, tpValue, tpValue } -- Status -- mandatory DESCRIPTION "A high threshold level set in the OS MIB has been exceeded." ::= 26 osLowThresholdExceeded TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE snm VARIABLES { tpSvrName, tpAlertTime, tpSvcName, tpEventType, tpReason, tpReason, tpValue, tpValue } -- Status -- mandatory DESCRIPTION "A low threshold level set in the OS MIB has been exceeded." ::= 27 END