📄 rfc3055.mib
字号:
::= { pintServerClientPerf 1 }pintServerClientStatsEntry OBJECT-TYPE SYNTAX PintServerClientStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries in the client server statistics table. One entry is defined for each client identified by name, monitored service type and performance statistics collection period." INDEX {pintServerClientAddress, pintServerServiceTypeIndex, pintServerPerfStatPeriodIndex} ::= { pintServerClientStatsTable 1 }PintServerClientStatsEntry ::= SEQUENCE {pintServerClientAddress SnmpAdminString,pintServerClientCallsReceived Counter32,pintServerClientSuccessfulCalls Counter32,pintServerClientDisconnectedCalls Counter32,pintServerClientDisCAutFCalls Counter32,pintServerClientDisEFProbCalls Counter32}pintServerClientAddress OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS not-accessible STATUS current DESCRIPTION "The unique identifier of the monitored client identified by its address represented as as a string." ::= { pintServerClientStatsEntry 1 }pintServerClientCallsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls received from the specific client." ::= { pintServerClientStatsEntry 2 }pintServerClientSuccessfulCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls from the client successfully completed." ::= { pintServerClientStatsEntry 3 }pintServerClientDisconnectedCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls received from the client, and that were disconnected (failed)." ::= { pintServerClientStatsEntry 4 }pintServerClientDisCAutFCallsOBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION "Number of calls from the client that were disconnected because of client authorization failure."::= { pintServerClientStatsEntry 5 }pintServerClientDisEFProbCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls from the client that were disconnected because of egress facility problems." ::= { pintServerClientStatsEntry 6 }pintServerUserIdStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF PintServerUserIdStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table displaying the monitored Pint service user statistics." ::= { pintServerUserIdPerf 1 }pintServerUserIdStatsEntry OBJECT-TYPE SYNTAX PintServerUserIdStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries in the user statistics table. One entry is defined for each user identified by name, each monitored service type and performance statistics collection period. It is assumed that the capabilities of the pint server are enough to accommodate the number of entries in this table. It is a local server implementation issue if an aging mechanism Is implemented in order to avoid scalability problems." INDEX {pintServerUserIdName, pintServerServiceTypeIndex, pintServerPerfStatPeriodIndex} ::= { pintServerUserIdStatsTable 1 }PintServerUserIdStatsEntry ::= SEQUENCE {pintServerUserIdName SnmpAdminString,pintServerUserIdCallsReceived Counter32,pintServerUserIdSuccessfulCalls Counter32,pintServerUserIdDisconnectedCalls Counter32,pintServerUserIdDiscUIdAFailCalls Counter32,pintServerUserIdEFProbCalls Counter32}pintServerUserIdName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The unique identifier of the monitored user identified by its name." ::= { pintServerUserIdStatsEntry 1 }pintServerUserIdCallsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls received from the specific user." ::= { pintServerUserIdStatsEntry 2 }pintServerUserIdSuccessfulCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls from the user successfully completed." ::= { pintServerUserIdStatsEntry 3 }pintServerUserIdDisconnectedCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls received from the user that were disconnected (failed)." ::= { pintServerUserIdStatsEntry 4 }pintServerUserIdDiscUIdAFailCallsOBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION "Number of calls from the user that were disconnected because of user authorization failure."::= { pintServerUserIdStatsEntry 5 }pintServerUserIdEFProbCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls from the user that were disconnected because of egress facility problems." ::= { pintServerUserIdStatsEntry 6 }pintServerGatewayStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF PintServerGatewayStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table displaying the monitored gateway statistics." ::= { pintServerGatewayPerf 1 }pintServerGatewayStatsEntry OBJECT-TYPE SYNTAX PintServerGatewayStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries in the gateway table. One entry is defined for each gateway identified by name, each monitored service type and performance statistics collection period." INDEX { pintRegisteredGatewayName, pintServerServiceTypeIndex, pintServerPerfStatPeriodIndex } ::= { pintServerGatewayStatsTable 1 }PintServerGatewayStatsEntry ::= SEQUENCE {pintServerGatewayCallsReceived Counter32,pintServerGatewaySuccessfulCalls Counter32,pintServerGatewayDisconnectedCalls Counter32}pintServerGatewayCallsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls received at the specified gateway." ::= { pintServerGatewayStatsEntry 1 }pintServerGatewaySuccessfulCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls successfully completed at the specified gateway." ::= { pintServerGatewayStatsEntry 2 }pintServerGatewayDisconnectedCalls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of calls that were disconnected (failed) at the specified gateway." ::= { pintServerGatewayStatsEntry 3 }---- Notifications Section-- (none defined)------ Conformance Section--pintMibCompliances OBJECT IDENTIFIER ::= { pintMibConformance 1 }pintMibGroups OBJECT IDENTIFIER ::= { pintMibConformance 2 }pintMibCompliance MODULE-COMPLIANCESTATUS currentDESCRIPTION "Describes the requirements for conformance to the PINT MIB."MODULE -- this moduleMANDATORY-GROUPS { pintMibConfigGroup, pintMibMonitorGroup }::= { pintMibCompliances 1 }pintMibConfigGroup OBJECT-GROUPOBJECTS {pintReleaseNumber,pintSysContact,pintApplInstallPkgDescription,pintRegisteredGatewayName,pintRegisteredGatewayDescription}STATUS currentDESCRIPTION "A collection of objects providing configuration information for a PINT Server."::= { pintMibGroups 1 }pintMibMonitorGroup OBJECT-GROUPOBJECTS {pintServerGlobalCallsReceived,pintServerGlobalSuccessfulCalls,pintServerGlobalDisconnectedCalls,pintServerGlobalDisCUAutFCalls,pintServerGlobalDisServProbCalls,pintServerGlobalDisGatProbCalls,pintServerClientCallsReceived,pintServerClientSuccessfulCalls,pintServerClientDisconnectedCalls,pintServerClientDisCAutFCalls,pintServerClientDisEFProbCalls,--pintServerUserIdName,pintServerUserIdCallsReceived,pintServerUserIdSuccessfulCalls,pintServerUserIdDisconnectedCalls,pintServerUserIdDiscUIdAFailCalls,pintServerUserIdEFProbCalls,pintServerGatewayCallsReceived,pintServerGatewaySuccessfulCalls,pintServerGatewayDisconnectedCalls}STATUS currentDESCRIPTION "A collection of objects providing monitoring information for a PINT Server."::= { pintMibGroups 2 }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -