-- MIB created 9/13/95 11:14:22, by -- SMIC (the next generation) version 1.6.29, November 22, 1994. VINES-VS-MIB { iso org(3) dod(6) internet(1) private(4) enterprises(1) 130 } DEFINITIONS ::= BEGIN -- From file: "vs.mib" -- Compile options "V M" IMPORTS enterprises FROM RFC1155-SMI Counter, Gauge, 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 } vs OBJECT IDENTIFIER ::= { banyanmodules 3 } -- MODULE-IDENTITY -- LastUpdated -- 9406010000Z -- OrgName -- Banyan Systems, Incorporated -- ContactInfo -- xyzzy -- -- Postal: Banyan Systems, Inc. -- 115 Flanders Road -- WESTBORO, MA 01581 -- USA -- -- Tel: +1 508 898 1000 -- Fax: -- -- E-mail: -- Descr -- The MIB module for Banyan's VINES Security Service. vinesSecurity OBJECT IDENTIFIER ::= { services 22 } svcsummary OBJECT IDENTIFIER ::= { vinesSecurity 1 } svcusers OBJECT IDENTIFIER ::= { vinesSecurity 2 } evmask OBJECT IDENTIFIER ::= { vinesSecurity 3 } svcrpcstats OBJECT IDENTIFIER ::= { vinesSecurity 4 } vs1 OBJECT IDENTIFIER ::= { vinesSecurity 5 } vs2 OBJECT IDENTIFIER ::= { vinesSecurity 6 } vs3 OBJECT IDENTIFIER ::= { vinesSecurity 7 } vs4 OBJECT IDENTIFIER ::= { vinesSecurity 8 } ensnw OBJECT IDENTIFIER ::= { vinesSecurity 9 } svcerrs OBJECT IDENTIFIER ::= { vinesSecurity 10 } trapdata OBJECT IDENTIFIER ::= { vinesSecurity 11 } trapdefs OBJECT IDENTIFIER ::= { vinesSecurity 12 } svcName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of the service/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-only STATUS mandatory DESCRIPTION "The location and/or resources of the service." ::= { svcsummary 3 } svcActiveSes OBJECT-TYPE SYNTAX INTEGER(0..10000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of active sessions of the service." ::= { svcsummary 4 } svcTotalSes OBJECT-TYPE SYNTAX INTEGER(0..100000) ACCESS read-only STATUS mandatory DESCRIPTION "The number of total sessions of the service." ::= { svcsummary 5 } 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 6 } svcStatFlags OBJECT-TYPE SYNTAX INTEGER { initializing(0), open(1), closed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The status flags of the service." ::= { svcsummary 7 } svcRevision OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The revision number of this particular component. This can be used by management applications to determine which MIB variables are appropriate for this particular component instance." ::= { svcsummary 8 } 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 9 } svcUserTable OBJECT-TYPE SYNTAX SEQUENCE OF SvcUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the service users." ::= { svcusers 1 } svcUserEntry OBJECT-TYPE SYNTAX SvcUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the list of service users." INDEX { svcUserIndex } ::= { svcUserTable 1 } SvcUserEntry ::= SEQUENCE { svcUserIndex INTEGER, svcUserName DisplayString, svcUserType INTEGER, svcNumSessions Counter } svcUserIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value used to index into the list of users in the service users table." ::= { svcUserEntry 1 } svcUserName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of a user of this service" ::= { svcUserEntry 2 } svcUserType OBJECT-TYPE SYNTAX INTEGER(1..5) ACCESS read-only STATUS mandatory DESCRIPTION "A numeric value representing the type of user, (user = 1 service= 2 )." ::= { svcUserEntry 3 } svcNumSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of sessions associated with this StreetTalk name." ::= { svcUserEntry 4 } 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 { svcUserIndex } ::= { 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 } vsUserLimit OBJECT-TYPE SYNTAX INTEGER(-1..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of users authorized for this system. A value of -1 indicates there is no user limit." ::= { vs1 1 } vsInvUsrPwdLogins OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of login attempts that failed due to an invalid username and password pair." ::= { vs1 2 } vsMaxBadLogins OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of login attempts that failed because the maximum number of unsuccessful attempts had been exceeded for that user." ::= { vs1 3 } dialinFailedLogins OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of login attempts from a PC Dial-in link that failed due to server Dial-in User restrictions." ::= { vs1 4 } vsTotalActiveUsers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The current number of users of this service (service or user)." ::= { vs2 1 } vsMaxUsersToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The maximum concurrent users logged in today." ::= { vs2 2 } vsMaxUsersEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The maximum concurrent users logged in since VS last started." ::= { vs2 3 } vsTotalActiveSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active sessions (service or user)." ::= { vs2 4 } vsMaxSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent sessions today." ::= { vs2 5 } vsMaxSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent sessions since VS last started." ::= { vs2 6 } vsUSERtotalActive OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total active users of type USER." ::= { vs3 1 } vsUSERmaxToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent number of users of type USER today." ::= { vs3 2 } vsUSERmaxEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent number of users of type USER since VS last started." ::= { vs3 3 } vsSERVICEtotalActive OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of active users of type SERVICE." ::= { vs3 4 } vsSERVICEmaxToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The maximum concurrent number of users of type SERVICE today." ::= { vs3 5 } vsSERVICEmaxEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The maximum concurrent number of users of type SERVICE since VS last started." ::= { vs3 6 } vsENSNetwareSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active ENS Netware sessions." ::= { vs4 1 } vsENSNetwareSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware sessions today." ::= { vs4 2 } vsENSNetwareSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware sessions since VS last started." ::= { vs4 3 } vsDOSSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active DOS sessions." ::= { vs4 4 } vsDOSSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent DOS sessions today." ::= { vs4 5 } vsDOSSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent DOS sessions since VS last started." ::= { vs4 6 } vsOS2Sessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active OS2 sessions." ::= { vs4 7 } vsOS2SesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent OS2 sessions today." ::= { vs4 8 } vsOS2SesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent OS2 sessions since VS last started." ::= { vs4 9 } vsMACSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active MAC sessions." ::= { vs4 10 } vsMACSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent MAC sessions today." ::= { vs4 11 } vsMACSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent MAC sessions since VS last started." ::= { vs4 12 } vsUnixSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active UNIX sessions." ::= { vs4 13 } vsUnixSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent UNIX sessions today." ::= { vs4 14 } vsUnixSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent UNIX sessions since VS last started." ::= { vs4 15 } vsDialinSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active PC Dial-in sessions." ::= { vs4 16 } vsDialinSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent users PC Dial-in sessions today." ::= { vs4 17 } vsDialinSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent PC Dial-in sessions since VS started." ::= { vs4 18 } vsNWDOSSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active ENS Netware DOS sessions." ::= { ensnw 1 } vsNWDOSSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware DOS sessions today." ::= { ensnw 2 } vsNWDOSSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware DOS sessions since VS last started." ::= { ensnw 3 } vsNWERSSessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active ENS Netware ERS sessions." ::= { ensnw 4 } vsNWERSSesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware ERS sessions today." ::= { ensnw 5 } vsNWERSSesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware ERS sessions since VS last started." ::= { ensnw 6 } vsNWOS2Sessions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of active ENS Netware OS2 sessions." ::= { ensnw 7 } vsNWOS2SesToday OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware OS2 sessions today." ::= { ensnw 8 } vsNWOS2SesEver OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum concurrent ENS Netware OS2 sessions since VS last started." ::= { ensnw 9 } svc162Errs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of comm 162 errors - 'out of comm buffer space'." ::= { svcerrs 1 } svcMaxTask OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times the maximum number of tasks allowed was exceeded by this service." ::= { svcerrs 2 } 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 } tpPort1 OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The port of a user." ::= { trapdata 8 } tpUserName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of the user." ::= { trapdata 9 } tpMaxPwd OBJECT-TYPE SYNTAX INTEGER(0..50) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum allowed password attempts." ::= { trapdata 10 } tpServerName OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The StreetTalk name of the server." ::= { trapdata 11 } tpErrCode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The error code returned." ::= { trapdata 12 } tpSerialNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Server serial number." ::= { trapdata 13 } tpSnid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network ID of the server." ::= { trapdata 14 } tpSlot OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The slot number." ::= { trapdata 15 } tpLine OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The line number." ::= { trapdata 16 } tpTime1 OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The system time." ::= { trapdata 17 } tpTime2 OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The system time." ::= { trapdata 18 } tpAvg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The 15 minute average divisor" ::= { trapdata 19 } tpCurrCnt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of specified events that have occured since service started." ::= { trapdata 20 } tpThreshhold OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The configured threshold for a specified event." ::= { trapdata 21 } tpClientType OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The type of PC client that a user is logging in from." ::= { trapdata 22 } tpErrReason OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The error message VS gives for forcing a user/service to log out." ::= { trapdata 23 } tp157Errs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of comm 157 errors - Destination socket does not exist." ::= { trapdata 24 } tpNonceStamp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of a valid vanguard session." ::= { trapdata 25 } tpPort2 OBJECT-TYPE SYNTAX DisplayString -- Rsyntax OCTET STRING(SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The port of a user." ::= { trapdata 26 } trap1 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "The VINES Security Service cannot access the local StreetTalk Service." ::= 1 trap2 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpPort1, tpUserName } -- Status -- mandatory DESCRIPTION "A failed login occurred due to an invalid physical location. The attempt was made from the given port using the given username." ::= 2 trap3 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpPort1, tpUserName } -- Status -- mandatory DESCRIPTION "A failed login occurred due to dial-in security restrictions. The attempt was made from the given port using the given username." ::= 3 trap4 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName } -- Status -- mandatory DESCRIPTION "A failed login occurred for the given username due to an attempt to log in outside of login-time restrictions" ::= 4 trap5 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpPort1, tpUserName, tpMaxPwd } -- Status -- mandatory DESCRIPTION "A failed login occured from the given port. The given username exceeded the maximum password attempts allowed." ::= 5 trap6 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "The nonce stamp did not match with that in the session database file." ::= 6 trap7 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "A login session is denied as the allowed number of licensed sessions was reached." ::= 7 trap8 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpSvrName } -- Status -- mandatory DESCRIPTION "A secure link requested to the specified server was not established due to a bad password" ::= 8 trap9 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpErrCode } -- Status -- mandatory DESCRIPTION "The VINES Security Service could not log in to StreetTalk with the given error code, and is exiting." ::= 9 trap10 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType } -- Status -- mandatory DESCRIPTION "The VINES Security Service could not compress the sessions file as the disk is full." ::= 10 trap11 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpSerialNum } -- Status -- mandatory DESCRIPTION "The point-to-point link to the specified server was severed." ::= 11 trap12 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName, tpSerialNum, tpSnid, tpSlot, tpLine } -- Status -- mandatory DESCRIPTION "A previously established PC Dial-in session was severed on the indicated slot and number." ::= 12 trap13 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName, tpSerialNum, tpSnid, tpSlot, tpLine } -- Status -- mandatory DESCRIPTION "A PC Dial-in session is established on the indicated line and slot" ::= 13 trap14 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName, tpNonceStamp, tpPort1, tpClientType } -- Status -- mandatory DESCRIPTION "A user has successfully logged from the following workstation with the given client type. " ::= 14 trap15 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpSvcName, tpNonceStamp, tpSvrName, tpPort1 } -- Status -- mandatory DESCRIPTION "A Service on the given server, port and node has successfully logged in" ::= 15 trap16 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult } -- Status -- mandatory DESCRIPTION "A failed login occurred due to an invalid user/password pair" ::= 16 trap17 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName, tpErrReason, tpNonceStamp, tpTime1, tpTime2 } -- Status -- mandatory DESCRIPTION "A service or user has logged out." ::= 17 trap18 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName, tpNonceStamp, tpSvcName, tpErrReason } -- Status -- mandatory DESCRIPTION "VS has logged the following service/user out due to the given error." ::= 18 trap19 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpUserName, tpPort1, tpPort2 } -- Status -- mandatory DESCRIPTION "The request for nonce authentication to our caller did not originate from the workstation that owns the nonce" ::= 19 trap20 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpAudInitiator, tpAudObject, tpAudResult, tpSerialNum } -- Status -- mandatory DESCRIPTION "A restricted link has been successfully established on the given port" ::= 20 trap21 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, svc162Errs, tpAvg, tpCurrCnt } -- Status -- mandatory DESCRIPTION "The current 15-minute average of 162 (network timeout) errors exceeded the set threshold." ::= 21 trap22 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpThreshhold } -- Status -- mandatory DESCRIPTION "The number of tasks has exceeded the maximum allowed by rpc" ::= 22 trap23 TRAP-TYPE --?? Non-reverse mappable trap ENTERPRISE vs VARIABLES { tpSvrName, tpSvcName, tpAlertTime, tpEventType, tpSerialNum, tpClientType, tp157Errs } -- Status -- mandatory DESCRIPTION "A 157 (destination socket does not exist) error was received on the given port, the total 157 errors since the service has been up." ::= 23 END