smilint output for ./GSMP-SERVICE-MIB
Message Severities |
Severity | Count |
severe | 69 |
error | 239 |
minor error | 6 |
change recommended | 62 |
warning | 57 |
Message Types |
Type | Count |
basetype-not-imported (error) | 74 |
basetype-unknown (error) | 18 |
defval-syntax (error) | 3 |
description-missing (error) | 5 |
group-membership (change recommended) | 57 |
hyphen-in-label (change recommended) | 5 |
hyphen-in-object (warning) | 7 |
index-element-accessible (warning) | 2 |
index-element-no-range (error) | 2 |
index-illegal-basetype (severe) | 4 |
internal-flushing (warning) | 44 |
internal-other (severe) | 44 |
lexical (severe) | 1 |
macro-not-imported (error) | 104 |
module-identity-missing (error) | 1 |
object-identifier-unknown (severe) | 20 |
scalar-not-creatable (minor error) | 3 |
sequence-no-column (minor error) | 3 |
sequence-order (warning) | 3 |
sequence-type-mismatch (error) | 1 |
type-unknown (error) | 31 |
type-without-format (warning) | 1 |
Messages:
GSMP-SERVICE-MIB
1: -- extracted from draft-cha-gsmp-service-mib-00.txt
2: -- at Wed Nov 6 06:11:20 2002
3:
4: GSMP-SERVICE-MIB DEFINITIONS ::= BEGIN
5: draft-cha-gsmp-service-mib-00.txt October 2002
5: severe -
syntax error, unexpected '.', expecting OBJECT
6:
7:
8: IMPORTS
9:
10: MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
11: Unsigned32, Integer32, zeroDotZero, Counter64, mib-2
12: FROM SNMPv2-SMI -- [RFC2578]
13: TEXTUAL-CONVENTION, RowStatus, StorageType,
14: TruthValue, RowPointer
15: FROM SNMPv2-TC -- [RFC2579]
16: OBJECT-GROUP, NOTIFICATION-GROUP, MODULE-COMPLIANCE
17: FROM SNMPv2-CONF -- [RFC2580]
18: InterfaceIndex, InterfaceIndexOrZero
19: FROM IF-MIB -- [RFC2863]
20: ;
21:
22: gsmpServiceMIB MODULE-IDENTITY
23: LAST-UPDATED
24: "200210230000Z"
25: ORGANIZATION
26: "Andong National University (ANU)"
27: CONTACT-INFO
28: "Editor: YoungWook Cha
29: Email: ywcha@andong.ac.kr
30:
31: Editor: TaeHyun Kwon
32: Email: freeman@comeng.andong.ac.kr"
33: DESCRIPTION
34: "This MIB contains managed object definitions for network
35: management services in General Switch Management Protocol
36: (GSMP) Interface."
37: -- Revision history
38: REVISION
39: "200210230000Z"
40: DESCRIPTION
41: "Initial revision, published as part of RFC XXXX."
42: ::= { mib-2 XXX }
42: warning -
warning: flushing recent incorrect declaration, see previous error(s)
43:
44: -- Top Level Componets of the MIB
45: gsmpServiceObjects OBJECT IDENTIFIER ::={ gsmpServiceMIB 1}
45: severe -
unknown object identifier label `gsmpServiceMIB'
46:
47: -- Textural Conventions --
48: Label ::= TEXTUAL-CONVENTION
48: error -
macro `TEXTUAL-CONVENTION' has not been imported from module `SNMPv2-TC'
48: warning -
warning: type `Label' has no format specification
49: STATUS current
50: DESCRIPTION
51: "This value represents an label as defined in [RFC3292]."
52: SYNTAX Unsigned32 (0..4294967295)
52: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
53:
54: Owner ::= TEXTUAL-CONVENTION
54: error -
macro `TEXTUAL-CONVENTION' has not been imported from module `SNMPv2-TC'
55: STATUS current
56: draft-cha-gsmp-service-mib-00.txt October 2002
56: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting DESCRIPTION
57:
58:
59: DESCRIPTION
60: "The entity that originally created the object in question.
61: The values of this enumeration are defined as follows:
62: other(1) - This is used when an entity which has not been
63: enumerated in this textual convention but which is known by the
64: agent.
65: snmp(2) - The Simple Network Management Protocol was used to
66: configure this object initially.
67: ldp(3) - The Label Distribution Protocol was used to configure
68: this object initially.
69: rsvp(4) - The Resource Reservation Protocol was used to
70: configure this object initially.
71: crldp(5) - The Constraint-Based Label Distribution Protocol was
72: used to configure this object initially.
73: policyAgent(6) - A policy agent (perhaps in combination with
74: one of the above protocols) was used to configure this object
75: initially.
76: unknown(7) - the agent cannot discern which component created
77: the object."
78: SYNTAX INTEGER {
79: other(1),
80: snmp(2),
81: ldp(3),
82: rsvp(4),
83: crldp(5),
84: policyAgent(6),
85: unknown(7)
86: }
86: warning -
warning: flushing recent incorrect declaration, see previous error(s)
87: -- End of Textural Conventions --
88:
89: -- Entity Objects --
90:
91: -- Switch Config Table
92: gsmpSwitchConfTable OBJECT-TYPE
92: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
93: SYNTAX SEQUENCE OF GsmpSwitchConfEntry
94: MAX-ACCESS not-accessible
95: STATUS current
96: DESCRIPTION
97: "This table represents the information of switch
98: configuration."
99: ::= { gsmpServiceObjects 1 }
100:
101: gsmpSwitchConfEntry OBJECT-TYPE
101: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
102: SYNTAX GsmpSwitchConfEntry
103: MAX-ACCESS not-accessible
104: STATUS current
105: DESCRIPTION
106: "The entry of this table is mapped with the each switch
107: draft-cha-gsmp-service-mib-00.txt October 2002
108:
109:
110: partition."
111: INDEX { gsmpSwitchPartitionIndex }
112: ::= { gsmpSwitchConfTable 1 }
113:
114: GsmpSwitchConfEntry ::= SEQUENCE {
114: minor error -
SEQUENCE element #3 `gsmpSwitchConfMtype2' is not a child node under `gsmpSwitchConfEntry'
114: warning -
warning: SEQUENCE element #4 `gsmpSwitchConfMtype3' does not match order of columnar objects under `gsmpSwitchConfEntry'
115: gsmpSwitchPartitionIndex Integer32,
115: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
116: gsmpSwitchConfMtype1 Integer32,
116: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
117: gsmpSwitchConfMtype2 Integer32,
117: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
117: severe -
unknown object identifier label `gsmpSwitchConfMtype2'
118: gsmpSwitchConfMtype3 Integer32,
118: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
119: gsmpSwitchConfMtype4 Integer32,
119: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
120: gsmpSwitchConfFirmVer OCTET STRING,
121: gsmpSwitchConfWindowSize Integer32,
121: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
122: gsmpSwitchConfSwitchType OCTET STRING,
122: severe -
unknown object identifier label `gsmpSwitchConfSwitchType'
123: gsmpSwitchConfSwitchName OCTET STRING,
124: gsmpSwitchConfMaxReservation Integer32
125: }
125: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
126:
127: gsmpSwitchPartitionIndex OBJECT-TYPE
127: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
128: SYNTAX Integer32 (0..255)
128: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
129: MAX-ACCESS not-accessible
130: STATUS current
131: DESCRIPTION
132: "This is unique index for an entry in the gsmpSwitchConfEntry."
133: ::= { gsmpSwitchConfEntry 1}
134:
135: gsmpSwitchConfMtype1 OBJECT-TYPE
135: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
135: change recommended -
warning: node `gsmpSwitchConfMtype1' must be contained in at least one conformance group
136: SYNTAX Integer32 (0..255)
136: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
137: MAX-ACCESS read-write
138: STATUS current
139: DESCRIPTION
140: "In the request, this object contains the requested QoS
141: configuration type. In the response, this object contains the
142: accepted QoS configuration type.
143: 0 : Indicates use of the default GSMP model
144: 1 : Indicates use of IEEE qGSMP model
145: 2-200 : Reserved
146: 201-255 : Experimental"
147: DEFVAL {0}
148: ::= { gsmpSwitchConfEntry 2}
149:
150: gsmpSwitchConfMtype2 OBJECT-TYPE
150: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
151: SYNTAX Integer32 (0..255)
151: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
152: MAX-ACCESS read-only
153: STATUS current
154: DESCRIPTION
155: "If the switch can not support the requested OoS configuration
156: type in gsmpSwitchConfMtype1, it negotiates the QoS model with
157: the manager by offering up to three additional MType"
158: draft-cha-gsmp-service-mib-00.txt October 2002
158: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
159:
160:
161: ::= { gsmpSwitchConfEntry 3}
161: warning -
warning: flushing recent incorrect declaration, see previous error(s)
162:
163: gsmpSwitchConfMtype3 OBJECT-TYPE
163: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
163: change recommended -
warning: node `gsmpSwitchConfMtype3' must be contained in at least one conformance group
164: SYNTAX Integer32 (0..255)
164: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
165: MAX-ACCESS read-only
166: STATUS current
167: DESCRIPTION
168: "If the switch can not support the requested OoS configuration
169: type in gsmpSwitchConfMtype1, it negotiates the QoS model with
170: the manager by offering up to three additional Mtype"
171: ::= { gsmpSwitchConfEntry 4}
172:
173: gsmpSwitchConfMtype4 OBJECT-TYPE
173: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
173: change recommended -
warning: node `gsmpSwitchConfMtype4' must be contained in at least one conformance group
174: SYNTAX Integer32 (0..255)
174: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
175: MAX-ACCESS read-only
176: STATUS current
177: DESCRIPTION
178: "If the switch can not support the requested OoS configuration
179: type in gsmpSwitchConfMtype1, it negotiates the QoS model with
180: the manager by offering up to three additional Mtype"
181: ::= { gsmpSwitchConfEntry 5}
182:
183: gsmpSwitchConfFirmVer OBJECT-TYPE
183: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
183: change recommended -
warning: node `gsmpSwitchConfFirmVer' must be contained in at least one conformance group
184: SYNTAX OCTET STRING (SIZE(2))
185: MAX-ACCESS read-only
186: STATUS current
187: DESCRIPTION
188: "The version number of the switch control firmware installed."
189: ::= { gsmpSwitchConfEntry 6}
190:
191: gsmpSwitchConfWindowSize OBJECT-TYPE
191: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
191: change recommended -
warning: node `gsmpSwitchConfWindowSize' must be contained in at least one conformance group
192: SYNTAX Integer32 (1..65535)
192: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
193: MAX-ACCESS read-write
194: STATUS current
195: DESCRIPTION
196: "The maximum number of unacknowledged request messages that may
197: be transmitted by the controller without the possibility of
198: loss."
199: ::= { gsmpSwitchConfEntry 7}
200:
201: gsmpSwitchConfSwitchType OBJECT-TYPE
201: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
202: SYNTAX OCTET STRING (SIZE(2))
203: MAX-ACCESS read-only
204: STATUS current
205: DESCRIPTION
206: "A 16-bit value allocated by the manufacturer of the switch.
207: When this value is combined with the OUI from the
208: gsmpSwitchConfSwitchName, the product is uniquely identified."
209: draft-cha-gsmp-service-mib-00.txt October 2002
209: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
210:
211:
212: ::= { gsmpSwitchConfEntry 8}
212: warning -
warning: flushing recent incorrect declaration, see previous error(s)
213:
214: gsmpSwitchConfSwitchName OBJECT-TYPE
214: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
214: change recommended -
warning: node `gsmpSwitchConfSwitchName' must be contained in at least one conformance group
215: SYNTAX OCTET STRING (SIZE(6))
216: MAX-ACCESS read-only
217: STATUS current
218: DESCRIPTION
219: "This object is a 48-bit quantity. A 48-bit IEEE 802 MAC
220: address, if available, may be used."
221: ::= { gsmpSwitchConfEntry 9}
222:
223: gsmpSwitchConfMaxReservation OBJECT-TYPE
223: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
223: change recommended -
warning: node `gsmpSwitchConfMaxReservation' must be contained in at least one conformance group
224: SYNTAX Integer32 (0..2147483647)
224: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
225: MAX-ACCESS read-only
226: STATUS current
227: DESCRIPTION
228: "The maximum number of reservations that the switch can support.
229: A value of 0 indicates that the switch does not support
230: reservations."
231: ::= { gsmpSwitchConfEntry 10}
232:
233: -- End of gsmpSwitchConfTable
234:
235: -- Interface Confing Table
236: gsmpInterfaceConfTable OBJECT-TYPE
236: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
237: SYNTAX SEQUENCE OF GsmpInterfaceConfEntry
237: error -
unknown type `GsmpInterfaceConfEntry'
238: MAX-ACCESS not-accessible
239: STATUS current
240: DESCRIPTION
241: "This table represents the configuration information of a
242: single switch port."
243: ::= { gsmpServiceObjects 2 }
244:
245: gsmpInterfaceConfEntry OBJECT-TYPE
245: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
245: severe -
illegal base type `InterfaceIndexOrZero' in index element `gsmpInterfaceConfIndex' of row gsmpInterfaceConfEntry
246: SYNTAX GsmpInterfaceConfEntry
247: MAX-ACCESS not-accessible
248: STATUS current
249: DESCRIPTION
250: "An entry in this table represents the configuration
251: information of a single switch port."
252: INDEX { gsmpInterfaceConfIndex }
253: ::= { gsmpInterfaceConfTable 1 }
254:
255: GsmpInterfaceConfEntry ::= SEQUENCE {
256: gsmpInterfaceConfIndex InterfaceIndexOrZero,
256: error -
unknown type `InterfaceIndexOrZero'
257: gsmpPortType INTEGER,
258: gsmpPortStatus INTEGER,
258: severe -
unknown object identifier label `gsmpPortStatus'
259: gsmpLineType INTEGER,
260: draft-cha-gsmp-service-mib-00.txt October 2002
260: severe -
syntax error, unexpected '.'
261:
262:
263: gsmpFunctionType INTEGER,
264: gsmpLineStatus INTEGER,
265: gsmpPriorties Integer32,
266: gsmpPhysicalSlotNumber Integer32,
267: gsmpPhysicalPortNumber Integer32,
268: gsmpMinLabel Label,
269: gsmpMaxLabel Label,
270: gsmpRemainingLabels Unsigned32,
271: gsmpConnectionReplace TruthValue,
272: gsmpDuration Integer32,
273: gsmpEventSequenceNumber Integer32,
274: gsmpEventFlags BITS,
275: gsmpFlowControlFlags BITS,
276: gsmpReceiveDataRate Unsigned32,
277: gsmpTransmitDataRate Unsigned32
278: }
278: warning -
warning: flushing recent incorrect declaration, see previous error(s)
279:
280: gsmpInterfaceConfIndex OBJECT-TYPE
280: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
280: error -
type `InterfaceIndexOrZero' of node `gsmpInterfaceConfIndex' does not resolve to a known base type
281: SYNTAX InterfaceIndexOrZero
282: MAX-ACCESS not-accessible
283: STATUS current
284: DESCRIPTION
285: "This is a unique index for an entry in the
286: gsmpInterfaceConfTable."
287: ::= { gsmpInterfaceConfEntry 1 }
288:
289: gsmpPortType OBJECT-TYPE
289: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
289: change recommended -
warning: node `gsmpPortType' must be contained in at least one conformance group
290: SYNTAX INTEGER {
291: atm(1),
292: frameRelay(2),
293: mpls(3)
294: }
295: MAX-ACCESS read-only
296: STATUS current
297: DESCRIPTION
298: "This object represents the port type."
299: ::= { gsmpInterfaceConfEntry 2 }
300:
301: gsmpPortStatus OBJECT-TYPE
301: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
302: SYNTAX INTEGER {
303: available(1),
304: unavailable(2),
305: internalLoopback(3),
306: externalLoopback(4),
307: bothwayLoopback(5)
308: }
309: MAX-ACCESS read-write
310: STATUS current
311: draft-cha-gsmp-service-mib-00.txt October 2002
311: error -
description missing in object definition
311: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
312:
313:
314: DESCRIPTION
315: "This object indicates the port status."
316: ::= { gsmpInterfaceConfEntry 3 }
316: warning -
warning: flushing recent incorrect declaration, see previous error(s)
317:
318: gsmpLineType OBJECT-TYPE
318: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
318: change recommended -
warning: node `gsmpLineType' must be contained in at least one conformance group
319: SYNTAX INTEGER {
320: other(1),
321: ethernetCsmacd(2),
322: ppp(3),
323: atm(4),
324: frameRelayService(5)
325: }
326: MAX-ACCESS read-only
327: STATUS current
328: DESCRIPTION
329: "This object represents the type of physical transmission
330: interface for this port.
331: PortType = Unknown: other(1)
332: PortType = MPLS: ethernetCsmacd(2),
333: ppp(3)
334: PortType = ATM: atm(4)
335: PortType = FR: frameRelayService(5)"
336: ::= { gsmpInterfaceConfEntry 4 }
337:
338: gsmpFunctionType OBJECT-TYPE
338: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
338: change recommended -
warning: node `gsmpFunctionType' must be contained in at least one conformance group
339: SYNTAX INTEGER {
340: bringUp(1),
341: takeDown(2),
342: internalLoopback(3),
343: externelLoopback(4),
344: bothwayLoopback(5),
345: resetInputPort(6),
346: resetFlags(7),
347: setTransimtDataRate(8)
348: }
349: MAX-ACCESS read-write
350: STATUS current
351: DESCRIPTION
352: "It specifies the action to be taken by the switch.
353: The specified action will be taken regardless of the current
354: status of the port."
355: ::= { gsmpInterfaceConfEntry 5}
356:
357: gsmpLineStatus OBJECT-TYPE
357: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
358: SYNTAX INTEGER {
359: up(1),
360: down(2),
361: test(3)
362:
363: draft-cha-gsmp-service-mib-00.txt October 2002
363: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting '}' or ','
364:
365:
366: }
366: warning -
warning: flushing recent incorrect declaration, see previous error(s)
367: MAX-ACCESS read-write
367: severe -
syntax error, unexpected MAX_ACCESS
368: STATUS current
369: DESCRIPTION
370: "It defines the status of the physical transmission medium
371: connected to the port. The defined values of the Line Status
372: field are:
373: up(1):
374: The line is able to both send and receive. When the line
375: status changes to Up from either the down or test states,
376: a new port session number MUST be generated.
377: down(2):
378: The line is unable either to send or receive or both.
379: Test(3):
380: The port or line is in a test mode, for example, power-on
381: test."
382: ::= { gsmpInterfaceConfEntry 6 }
382: warning -
warning: flushing recent incorrect declaration, see previous error(s)
383:
384: gsmpPriorties OBJECT-TYPE
384: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
384: change recommended -
warning: node `gsmpPriorties' must be contained in at least one conformance group
385: SYNTAX Integer32
386: MAX-ACCESS read-write
386: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
387: STATUS current
388: DESCRIPTION
389: "This object represents the number of different priority levels
390: that this output port can assign to connections. Zero is
391: invalid in this field."
392: ::= { gsmpInterfaceConfEntry 7 }
393:
394: gsmpPhysicalSlotNumber OBJECT-TYPE
394: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
394: change recommended -
warning: node `gsmpPhysicalSlotNumber' must be contained in at least one conformance group
395: SYNTAX Integer32
396: MAX-ACCESS read-only
396: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
397: STATUS current
398: DESCRIPTION
399: "The physical location of the slot in which the port is
400: located."
401: ::= { gsmpInterfaceConfEntry 8 }
402:
403: gsmpPhysicalPortNumber OBJECT-TYPE
403: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
403: change recommended -
warning: node `gsmpPhysicalPortNumber' must be contained in at least one conformance group
404: SYNTAX Integer32
405: MAX-ACCESS read-only
405: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
406: STATUS current
407: DESCRIPTION
408: "The physical location of the port within the slot in which the
409: port is located. The Physical Port Number is not used by the
410: GSMP protocol. It is provided to assist network management
411: in functions such as logging, port naming, and graphical
412: representation."
413: ::= { gsmpInterfaceConfEntry 9 }
414: draft-cha-gsmp-service-mib-00.txt October 2002
414: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
414: severe -
syntax error, unexpected '.', expecting OBJECT
415:
416:
417: gsmpMinLabel OBJECT-TYPE
418: SYNTAX Label
419: MAX-ACCESS read-write
420: STATUS current
421: DESCRIPTION
422: "The minimum label value in the range."
423: ::= { gsmpInterfaceConfEntry 10 }
423: warning -
warning: flushing recent incorrect declaration, see previous error(s)
424:
425: gsmpMaxLabel OBJECT-TYPE
425: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
425: change recommended -
warning: node `gsmpMaxLabel' must be contained in at least one conformance group
426: SYNTAX Label
427: MAX-ACCESS read-write
428: STATUS current
429: DESCRIPTION
430: "The maximum label value in the range."
431: ::= { gsmpInterfaceConfEntry 11 }
432:
433: gsmpRemainingLabels OBJECT-TYPE
433: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
433: change recommended -
warning: node `gsmpRemainingLabels' must be contained in at least one conformance group
434: SYNTAX Unsigned32
435:
436: MAX-ACCESS read-only
436: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
437: STATUS current
438: DESCRIPTION
439: "The maximum number of remaining labels that could be requested
440: for allocation on the specified port."
441: ::= { gsmpInterfaceConfEntry 12 }
442:
443: gsmpConnectionReplace OBJECT-TYPE
443: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
443: error -
type `TruthValue' of node `gsmpConnectionReplace' does not resolve to a known base type
443: change recommended -
warning: node `gsmpConnectionReplace' must be contained in at least one conformance group
444: SYNTAX TruthValue
445: MAX-ACCESS read-write
445: error -
unknown type `TruthValue'
446: STATUS current
447: DESCRIPTION
448: "It indicates that a switch controller requests the switch port
449: to support the mechanism of connection replacement."
450: DEFVAL { false }
450: error -
default value syntax does not match object syntax
451: ::= { gsmpInterfaceConfEntry 13 }
452:
453: gsmpDuration OBJECT-TYPE
453: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
453: change recommended -
warning: node `gsmpDuration' must be contained in at least one conformance group
454: SYNTAX Integer32
455: UNITS "second"
455: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
456: MAX-ACCESS read-write
457: STATUS current
458: DESCRIPTION
459: "It is the length of time in seconds, that any of the loopback
460: states remain in operation."
461: ::= { gsmpInterfaceConfEntry 14 }
462:
463: gsmpEventSequenceNumber OBJECT-TYPE
463: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
464: SYNTAX Integer32
465: draft-cha-gsmp-service-mib-00.txt October 2002
465: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
465: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
466:
467:
468: MAX-ACCESS read-only
469: STATUS current
470: DESCRIPTION
471: "This object represents the current value of the event sequence
472: number of the switch port. This number is set to zero when the
473: port is initialed."
474: ::= { gsmpInterfaceConfEntry 15 }
474: warning -
warning: flushing recent incorrect declaration, see previous error(s)
475:
476: gsmpEventFlags OBJECT-TYPE
476: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
477: SYNTAX BITS {
478: portUp(0),
479: portDown(1),
480: invalidLabel(2),
481: newPort(3),
482: deadPort(4),
483: adjacencyEvent(5),
484: }
484: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
484: warning -
warning: flushing recent incorrect declaration, see previous error(s)
485: MAX-ACCESS read-write
485: severe -
syntax error, unexpected MAX_ACCESS
486: STATUS current
487: DESCRIPTION
488: "It is used to reset the event flags."
489: ::= { gsmpInterfaceConfEntry 16 }
489: warning -
warning: flushing recent incorrect declaration, see previous error(s)
490:
491: gsmpFlowControlFlags OBJECT-TYPE
491: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
492: SYNTAX BITS {
493: portUp(0),
494: portDown(1),
495: invalidLabel(2),
496: newPort(3),
497: deadPort(4),
498: adjacencyEvent(5),
499: }
499: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
499: warning -
warning: flushing recent incorrect declaration, see previous error(s)
500: MAX-ACCESS read-write
500: severe -
syntax error, unexpected MAX_ACCESS
501: STATUS current
502: DESCRIPTION
503: "It is used to indicate whether the flow control mechanism
504: is turned on or not."
505: ::= { gsmpInterfaceConfEntry 17 }
505: warning -
warning: flushing recent incorrect declaration, see previous error(s)
506:
507: gsmpTransmitDataRate OBJECT-TYPE
507: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
508: SYNTAX Unsigned32
509: MAX-ACCESS read-write
509: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
510: STATUS current
511: DESCRIPTION
512: "It is used to set the output data rate of the output port.
513: cells/s for PortType = ATM
514: bytes/s for PortType = FR
515: bytes/s for PortType = MPLS"
516: draft-cha-gsmp-service-mib-00.txt October 2002
516: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
517:
518:
519: ::= { gsmpInterfaceConfEntry 18 }
519: warning -
warning: flushing recent incorrect declaration, see previous error(s)
520:
521: gsmpReceiveDataRate OBJECT-TYPE
521: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
521: change recommended -
warning: node `gsmpReceiveDataRate' must be contained in at least one conformance group
522: SYNTAX Unsigned32
523: MAX-ACCESS read-write
523: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
524: STATUS current
525: DESCRIPTION
526: "The maximum rate of data that may arrive at the input port.
527: cells/s for PortType = ATM
528: bytes/s for PortType = FR
529: bytes/s for PortType = MPLS"
530: ::= { gsmpInterfaceConfEntry 19 }
531:
532: -- End of gsmpIntferfaceConfTable
533:
534: -- Service Table
535: gsmpServiceTable OBJECT-TYPE
535: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
536: SYNTAX SEQUENCE OF GsmpServiceEntry
536: error -
unknown type `GsmpServiceEntry'
537: MAX-ACCESS not-accessible
538: STATUS current
539: DESCRIPTION
540: "This table represents the list of services and their
541: associated parameters, which are supported by the switch."
542: ::= { gsmpServiceObjects 3 }
543:
544: gsmpServiceEntry OBJECT-TYPE
544: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
545: SYNTAX GsmpServiceEntry
546: MAX-ACCESS not-accessible
547: STATUS current
548: DESCRIPTION
549: "The entry of this table represents the list of services
550: and their associated parameters, which are supported by the
551: switch."
552: INDEX { gsmpServiceId, gsmpCapSetId }
552: severe -
unknown object identifier label `gsmpServiceId'
552: error -
index element `gsmpServiceId' of row `gsmpServiceEntry' must have a range restriction
553: ::= { gsmpServiceTable 1 }
554:
555: GsmpServiceEntry ::= SEQUENCE {
556: gsmpServiceId Integer32,
556: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
557: gsmpCapSetId Integer32,
557: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
558: gsmpTrafficControls BITS,
558: severe -
unknown object identifier label `gsmpTrafficControls'
559: gsmpCellLossRatio Integer32,
559: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
560: gsmpCellTransferDelay Unsigned32,
560: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
560: severe -
unknown object identifier label `gsmpCellTransferDelay'
561: gsmpCellDelayVariation Unsigned32,
561: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
562: gsmpFrequency Unsigned32,
562: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
563: }
563: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
563: warning -
warning: flushing recent incorrect declaration, see previous error(s)
564:
565: gsmpServiceId OBJECT-TYPE
565: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
566: SYNTAX Integer32
567: draft-cha-gsmp-service-mib-00.txt October 2002
567: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
567: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
568:
569:
570: MAX-ACCESS not-accessible
571: STATUS current
572: DESCRIPTION
573: "This object represents the identifier of the service supported
574: by the switch."
575: ::= { gsmpServiceEntry 1 }
575: warning -
warning: flushing recent incorrect declaration, see previous error(s)
576:
577: gsmpCapSetId OBJECT-TYPE
577: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
577: error -
index element `gsmpCapSetId' of row `gsmpServiceEntry' must have a range restriction
578: SYNTAX Integer32
579: MAX-ACCESS not-accessible
579: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
580: STATUS current
581: DESCRIPTION
582: "A capability set contains a set of parameters that describe
583: the QoS parameter values and traffic controls that apply to an
584: instance of the service."
585: ::= { gsmpServiceEntry 2 }
586:
587: gsmpTrafficControls OBJECT-TYPE
587: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
588: SYNTAX BITS {
589: usageParameterControl(0),
590: packetDiscard(1),
591: ingressShaping(2),
592: egressShaping(3),
593: egressTrafficShaping(4),
594: vcMerge(5),
595: }
595: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
595: warning -
warning: flushing recent incorrect declaration, see previous error(s)
596: MAX-ACCESS read-only
596: severe -
syntax error, unexpected MAX_ACCESS
597: STATUS current
598: DESCRIPTION
599: "Identifies the availability of traffic controls within the
600: capability set.
601: U: Usage Parameter Control
602: D: Packet Discard
603: I: Ingress Shaping
604: E: Egress Shaping, Peak Rate
605: S: Egress Traffic Shaping, Sustainable Rate
606: V: VC Merge"
607: ::= { gsmpServiceEntry 3 }
607: warning -
warning: flushing recent incorrect declaration, see previous error(s)
608:
609: gsmpCellLossRatio OBJECT-TYPE
609: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
609: change recommended -
warning: node `gsmpCellLossRatio' must be contained in at least one conformance group
610: SYNTAX Integer32
611: MAX-ACCESS read-only
611: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
612: STATUS current
613: DESCRIPTION
614: "It indicates the cell loss ratio parameter guaranteed by
615: the switch for the specified service."
616: ::= { gsmpServiceEntry 4 }
617: draft-cha-gsmp-service-mib-00.txt October 2002
617: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
617: severe -
syntax error, unexpected '.', expecting OBJECT
618:
619:
620: gsmpCellTransferDelay OBJECT-TYPE
621: SYNTAX Unsigned32
622: UNITS "micro-second"
623: MAX-ACCESS read-only
624: STATUS current
625: DESCRIPTION
626: "The value of this object is expressed in units of
627: microseconds."
628: ::= { gsmpServiceEntry 5 }
628: warning -
warning: flushing recent incorrect declaration, see previous error(s)
629:
630: gsmpCellDelayVariation OBJECT-TYPE
630: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
630: change recommended -
warning: node `gsmpCellDelayVariation' must be contained in at least one conformance group
631: SYNTAX Unsigned32
632: UNITS "micro-second"
632: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
633: MAX-ACCESS read-only
634: STATUS current
635: DESCRIPTION
636: "It represents the peak-to-peak cell delay variation.
637: The CDV value is expressed in units of microseconds."
638: ::= { gsmpServiceEntry 6 }
639:
640: gsmpFrequency OBJECT-TYPE
640: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
640: change recommended -
warning: node `gsmpFrequency' must be contained in at least one conformance group
641: SYNTAX Unsigned32
642: MAX-ACCESS read-only
642: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
643: STATUS current
644: DESCRIPTION
645: "Frequency applies to the MPLS CR-LDP service. Valid values of
646: this object are:
647: 0 - Very frequent
648: 1 - Frequent
649: 2 - Unspecified"
650: ::= { gsmpServiceEntry 7 }
651:
652: -- End of gsmpServiceTable
653:
654: -- Port Service Map Table
655: gsmpPortServiceMapTable OBJECT-TYPE
655: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
656: SYNTAX SEQUENCE OF GsmpPortServiceMapEntry
657: MAX-ACCESS not-accessible
658: STATUS current
659: DESCRIPTION
660: "This table represents the service lists, which are supported
661: by the specific port."
662: ::= { gsmpServiceObjects 4 }
663:
664: gsmpPortServiceMapEntry OBJECT-TYPE
664: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
665: SYNTAX GsmpPortServiceMapEntry
666: MAX-ACCESS not-accessible
667: STATUS current
668: draft-cha-gsmp-service-mib-00.txt October 2002
668: error -
description missing in object definition
668: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
669:
670:
671: DESCRIPTION
672: "The entry of this table represents the service lists, which
673: are supported by the specific port."
674: INDEX { gsmpInterfaceConfIndex }
674: warning -
warning: flushing recent incorrect declaration, see previous error(s)
675: ::= { gsmpPortServiceMapTable 1 }
675: severe -
syntax error, unexpected COLON_COLON_EQUAL
675: warning -
warning: flushing recent incorrect declaration, see previous error(s)
676:
677: GsmpPortServiceMapEntry ::= SEQUENCE {
678: gsmpMapServiceId Integer32,
678: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
679: gsmpMapCapSetId Integer32
680: }
680: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
681:
682: gsmpMapServiceId OBJECT-TYPE
682: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
682: change recommended -
warning: node `gsmpMapServiceId' must be contained in at least one conformance group
683: SYNTAX Integer32
684: MAX-ACCESS read-only
684: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
685: STATUS current
686: DESCRIPTION
687: "This object represents the identifier of the service supported
688: by the switch."
689: ::= { gsmpPortServiceMapEntry 1 }
689: severe -
unknown object identifier label `gsmpPortServiceMapEntry'
690:
691: gsmpMapCapSetId OBJECT-TYPE
691: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
691: change recommended -
warning: node `gsmpMapCapSetId' must be contained in at least one conformance group
692: SYNTAX Integer32
693: MAX-ACCESS read-only
693: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
694: STATUS current
695: DESCRIPTION
696: "A capability set contains a set of parameters that describe
697: the QoS parameter values and traffic controls that apply to an
698: instance of the Service."
699: ::= { gsmpPortServiceMapEntry 2 }
700:
701: -- End of gsmpPortServiceMapTable
702:
703: -- Traffic Parameter Table
704: gsmpTrafficParamIndexNext OBJECT-TYPE
704: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
704: change recommended -
warning: node `gsmpTrafficParamIndexNext' must be contained in at least one conformance group
705: SYNTAX Unsigned32 (0..4294967295)
705: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
706: MAX-ACCESS read-only
707: STATUS current
708: DESCRIPTION
709: "This object contains an appropriate value which will be used
710: for gsmpTrafficParamIndex."
711: ::= { gsmpServiceObjects 5 }
712:
713: gsmpTrafficParamTable OBJECT-TYPE
713: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
714: SYNTAX SEQUENCE OF GsmpTrafficParamEntry
715: MAX-ACCESS not-accessible
716: STATUS current
717: DESCRIPTION
718: "This table contains objects, which specify the traffic
719: draft-cha-gsmp-service-mib-00.txt October 2002
720:
721:
722: parameters of in-segments and out-segments."
723: ::= { gsmpServiceObjects 6 }
724:
725: gsmpTrafficParamEntry OBJECT-TYPE
725: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
726: SYNTAX GsmpTrafficParamEntry
727: MAX-ACCESS not-accessible
728: STATUS current
729: DESCRIPTION
730: "An entry in this table represents the gsmpTrafficParam objects
731: for one or more in or out segments."
732: INDEX { gsmpTrafficParamIndex }
733: ::= { gsmpTrafficParamTable 1 }
734:
735: GsmpTrafficParamEntry ::= SEQUENCE {
735: minor error -
SEQUENCE element #3 `gsmpTrafficParamMeanRate' is not a child node under `gsmpTrafficParamEntry'
735: warning -
warning: SEQUENCE element #4 `gsmpTrafficParamMaxBurstSize' does not match order of columnar objects under `gsmpTrafficParamEntry'
736: gsmpTrafficParamIndex Unsigned32,
736: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
737: gsmpTrafficParamMaxRate Integer32,
737: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
738: gsmpTrafficParamMeanRate Integer32,
738: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
738: severe -
unknown object identifier label `gsmpTrafficParamMeanRate'
739: gsmpTrafficParamMaxBurstSize Unsigned32,
739: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
740: gsmpTrafficControlsFlags BITS,
741: gsmpTrafficParamRowStatus RowStatus,
741: error -
unknown type `RowStatus'
742: gsmpTrafficParamStorageType StorageType
743: }
743: severe -
unknown object identifier label `gsmpTrafficParamStorageType'
743: error -
unknown type `StorageType'
744:
745: gsmpTrafficParamIndex OBJECT-TYPE
745: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
746: SYNTAX Unsigned32 (1..2147483647)
746: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
747:
748: MAX-ACCESS not-accessible
749: STATUS current
750: DESCRIPTION
751: "Uniquely identifies this row of this table. Note that zero
752: represents an invalid index."
753: ::= { gsmpTrafficParamEntry 1 }
754:
755: gsmpTrafficParamMaxRate OBJECT-TYPE
755: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
755: change recommended -
warning: node `gsmpTrafficParamMaxRate' must be contained in at least one conformance group
756: SYNTAX Integer32 (1..2147483647)
756: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
757: UNITS "kilobits per second"
758: MAX-ACCESS read-create
759: STATUS current
760: DESCRIPTION
761: "Maximum rate in kilobits/second."
762: ::= { gsmpTrafficParamEntry 2 }
763:
764: gsmpTrafficParamMeanRate OBJECT-TYPE
764: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
765: SYNTAX Integer32 (1..2147483647)
765: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
766: UNITS "kilobits per second"
767: MAX-ACCESS read-create
768: STATUS current
769: DESCRIPTION
770: draft-cha-gsmp-service-mib-00.txt October 2002
770: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting QUOTED_STRING
771:
772:
773: "Mean rate in kilobits/second."
774: ::= { gsmpTrafficParamEntry 3 }
774: warning -
warning: flushing recent incorrect declaration, see previous error(s)
775:
776: gsmpTrafficParamMaxBurstSize OBJECT-TYPE
776: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
776: change recommended -
warning: node `gsmpTrafficParamMaxBurstSize' must be contained in at least one conformance group
777: SYNTAX Unsigned32 (1..4294967295)
777: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
778: UNITS "bytes"
779: MAX-ACCESS read-create
780: STATUS current
781: DESCRIPTION
782: "Maximum burst size in bytes."
783: ::= { gsmpTrafficParamEntry 4 }
784:
785: gsmpTrafficControlsFlags OBJECT-TYPE
785: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
785: change recommended -
warning: node `gsmpTrafficControlsFlags' must be contained in at least one conformance group
786: SYNTAX BITS {
787: usageParameterControl(0),
788: packetDiscard(1),
789: ingressShaping(2),
790: egressShaping(3),
791: egressTrafficShaping(4),
792: vcMerge(5),
793: port(6)
794: }
795: MAX-ACCESS read-create
796: STATUS current
797: DESCRIPTION
798: "This object is used to indicate that specific traffic controls
799: are requested for the requested connection.
800: 0 1 2 3 4 5 6 7
801: +-+-+-+-+-+-+-+-+
802: |U|D|I|E|S|V|P|x|
803: +-+-+-+-+-+-+-+-+
804: U: Usage Parameter Control
805: D: Packet Discard
806: I: Ingress Shaping
807: E: Egress Shaping, Peak Rate
808: S: Egress Traffic Shaping, Sustainable Rate
809: V: VC Merge
810: P: Port
811: x: Reserved"
812: ::= { gsmpTrafficParamEntry 5 }
813: gsmpTrafficParamRowStatus OBJECT-TYPE
813: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
813: error -
type `RowStatus' of node `gsmpTrafficParamRowStatus' does not resolve to a known base type
813: change recommended -
warning: node `gsmpTrafficParamRowStatus' must be contained in at least one conformance group
814: SYNTAX RowStatus
815: MAX-ACCESS read-create
816: STATUS current
817: DESCRIPTION
818: "For creating, modifying, and deleting this row."
819: ::= { gsmpTrafficParamEntry 6 }
820: draft-cha-gsmp-service-mib-00.txt October 2002
820: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
820: severe -
syntax error, unexpected '.', expecting OBJECT
821:
822:
823: gsmpTrafficParamStorageType OBJECT-TYPE
824: SYNTAX StorageType
825: MAX-ACCESS read-create
826: STATUS current
827: DESCRIPTION
828: "Defines the storage type support provided for this object by
829: the agent."
830: ::= { gsmpTrafficParamEntry 7 }
830: warning -
warning: flushing recent incorrect declaration, see previous error(s)
831:
832: --End of Traffic Parameter Table
833:
834: -- In-Segment Table
835: gsmpInSegmentTable OBJECT-TYPE
835: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
836: SYNTAX SEQUENCE OF GsmpInSegmentEntry
837: MAX-ACCESS not-accessible
838: STATUS current
839: DESCRIPTION
840: "This table contains a description of the incoming GSMP
841: segments and their associated parameters."
842: ::= { gsmpServiceObjects 7 }
843:
844: gsmpInSegmentEntry OBJECT-TYPE
844: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
844: severe -
illegal base type `InterfaceIndexOrZero' in index element `gsmpInSegmentIfIndex' of row gsmpInSegmentEntry
845: SYNTAX GsmpInSegmentEntry
846: MAX-ACCESS not-accessible
847: STATUS current
848: DESCRIPTION
849: "An entry in this table represents one incoming GSMP segment."
850: INDEX { gsmpInSegmentIfIndex, gsmpInSegmentLabel }
851: ::= { gsmpInSegmentTable 1}
852:
853: GsmpInSegmentEntry ::= SEQUENCE {
853: minor error -
SEQUENCE element #6 `gsmpInQoSModelSelector' is not a child node under `gsmpInSegmentEntry'
853: warning -
warning: SEQUENCE element #7 `gsmpInServiceSelector' does not match order of columnar objects under `gsmpInSegmentEntry'
854: gsmpInSegmentIfIndex InterfaceIndexOrZero,
855: gsmpInSegmentLabel Label,
856: gsmpInSegmentXCIndex Unsigned32,
856: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
857: gsmpInSegmentOwner Owner,
857: error -
unknown type `Owner'
858: gsmpInSegmentTrafficParamPtr RowPointer,
858: error -
unknown type `RowPointer'
859: gsmpInQoSModelSelector INTEGER,
859: severe -
unknown object identifier label `gsmpInQoSModelSelector'
860: gsmpInServiceSelector Integer32,
860: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
861: gsmpInAdaptationMethodType INTEGER,
862: gsmpInSegmentRowStatus RowStatus,
863: gsmpInSegmentStorageType StorageType
864: }
865: gsmpInSegmentIfIndex OBJECT-TYPE
865: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
865: error -
type `InterfaceIndexOrZero' of node `gsmpInSegmentIfIndex' does not resolve to a known base type
866: SYNTAX InterfaceIndexOrZero
867: MAX-ACCESS not-accessible
868: STATUS current
869: DESCRIPTION
870: "This is a unique index for an entry in the gsmpInSegmentTable.
871: draft-cha-gsmp-service-mib-00.txt October 2002
872:
873:
874: This value represents the interface index for the incoming GSMP
875: interface. A value of zero represents an incoming label from
876: the per-platform label space."
877: ::= { gsmpInSegmentEntry 1 }
878:
879: gsmpInSegmentLabel OBJECT-TYPE
879: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
880: SYNTAX Label
881: MAX-ACCESS not-accessible
882: STATUS current
883: DESCRIPTION
884: "The incoming label for this segment."
885: ::= { gsmpInSegmentEntry 2 }
886:
887: gsmpInSegmentXCIndex OBJECT-TYPE
887: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
887: change recommended -
warning: node `gsmpInSegmentXCIndex' must be contained in at least one conformance group
888: SYNTAX Unsigned32 (0..4294967295)
888: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
889: MAX-ACCESS read-only
890: STATUS current
891: DESCRIPTION
892: "Index into gsmpXCTable which identifies which cross-connect
893: entry this segment is part of. A value of zero indicates that
894: this entry is not referred to by any cross-connect entry. When
895: a cross-connect entry is created which this in-segment is a
896: part of, this object is automatically updated to reflect the
897: value of gsmpXCIndex of that cross-connect entry."
898: ::= { gsmpInSegmentEntry 3 }
899:
900: gsmpInSegmentOwner OBJECT-TYPE
900: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
900: error -
type `Owner' of node `gsmpInSegmentOwner' does not resolve to a known base type
900: change recommended -
warning: node `gsmpInSegmentOwner' must be contained in at least one conformance group
901: SYNTAX Owner
902: MAX-ACCESS read-only
903: STATUS current
904: DESCRIPTION
905: "This object denotes the entity that created and is responsible
906: for managing this segment."
907: ::= { gsmpInSegmentEntry 4 }
908:
909: gsmpInSegmentTrafficParamPtr OBJECT-TYPE
909: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
909: error -
type `RowPointer' of node `gsmpInSegmentTrafficParamPtr' does not resolve to a known base type
909: change recommended -
warning: node `gsmpInSegmentTrafficParamPtr' must be contained in at least one conformance group
910: SYNTAX RowPointer
911: MAX-ACCESS read-create
912: STATUS current
913: DESCRIPTION
914: "This variable represents a pointer to the traffic parameter
915: specification for this in-segment. This value may point at an
916: entry in the gsmpTrafficParamTable to indicate which
917: gsmpTrafficParamEntry is to be assigned to this segment.
918: This value may optionally point at an externally defined
919: traffic parameter specification table."
920: DEFVAL { zeroDotZero }
920: error -
default value syntax does not match object syntax
921: ::= { gsmpInSegmentEntry 5 }
922: draft-cha-gsmp-service-mib-00.txt October 2002
922: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
922: severe -
syntax error, unexpected '.', expecting OBJECT
923:
924:
925:
926: gsmpInQoSModelSelector OBJECT-TYPE
927: SYNTAX INTEGER {
928: simplePriorityModel(1),
929: serviceProfileModel(2),
930: serviceModel(3),
931: armModel(4)
932: }
932: warning -
warning: flushing recent incorrect declaration, see previous error(s)
933: MAX-ACCESS read-create
933: severe -
syntax error, unexpected MAX_ACCESS
934: STATUS current
935: DESCRIPTION
936: "simplePriorityModel(1):
937: The input service selector indicates a simple priority.
938: serviceProfileModel(2):
939: The input service selector is an opaque service profile
940: identifier. Service profiles can be used to indicate pre-
941: defined differentiated service per hop behaviors.
942: serviceModel(3):
943: The input service selector corresponds to a service
944: specification. When the value of this object is
945: serviceModel(3), then a traffic parameters block is appended
946: to this entry.
947: armModel(4):
948: The input service selector corresponds to an ARM service
949: specification. ARM model is defined in qGSMP specification."
950: ::= { gsmpInSegmentEntry 6 }
950: warning -
warning: flushing recent incorrect declaration, see previous error(s)
951:
952: gsmpInServiceSelector OBJECT-TYPE
952: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
952: change recommended -
warning: node `gsmpInServiceSelector' must be contained in at least one conformance group
953: SYNTAX Integer32
954: MAX-ACCESS read-create
954: error -
SMIv2 base type `Integer32' must be imported from SNMPv2-SMI
955: STATUS current
956: DESCRIPTION
957: "This object identifies details of the service specification
958: being used for connection. The interpretation depends upon the
959: gsmpInQoSModelSelector object."
960: ::= { gsmpInSegmentEntry 7 }
961:
962: gsmpInAdaptationMethodType OBJECT-TYPE
962: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
962: change recommended -
warning: node `gsmpInAdaptationMethodType' must be contained in at least one conformance group
963: SYNTAX INTEGER {
964: ppp(1),
965: frf5(2),
966: frf8(3)
967: }
968: MAX-ACCESS read-create
969: STATUS current
970: DESCRIPTION
971: "The adaptation method is used to define the adaptation framing
972: that may be in use when moving traffic from one port type to
973: draft-cha-gsmp-service-mib-00.txt October 2002
974:
975:
976: another port type; e.g., from a frame relay port to an ATM
977: port."
978: ::= { gsmpInSegmentEntry 8 }
979:
980: gsmpInSegmentRowStatus OBJECT-TYPE
980: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
980: error -
type `RowStatus' of node `gsmpInSegmentRowStatus' does not resolve to a known base type
980: change recommended -
warning: node `gsmpInSegmentRowStatus' must be contained in at least one conformance group
981: SYNTAX RowStatus
982: MAX-ACCESS read-create
983: STATUS current
984: DESCRIPTION
985: "This variable is used to create, modify, and/or delete a row
986: in this table."
987: ::= { gsmpInSegmentEntry 9 }
988:
989: gsmpInSegmentStorageType OBJECT-TYPE
989: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
989: error -
type `StorageType' of node `gsmpInSegmentStorageType' does not resolve to a known base type
989: change recommended -
warning: node `gsmpInSegmentStorageType' must be contained in at least one conformance group
990: SYNTAX StorageType
991: MAX-ACCESS read-create
992: STATUS current
993: DESCRIPTION
994: "This variable indicates the storage type for this object."
995: ::= { gsmpInSegmentEntry 10 }
996:
997: -- END of gsmpInSegmentTable
998:
999: -- GSMP Out-Segment Table
1000: gsmpOutSegmentTable OBJECT-TYPE
1000: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1001: SYNTAX SEQUENCE OF GsmpOutSegmentEntry
1001: error -
unknown type `GsmpOutSegmentEntry'
1002: MAX-ACCESS not-accessible
1003: STATUS current
1004: DESCRIPTION
1005: "This table contains a description of the outgoing GSMP
1006: segments to a connection and their associated parameters."
1007: ::= { gsmpServiceObjects 8 }
1008:
1009: gsmpOutSegmentEntry OBJECT-TYPE
1009: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1009: severe -
illegal base type `InterfaceIndex' in index element `gsmpOutSegmentIfIndex' of row gsmpOutSegmentEntry
1009: warning -
warning: index element `gsmpOutSegmentIfIndex' of row `gsmpOutSegmentEntry' should be not-accessible in SMIv2 MIB
1009: warning -
warning: index element `gsmpOutSegmentLabel' of row `gsmpOutSegmentEntry' should be not-accessible in SMIv2 MIB
1010: SYNTAX GsmpOutSegmentEntry
1011: MAX-ACCESS not-accessible
1012: STATUS current
1013: DESCRIPTION
1014: "An entry in this table represents one outgoing GSMP segment."
1015: INDEX { gsmpOutSegmentIfIndex, gsmpOutSegmentLabel }
1016: ::= { gsmpOutSegmentTable 1}
1017:
1018: GsmpOutSegmentEntry ::= SEQUENCE {
1019: gsmpOutSegmentIfIndex InterfaceIndexOrZero,
1020: gsmpOutSegmentLabel Label,
1021: gsmpOutSegmentXCIndex Unsigned32,
1021: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
1022: gsmpOutSegmentOwner Owner,
1023: gsmpOutSegmentTrafficParamPtr RowPointer,
1023: severe -
unknown object identifier label `gsmpOutSegmentTrafficParamPtr'
1024: draft-cha-gsmp-service-mib-00.txt October 2002
1024: severe -
syntax error, unexpected '.'
1025:
1026:
1027: gsmpOutQoSModelSelector INTEGER,
1028: gsmpOutServiceSelector Integer32,
1029: gsmpOutAdaptationMethodType INTEGER,
1030: gsmpOutSegmentRowStatus RowStatus,
1031: gsmpOutSegmentStorageType StorageType
1032: }
1032: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1033:
1034: gsmpOutSegmentIfIndex OBJECT-TYPE
1034: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1034: error -
type `InterfaceIndex' of node `gsmpOutSegmentIfIndex' does not resolve to a known base type
1034: change recommended -
warning: node `gsmpOutSegmentIfIndex' must be contained in at least one conformance group
1035: SYNTAX InterfaceIndex
1036: MAX-ACCESS read-create
1036: error -
unknown type `InterfaceIndex'
1037: STATUS current
1038: DESCRIPTION
1039: "This is a unique index for an entry in the
1040: gsnmpOutSegmentTable. This value represents the interface index
1041: for the outgoing GSMP interface. A value of zero represents an
1042: outgoing label from the per-platform label space."
1043: ::= { gsmpOutSegmentEntry 1 }
1043: error -
type of `gsmpOutSegmentIfIndex' in sequence and object type definition do not match
1044:
1045: gsmpOutSegmentLabel OBJECT-TYPE
1045: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1045: change recommended -
warning: node `gsmpOutSegmentLabel' must be contained in at least one conformance group
1046: SYNTAX Label
1047: MAX-ACCESS read-create
1048: STATUS current
1049: DESCRIPTION
1050: "The outgoing label for this segment."
1051: ::= { gsmpOutSegmentEntry 2 }
1052:
1053: gsmpOutSegmentXCIndex OBJECT-TYPE
1053: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1053: change recommended -
warning: node `gsmpOutSegmentXCIndex' must be contained in at least one conformance group
1054: SYNTAX Unsigned32 (0..4294967295)
1054: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
1055: MAX-ACCESS read-only
1056: STATUS current
1057: DESCRIPTION
1058: "Index into gsmpXCTable which identifies which cross-connect
1059: entry this segment is part of. A value of zero indicates that
1060: this entry is not referred to by any cross-connect entry. When
1061: a cross-connect entry is created which this out-segment is a
1062: part of, this object is automatically updated to reflect the
1063: value of gsmpXCIndex of that cross-connect entry."
1064: ::= { gsmpOutSegmentEntry 3 }
1065:
1066: gsmpOutSegmentOwner OBJECT-TYPE
1066: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1066: error -
type `Owner' of node `gsmpOutSegmentOwner' does not resolve to a known base type
1066: change recommended -
warning: node `gsmpOutSegmentOwner' must be contained in at least one conformance group
1067: SYNTAX Owner
1068: MAX-ACCESS read-only
1069: STATUS current
1070: DESCRIPTION
1071: "This object denotes the entity that created and is responsible
1072: for managing this segment."
1073: ::= { gsmpOutSegmentEntry 4 }
1074: draft-cha-gsmp-service-mib-00.txt October 2002
1074: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
1074: severe -
syntax error, unexpected '.', expecting OBJECT
1075:
1076:
1077: gsmpOutSegmentTrafficParamPtr OBJECT-TYPE
1078: SYNTAX RowPointer
1079: MAX-ACCESS read-create
1080: STATUS current
1081: DESCRIPTION
1082: "This variable represents a pointer to the traffic parameter
1083: specification for this out-segment. This value may point at an
1084: entry in the gsmpTrafficParamTable to indicate which
1085: gsmpTrafficParamEntry is to be assigned to this segment.
1086: This value may optionally point at an externally defined
1087: traffic parameter specification table."
1088: DEFVAL { zeroDotZero }
1088: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1089: ::= { gsmpOutSegmentEntry 5 }
1089: severe -
syntax error, unexpected COLON_COLON_EQUAL
1089: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1090:
1091: gsmpOutQoSModelSelector OBJECT-TYPE
1091: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1091: change recommended -
warning: node `gsmpOutQoSModelSelector' must be contained in at least one conformance group
1092: SYNTAX INTEGER {
1093: simplePriorityModel(1),
1094: serviceProfileModel(2),
1095: serviceModel(3),
1096: armModel(4)
1097: }
1098: MAX-ACCESS read-create
1099: STATUS current
1100: DESCRIPTION
1101: "simplePriorityModel(1):
1102: The output service selector indicates a simple priority.
1103: serviceProfileModel(2):
1104: The output service selector is an opaque service profile
1105: identifier. Service profiles can be used to indicate pre-
1106: defined differentiated service per hop behaviors.
1107: serviceModel(3):
1108: The output service selector corresponds to a service
1109: specification. When the value of this object is
1110: serviceModel(3), then a traffic parameters block is appended
1111: to this entry.
1112: armModel(4):
1113: The output service selector corresponds to an ARM service
1114: specification. ARM model is defined in qGSMP specification."
1115: ::= { gsmpOutSegmentEntry 6 }
1116:
1117: gsmpOutAdaptationMethodType OBJECT-TYPE
1117: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1118: SYNTAX INTEGER {
1119: ppp(1),
1120: frf5(2),
1121: frf8(3)
1122: }
1123: MAX-ACCESS read-create
1124: STATUS current
1125: draft-cha-gsmp-service-mib-00.txt October 2002
1125: error -
description missing in object definition
1125: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1126:
1127:
1128: DESCRIPTION
1129: "The adaptation method is used to define the adaptation framing
1130: that may be in use when moving traffic from one port type to
1131: another port type; e.g., from a frame relay port to an ATM
1132: port."
1133: ::= { gsmpOutSegmentEntry 8 }
1133: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1134:
1135: gsmpOutSegmentRowStatus OBJECT-TYPE
1135: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1135: error -
type `RowStatus' of node `gsmpOutSegmentRowStatus' does not resolve to a known base type
1135: change recommended -
warning: node `gsmpOutSegmentRowStatus' must be contained in at least one conformance group
1136: SYNTAX RowStatus
1137: MAX-ACCESS read-create
1138: STATUS current
1139: DESCRIPTION
1140: "This variable is used to create, modify, and/or delete a row
1141: in this table."
1142: ::= { gsmpOutSegmentEntry 9 }
1143:
1144: gsmpOutSegmentStorageType OBJECT-TYPE
1144: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1144: error -
type `StorageType' of node `gsmpOutSegmentStorageType' does not resolve to a known base type
1144: change recommended -
warning: node `gsmpOutSegmentStorageType' must be contained in at least one conformance group
1145: SYNTAX StorageType
1146: MAX-ACCESS read-create
1147: STATUS current
1148: DESCRIPTION
1149: "This variable indicates the storage type for this object."
1150: ::= { gsmpOutSegmentEntry 10 }
1151:
1152: -- END of gsmpOutSegmentTable
1153:
1154: -- Cross-Connect Table
1155: gsmpXCIndexNext OBJECT-TYPE
1155: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1155: change recommended -
warning: node `gsmpXCIndexNext' must be contained in at least one conformance group
1156: SYNTAX Unsigned32 (0..4294967295)
1156: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
1157: MAX-ACCESS read-only
1158: STATUS current
1159: DESCRIPTION
1160: "This object contains an appropriate value to be used for
1161: gsmpXCIndex when creating entries in the gsmpXCTable."
1162: ::= { gsmpServiceObjects 9 }
1163:
1164: gsmpXCTable OBJECT-TYPE
1164: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1165: SYNTAX SEQUENCE OF GsmpXCEntry
1165: error -
unknown type `GsmpXCEntry'
1166: MAX-ACCESS not-accessible
1167: STATUS current
1168: DESCRIPTION
1169: "A connection is modeled as a cross-connect consisting of one
1170: or more incoming segments(in-segments) and/or one or more
1171: outgoing segments(out-segments) at a switch. The association or
1172: interconnection of the in-segments and out-segments is
1173: accomplished by using the gsmpXCTable."
1174: ::= { gsmpServiceObjects 10 }
1175: draft-cha-gsmp-service-mib-00.txt October 2002
1175: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
1175: severe -
syntax error, unexpected '.', expecting OBJECT
1176:
1177:
1178: gsmpXCEntry OBJECT-TYPE
1179: SYNTAX GsmpXCEntry
1180: MAX-ACCESS not-accessible
1181: STATUS current
1182: DESCRIPTION
1183: "A row in this table represents one cross-connect entry."
1184: INDEX {
1185: gsmpXCIndex,
1186: gsmpXCInSegmentIfIndex,
1187: gsmpXCInSegmentLabel,
1188: gsmpXCOutSegmentIfIndex,
1189: gsmpXCOutSegmentLabel
1190: }
1190: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1191: ::= { gsmpXCTable 1 }
1191: severe -
syntax error, unexpected COLON_COLON_EQUAL
1191: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1192:
1193: GsmpXCEntry ::= SEQUENCE {
1194: gsmpXCIndex Unsigned32,
1194: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
1195: gsmpXCInSegmentIfIndex InterfaceIndexOrZero,
1196: gsmpXCInSegmentLabel Label,
1196: severe -
unknown object identifier label `gsmpXCInSegmentLabel'
1197: gsmpXCOutSegmentIfIndex InterfaceIndexOrZero,
1198: gsmpXCOutSegmentLabel Label,
1199: gsmpXCIsPersistent TruthValue,
1200: gsmpXCOwner Owner,
1201: gsmpConnectType INTEGER,
1202: gsmpBiDirection TruthValue,
1202: severe -
unknown object identifier label `gsmpBiDirection'
1203: gsmpXCAdminStatus INTEGER,
1203: severe -
unknown object identifier label `gsmpXCAdminStatus'
1204: gsmpXCOperStatus INTEGER,
1205: gsmpXCRowStatus RowStatus,
1206: gsmpXCStorageType StorageType,
1207: }
1207: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
1207: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1208:
1209: gsmpXCIndex OBJECT-TYPE
1209: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1210: SYNTAX Unsigned32 (1..2147483647)
1210: error -
SMIv2 base type `Unsigned32' must be imported from SNMPv2-SMI
1211: MAX-ACCESS not-accessible
1212: STATUS current
1213: DESCRIPTION
1214: "Primary index for the conceptual row identifying cross-connect
1215: segments."
1216: ::= { gsmpXCEntry 1 }
1216: severe -
unknown object identifier label `gsmpXCEntry'
1217:
1218: gsmpXCInSegmentIfIndex OBJECT-TYPE
1218: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1218: error -
type `InterfaceIndexOrZero' of node `gsmpXCInSegmentIfIndex' does not resolve to a known base type
1219: SYNTAX InterfaceIndexOrZero
1220: MAX-ACCESS not-accessible
1221: STATUS current
1222: DESCRIPTION
1223: "Interface index of the in-segment."
1224: ::= { gsmpXCEntry 2 }
1225: draft-cha-gsmp-service-mib-00.txt October 2002
1225: warning -
warning: object identifier name `draft-cha-gsmp-service-mib-00' should not include hyphens in SMIv2 MIB
1225: severe -
syntax error, unexpected '.', expecting OBJECT
1226:
1227:
1228: gsmpXCInSegmentLabel OBJECT-TYPE
1229: SYNTAX Label
1230: MAX-ACCESS not-accessible
1231: STATUS current
1232: DESCRIPTION
1233: ôIncoming label."
1233: severe -
lexically unexpected character, skipping to end of line
1234: ::= { gsmpXCEntry 3 }
1234: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1235:
1236: gsmpXCOutSegmentIfIndex OBJECT-TYPE
1236: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1236: error -
type `InterfaceIndexOrZero' of node `gsmpXCOutSegmentIfIndex' does not resolve to a known base type
1237: SYNTAX InterfaceIndexOrZero
1238: MAX-ACCESS not-accessible
1239: STATUS current
1240: DESCRIPTION
1241: "Interface index of the out-segment."
1242: ::= { gsmpXCEntry 4 }
1243:
1244: gsmpXCOutSegmentLabel OBJECT-TYPE
1244: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1245: SYNTAX Label
1246: MAX-ACCESS not-accessible
1247: STATUS current
1248: DESCRIPTION
1249: "Outgoing label."
1250: ::= { gsmpXCEntry 5 }
1251:
1252: gsmpXCIsPersistent OBJECT-TYPE
1252: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1252: error -
type `TruthValue' of node `gsmpXCIsPersistent' does not resolve to a known base type
1252: change recommended -
warning: node `gsmpXCIsPersistent' must be contained in at least one conformance group
1253: SYNTAX TruthValue
1254: MAX-ACCESS read-create
1255: STATUS current
1256: DESCRIPTION
1257: "This object denotes whether or not this cross-connect entry
1258: and associated in- and out-segments should be restored
1259: automatically after failures. This value MUST be set to false
1260: in cases where this cross-connect entry was created by a
1261: signaling protocol."
1262: DEFVAL { false }
1262: error -
default value syntax does not match object syntax
1263: ::= { gsmpXCEntry 6 }
1263: minor error -
scalar object must not have a `read-create' access value
1264:
1265: gsmpXCOwner OBJECT-TYPE
1265: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1265: error -
type `Owner' of node `gsmpXCOwner' does not resolve to a known base type
1265: change recommended -
warning: node `gsmpXCOwner' must be contained in at least one conformance group
1266: SYNTAX Owner
1267: MAX-ACCESS read-only
1268: STATUS current
1269: DESCRIPTION
1270: "It denotes the entity that created and is responsible for
1271: managing this cross-connect."
1272: ::= { gsmpXCEntry 7 }
1273:
1274: gsmpXCAdminStatus OBJECT-TYPE
1274: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1275: SYNTAX INTEGER {
1276: draft-cha-gsmp-service-mib-00.txt October 2002
1276: change recommended -
warning: named number `draft-cha-gsmp-service-mib-00' must not include a hyphen in SMIv2
1276: severe -
syntax error, unexpected '.', expecting '('
1277:
1278:
1279: up(1),
1280: down(2),
1281: testing(3)
1282: }
1282: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1283: MAX-ACCESS read-create
1283: severe -
syntax error, unexpected MAX_ACCESS
1284: STATUS current
1285: DESCRIPTION
1286: "The desired operational status of this segment.
1287: up(1) = ready to pass packets
1288: testing(3) = in some test mode"
1289: ::= { gsmpXCEntry 8 }
1289: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1290:
1291: gsmpXCOperStatus OBJECT-TYPE
1291: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1291: change recommended -
warning: node `gsmpXCOperStatus' must be contained in at least one conformance group
1292: SYNTAX INTEGER {
1293: up(1),
1294: down(2),
1295: testing(3),
1296: unknown(4),
1297: dormant(5),
1298: notPresent(6),
1299: lowerLayerDown(7)
1300: }
1301: MAX-ACCESS read-only
1302: STATUS current
1303: DESCRIPTION
1304: "The actual operational status of this cross-connect.
1305: up(1) = ready to pass packets
1306: testing(3) = in some test mode
1307: unknown(4) = status cannot be determined for some reason
1308: notPresent(6) = some component is missing
1309: lowerLayerDown(7) = down due to the state of lower layer
1310: interfaces"
1311: ::= { gsmpXCEntry 9 }
1312:
1313: gsmpConnectType OBJECT-TYPE
1313: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1313: change recommended -
warning: node `gsmpConnectType' must be contained in at least one conformance group
1314: SYNTAX INTEGER {
1315: point-to-point(1),
1315: change recommended -
warning: named number `point-to-point' must not include a hyphen in SMIv2
1316: point-to-multipoint(2),
1316: change recommended -
warning: named number `point-to-multipoint' must not include a hyphen in SMIv2
1317: multipoint-to-point(3),
1317: change recommended -
warning: named number `multipoint-to-point' must not include a hyphen in SMIv2
1318: multipoint-to-multipoint(4)
1318: change recommended -
warning: named number `multipoint-to-multipoint' must not include a hyphen in SMIv2
1319: }
1320: MAX-ACCESS read-create
1321: STATUS current
1322: DESCRIPTION
1323: "This object is used to define connection types."
1324: ::= { gsmpXCEntry 10 }
1324: minor error -
scalar object must not have a `read-create' access value
1325:
1326: gsmpBiDirection OBJECT-TYPE
1326: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1327: draft-cha-gsmp-service-mib-00.txt October 2002
1327: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting SYNTAX
1328:
1329:
1330: SYNTAX TruthValue
1331: MAX-ACCESS read-create
1332: STATUS current
1333: DESCRIPTION
1334: "If this flag is true, then the connection should be
1335: established to be bi-direction."
1336: DEFVAL { false }
1336: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1337: ::= { gsmpXCEntry 11 }
1337: severe -
syntax error, unexpected COLON_COLON_EQUAL
1337: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1338:
1339: gsmpXCRowStatus OBJECT-TYPE
1339: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1339: error -
type `RowStatus' of node `gsmpXCRowStatus' does not resolve to a known base type
1339: change recommended -
warning: node `gsmpXCRowStatus' must be contained in at least one conformance group
1340: SYNTAX RowStatus
1341: MAX-ACCESS read-create
1342: STATUS current
1343: DESCRIPTION
1344: "This variable is used to create, modify, and/or delete a row
1345: in this table."
1346: ::= { gsmpXCEntry 12 }
1346: minor error -
scalar object must not have a `read-create' access value
1347:
1348: gsmpXCStorageType OBJECT-TYPE
1348: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1348: error -
type `StorageType' of node `gsmpXCStorageType' does not resolve to a known base type
1348: change recommended -
warning: node `gsmpXCStorageType' must be contained in at least one conformance group
1349: SYNTAX StorageType
1350: MAX-ACCESS read-only
1351: STATUS current
1352: DESCRIPTION
1353: "This variable indicates the storage type for this object."
1354: ::= { gsmpXCEntry 13 }
1355:
1356: -- End of gsmpXCTable
1357:
1358:
1359: -- Label stack table is the next step for study.
1360: -- The gsmpLabelStackTable specifies the label stack to be pushed
1361: -- onto a packet, beneath the top label. Entries on this table are
1362: -- referred to from gsmpXCTable. This table is not supported in this
1363: -- version.
1364:
1365:
1366: -- Interface Performance Table
1367: gsmpInterfacePerfTable OBJECT-TYPE
1367: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1368: SYNTAX SEQUENCE OF GsmpInterfacePerfEntry
1368: error -
unknown type `GsmpInterfacePerfEntry'
1369: MAX-ACCESS not-accessible
1370: STATUS current
1371: DESCRIPTION
1372: "This table contains objects to measure the performance of GSMP
1373: interfaces and is an AUGMENT to gsmpInterfaceConfTable."
1374: ::= { gsmpServiceObjects 11 }
1375:
1376: gsmpInterfacePerfEntry OBJECT-TYPE
1376: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1377: SYNTAX GsmpInterfacePerfEntry
1378: draft-cha-gsmp-service-mib-00.txt October 2002
1378: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
1379:
1380:
1381: MAX-ACCESS not-accessible
1382: STATUS current
1383: DESCRIPTION
1384: "The Entry of this table contains objects to measure the
1385: performance of GSMP interfaces and is an AUGMENT to
1386: gsmpInterfaceConfTable."
1387: AUGMENTS { gsmpInterfaceConfEntry }
1387: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1388: ::= { gsmpInterfacePerfTable 1 }
1388: severe -
syntax error, unexpected COLON_COLON_EQUAL
1388: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1389:
1390: GsmpInterfacePerfEntry ::= SEQUENCE {
1391: gsmpInterfaceInFrameCount Counter64,
1391: error -
unknown type `Counter64'
1391: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1392: gsmpInterfaceInInvalidLabelCount Counter64,
1392: error -
unknown type `Counter64'
1392: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1393: gsmpInterfaceInFrameDiscardCount Counter64,
1393: error -
unknown type `Counter64'
1393: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1394: gsmpInterfaceOutFrameCount Counter64,
1394: error -
unknown type `Counter64'
1394: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1394: severe -
unknown object identifier label `gsmpInterfaceOutFrameCount'
1395: gsmpInterfaceOutFrameDiscardCount Counter64,
1395: error -
unknown type `Counter64'
1395: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1396: }
1396: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
1396: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1397:
1398: gsmpInterfaceInFrameCount OBJECT-TYPE
1398: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1398: change recommended -
warning: node `gsmpInterfaceInFrameCount' must be contained in at least one conformance group
1399: SYNTAX Counter64
1400: MAX-ACCESS read-only
1400: error -
unknown type `Counter64'
1400: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1401: STATUS current
1402: DESCRIPTION
1403: "This object counts frames arriving at the input. It is
1404: relevant for label types = FR and MPLS."
1405: ::= { gsmpInterfacePerfEntry 1 }
1405: severe -
unknown object identifier label `gsmpInterfacePerfEntry'
1406:
1407: gsmpInterfaceInInvalidLabelCount OBJECT-TYPE
1407: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1407: change recommended -
warning: node `gsmpInterfaceInInvalidLabelCount' must be contained in at least one conformance group
1408: SYNTAX Counter64
1409: MAX-ACCESS read-only
1409: error -
unknown type `Counter64'
1409: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1410: STATUS current
1411: DESCRIPTION
1412: "This object counts frames discarded because their Label is
1413: invalid on arrival at an input port."
1414: ::= { gsmpInterfacePerfEntry 2 }
1415:
1416: gsmpInterfaceInFrameDiscardCount OBJECT-TYPE
1416: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1416: change recommended -
warning: node `gsmpInterfaceInFrameDiscardCount' must be contained in at least one conformance group
1417: SYNTAX Counter64
1418: MAX-ACCESS read-only
1418: error -
unknown type `Counter64'
1418: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1419: STATUS current
1420: DESCRIPTION
1421: "This object counts frames discarded due to congestion on an
1422: input port. It is relevant for label types = FR and MPLS."
1423: ::= { gsmpInterfacePerfEntry 3 }
1424:
1425: gsmpInterfaceOutFrameCount OBJECT-TYPE
1425: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1426: SYNTAX Counter64
1427: MAX-ACCESS read-only
1427: error -
unknown type `Counter64'
1427: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1428: STATUS current
1429: draft-cha-gsmp-service-mib-00.txt October 2002
1429: error -
description missing in object definition
1429: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1430:
1431:
1432: DESCRIPTION
1433: "This object counts frames arriving at the output. It is
1434: relevant for label types = FR and MPLS."
1435: ::= { gsmpInterfacePerfEntry 4 }
1435: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1436:
1437: gsmpInterfaceOutFrameDiscardCount OBJECT-TYPE
1437: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1437: change recommended -
warning: node `gsmpInterfaceOutFrameDiscardCount' must be contained in at least one conformance group
1438: SYNTAX Counter64
1439: MAX-ACCESS read-only
1439: error -
unknown type `Counter64'
1439: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1440: STATUS current
1441: DESCRIPTION
1442: "This object counts frames discarded due to congestion on an
1443: output port. It is relevant for label types = FR and MPLS."
1444: ::= { gsmpInterfacePerfEntry 5 }
1445:
1446: -- End of gsmpInterfacePerfTable
1447:
1448: -- Label Performance Table
1449: gsmpLabelPerfTable OBJECT-TYPE
1449: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1450: SYNTAX SEQUENCE OF GsmpLabelPerfEntry
1450: error -
unknown type `GsmpLabelPerfEntry'
1451: MAX-ACCESS not-accessible
1452: STATUS current
1453: DESCRIPTION
1454: "This table has objects to measure the performance of
1455: connection."
1456: ::= { gsmpServiceObjects 12 }
1457:
1458: gsmpLabelPerfEntry OBJECT-TYPE
1458: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1458: severe -
illegal base type `InterfaceIndexOrZero' in index element `gsmpInterfaceConfIndex' of row gsmpLabelPerfEntry
1459: SYNTAX GsmpLabelPerfEntry
1460: MAX-ACCESS not-accessible
1461: STATUS current
1462: DESCRIPTION
1463: "The Entry of this table contains objects to measure the
1464: performance of GSMP label."
1465: INDEX { gsmpInterfaceConfIndex, gsmpPerfLabel }
1465: severe -
unknown object identifier label `gsmpPerfLabel'
1466: ::= { gsmpLabelPerfTable 1 }
1467:
1468: GsmpLabelPerfEntry ::= SEQUENCE {
1469: gsmpLabelIndex Label,
1469: severe -
unknown object identifier label `gsmpLabelIndex'
1470: gsmpLabelInFrameCount Counter64,
1470: error -
unknown type `Counter64'
1470: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1471: gsmpLabelInFrameDiscardCount Counter64,
1471: error -
unknown type `Counter64'
1471: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1472: gsmpLabelOutFrameCount Counter64,
1472: error -
unknown type `Counter64'
1472: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1473: gsmpLabelOutFrameDiscardCount Counter64,
1473: error -
unknown type `Counter64'
1473: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1474: }
1474: severe -
syntax error, unexpected '}', expecting LOWERCASE_IDENTIFIER
1474: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1475:
1476: gsmpLabelIndex OBJECT-TYPE
1476: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1477: SYNTAX Label
1478: MAX-ACCESS not-accessible
1479: STATUS current
1480: draft-cha-gsmp-service-mib-00.txt October 2002
1480: error -
description missing in object definition
1480: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1481:
1482:
1483: DESCRIPTION
1484: "This is a unique index for an entry in the
1485: gsmpLabelPerfTable."
1486: ::= { gsmpLabelPerfEntry 1 }
1486: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1487:
1488: gsmpLabelInFrameCount OBJECT-TYPE
1488: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1488: change recommended -
warning: node `gsmpLabelInFrameCount' must be contained in at least one conformance group
1489: SYNTAX Counter64
1490: MAX-ACCESS read-only
1490: error -
unknown type `Counter64'
1490: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1491: STATUS current
1492: DESCRIPTION
1493: "This object counts frames arriving at the in-segment. It is
1494: relevant for label types = FR and MPLS."
1495: ::= { gsmpLabelPerfEntry 2 }
1496:
1497: gsmpLabelInFrameDiscardCount OBJECT-TYPE
1497: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1497: change recommended -
warning: node `gsmpLabelInFrameDiscardCount' must be contained in at least one conformance group
1498: SYNTAX Counter64
1499: MAX-ACCESS read-only
1499: error -
unknown type `Counter64'
1499: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1500: STATUS current
1501: DESCRIPTION
1502: "This object counts frames discarded due to congestion on the
1503: in-segment. It is relevant for label types = FR and MPLS."
1504: ::= { gsmpLabelPerfEntry 3 }
1505:
1506: gsmpLabelOutFrameCount OBJECT-TYPE
1506: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1506: change recommended -
warning: node `gsmpLabelOutFrameCount' must be contained in at least one conformance group
1507: SYNTAX Counter64
1508: MAX-ACCESS read-only
1508: error -
unknown type `Counter64'
1508: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1509: STATUS current
1510: DESCRIPTION
1511: "This object counts frames departing from the out-segment. It
1512: is relevant for label types = FR and MPLS."
1513: ::= { gsmpLabelPerfEntry 4 }
1514:
1515: gsmpLabelOutFrameDiscardCount OBJECT-TYPE
1515: error -
macro `OBJECT-TYPE' has not been imported from module `SNMPv2-SMI'
1515: change recommended -
warning: node `gsmpLabelOutFrameDiscardCount' must be contained in at least one conformance group
1516: SYNTAX Counter64
1517: MAX-ACCESS read-only
1517: error -
unknown type `Counter64'
1517: error -
SMIv2 base type `Counter64' must be imported from SNMPv2-SMI
1518: STATUS current
1519: DESCRIPTION
1520: "This object counts frames discarded due to congestion on the
1521: out-segment. It is relevant for label types = FR and MPLS."
1522: ::= { gsmpLabelPerfEntry 5 }
1523:
1524: -- End of gsmpLabelPerfTable
1525:
1526: -- Notifications will use notifications defined in GSMP-MIB[RFC3295].
1527:
1528: -- Module-Compliance is the next step for study.
1529:
1530: END
1530: error -
missing MODULE-IDENTITY clause in SMIv2 MIB