smilint output for ./PINT-MIB
Message Severities |
Severity | Count |
warning | 2 |
Message Types |
Type | Count |
index-exceeds-too-large (warning) | 2 |
Messages:
PINT-MIB
1: -- extracted from rfc3055.txt
2: -- at Fri Feb 9 06:03:58 2001
291:
292: pintServerClientStatsEntry OBJECT-TYPE
292: warning -
warning: index of row `pintServerClientStatsEntry' can exceed OID size limit by 142 subidentifier(s)
293: SYNTAX PintServerClientStatsEntry
294: MAX-ACCESS not-accessible
295: STATUS current
296: DESCRIPTION
297: "Entries in the client server statistics table.
298: One entry is defined for each client identified by name,
299: monitored service type and performance statistics collection
300: period."
301: INDEX {pintServerClientAddress, pintServerServiceTypeIndex,
302: pintServerPerfStatPeriodIndex}
303: ::= { pintServerClientStatsTable 1 }
304:
305: PintServerClientStatsEntry ::= SEQUENCE {
306: pintServerClientAddress SnmpAdminString,
307: pintServerClientCallsReceived Counter32,
308: pintServerClientSuccessfulCalls Counter32,
309: pintServerClientDisconnectedCalls Counter32,
310: pintServerClientDisCAutFCalls Counter32,
311: pintServerClientDisEFProbCalls Counter32
312: }
...
462:
463: pintServerGatewayStatsEntry OBJECT-TYPE
463: warning -
warning: index of row `pintServerGatewayStatsEntry' can exceed OID size limit by 142 subidentifier(s)
464: SYNTAX PintServerGatewayStatsEntry
465: MAX-ACCESS not-accessible
466: STATUS current
467: DESCRIPTION
468: "Entries in the gateway table.
469: One entry is defined for each gateway identified by name,
470: each monitored service type and performance statistics collection
471: period."
472:
473: INDEX { pintRegisteredGatewayName, pintServerServiceTypeIndex,
474: pintServerPerfStatPeriodIndex }
475: ::= { pintServerGatewayStatsTable 1 }
476:
477: PintServerGatewayStatsEntry ::= SEQUENCE {
478: pintServerGatewayCallsReceived Counter32,
479: pintServerGatewaySuccessfulCalls Counter32,
480: pintServerGatewayDisconnectedCalls Counter32
481: }