smilint output for ./UDP-MIB
Message Severities |
Severity | Count |
warning | 1 |
Message Types |
Type | Count |
index-exceeds-too-large (warning) | 1 |
Messages:
UDP-MIB
1: -- extracted from rfc4113.txt
2: -- at Thu Jun 9 06:32:51 2005
223:
224: udpEndpointEntry OBJECT-TYPE
224: warning -
warning: index of row `udpEndpointEntry' can exceed OID size limit by 399 subidentifier(s)
225: SYNTAX UdpEndpointEntry
226: MAX-ACCESS not-accessible
227: STATUS current
228: DESCRIPTION
229: "Information about a particular current UDP endpoint.
230:
231: Implementers need to be aware that if the total number
232: of elements (octets or sub-identifiers) in
233: udpEndpointLocalAddress and udpEndpointRemoteAddress
234: exceeds 111, then OIDs of column instances in this table
235: will have more than 128 sub-identifiers and cannot be
236: accessed using SNMPv1, SNMPv2c, or SNMPv3."
237: INDEX { udpEndpointLocalAddressType,
238: udpEndpointLocalAddress,
239: udpEndpointLocalPort,
240: udpEndpointRemoteAddressType,
241: udpEndpointRemoteAddress,
242: udpEndpointRemotePort,
243: udpEndpointInstance }
244: ::= { udpEndpointTable 1 }
245:
246: UdpEndpointEntry ::= SEQUENCE {
247: udpEndpointLocalAddressType InetAddressType,
248: udpEndpointLocalAddress InetAddress,
249: udpEndpointLocalPort InetPortNumber,
250: udpEndpointRemoteAddressType InetAddressType,
251: udpEndpointRemoteAddress InetAddress,
252: udpEndpointRemotePort InetPortNumber,
253: udpEndpointInstance Unsigned32,
254: udpEndpointProcess Unsigned32
255: }