smilint output for ./NETWORK-SERVICES-MIB
Message Severities |
Severity | Count |
warning | 2 |
Message Types |
Type | Count |
integer-misuse (warning) | 2 |
Messages:
NETWORK-SERVICES-MIB
1: -- extracted from rfc2788.txt
2: -- at Fri Mar 24 07:07:18 2000
145:
146: applIndex OBJECT-TYPE
147: SYNTAX INTEGER (1..2147483647)
147: warning -
warning: use Integer32 instead of INTEGER in SMIv2
148: MAX-ACCESS not-accessible
149: STATUS current
150: DESCRIPTION
151: "An index to uniquely identify the network service
152: application. This attribute is the index used for
153: lexicographic ordering of the table."
154: ::= {applEntry 1}
...
380:
381: assocIndex OBJECT-TYPE
382: SYNTAX INTEGER (1..2147483647)
382: warning -
warning: use Integer32 instead of INTEGER in SMIv2
383: MAX-ACCESS not-accessible
384: STATUS current
385: DESCRIPTION
386: "An index to uniquely identify each association for a network
387: service application. This attribute is the index that is
388: used for lexicographic ordering of the table. Note that the
389: table is also indexed by the applIndex."
390: ::= {assocEntry 1}