smilint output for ./IPOA-MIB
Message Severities |
Severity | Count |
minor error | 1 |
warning | 3 |
Message Types |
Type | Count |
index-element-accessible (warning) | 1 |
revision-missing (minor error) | 1 |
type-without-format (warning) | 2 |
Messages:
IPOA-MIB
1: -- extracted from rfc2320.txt
2: -- at Mon Nov 15 17:11:41 1999
31:
32: ipoaMIB MODULE-IDENTITY
33: LAST-UPDATED "9802090000Z" -- February 9, 1998
34: ORGANIZATION "IETF Internetworking Over NBMA Working
35: Group (ion)"
36: CONTACT-INFO
37: "Maria Greene (greene@xedia.com)
38: Xedia Corp.
39:
40: Jim Luciani (jluciani@BayNetworks.com)
41: Bay Networks
42:
43: Kenneth White (kennethw@vnet.ibm.com)
44: IBM Corp.
45:
46: Ted Kuo (tkuo@eos.ncsu.edu)
47: Bay Networks"
48: DESCRIPTION
49: "This module defines a portion of the management
50: information base (MIB) for managing Classical IP and
51: ARP over ATM entities."
52: ::= { transmission 46 }
52: minor error -
revision for last update is missing
53:
54: -- Textual Conventions
...
65:
66: IpoaVpiInteger ::= TEXTUAL-CONVENTION
66: warning -
warning: type `IpoaVpiInteger' has no format specification
67: STATUS current
68: DESCRIPTION
69: "An integer large enough to contain the value of a VPI."
70: SYNTAX Integer32 (0..255)
71:
72: IpoaVciInteger ::= TEXTUAL-CONVENTION
72: warning -
warning: type `IpoaVciInteger' has no format specification
73: STATUS current
74: DESCRIPTION
75: "An integer large enough to contain the value of a VCI."
76: SYNTAX Integer32 (0..65535)
...
176:
177: ipoaLisEntry OBJECT-TYPE
177: warning -
warning: index element `ipoaLisSubnetAddr' of row `ipoaLisEntry' should be not-accessible in SMIv2 MIB
178: SYNTAX IpoaLisEntry
179: MAX-ACCESS not-accessible
180: STATUS current
181: DESCRIPTION
182: "Information about a single LIS of which this system
183: is a member.
184:
185: Membership in a LIS is independent of the actual ATM
186: interfaces being used. The ipoaLisTable defines
187: all LISs that a system is a member of. The ipAddrTable
188: and the ipoaClientTable provides the mapping from local
189: IP address to ATM interface. The ipoaLisIfMappingTable
190: provides the mappings between Logical IP Subnets and
191: interfaces.
192: The ipoaLisTable is indexed by ipoaLisSubnetAddr (IP
193: subnet address). An entry in the ipoaLisTable should
194: exist for each ipAddrEntry that is associated with an
195: ATM related interface used for Classical IP and ARP
196: over ATM traffic.
197:
198: Its ipAdEntAddr and ipAdEntNetMask when ANDed together
199: should equal the ipoaLisSubnetAddr of the corresponding
200: ipoaLisEntry."
201: INDEX { ipoaLisSubnetAddr }
202: ::= { ipoaLisTable 1 }
203:
204: IpoaLisEntry ::= SEQUENCE {
205: ipoaLisSubnetAddr IpAddress,
206: ipoaLisDefaultMtu Integer32,
207: ipoaLisDefaultEncapsType IpoaEncapsType,
208: ipoaLisInactivityTimer Integer32,
209: ipoaLisMinHoldingTime Integer32,
210: ipoaLisQDepth Integer32,
211: ipoaLisMaxCalls Integer32,
212: ipoaLisCacheEntryAge Integer32,
213: ipoaLisRetries Integer32,
214: ipoaLisTimeout Integer32,
215: ipoaLisDefaultPeakCellRate Integer32,
216: ipoaLisActiveVcs Gauge32,
217: ipoaLisRowStatus RowStatus
218: }