PINT-MIB

File: PINT-MIB.mib (18699 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SYSAPPL-MIB SNMP-FRAMEWORK-MIB

Imported symbols

OBJECT-TYPE Counter32 MODULE-IDENTITY
mib-2 TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP sysApplInstallPkgEntry SnmpAdminString

Defined Types

PintServiceType  
This TC describes the type of a PINT service.
TEXTUAL-CONVENTION    
  INTEGER r2C(1), r2F(2), r2FB(3), r2HC(4)  

PintPerfStatPeriod  
This TC describes the statistics period of time. Note that the values of the counters indexed with a value SinceReboot(4) can be potentially affected by a counter rollover. It is the responsibility of the application using this object to take into account that the counter has been zeroed each time it reached a value of (2**32-1).
TEXTUAL-CONVENTION    
  INTEGER last30sec(1), last15min(2), last24Hr(3), sinceReboot(4)  

PintApplInstallPkgEntry  
SEQUENCE    
  pintApplInstallPkgDescription SnmpAdminString

PintRegisteredGatewayEntry  
SEQUENCE    
  pintRegisteredGatewayName SnmpAdminString
  pintRegisteredGatewayDescription SnmpAdminString

PintServerGlobalStatsEntry  
SEQUENCE    
  pintServerServiceTypeIndex PintServiceType
  pintServerPerfStatPeriodIndex PintPerfStatPeriod
  pintServerGlobalCallsReceived Counter32
  pintServerGlobalSuccessfulCalls Counter32
  pintServerGlobalDisconnectedCalls Counter32
  pintServerGlobalDisCUAutFCalls Counter32
  pintServerGlobalDisServProbCalls Counter32
  pintServerGlobalDisGatProbCalls Counter32

PintServerClientStatsEntry  
SEQUENCE    
  pintServerClientAddress SnmpAdminString
  pintServerClientCallsReceived Counter32
  pintServerClientSuccessfulCalls Counter32
  pintServerClientDisconnectedCalls Counter32
  pintServerClientDisCAutFCalls Counter32
  pintServerClientDisEFProbCalls Counter32

PintServerUserIdStatsEntry  
SEQUENCE    
  pintServerUserIdName SnmpAdminString
  pintServerUserIdCallsReceived Counter32
  pintServerUserIdSuccessfulCalls Counter32
  pintServerUserIdDisconnectedCalls Counter32
  pintServerUserIdDiscUIdAFailCalls Counter32
  pintServerUserIdEFProbCalls Counter32

PintServerGatewayStatsEntry  
SEQUENCE    
  pintServerGatewayCallsReceived Counter32
  pintServerGatewaySuccessfulCalls Counter32
  pintServerGatewayDisconnectedCalls Counter32

Defined Values

pintMib 1.3.6.1.2.1.93
This MIB defines the objects necessary to monitor PINT Services
MODULE-IDENTITY    

pintServerConfig 1.3.6.1.2.1.93.1
OBJECT IDENTIFIER    

pintServerMonitor 1.3.6.1.2.1.93.2
OBJECT IDENTIFIER    

pintMibConformance 1.3.6.1.2.1.93.3
OBJECT IDENTIFIER    

pintReleaseNumber 1.3.6.1.2.1.93.1.1
An indication of version of the PINT protocol supported by this agent.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

pintSysContact 1.3.6.1.2.1.93.1.2
Contact information related to the administration of the PINT services.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

pintApplInstallPkgTable 1.3.6.1.2.1.93.1.3
Table describing the PINT applications that are installed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PintApplInstallPkgEntry

pintApplInstallPkgEntry 1.3.6.1.2.1.93.1.3.1
Entries per PINT Application.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintApplInstallPkgEntry  

pintApplInstallPkgDescription 1.3.6.1.2.1.93.1.3.1.1
Textual description of the installed PINT application.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

pintRegisteredGatewayTable 1.3.6.1.2.1.93.1.4
Table describing the registered gateway applications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PintRegisteredGatewayEntry

pintRegisteredGatewayEntry 1.3.6.1.2.1.93.1.4.1
Entries per Registered Gateway Application.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintRegisteredGatewayEntry  

pintRegisteredGatewayName 1.3.6.1.2.1.93.1.4.1.1
Name of the registered gateway.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

pintRegisteredGatewayDescription 1.3.6.1.2.1.93.1.4.1.2
Textual description of the registered gateway.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

pintServerGlobalPerf 1.3.6.1.2.1.93.2.1
OBJECT IDENTIFIER    

pintServerClientPerf 1.3.6.1.2.1.93.2.2
OBJECT IDENTIFIER    

pintServerUserIdPerf 1.3.6.1.2.1.93.2.3
OBJECT IDENTIFIER    

pintServerGatewayPerf 1.3.6.1.2.1.93.2.4
OBJECT IDENTIFIER    

pintServerGlobalStatsTable 1.3.6.1.2.1.93.2.1.1
Table displaying the monitored global server statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PintServerGlobalStatsEntry

pintServerGlobalStatsEntry 1.3.6.1.2.1.93.2.1.1.1
Entries in the global statistics table. One entry is defined for each monitored service type and performance statistics collection period.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintServerGlobalStatsEntry  

pintServerServiceTypeIndex 1.3.6.1.2.1.93.2.1.1.1.1
The unique identifier of the monitored service.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintServiceType  

pintServerPerfStatPeriodIndex 1.3.6.1.2.1.93.2.1.1.1.2
Time period for which the performance statistics are requested from the pint server.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintPerfStatPeriod  

pintServerGlobalCallsReceived 1.3.6.1.2.1.93.2.1.1.1.3
Number of received global calls.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGlobalSuccessfulCalls 1.3.6.1.2.1.93.2.1.1.1.4
Number of global successful calls.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGlobalDisconnectedCalls 1.3.6.1.2.1.93.2.1.1.1.5
Number of global disconnected (failed) calls.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGlobalDisCUAutFCalls 1.3.6.1.2.1.93.2.1.1.1.6
Number of global calls that were disconnected because of client or user authorization failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGlobalDisServProbCalls 1.3.6.1.2.1.93.2.1.1.1.7
Number of global calls that were disconnected because of server problems.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGlobalDisGatProbCalls 1.3.6.1.2.1.93.2.1.1.1.8
Number of global calls that were disconnected because of gateway problems.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerClientStatsTable 1.3.6.1.2.1.93.2.2.1
Table displaying the monitored server client statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PintServerClientStatsEntry

pintServerClientStatsEntry 1.3.6.1.2.1.93.2.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintServerClientStatsEntry  

pintServerClientAddress 1.3.6.1.2.1.93.2.2.1.1.1
The unique identifier of the monitored client identified by its address represented as as a string.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

pintServerClientCallsReceived 1.3.6.1.2.1.93.2.2.1.1.2
Number of calls received from the specific client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerClientSuccessfulCalls 1.3.6.1.2.1.93.2.2.1.1.3
Number of calls from the client successfully completed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerClientDisconnectedCalls 1.3.6.1.2.1.93.2.2.1.1.4
Number of calls received from the client, and that were disconnected (failed).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerClientDisCAutFCalls 1.3.6.1.2.1.93.2.2.1.1.5
Number of calls from the client that were disconnected because of client authorization failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerClientDisEFProbCalls 1.3.6.1.2.1.93.2.2.1.1.6
Number of calls from the client that were disconnected because of egress facility problems.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerUserIdStatsTable 1.3.6.1.2.1.93.2.3.1
Table displaying the monitored Pint service user statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PintServerUserIdStatsEntry

pintServerUserIdStatsEntry 1.3.6.1.2.1.93.2.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintServerUserIdStatsEntry  

pintServerUserIdName 1.3.6.1.2.1.93.2.3.1.1.1
The unique identifier of the monitored user identified by its name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

pintServerUserIdCallsReceived 1.3.6.1.2.1.93.2.3.1.1.2
Number of calls received from the specific user.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerUserIdSuccessfulCalls 1.3.6.1.2.1.93.2.3.1.1.3
Number of calls from the user successfully completed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerUserIdDisconnectedCalls 1.3.6.1.2.1.93.2.3.1.1.4
Number of calls received from the user that were disconnected (failed).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerUserIdDiscUIdAFailCalls 1.3.6.1.2.1.93.2.3.1.1.5
Number of calls from the user that were disconnected because of user authorization failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerUserIdEFProbCalls 1.3.6.1.2.1.93.2.3.1.1.6
Number of calls from the user that were disconnected because of egress facility problems.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGatewayStatsTable 1.3.6.1.2.1.93.2.4.1
Table displaying the monitored gateway statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PintServerGatewayStatsEntry

pintServerGatewayStatsEntry 1.3.6.1.2.1.93.2.4.1.1
Entries in the gateway table. One entry is defined for each gateway identified by name, each monitored service type and performance statistics collection period.
Status: current Access: not-accessible
OBJECT-TYPE    
  PintServerGatewayStatsEntry  

pintServerGatewayCallsReceived 1.3.6.1.2.1.93.2.4.1.1.1
Number of calls received at the specified gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGatewaySuccessfulCalls 1.3.6.1.2.1.93.2.4.1.1.2
Number of calls successfully completed at the specified gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintServerGatewayDisconnectedCalls 1.3.6.1.2.1.93.2.4.1.1.3
Number of calls that were disconnected (failed) at the specified gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pintMibCompliances 1.3.6.1.2.1.93.3.1
OBJECT IDENTIFIER    

pintMibGroups 1.3.6.1.2.1.93.3.2
OBJECT IDENTIFIER    

pintMibCompliance 1.3.6.1.2.1.93.3.1.1
Describes the requirements for conformance to the PINT MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

pintMibConfigGroup 1.3.6.1.2.1.93.3.2.1
A collection of objects providing configuration information for a PINT Server.
Status: current Access: read-only
OBJECT-GROUP    

pintMibMonitorGroup 1.3.6.1.2.1.93.3.2.2
A collection of objects providing monitoring information for a PINT Server.
Status: current Access: read-only
OBJECT-GROUP