smilint output for ./L2TPv3-MIB
Message Severities |
Severity | Count |
severe | 62 |
error | 32 |
minor error | 12 |
change recommended | 1 |
warning | 48 |
Message Types |
Type | Count |
augment-no-row (error) | 1 |
bad-identifier-case (error) | 8 |
basetype-unknown (error) | 1 |
description-missing (error) | 2 |
empty-format (warning) | 3 |
hyphen-in-label (change recommended) | 1 |
hyphen-in-object (warning) | 6 |
import-unused (warning) | 1 |
internal-flushing (warning) | 35 |
internal-other (severe) | 35 |
invalid-format (error) | 2 |
module-identity-missing (error) | 1 |
node-implicit (warning) | 2 |
object-identifier-not-prefix (error) | 12 |
object-identifier-unknown (severe) | 27 |
parent-row (error) | 1 |
scalar-not-creatable (minor error) | 9 |
sequence-no-column (minor error) | 3 |
sequence-order (warning) | 1 |
type-unknown (error) | 4 |
Messages:
L2TPv3-MIB
1: -- extracted from draft-ietf-l2tpext-l2tpmib-base-02.txt
2: -- at Fri Sep 8 06:06:59 2006
3:
4: L2TPv3-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY,
7: warning -
warning: identifier `MODULE-IDENTITY' imported from module `SNMPv2-SMI' is never used
8: NOTIFICATION-TYPE,
9: OBJECT-TYPE,
10: Counter32,
11: Counter64,
12: Gauge32,
13: Integer32,
14: Unsigned32
15: FROM SNMPv2-SMI
16:
17: TEXTUAL-CONVENTION,
18: DisplayString,
19: RowStatus,
20: TruthValue
21: FROM SNMPv2-TC
22:
23: SnmpAdminString
24: FROM SNMP-FRAMEWORK-MIB
25:
26: MODULE-COMPLIANCE,
27: NOTIFICATION-GROUP,
28: OBJECT-GROUP
29: FROM SNMPv2-CONF
30:
31: InterfaceIndex
32: FROM IF-MIB;
33:
34: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
34: warning -
warning: object identifier name `draft-ietf-l2tpext-l2tpmib-base-02' should not include hyphens in SMIv2 MIB
34: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
35:
36:
37:
38: l2tpv3 MODULE-IDENTITY
39: LAST-UPDATED "200608230000Z" -- 23 August 2006
40: ORGANIZATION "IETF L2TP Working Group"
41: CONTACT-INFO
42: "Layer Two Tunneling Protocol Extensions WG
43: Working Group Area: Internet
44: Working Group Name: l2tpext
45: General Discussion: l2tp@l2tp.net"
46:
47: DESCRIPTION
48: "The MIB module that describes managed objects of general
49: use by the Layer Two Tunneling Protocol, Version 3
50: (L2TPv3)."
51:
52: --
53: -- Revision log
54: --
55: REVISION "200608230000Z" -- 23 August 2006
56: DESCRIPTION
57: "Editorial changes."
58: REVISION "200211030000Z" -- 3 November 2002
59: DESCRIPTION
60: "First revision."
61: ::= { transmission XXX } -- To be assigned by IANA
61: warning -
warning: flushing recent incorrect declaration, see previous error(s)
62:
63: --
64: -- Textual Conventions
65: --
66:
67: L2tpv3MilliSeconds ::= TEXTUAL-CONVENTION
68: DISPLAY-HINT "d-3"
69: STATUS current
70: DESCRIPTION
71: "A period of time, measured in units of .001 seconds.
72: When used in conjunction with the DISPLAY-HINT, shows
73: seconds and fractions of a second with a resolution of
74: .001 of a second."
75: SYNTAX Integer32 (0..2147483646)
76:
77: L2tpv3TransportType ::= TEXTUAL-CONVENTION
78: DISPLAY-HINT ""
78: warning -
warning: zero-length format string
79: STATUS current
80: DESCRIPTION
81: "Supported L2TP transport types. Different transports
82: may define MIB extensions to the L2TP control connection
83: table to fully describe the transport layer. Objects of
84: this type may be used to determine which MIB extensions
85: to reference."
86:
87: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
87: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting SYNTAX
88:
89:
90:
91: SYNTAX INTEGER {
92: other(1),
93: none(2),
94: ipv4(3),
95: udpIpv4(4),
96: ipv6(5),
97: udpIpv6(6),
98: mpls(7),
99: frameRelay(8),
100: atm(9)
101: }
101: warning -
warning: flushing recent incorrect declaration, see previous error(s)
102:
103: L2tpv3PWType ::= TEXTUAL-CONVENTION
103: error -
invalid format specification `'
104: DISPLAY-HINT ""
104: warning -
warning: zero-length format string
105: STATUS current
106: DESCRIPTION
107: "Supported L2TP pseudowire types."
108: SYNTAX INTEGER {
109: frameRelay(1),
110: atmAAL5(2),
111: atmTransCell(3),
112: ethernetVLAN(4),
113: ethernet(5),
114: hdlc(6),
115: ppp(7),
116: cem(8),
117: atmVCCCell(9),
118: atmVPCCell(10)
119: }
120:
121: L2tpv3DataSequencing ::= TEXTUAL-CONVENTION
121: error -
invalid format specification `'
122: DISPLAY-HINT ""
122: warning -
warning: zero-length format string
123: STATUS current
124: DESCRIPTION
125: "L2TP data sequencing levels. A value of 'none'
126: indicates that no received data packets require
127: sequencing. A value of 'nonIP' indicates that only
128: non-IP data packets require sequencing. A value of
129: 'all' indicates that all received data packets require
130: sequencing. The appropriate sequencing level is
131: communicated to the peer via the Data Sequencing AVP."
132: SYNTAX INTEGER {
133: none(0),
134: nonIP(1),
135: all(2)
136: }
137:
138: --
139: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
139: warning -
warning: object identifier name `draft-ietf-l2tpext-l2tpmib-base-02' should not include hyphens in SMIv2 MIB
139: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
140:
141:
142:
143: -- Definitions of significant branches
144: --
145: l2tpv3Notifications OBJECT IDENTIFIER ::= { l2tpv3 0 }
145: warning -
warning: flushing recent incorrect declaration, see previous error(s)
146: l2tpv3Objects OBJECT IDENTIFIER ::= { l2tpv3 1 }
146: severe -
unknown object identifier label `l2tpv3'
147: l2tpv3Conformance OBJECT IDENTIFIER ::= { l2tpv3 2 }
148:
149: --
150: -- The L2TP Stack Configuration Group
151: --
152: -- This group of objects is used to manage configuration
153: -- of the L2TP stack.
154: --
155: l2tpv3StackCfg OBJECT IDENTIFIER ::= { l2tpv3Objects 1 }
156:
157: l2tpv3StackCfgAdminState OBJECT-TYPE
158: SYNTAX INTEGER {
159: enabled(1),
160: disabled(2)
161: }
162: MAX-ACCESS read-write
163: STATUS current
164: DESCRIPTION
165: "The administrative state of the L2TP stack. Setting
166: this object to 'disabled' causes all control connections
167: to be immediately disconnected. After this point, no
168: further control connections or session may be initiated
169: or accepted. The value of this object must be
170: maintained in non-volatile memory."
171: ::= { l2tpv3StackCfg 1 }
172:
173: l2tpv3StackCfgDrain OBJECT-TYPE
174: SYNTAX TruthValue
175: MAX-ACCESS read-write
176: STATUS current
177: DESCRIPTION
178: "Setting this object to 'true' prevents any new control
179: connections and/or sessions from being initiated or
180: accepted. However, it does not disconnect any active
181: control connections and/or sessions. The
182: 'l2tpv3StackStatsIsDraining' object and the
183: 'l2tpv3CtrlStatsIsDraining' object of each control
184: connection is set to 'true'. To cancel a drain, this
185: object is set to 'false'. The value of this object must
186: be maintained in non-volatile memory."
187: ::= { l2tpv3StackCfg 2 }
188:
189: --
190: -- The L2TP Status and Statistics Group
191: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
191: warning -
warning: object identifier name `draft-ietf-l2tpext-l2tpmib-base-02' should not include hyphens in SMIv2 MIB
191: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
192:
193:
194:
195: --
196: -- This group of objects describe the current state and
197: -- statistics of the L2TP stack.
198: --
199: l2tpv3StackStats OBJECT IDENTIFIER ::= { l2tpv3Objects 2 }
199: warning -
warning: flushing recent incorrect declaration, see previous error(s)
200:
201: l2tpv3StackStatsVersion OBJECT-TYPE
202: SYNTAX Integer32 (1..65535)
203: MAX-ACCESS read-only
204: STATUS current
205: DESCRIPTION
206: "The highest protocol version number supported by this
207: L2TP stack."
208: ::= { l2tpv3StackStats 1 }
208: severe -
unknown object identifier label `l2tpv3StackStats'
209:
210: l2tpv3StackStatsRevision OBJECT-TYPE
211: SYNTAX Integer32 (1..65535)
212: MAX-ACCESS read-only
213: STATUS current
214: DESCRIPTION
215: "The revision number of the L2TP stack."
216: ::= { l2tpv3StackStats 2 }
217:
218: l2tpv3StackStatsVendorName OBJECT-TYPE
219: SYNTAX SnmpAdminString
220: MAX-ACCESS read-only
221: STATUS current
222: DESCRIPTION
223: "The vendor name of the L2TP stack."
224: ::= { l2tpv3StackStats 3 }
225:
226: l2tpv3StackStatsAdminState OBJECT-TYPE
227: SYNTAX INTEGER {
228: enabled(1),
229: disabled(2)
230: }
231: MAX-ACCESS read-only
232: STATUS current
233: DESCRIPTION
234: "The administrative state of the L2TP stack. It reflects
235: the value of the l2tpv3StackCfgAdminState object."
236: ::= { l2tpv3StackStats 4 }
237:
238: l2tpv3StackStatsIsDraining OBJECT-TYPE
239: SYNTAX TruthValue
240: MAX-ACCESS read-only
241: STATUS current
242: DESCRIPTION
243:
244: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
244: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting QUOTED_STRING
245:
246:
247:
248: "Indicates whether the L2TP stack is draining sessions
249: from all control connections."
250: ::= { l2tpv3StackStats 5 }
250: warning -
warning: flushing recent incorrect declaration, see previous error(s)
251:
252: l2tpv3StackStatsNumCtrlEst OBJECT-TYPE
253: SYNTAX Counter32
254: MAX-ACCESS read-only
255: STATUS current
256: DESCRIPTION
257: "The total number of control connections that are
258: currently established."
259: ::= { l2tpv3StackStats 6 }
260:
261: l2tpv3StackStatsNumSessEst OBJECT-TYPE
262: SYNTAX Counter32
263: MAX-ACCESS read-only
264: STATUS current
265: DESCRIPTION
266: "The total number of sessions that are currently
267: established."
268: ::= { l2tpv3StackStats 7 }
269:
270: --
271: -- The L2TP Control Connection Configuration Table
272: --
273: l2tpv3CtrlCfgTable OBJECT-TYPE
274: SYNTAX SEQUENCE OF L2tpv3CtrlCfgEntry
275: MAX-ACCESS not-accessible
276: STATUS current
277: DESCRIPTION
278: "Table used to (re)configure the operational
279: characteristics of a single L2TP control connection.
280: There is a 1:1 correspondence between conceptual rows of
281: this table and conceptual rows of the
282: l2tpv3CtrlStatsTable. Entries in this table have the
283: same persistency characteristics as that of the
284: l2tpv3CtrlStatsTable."
285: ::= { l2tpv3Objects 3 }
286:
287: l2tpv3CtrlCfgEntry OBJECT-TYPE
288: SYNTAX L2tpv3CtrlCfgEntry
289: MAX-ACCESS not-accessible
290: STATUS current
291: DESCRIPTION
292: "An L2TP control connection configuration entry. Entries
293: in this table are added and deleted as a result of
294: protocol interactions or management operations. The
295: latter occurs when a row is instantiated in the
296:
297: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
298:
299:
300:
301: l2tpv3CtrlCfgTable row and the encapsulation method is
302: 'l2tp'."
303: INDEX { l2tpv3CtrlCfgIfIndex }
304: ::= { l2tpv3CtrlCfgTable 1 }
305:
306: L2tpv3CtrlCfgEntry ::=
306: minor error -
SEQUENCE element #7 `l2tpv3CtrlCfgAuth' is not a child node under `l2tpv3CtrlCfgEntry'
306: warning -
warning: SEQUENCE element #8 `l2tpv3CtrlCfgSecret' does not match order of columnar objects under `l2tpv3CtrlCfgEntry'
307: SEQUENCE {
308: l2tpv3CtrlCfgIfIndex InterfaceIndex,
309: l2tpv3CtrlCfgRouterID SnmpAdminString,
310: l2tpv3CtrlCfgTransport L2tpv3TransportType,
310: error -
unknown type `L2tpv3TransportType'
311: l2tpv3CtrlCfgPWCap OCTET STRING,
312: l2tpv3CtrlCfgFallback TruthValue,
313: l2tpv3CtrlCfgDrain TruthValue,
314: l2tpv3CtrlCfgAuth INTEGER,
314: severe -
unknown object identifier label `l2tpv3CtrlCfgAuth'
315: l2tpv3CtrlCfgSecret SnmpAdminString,
316: l2tpv3CtrlCfgSecurity INTEGER,
317: l2tpv3CtrlCfgHelloInt Integer32,
317: severe -
unknown object identifier label `l2tpv3CtrlCfgHelloInt'
318: l2tpv3CtrlCfgRWS Integer32,
319: l2tpv3CtrlCfgMaxRetrans Integer32,
320: l2tpv3CtrlCfgMaxRetransTO Integer32,
320: severe -
unknown object identifier label `l2tpv3CtrlCfgMaxRetransTO'
321: l2tpv3CtrlCfgReassemblyTO L2tpv3MilliSeconds,
322: l2tpv3CtrlCfgIdleTO Integer32
323: }
324:
325: l2tpv3CtrlCfgIfIndex OBJECT-TYPE
326: SYNTAX InterfaceIndex
327: MAX-ACCESS not-accessible
328: STATUS current
329: DESCRIPTION
330: "Value equal to the ifIndex value of the Interfaces Group
331: MIB for an interface of type L2TP."
332: ::= { l2tpv3CtrlCfgEntry 1 }
333:
334: l2tpv3CtrlCfgRouterID OBJECT-TYPE
335: SYNTAX SnmpAdminString
336: MAX-ACCESS read-write
337: STATUS current
338: DESCRIPTION
339: "The local router ID of this peer, as communicated via
340: the Router ID AVP for this control connection."
341: ::= { l2tpv3CtrlCfgEntry 2 }
342:
343: l2tpv3CtrlCfgTransport OBJECT-TYPE
343: error -
type `L2tpv3TransportType' of node `l2tpv3CtrlCfgTransport' does not resolve to a known base type
344: SYNTAX L2tpv3TransportType
345: MAX-ACCESS read-write
346: STATUS current
347: DESCRIPTION
348: "The transport type of this control connection entry.
349:
350: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
351:
352:
353:
354: This object cannot be modified when the control
355: connection is in a connecting or connected state."
356: ::= { l2tpv3CtrlCfgEntry 3 }
357:
358: l2tpv3CtrlCfgPWCap OBJECT-TYPE
359: SYNTAX OCTET STRING (SIZE(1..256))
360: MAX-ACCESS read-write
361: STATUS current
362: DESCRIPTION
363: "The pseudowire capabilities of this control connection
364: entry. Each octet must be a value within the range
365: specified by the L2tpv3PWType textual convention."
366: ::= { l2tpv3CtrlCfgEntry 4 }
367:
368: l2tpv3CtrlCfgFallback OBJECT-TYPE
369: SYNTAX TruthValue
370: MAX-ACCESS read-write
371: STATUS current
372: DESCRIPTION
373: "Indicates whether fallback to older versions of L2TP is
374: enabled during control connection establishment."
375: ::= { l2tpv3CtrlCfgEntry 5 }
376:
377: l2tpv3CtrlCfgDrain OBJECT-TYPE
378: SYNTAX TruthValue
379: MAX-ACCESS read-write
380: STATUS current
381: DESCRIPTION
382: "Setting this object to 'true' prevents any new sessions
383: from being either initiated or accepted by this control
384: connection. However, it does not disconnect any active
385: sessions for this control connection. The
386: 'l2tpv3CtrlStatsIsDraining' object for this control
387: connection is set to 'true'. To cancel a drain, this
388: object is set to 'false'. This object may be overridden
389: by the global 'l2tpv3StackCfgDrain' object, which
390: globally applies drain settings to all control
391: connections."
392: DEFVAL { false }
393: ::= { l2tpv3CtrlCfgEntry 6 }
394:
395: l2tpv3CtrlCfgAuth OBJECT-TYPE
396: SYNTAX INTEGER {
397: none(1),
398: simple(2),
399: challenge(3)
400: }
401: MAX-ACCESS read-write
402:
403: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
403: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
404:
405:
406:
407: STATUS current
408: DESCRIPTION
409: "Describes how a pair of LCCEs are to be authenticated.
410: The value 'simple' indicates that peers are
411: authenticated by their host name as described in the
412: Host Name AVP. The value 'challenge' indicates that all
413: peers are challenged to prove their identification.
414: This object cannot be modified when the control
415: connection is in a connecting or connected state."
416: DEFVAL { none }
416: warning -
warning: flushing recent incorrect declaration, see previous error(s)
417: ::= { l2tpv3CtrlCfgEntry 7 }
417: severe -
syntax error, unexpected COLON_COLON_EQUAL
417: warning -
warning: flushing recent incorrect declaration, see previous error(s)
418:
419: l2tpv3CtrlCfgSecret OBJECT-TYPE
420: SYNTAX SnmpAdminString (SIZE (0..255))
421: MAX-ACCESS read-write
422: STATUS current
423: DESCRIPTION
424: "The shared secret used during the authentication phase
425: of control connection establishment. This object cannot
426: be modified when the control connection is in a
427: connecting or connected state. This object MUST be
428: accessible only via requests using both authentication
429: and privacy. The agent MUST report an empty string in
430: response to get, get-next, and get-bulk requests."
431: ::= { l2tpv3CtrlCfgEntry 8 }
432:
433: l2tpv3CtrlCfgSecurity OBJECT-TYPE
434: SYNTAX INTEGER {
435: none(1),
436: other(2),
437: ipsec(3)
438: }
439: MAX-ACCESS read-write
440: STATUS current
441: DESCRIPTION
442: "Sets whether this control connection is to be secured.
443: The value of 'ipsec' indicates that all control packets
444: have IPsec headers. The types of IPsec headers (e.g.
445: AH, ESP, etc.) and their usage are outside the scope of
446: this document. This object cannot be modified when the
447: control connection is in a connecting or connected
448: state."
449: DEFVAL { none }
450: ::= { l2tpv3CtrlCfgEntry 9 }
451:
452: l2tpv3CtrlCfgHelloInt OBJECT-TYPE
453: SYNTAX Integer32 (0..3600)
454: UNITS "seconds"
455:
456: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
456: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
457:
458:
459:
460: MAX-ACCESS read-write
461: STATUS current
462: DESCRIPTION
463: "The interval in which Hello (keepalive) packets are sent
464: by a local peer. The value zero effectively disables
465: the sending of Hello packets. Modifications to this
466: object have immediate effect."
467: DEFVAL { 60 }
467: warning -
warning: flushing recent incorrect declaration, see previous error(s)
468: ::= { l2tpv3CtrlCfgEntry 10 }
468: severe -
syntax error, unexpected COLON_COLON_EQUAL
468: warning -
warning: flushing recent incorrect declaration, see previous error(s)
469:
470: l2tpv3CtrlCfgRWS OBJECT-TYPE
471: SYNTAX Integer32 (1..65535)
472: MAX-ACCESS read-write
473: STATUS current
474: DESCRIPTION
475: "The control packet receive window size. It specifies
476: the maximum number of control packets an LCCE can send
477: for the control connection without waiting for an
478: acknowledgement from the peer. This object cannot be
479: modified when the control connection is in a connecting
480: or connected state."
481: DEFVAL { 4 }
482: ::= { l2tpv3CtrlCfgEntry 11 }
483:
484: l2tpv3CtrlCfgMaxRetrans OBJECT-TYPE
485: SYNTAX Integer32 (0..32)
486: MAX-ACCESS read-write
487: STATUS current
488: DESCRIPTION
489: "The number of control packet retransmissions that the
490: L2TP stack attempts for this control connection before
491: assuming that the peer is no longer responding. A value
492: of zero indicates that this peer does not attempt to
493: retransmit an unacknowledged control packet.
494: Modifications to this object have immediate effect."
495: DEFVAL { 5 }
496: ::= { l2tpv3CtrlCfgEntry 12 }
497:
498: l2tpv3CtrlCfgMaxRetransTO OBJECT-TYPE
499: SYNTAX Integer32 (1..32)
500: UNITS "seconds"
501: MAX-ACCESS read-write
502: STATUS current
503: DESCRIPTION
504: "The maximum retransmission timeout interval that the
505: control connection waits before retransmitting an
506: unacknowledged control packet. Modifications to this
507: object have immediate effect."
508:
509: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
509: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
510:
511:
512:
513: DEFVAL { 16 }
513: warning -
warning: flushing recent incorrect declaration, see previous error(s)
514: ::= { l2tpv3CtrlCfgEntry 13 }
514: severe -
syntax error, unexpected COLON_COLON_EQUAL
514: warning -
warning: flushing recent incorrect declaration, see previous error(s)
515:
516: l2tpv3CtrlCfgReassemblyTO OBJECT-TYPE
517: SYNTAX L2tpv3MilliSeconds
518: MAX-ACCESS read-write
519: STATUS current
520: DESCRIPTION
521: "The number of milliseconds that this control connection
522: waits before processing data packets that were received
523: out of sequence (and that are being held for processing
524: in sequence). A low value increases the chance of
525: delayed packets being discarded, while a high value may
526: cause more queueing and possibly degrade throughput if
527: packets are truly lost. The default value for this
528: object is zero, which means that delayed packets are
529: considered lost, and received packets are processed in
530: increasing order, despite any sequence number gaps."
531: DEFVAL { 0 }
532: ::= { l2tpv3CtrlCfgEntry 14 }
533:
534: l2tpv3CtrlCfgIdleTO OBJECT-TYPE
535: SYNTAX Integer32 (-1..86400)
536: UNITS "seconds"
537: MAX-ACCESS read-write
538: STATUS current
539: DESCRIPTION
540: "The period of time that an established control
541: connection with no sessions waits before disconnecting
542: the control connection. A value of zero indicates that
543: the control connection disconnects immediately after the
544: last session disconnects. A value of -1 leaves the
545: control connection up indefinitely. Modifications to
546: this object have immediate effect."
547: DEFVAL { 0 }
548: ::= { l2tpv3CtrlCfgEntry 15 }
549:
550: --
551: -- The L2TP Control Connection Status and Statistics Table
552: --
553: l2tpv3CtrlStatsTable OBJECT-TYPE
554: SYNTAX SEQUENCE OF L2tpv3CtrlStatsEntry
554: error -
unknown type `L2tpv3CtrlStatsEntry'
555: MAX-ACCESS not-accessible
556: STATUS current
557: DESCRIPTION
558: "Table describing the current status and statistics of a
559: single L2TP control connection. There is a 1:1
560: correspondence between conceptual rows of this table and
561:
562: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
563:
564:
565:
566: conceptual rows of the l2tpv3CtrlCfgTable."
567: ::= { l2tpv3Objects 4 }
568:
569: l2tpv3CtrlStatsEntry OBJECT-TYPE
570: SYNTAX L2tpv3CtrlStatsEntry
571: MAX-ACCESS not-accessible
572: STATUS current
573: DESCRIPTION
574: "An L2TP control connection interface statistics entry."
575: AUGMENTS { l2tpv3CtrlCfgEntry }
576: ::= { l2tpv3CtrlStatsTable 1 }
577:
578: L2tpv3CtrlStatsEntry ::=
579: SEQUENCE {
580: l2tpv3CtrlStatsLocalID Unsigned32,
581: l2tpv3CtrlStatsRemoteID Unsigned32,
582: l2tpv3CtrlStatsRemoteRouterID SnmpAdminString,
583: l2tpv3CtrlStatsState INTEGER,
584: l2tpv3CtrlStatsIsDraining TruthValue,
584: severe -
unknown object identifier label `l2tpv3CtrlStatsIsDraining'
585: l2tpv3CtrlStatsInitiated INTEGER,
586: l2tpv3CtrlStatsRemoteHostName SnmpAdminString,
587: l2tpv3CtrlStatsRemoteVendorName SnmpAdminString,
588: l2tpv3CtrlStatsRemoteVersion OCTET STRING,
589: l2tpv3CtrlStatsRemotePWCap OCTET STRING,
589: severe -
unknown object identifier label `l2tpv3CtrlStatsRemotePWCap'
590: l2tpv3CtrlStatsInitialRemoteRWS Integer32,
591: l2tpv3CtrlStatsCtrlRxZLB Counter32,
592: l2tpv3CtrlStatsCtrlOutOfSeq Counter32,
593: l2tpv3CtrlStatsCtrlOutOfWindow Counter32,
594: l2tpv3CtrlStatsCtrlTxZLB Counter32,
595: l2tpv3CtrlStatsCtrlAckTO Counter32,
596: l2tpv3CtrlStatsCurrentRemoteRWS Gauge32,
597: l2tpv3CtrlStatsTxSeq Integer32,
597: severe -
unknown object identifier label `l2tpv3CtrlStatsTxSeq'
598: l2tpv3CtrlStatsRxSeq Integer32,
599: l2tpv3CtrlStatsNumSessCumEst Counter32,
600: l2tpv3CtrlStatsNumSessCurrentEst Gauge32,
601: l2tpv3CtrlStatsNumSessFailed Counter32,
602: l2tpv3CtrlStatsLastResultCode Integer32,
603: l2tpv3CtrlStatsLastErrorCode Integer32,
603: severe -
unknown object identifier label `l2tpv3CtrlStatsLastErrorCode'
604: l2tpv3CtrlStatsLastErrorMessage SnmpAdminString,
605: l2tpv3CtrlStatsCtrlRxOctets Counter32,
606: l2tpv3CtrlStatsCtrlRxPkts Counter32,
607: l2tpv3CtrlStatsCtrlTxOctets Counter32,
608: l2tpv3CtrlStatsCtrlTxPkts Counter32,
608: severe -
unknown object identifier label `l2tpv3CtrlStatsCtrlTxPkts'
609: l2tpv3CtrlStatsDataRxOctets Counter32,
610: l2tpv3CtrlStatsDataRxPkts Counter32,
611: l2tpv3CtrlStatsDataRxDrops Counter32,
612: l2tpv3CtrlStatsDataTxOctets Counter32,
613: l2tpv3CtrlStatsDataTxPkts Counter32,
613: severe -
unknown object identifier label `l2tpv3CtrlStatsDataTxPkts'
614:
615: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
615: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
615: severe -
unknown object identifier label `draft-ietf-l2tpext-l2tpmib-base-02'
615: error -
unknown type `L2TPv3-MIB'
616:
617:
618:
619: l2tpv3CtrlStatsCtrlHCRxOctets Counter64,
620: l2tpv3CtrlStatsCtrlHCRxPkts Counter64,
621: l2tpv3CtrlStatsCtrlHCTxOctets Counter64,
622: l2tpv3CtrlStatsCtrlHCTxPkts Counter64,
623: l2tpv3CtrlStatsDataHCRxOctets Counter64,
624: l2tpv3CtrlStatsDataHCRxPkts Counter64,
625: l2tpv3CtrlStatsDataHCRxDrops Counter64,
626: l2tpv3CtrlStatsDataHCTxOctets Counter64,
627: l2tpv3CtrlStatsDataHCTxPkts Counter64
628: }
628: warning -
warning: flushing recent incorrect declaration, see previous error(s)
629:
630: l2tpv3CtrlStatsLocalID OBJECT-TYPE
631: SYNTAX Unsigned32
632: MAX-ACCESS read-only
633: STATUS current
634: DESCRIPTION
635: "The local control connection ID."
636: ::= { l2tpv3CtrlStatsEntry 1 }
637:
638: l2tpv3CtrlStatsRemoteID OBJECT-TYPE
639: SYNTAX Unsigned32
640: MAX-ACCESS read-only
641: STATUS current
642: DESCRIPTION
643: "The remote control connection ID."
644: ::= { l2tpv3CtrlStatsEntry 2 }
645:
646: l2tpv3CtrlStatsRemoteRouterID OBJECT-TYPE
647: SYNTAX SnmpAdminString
648: MAX-ACCESS read-only
649: STATUS current
650: DESCRIPTION
651: "The remote router ID for this control connection, as
652: communicated by the peer via the Router ID AVP."
653: ::= { l2tpv3CtrlStatsEntry 3 }
654:
655: l2tpv3CtrlStatsState OBJECT-TYPE
656: SYNTAX INTEGER {
657: ctrlIdle(1),
658: ctrlConnecting(2),
659: ctrlEstablished(3),
660: ctrlDisconnecting(4)
661: }
662: MAX-ACCESS read-only
663: STATUS current
664: DESCRIPTION
665: "The current state of the control connection."
666: ::= { l2tpv3CtrlStatsEntry 4 }
667:
668: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
668: warning -
warning: object identifier name `draft-ietf-l2tpext-l2tpmib-base-02' should not include hyphens in SMIv2 MIB
668: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
669:
670:
671:
672:
673: l2tpv3CtrlStatsIsDraining OBJECT-TYPE
674: SYNTAX TruthValue
675: MAX-ACCESS read-only
676: STATUS current
677: DESCRIPTION
678: "Indicates whether the control connection is draining
679: sessions. This object is set to 'true' if either
680: 'l2tpv3StackCfgDrain' or 'l2tpv3CtrlCfgDrain' is set to
681: 'true', and is only set to 'false' if both configuration
682: objects are 'false'."
683: ::= { l2tpv3CtrlStatsEntry 5 }
683: warning -
warning: flushing recent incorrect declaration, see previous error(s)
684:
685: l2tpv3CtrlStatsInitiated OBJECT-TYPE
686: SYNTAX INTEGER {
687: locally(1),
688: remotely(2)
689: }
690: MAX-ACCESS read-only
691: STATUS current
692: DESCRIPTION
693: "Indicates whether the control connection was initiated
694: locally or remotely."
695: ::= { l2tpv3CtrlStatsEntry 6 }
696:
697: l2tpv3CtrlStatsRemoteHostName OBJECT-TYPE
698: SYNTAX SnmpAdminString
699: MAX-ACCESS read-only
700: STATUS current
701: DESCRIPTION
702: "The peer's host name as discovered during the control
703: connection establishment (via the Host Name AVP). If
704: the control connection is idle, this object should
705: maintain its value from the last time it was connected."
706: ::= { l2tpv3CtrlStatsEntry 7 }
707:
708: l2tpv3CtrlStatsRemoteVendorName OBJECT-TYPE
709: SYNTAX SnmpAdminString
710: MAX-ACCESS read-only
711: STATUS current
712: DESCRIPTION
713: "The vendor name of the peer. If the control connection
714: is idle, this object should maintain its value from the
715: last time it was connected."
716: ::= { l2tpv3CtrlStatsEntry 8 }
717:
718: l2tpv3CtrlStatsRemotePWCap OBJECT-TYPE
719: SYNTAX OCTET STRING (SIZE(1..256))
720:
721: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
721: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
722:
723:
724:
725: MAX-ACCESS read-write
726: STATUS current
727: DESCRIPTION
728: "The peer's pseudowire capabilities for this control
729: connection. Each octet must be a value within the range
730: specified by the L2tpv3PWType textual convention."
731: ::= { l2tpv3CtrlStatsEntry 9 }
731: warning -
warning: flushing recent incorrect declaration, see previous error(s)
732:
733: l2tpv3CtrlStatsRemoteVersion OBJECT-TYPE
734: SYNTAX OCTET STRING (SIZE(2))
735: MAX-ACCESS read-only
736: STATUS current
737: DESCRIPTION
738: "The peer implementation's protocol version number and
739: revision number. The first octet contains the protocol
740: version number. The second octet contains the protocol
741: revision number."
742: ::= { l2tpv3CtrlStatsEntry 10 }
743:
744: l2tpv3CtrlStatsInitialRemoteRWS OBJECT-TYPE
745: SYNTAX Integer32 (0..65535)
746: MAX-ACCESS read-only
747: STATUS current
748: DESCRIPTION
749: "The peer's receive window size as conveyed during
750: control connection establishment (via the Remote Window
751: Size AVP). If the control connection is idle, this
752: object should maintain its value from the last time it
753: was connected."
754: ::= { l2tpv3CtrlStatsEntry 11 }
755:
756: l2tpv3CtrlStatsCtrlRxZLB OBJECT-TYPE
757: SYNTAX Counter32
758: MAX-ACCESS read-only
759: STATUS current
760: DESCRIPTION
761: "The number of Zero-Length-Body (acknowledgement) control
762: packets that have been received on the control
763: connection."
764: ::= { l2tpv3CtrlStatsEntry 12 }
765:
766: l2tpv3CtrlStatsCtrlOutOfSeq OBJECT-TYPE
767: SYNTAX Counter32
768: MAX-ACCESS read-only
769: STATUS current
770: DESCRIPTION
771: "The number of control packets that have been received
772: out of order (per the sequence numbers) on this control
773:
774: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
775:
776:
777:
778: connection, including out of window packets."
779: ::= { l2tpv3CtrlStatsEntry 13 }
780:
781: l2tpv3CtrlStatsCtrlOutOfWindow OBJECT-TYPE
782: SYNTAX Counter32
783: MAX-ACCESS read-only
784: STATUS current
785: DESCRIPTION
786: "The number of control packets that have been received
787: outside of the offered receive window for the control
788: connection. Whether these packets are queued or
789: discarded is implementation-specific."
790: ::= { l2tpv3CtrlStatsEntry 14 }
791:
792: l2tpv3CtrlStatsCtrlTxZLB OBJECT-TYPE
793: SYNTAX Counter32
794: MAX-ACCESS read-only
795: STATUS current
796: DESCRIPTION
797: "The number of Zero-Length-Body (acknowledgement) control
798: packets that have been sent to the peer for this control
799: connection."
800: ::= { l2tpv3CtrlStatsEntry 15 }
801:
802: l2tpv3CtrlStatsCtrlAckTO OBJECT-TYPE
803: SYNTAX Counter32
804: MAX-ACCESS read-only
805: STATUS current
806: DESCRIPTION
807: "The number of control packet timeouts due to late
808: acknowledgements from the peer for this control
809: connection."
810: ::= { l2tpv3CtrlStatsEntry 16 }
811:
812: l2tpv3CtrlStatsCurrentRemoteRWS OBJECT-TYPE
813: SYNTAX Gauge32 (0..65535)
814: MAX-ACCESS read-only
815: STATUS current
816: DESCRIPTION
817: "The current remote receive window size as determined by
818: the local flow control mechanism employed."
819: ::= { l2tpv3CtrlStatsEntry 17 }
820:
821: l2tpv3CtrlStatsTxSeq OBJECT-TYPE
822: SYNTAX Integer32 (0..65535)
823: MAX-ACCESS read-only
824: STATUS current
825: DESCRIPTION
826:
827: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
827: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting QUOTED_STRING
828:
829:
830:
831: "The next send (Ns) sequence number for the control
832: connection."
833: ::= { l2tpv3CtrlStatsEntry 18 }
833: warning -
warning: flushing recent incorrect declaration, see previous error(s)
834:
835: l2tpv3CtrlStatsRxSeq OBJECT-TYPE
836: SYNTAX Integer32 (0..65535)
837: MAX-ACCESS read-only
838: STATUS current
839: DESCRIPTION
840: "The next receive (Nr) sequence number for the control
841: connection."
842: ::= { l2tpv3CtrlStatsEntry 19 }
843:
844: l2tpv3CtrlStatsNumSessCumEst OBJECT-TYPE
845: SYNTAX Counter32
846: MAX-ACCESS read-only
847: STATUS current
848: DESCRIPTION
849: "The cumulative number of sessions that this control
850: connection has established during its lifetime."
851: ::= { l2tpv3CtrlStatsEntry 20 }
852:
853: l2tpv3CtrlStatsNumSessCurrentEst OBJECT-TYPE
854: SYNTAX Gauge32
855: MAX-ACCESS read-only
856: STATUS current
857: DESCRIPTION
858: "The number of sessions currently in the established
859: state for this control connection."
860: ::= { l2tpv3CtrlStatsEntry 21 }
861:
862: l2tpv3CtrlStatsNumSessFailed OBJECT-TYPE
863: SYNTAX Counter32
864: MAX-ACCESS read-only
865: STATUS current
866: DESCRIPTION
867: "The total number of sessions that were negotiated but
868: failed to be established by this control connection."
869: ::= { l2tpv3CtrlStatsEntry 22 }
870:
871: l2tpv3CtrlStatsLastResultCode OBJECT-TYPE
872: SYNTAX Integer32 (0..65535)
873: MAX-ACCESS read-only
874: STATUS current
875: DESCRIPTION
876: "The result code as conveyed by the Result Code AVP from
877: the most recent session to be torn down."
878: ::= { l2tpv3CtrlStatsEntry 23 }
879:
880: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
880: warning -
warning: object identifier name `draft-ietf-l2tpext-l2tpmib-base-02' should not include hyphens in SMIv2 MIB
880: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
881:
882:
883:
884:
885: l2tpv3CtrlStatsLastErrorCode OBJECT-TYPE
886: SYNTAX Integer32 (0..65535)
887: MAX-ACCESS read-only
888: STATUS current
889: DESCRIPTION
890: "The error code as conveyed by the Result Code AVP from
891: the most recent session to be torn down."
892: ::= { l2tpv3CtrlStatsEntry 24 }
892: warning -
warning: flushing recent incorrect declaration, see previous error(s)
893:
894: l2tpv3CtrlStatsLastErrorMessage OBJECT-TYPE
895: SYNTAX SnmpAdminString
896: MAX-ACCESS read-only
897: STATUS current
898: DESCRIPTION
899: "The optional message as conveyed by the Result Code AVP
900: from the most recent session to be torn down."
901: ::= { l2tpv3CtrlStatsEntry 25 }
902:
903: l2tpv3CtrlStatsCtrlRxOctets OBJECT-TYPE
904: SYNTAX Counter32
905: MAX-ACCESS read-only
906: STATUS current
907: DESCRIPTION
908: "The number of control octets that have been received by
909: this control connection."
910: ::= { l2tpv3CtrlStatsEntry 26 }
911:
912: l2tpv3CtrlStatsCtrlRxPkts OBJECT-TYPE
913: SYNTAX Counter32
914: MAX-ACCESS read-only
915: STATUS current
916: DESCRIPTION
917: "The number of control packets that have been received by
918: this control connection."
919: ::= { l2tpv3CtrlStatsEntry 27 }
920:
921: l2tpv3CtrlStatsCtrlTxOctets OBJECT-TYPE
922: SYNTAX Counter32
923: MAX-ACCESS read-only
924: STATUS current
925: DESCRIPTION
926: "The number of control octets that have been sent by this
927: control connection."
928: ::= { l2tpv3CtrlStatsEntry 28 }
929:
930: l2tpv3CtrlStatsCtrlTxPkts OBJECT-TYPE
931: SYNTAX Counter32
932:
933: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
933: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
934:
935:
936:
937: MAX-ACCESS read-only
938: STATUS current
939: DESCRIPTION
940: "The number of control packets that have been sent by
941: this control connection."
942: ::= { l2tpv3CtrlStatsEntry 29 }
942: warning -
warning: flushing recent incorrect declaration, see previous error(s)
943:
944: l2tpv3CtrlStatsDataRxOctets OBJECT-TYPE
945: SYNTAX Counter32
946: MAX-ACCESS read-only
947: STATUS current
948: DESCRIPTION
949: "The number of data octets that have been received by
950: sessions negotiated by this control connection."
951: ::= { l2tpv3CtrlStatsEntry 30 }
952:
953: l2tpv3CtrlStatsDataRxPkts OBJECT-TYPE
954: SYNTAX Counter32
955: MAX-ACCESS read-only
956: STATUS current
957: DESCRIPTION
958: "The number of data packets that have been received by
959: sessions negotiated by this control connection."
960: ::= { l2tpv3CtrlStatsEntry 31 }
961:
962: l2tpv3CtrlStatsDataRxDrops OBJECT-TYPE
963: SYNTAX Counter32
964: MAX-ACCESS read-only
965: STATUS current
966: DESCRIPTION
967: "The number of received data packets that have been
968: dropped by sessions negotiated by this control
969: connection."
970: ::= { l2tpv3CtrlStatsEntry 32 }
971:
972: l2tpv3CtrlStatsDataTxOctets OBJECT-TYPE
973: SYNTAX Counter32
974: MAX-ACCESS read-only
975: STATUS current
976: DESCRIPTION
977: "The number of data octets that have been sent by
978: sessions negotiated by this control connection."
979: ::= { l2tpv3CtrlStatsEntry 33 }
980:
981: l2tpv3CtrlStatsDataTxPkts OBJECT-TYPE
982: SYNTAX Counter32
983: MAX-ACCESS read-only
984: STATUS current
985:
986: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
986: error -
description missing in object definition
986: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
987:
988:
989:
990: DESCRIPTION
991: "The number of data packets that have been sent by
992: sessions negotiated by this control connection."
993: ::= { l2tpv3CtrlStatsEntry 34 }
993: warning -
warning: flushing recent incorrect declaration, see previous error(s)
994:
995: --
996: -- High-capacity counter objects.These objects are all 64-bit
997: -- versions of the above 32-bit counters.They have the same
998: -- basic semantics as their 32-bit counterparts.
999: --
1000: l2tpv3CtrlStatsCtrlHCRxOctets OBJECT-TYPE
1001: SYNTAX Counter64
1002: MAX-ACCESS read-only
1003: STATUS current
1004: DESCRIPTION
1005: "The 64-bit version of l2tpv3CtrlStatsCtrlRxOctets."
1006: ::= { l2tpv3CtrlStatsEntry 35 }
1007:
1008: l2tpv3CtrlStatsCtrlHCRxPkts OBJECT-TYPE
1009: SYNTAX Counter64
1010: MAX-ACCESS read-only
1011: STATUS current
1012: DESCRIPTION
1013: "The 64-bit version of l2tpv3CtrlStatsCtrlRxPkts."
1014: ::= { l2tpv3CtrlStatsEntry 36 }
1015:
1016: l2tpv3CtrlStatsCtrlHCTxOctets OBJECT-TYPE
1017: SYNTAX Counter64
1018: MAX-ACCESS read-only
1019: STATUS current
1020: DESCRIPTION
1021: "The 64-bit version of l2tpv3CtrlStatsCtrlTxOctets."
1022: ::= { l2tpv3CtrlStatsEntry 37 }
1023:
1024: l2tpv3CtrlStatsCtrlHCTxPkts OBJECT-TYPE
1025: SYNTAX Counter64
1026: MAX-ACCESS read-only
1027: STATUS current
1028: DESCRIPTION
1029: "The 64-bit version of l2tpv3CtrlStatsCtrlTxPkts."
1030: ::= { l2tpv3CtrlStatsEntry 38 }
1031:
1032: l2tpv3CtrlStatsDataHCRxOctets OBJECT-TYPE
1033: SYNTAX Counter64
1034: MAX-ACCESS read-only
1035: STATUS current
1036: DESCRIPTION
1037: "The 64-bit version of l2tpv3CtrlStatsDataRxOctets."
1038:
1039: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1039: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1040:
1041:
1042:
1043: ::= { l2tpv3CtrlStatsEntry 39 }
1043: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1044:
1045: l2tpv3CtrlStatsDataHCRxPkts OBJECT-TYPE
1046: SYNTAX Counter64
1047: MAX-ACCESS read-only
1048: STATUS current
1049: DESCRIPTION
1050: "The 64-bit version of l2tpv3CtrlStatsDataRxPkts."
1051: ::= { l2tpv3CtrlStatsEntry 40 }
1052:
1053: l2tpv3CtrlStatsDataHCRxDrops OBJECT-TYPE
1054: SYNTAX Counter64
1055: MAX-ACCESS read-only
1056: STATUS current
1057: DESCRIPTION
1058: "The 64-bit version of l2tpv3CtrlStatsDataRxDrops."
1059: ::= { l2tpv3CtrlStatsEntry 41 }
1060:
1061: l2tpv3CtrlStatsDataHCTxOctets OBJECT-TYPE
1062: SYNTAX Counter64
1063: MAX-ACCESS read-only
1064: STATUS current
1065: DESCRIPTION
1066: "The 64-bit version of l2tpv3CtrlStatsDataTxOctets."
1067: ::= { l2tpv3CtrlStatsEntry 42 }
1068:
1069: l2tpv3CtrlStatsDataHCTxPkts OBJECT-TYPE
1070: SYNTAX Counter64
1071: MAX-ACCESS read-only
1072: STATUS current
1073: DESCRIPTION
1074: "The 64-bit version of l2tpv3CtrlStatsDataTxPkts."
1075: ::= { l2tpv3CtrlStatsEntry 43 }
1076:
1077: --
1078: -- The L2TP Control Connection Mapping Table
1079: --
1080: l2tpv3CtrlMapTable OBJECT-TYPE
1081: SYNTAX SEQUENCE OF L2tpv3CtrlMapEntry
1082: MAX-ACCESS not-accessible
1083: STATUS current
1084: DESCRIPTION
1085: "Table intended to assist management applications to
1086: quickly determine the ifIndex value for a given local
1087: control connection ID."
1088: ::= { l2tpv3Objects 5 }
1089:
1090: l2tpv3CtrlMapEntry OBJECT-TYPE
1091: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1091: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting SYNTAX
1092:
1093:
1094:
1095: SYNTAX L2tpv3CtrlMapEntry
1096: MAX-ACCESS not-accessible
1097: STATUS current
1098: DESCRIPTION
1099: "An L2TP control connection index map entry."
1100: INDEX { l2tpv3CtrlMapLocalID }
1100: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1101: ::= { l2tpv3CtrlMapTable 1 }
1101: severe -
syntax error, unexpected COLON_COLON_EQUAL
1101: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1102:
1103: L2tpv3CtrlMapEntry ::=
1104: SEQUENCE {
1105: l2tpv3CtrlMapLocalID Unsigned32,
1106: l2tpv3CtrlMapIfIndex InterfaceIndex
1107: }
1108:
1109: l2tpv3CtrlMapLocalID OBJECT-TYPE
1110: SYNTAX Unsigned32
1111: MAX-ACCESS not-accessible
1112: STATUS current
1113: DESCRIPTION
1114: "The local control connection ID."
1115: ::= { l2tpv3CtrlMapEntry 1 }
1115: severe -
unknown object identifier label `l2tpv3CtrlMapEntry'
1116:
1117: l2tpv3CtrlMapIfIndex OBJECT-TYPE
1118: SYNTAX InterfaceIndex
1119: MAX-ACCESS read-only
1120: STATUS current
1121: DESCRIPTION
1122: "The ifIndex value of a control connection interface,
1123: represented in the Interfaces Group MIB as an entry with
1124: an interface type of L2TP."
1125: ::= { l2tpv3CtrlMapEntry 2 }
1126:
1127: --
1128: -- The L2TP Session Configuration Table
1129: --
1130: l2tpv3SessionCfgTable OBJECT-TYPE
1131: SYNTAX SEQUENCE OF L2tpv3SessionCfgEntry
1132: MAX-ACCESS not-accessible
1133: STATUS current
1134: DESCRIPTION
1135: "Table used to (re)configure the operational
1136: characteristics of a single L2TP session. There is a
1137: 1:1 correspondence between conceptual rows of this table
1138: and conceptual rows of the l2tpv3SessionStatsTable.
1139: Entries in this table have the same persistency
1140: characteristics as that of the l2tpv3SessionStatsTable."
1141: ::= { l2tpv3Objects 6 }
1142:
1143: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1143: warning -
warning: object identifier name `draft-ietf-l2tpext-l2tpmib-base-02' should not include hyphens in SMIv2 MIB
1143: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
1144:
1145:
1146:
1147: l2tpv3SessionCfgEntry OBJECT-TYPE
1148: SYNTAX L2tpv3SessionCfgEntry
1149: MAX-ACCESS not-accessible
1150: STATUS current
1151: DESCRIPTION
1152: "An L2TP session configuration entry. Entries in this
1153: table are added and deleted as a result of protocol
1154: interactions or management operations."
1155: INDEX { l2tpv3SessionCfgIfIndex }
1155: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1156: ::= { l2tpv3SessionCfgTable 1 }
1156: severe -
syntax error, unexpected COLON_COLON_EQUAL
1156: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1157:
1158: L2tpv3SessionCfgEntry ::=
1159: SEQUENCE {
1160: l2tpv3SessionCfgIfIndex InterfaceIndex,
1161: l2tpv3SessionCfgLocalID Unsigned32,
1162: l2tpv3SessionCfgRemoteID Unsigned32,
1162: severe -
unknown object identifier label `l2tpv3SessionCfgRemoteID'
1163: l2tpv3SessionCfgCtrlLocalID Unsigned32,
1164: l2tpv3SessionCfgPWType L2tpv3PWType,
1165: l2tpv3SessionCfgEndID DisplayString,
1166: l2tpv3SessionCfgAppID DisplayString,
1167: l2tpv3SessionCfgPWEncap INTEGER,
1167: severe -
unknown object identifier label `l2tpv3SessionCfgPWEncap'
1168: l2tpv3SessionCfgSeq L2tpv3DataSequencing,
1169: l2tpv3SessionCfgLocalCookie DisplayString,
1170: l2tpv3SessionCfgRemoteCookie DisplayString,
1171: l2tpv3SessionCfgCallType INTEGER
1172: }
1173:
1174: l2tpv3SessionCfgIfIndex OBJECT-TYPE
1175: SYNTAX InterfaceIndex
1176: MAX-ACCESS not-accessible
1177: STATUS current
1178: DESCRIPTION
1179: "The ifIndex value of the interface from which L2 frames
1180: are being forwarded. For example, the ifIndex could be
1181: a DS0 on an LAC or a virtual PPP interface on an LNS."
1182: ::= { l2tpv3SessionCfgEntry 1 }
1182: severe -
unknown object identifier label `l2tpv3SessionCfgEntry'
1183:
1184: l2tpv3SessionCfgLocalID OBJECT-TYPE
1185: SYNTAX Unsigned32
1186: MAX-ACCESS read-create
1187: STATUS current
1188: DESCRIPTION
1189: "Sets the local session ID."
1190: ::= { l2tpv3SessionCfgEntry 2 }
1190: minor error -
scalar object must not have a `read-create' access value
1191:
1192: l2tpv3SessionCfgRemoteID OBJECT-TYPE
1193: SYNTAX Unsigned32
1194: MAX-ACCESS read-create
1195:
1196: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1196: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
1197:
1198:
1199:
1200: STATUS current
1201: DESCRIPTION
1202: "Sets the remote session ID."
1203: ::= { l2tpv3SessionCfgEntry 3 }
1203: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1204:
1205: l2tpv3SessionCfgCtrlLocalID OBJECT-TYPE
1206: SYNTAX Unsigned32
1207: MAX-ACCESS read-create
1208: STATUS current
1209: DESCRIPTION
1210: "Sets the local control connection ID of the control
1211: connection with which this session may be associated.
1212: If the session is not associated with a control
1213: connection, the value of this object is 0."
1214: ::= { l2tpv3SessionCfgEntry 4 }
1214: minor error -
scalar object must not have a `read-create' access value
1215:
1216: l2tpv3SessionCfgPWType OBJECT-TYPE
1217: SYNTAX L2tpv3PWType
1218: MAX-ACCESS read-create
1219: STATUS current
1220: DESCRIPTION
1221: "Sets the pseudowire type of the session, which is sent
1222: to the peer via the Pseudowire Type AVP."
1223: ::= { l2tpv3SessionCfgEntry 5 }
1223: minor error -
scalar object must not have a `read-create' access value
1224:
1225: l2tpv3SessionCfgEndID OBJECT-TYPE
1226: SYNTAX DisplayString (SIZE(0..255))
1227: MAX-ACCESS read-create
1228: STATUS current
1229: DESCRIPTION
1230: "Sets the End Identifier that is sent to the peer via the
1231: End ID AVP."
1232: ::= { l2tpv3SessionCfgEntry 6 }
1232: minor error -
scalar object must not have a `read-create' access value
1233:
1234: l2tpv3SessionCfgAppID OBJECT-TYPE
1235: SYNTAX DisplayString (SIZE(0..255))
1236: MAX-ACCESS read-create
1237: STATUS current
1238: DESCRIPTION
1239: "Sets the Application Code and Application Info that are
1240: sent to the peer via the Application ID AVP."
1241: ::= { l2tpv3SessionCfgEntry 7 }
1241: minor error -
scalar object must not have a `read-create' access value
1242:
1243: l2tpv3SessionCfgPWEncap OBJECT-TYPE
1244: SYNTAX INTEGER {
1245: none(0),
1246: default(1)
1247: }
1248:
1249: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1249: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
1250:
1251:
1252:
1253: MAX-ACCESS read-create
1254: STATUS current
1255: DESCRIPTION
1256: "Sets the Control Encapsulation Type that is sent to the
1257: peer via the Pseudowire Control Encapsulation AVP."
1258: DEFVAL { none }
1258: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1259: ::= { l2tpv3SessionCfgEntry 8 }
1259: severe -
syntax error, unexpected COLON_COLON_EQUAL
1259: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1260:
1261: l2tpv3SessionCfgSeq OBJECT-TYPE
1262: SYNTAX L2tpv3DataSequencing
1263: MAX-ACCESS read-create
1264: STATUS current
1265: DESCRIPTION
1266: "Sets the Data Sequencing Level that is required of the
1267: peer. Sent to the peer via the Data Sequencing AVP."
1268: DEFVAL { none }
1269: ::= { l2tpv3SessionCfgEntry 9 }
1269: minor error -
scalar object must not have a `read-create' access value
1270:
1271: l2tpv3SessionCfgLocalCookie OBJECT-TYPE
1272: SYNTAX DisplayString (SIZE(0..8))
1273: MAX-ACCESS read-create
1274: STATUS current
1275: DESCRIPTION
1276: "Sets the local cookie that is included in outgoing data
1277: packets."
1278: ::= { l2tpv3SessionCfgEntry 10 }
1278: minor error -
scalar object must not have a `read-create' access value
1279:
1280: l2tpv3SessionCfgRemoteCookie OBJECT-TYPE
1281: SYNTAX DisplayString (SIZE(0..8))
1282: MAX-ACCESS read-create
1283: STATUS current
1284: DESCRIPTION
1285: "Sets the remote cookie that is expected in incoming data
1286: packets."
1287: ::= { l2tpv3SessionCfgEntry 11 }
1287: minor error -
scalar object must not have a `read-create' access value
1288:
1289: l2tpv3SessionCfgCallType OBJECT-TYPE
1290: SYNTAX INTEGER {
1291: lacInitiator(1),
1292: lacResponder(2),
1293: lnsInitiator(3),
1294: lnsResponder(4)
1295: }
1296: MAX-ACCESS read-create
1297: STATUS current
1298: DESCRIPTION
1299: "The role this LCCE is playing for this session. For
1300: example, 'lacInitiator' indicates that this control
1301:
1302: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1303:
1304:
1305:
1306: connection peer is acting as an LAC and generated an
1307: call request (ICRQ or OCRQ) to its peer."
1308: ::= { l2tpv3SessionCfgEntry 12 }
1308: minor error -
scalar object must not have a `read-create' access value
1309:
1310: --
1311: -- The L2TP Session Status and Statistics Table
1312: --
1313: l2tpv3SessionStatsTable OBJECT-TYPE
1314: SYNTAX SEQUENCE OF L2tpv3SessionStatsEntry
1314: error -
unknown type `L2tpv3SessionStatsEntry'
1315: MAX-ACCESS not-accessible
1316: STATUS current
1317: DESCRIPTION
1318: "Table that describes the current status and statistics
1319: of a single L2TP session."
1320: ::= { l2tpv3Objects 7 }
1321:
1322: l2tpv3SessionStatsEntry OBJECT-TYPE
1322: error -
row `l2tpv3SessionStatsEntry' augments or extends `l2tpv3SessionCfgEntry' which is not a row
1323: SYNTAX L2tpv3SessionStatsEntry
1324: MAX-ACCESS not-accessible
1325: STATUS current
1326: DESCRIPTION
1327: "An L2TP session interface statistics entry."
1328: AUGMENTS { l2tpv3SessionCfgEntry }
1329: ::= { l2tpv3SessionStatsTable 1 }
1330:
1331: L2tpv3SessionStatsEntry ::=
1332: SEQUENCE {
1333: l2tpv3SessionStatsRemoteEndID DisplayString,
1334: l2tpv3SessionStatsRemoteAppID DisplayString,
1335: l2tpv3SessionStatsRemotePWEncap INTEGER,
1336: l2tpv3SessionStatsRemoteSeq L2tpv3DataSequencing,
1337: l2tpv3SessionStatsState INTEGER,
1337: severe -
unknown object identifier label `l2tpv3SessionStatsState'
1338: l2tpv3SessionStatsCircuitStatus Unsigned32,
1339: l2tpv3SessionStatsSerialNumber Unsigned32,
1340: l2tpv3SessionStatsRxConnectSpeed Unsigned32,
1341: l2tpv3SessionStatsTxConnectSpeed Unsigned32,
1342: l2tpv3SessionStatsPhysChannelID Unsigned32,
1342: severe -
unknown object identifier label `l2tpv3SessionStatsPhysChannelID'
1343: l2tpv3SessionStatsPrivateGroupID SnmpAdminString,
1344: l2tpv3SessionStatsOutOfSeq Counter32,
1345: l2tpv3SessionStatsReassemblyTO Counter32,
1346: l2tpv3SessionStatsTxSeq Counter32,
1347: l2tpv3SessionStatsRxSeq Counter32,
1347: severe -
unknown object identifier label `l2tpv3SessionStatsRxSeq'
1348: l2tpv3SessionStatsRxOctets Counter32,
1349: l2tpv3SessionStatsRxPkts Counter32,
1350: l2tpv3SessionStatsRxDrops Counter32,
1351: l2tpv3SessionStatsTxOctets Counter32,
1352: l2tpv3SessionStatsTxPkts Counter32,
1352: severe -
unknown object identifier label `l2tpv3SessionStatsTxPkts'
1353: l2tpv3SessionStatsHCRxOctets Counter64,
1354:
1355: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1355: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
1356:
1357:
1358:
1359: l2tpv3SessionStatsHCRxPkts Counter64,
1360: l2tpv3SessionStatsHCRxDrops Counter64,
1361: l2tpv3SessionStatsHCTxOctets Counter64,
1362: l2tpv3SessionStatsHCTxPkts Counter64
1363: }
1363: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1364:
1365: l2tpv3SessionStatsRemoteEndID OBJECT-TYPE
1366: SYNTAX DisplayString (SIZE(0..255))
1367: MAX-ACCESS read-only
1368: STATUS current
1369: DESCRIPTION
1370: "The peer's End Identifier, as communicated via the End
1371: ID AVP."
1372: ::= { l2tpv3SessionStatsEntry 1 }
1373:
1374: l2tpv3SessionStatsRemoteAppID OBJECT-TYPE
1375: SYNTAX DisplayString (SIZE(0..255))
1376: MAX-ACCESS read-only
1377: STATUS current
1378: DESCRIPTION
1379: "The peer's Application Code and Application Info, as
1380: communicated via the Application ID AVP."
1381: ::= { l2tpv3SessionStatsEntry 2 }
1382:
1383: l2tpv3SessionStatsRemotePWEncap OBJECT-TYPE
1384: SYNTAX INTEGER {
1385: none(0),
1386: default(1)
1387: }
1388: MAX-ACCESS read-only
1389: STATUS current
1390: DESCRIPTION
1391: "The peer's Control Encapsulation Type, as communicated
1392: via the Pseudowire Control Encapsulation AVP."
1393: ::= { l2tpv3SessionStatsEntry 3 }
1394:
1395: l2tpv3SessionStatsRemoteSeq OBJECT-TYPE
1396: SYNTAX L2tpv3DataSequencing
1397: MAX-ACCESS read-create
1398: STATUS current
1399: DESCRIPTION
1400: "The peer's Data Sequencing Level, as communicated via
1401: the Data Sequencing AVP."
1402: DEFVAL { none }
1403: ::= { l2tpv3SessionStatsEntry 4 }
1404:
1405: l2tpv3SessionStatsState OBJECT-TYPE
1406: SYNTAX INTEGER {
1407:
1408: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1408: change recommended -
warning: named number `draft-ietf-l2tpext-l2tpmib-base-02' must not include a hyphen in SMIv2
1408: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '('
1409:
1410:
1411:
1412: sessionIdle(1),
1413: sessionConnecting(2),
1414: sessionEstablished(3),
1415: sessionDisconnecting(4)
1416: }
1416: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1417: MAX-ACCESS read-only
1417: severe -
syntax error, unexpected MAX_ACCESS
1418: STATUS current
1419: DESCRIPTION
1420: "The current state of the session."
1421: ::= { l2tpv3SessionStatsEntry 5 }
1421: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1422:
1423: l2tpv3SessionStatsCircuitStatus OBJECT-TYPE
1424: SYNTAX Unsigned32
1425: MAX-ACCESS read-only
1426: STATUS current
1427: DESCRIPTION
1428: "The current status of the circuit forwarded by the
1429: session."
1430: ::= { l2tpv3SessionStatsEntry 6 }
1431:
1432: l2tpv3SessionStatsSerialNumber OBJECT-TYPE
1433: SYNTAX Unsigned32
1434: MAX-ACCESS read-only
1435: STATUS current
1436: DESCRIPTION
1437: "The serial number that has been assigned to this
1438: session."
1439: ::= { l2tpv3SessionStatsEntry 7 }
1440:
1441: l2tpv3SessionStatsRxConnectSpeed OBJECT-TYPE
1442: SYNTAX Unsigned32
1443: UNITS "bits per second"
1444: MAX-ACCESS read-only
1445: STATUS current
1446: DESCRIPTION
1447: "The last known receive baud rate for this session."
1448: ::= { l2tpv3SessionStatsEntry 8 }
1449:
1450: l2tpv3SessionStatsTxConnectSpeed OBJECT-TYPE
1451: SYNTAX Unsigned32
1452: UNITS "bits per second"
1453: MAX-ACCESS read-only
1454: STATUS current
1455: DESCRIPTION
1456: "The last known transmit baud rate for this session."
1457: ::= { l2tpv3SessionStatsEntry 9 }
1458:
1459: l2tpv3SessionStatsPhysChannelID OBJECT-TYPE
1460: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1460: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting SYNTAX
1461:
1462:
1463:
1464: SYNTAX Unsigned32
1465: MAX-ACCESS read-only
1466: STATUS current
1467: DESCRIPTION
1468: "The physical channel identifier for the session."
1469: ::= { l2tpv3SessionStatsEntry 10 }
1469: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1470:
1471: l2tpv3SessionStatsPrivateGroupID OBJECT-TYPE
1472: SYNTAX SnmpAdminString
1473: MAX-ACCESS read-only
1474: STATUS current
1475: DESCRIPTION
1476: "The private group ID used for this L2TP session. If no
1477: private group ID is found, then a null string is
1478: returned."
1479: ::= { l2tpv3SessionStatsEntry 11 }
1480:
1481: l2tpv3SessionStatsOutOfSeq OBJECT-TYPE
1482: SYNTAX Counter32
1483: MAX-ACCESS read-only
1484: STATUS current
1485: DESCRIPTION
1486: "The total number of data packets received out of
1487: sequence for this session."
1488: ::= { l2tpv3SessionStatsEntry 12 }
1489:
1490: l2tpv3SessionStatsReassemblyTO OBJECT-TYPE
1491: SYNTAX Counter32
1492: MAX-ACCESS read-only
1493: STATUS current
1494: DESCRIPTION
1495: "The number of reassembly timeouts that have occurred for
1496: this session."
1497: ::= { l2tpv3SessionStatsEntry 13 }
1498:
1499: l2tpv3SessionStatsTxSeq OBJECT-TYPE
1500: SYNTAX Counter32
1501: MAX-ACCESS read-only
1502: STATUS current
1503: DESCRIPTION
1504: "The current sequence number for outgoing data packets
1505: for this session."
1506: ::= { l2tpv3SessionStatsEntry 14 }
1507:
1508: l2tpv3SessionStatsRxSeq OBJECT-TYPE
1509: SYNTAX Counter32
1510: MAX-ACCESS read-only
1511: STATUS current
1512:
1513: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1513: error -
description missing in object definition
1513: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1514:
1515:
1516:
1517: DESCRIPTION
1518: "The current sequence number for incoming data packets
1519: for this session."
1520: ::= { l2tpv3SessionStatsEntry 15 }
1520: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1521:
1522: l2tpv3SessionStatsRxOctets OBJECT-TYPE
1523: SYNTAX Counter32
1524: MAX-ACCESS read-only
1525: STATUS current
1526: DESCRIPTION
1527: "The number of data octets that have been received by
1528: this session."
1529: ::= { l2tpv3SessionStatsEntry 16 }
1530:
1531: l2tpv3SessionStatsRxPkts OBJECT-TYPE
1532: SYNTAX Counter32
1533: MAX-ACCESS read-only
1534: STATUS current
1535: DESCRIPTION
1536: "The number of data packets that have been received by
1537: this session."
1538: ::= { l2tpv3SessionStatsEntry 17 }
1539:
1540: l2tpv3SessionStatsRxDrops OBJECT-TYPE
1541: SYNTAX Counter32
1542: MAX-ACCESS read-only
1543: STATUS current
1544: DESCRIPTION
1545: "The number of received data packets that have been
1546: dropped by this session."
1547: ::= { l2tpv3SessionStatsEntry 18 }
1548:
1549: l2tpv3SessionStatsTxOctets OBJECT-TYPE
1550: SYNTAX Counter32
1551: MAX-ACCESS read-only
1552: STATUS current
1553: DESCRIPTION
1554: "The number of data octets that have been sent by this
1555: session."
1556: ::= { l2tpv3SessionStatsEntry 19 }
1557:
1558: l2tpv3SessionStatsTxPkts OBJECT-TYPE
1559: SYNTAX Counter32
1560: MAX-ACCESS read-only
1561: STATUS current
1562: DESCRIPTION
1563: "The number of data packets that have been sent by this
1564: session."
1565:
1566: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1566: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1567:
1568:
1569:
1570: ::= { l2tpv3SessionStatsEntry 20 }
1570: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1571:
1572: l2tpv3SessionStatsHCRxOctets OBJECT-TYPE
1573: SYNTAX Counter64
1574: MAX-ACCESS read-only
1575: STATUS current
1576: DESCRIPTION
1577: "The 64-bit version of l2tpv3SessionStatsRxOctets."
1578: ::= { l2tpv3SessionStatsEntry 21 }
1579:
1580: l2tpv3SessionStatsHCRxPkts OBJECT-TYPE
1581: SYNTAX Counter64
1582: MAX-ACCESS read-only
1583: STATUS current
1584: DESCRIPTION
1585: "The 64-bit version of l2tpv3SessionStatsRxPkts."
1586: ::= { l2tpv3SessionStatsEntry 22 }
1587:
1588: l2tpv3SessionStatsHCRxDrops OBJECT-TYPE
1589: SYNTAX Counter64
1590: MAX-ACCESS read-only
1591: STATUS current
1592: DESCRIPTION
1593: "The 64-bit version of l2tpv3SessionStatsRxDrops."
1594: ::= { l2tpv3SessionStatsEntry 23 }
1595:
1596: l2tpv3SessionStatsHCTxOctets OBJECT-TYPE
1597: SYNTAX Counter64
1598: MAX-ACCESS read-only
1599: STATUS current
1600: DESCRIPTION
1601: "The 64-bit version of l2tpv3SessionStatsTxOctets."
1602: ::= { l2tpv3SessionStatsEntry 24 }
1603:
1604: l2tpv3SessionStatsHCTxPkts OBJECT-TYPE
1605: SYNTAX Counter64
1606: MAX-ACCESS read-only
1607: STATUS current
1608: DESCRIPTION
1609: "The 64-bit version of l2tpv3SessionStatsTxPkts."
1610: ::= { l2tpv3SessionStatsEntry 25 }
1611:
1612: --
1613: -- The L2TP Session Mapping Table
1614: --
1615: l2tpv3SessionMapTable OBJECT-TYPE
1616: SYNTAX SEQUENCE OF L2tpv3SessionMapEntry
1617: MAX-ACCESS not-accessible
1618:
1619: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1619: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
1620:
1621:
1622:
1623: STATUS current
1624: DESCRIPTION
1625: "Table intended to assist management applications to map
1626: interfaces to control connection and session IDs."
1627: ::= { l2tpv3Objects 8 }
1627: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1628:
1629: l2tpv3SessionMapEntry OBJECT-TYPE
1629: error -
row's parent node must be a table node
1630: SYNTAX L2tpv3SessionMapEntry
1631: MAX-ACCESS not-accessible
1632: STATUS current
1633: DESCRIPTION
1634: "An L2TP session index map entry."
1635: INDEX { l2tpv3SessionMapIfIndex }
1636: ::= { l2tpv3SessionMapTable 1 }
1636: severe -
unknown object identifier label `l2tpv3SessionMapTable'
1637:
1638: L2tpv3SessionMapEntry ::=
1638: minor error -
SEQUENCE element #3 `l2tpv3SessionMapLocalID' is not a child node under `l2tpv3SessionMapEntry'
1638: minor error -
SEQUENCE element #4 `l2tpv3SessionMapStatus' is not a child node under `l2tpv3SessionMapEntry'
1639: SEQUENCE {
1640: l2tpv3SessionMapIfIndex InterfaceIndex,
1641: l2tpv3SessionMapCtrlIfIndex InterfaceIndex,
1642: l2tpv3SessionMapLocalID Unsigned32,
1642: severe -
unknown object identifier label `l2tpv3SessionMapLocalID'
1643: l2tpv3SessionMapStatus RowStatus
1644: }
1645:
1646: l2tpv3SessionMapIfIndex OBJECT-TYPE
1647: SYNTAX InterfaceIndex
1648: MAX-ACCESS not-accessible
1649: STATUS current
1650: DESCRIPTION
1651: "The ifIndex value of the interface being forwarded via
1652: an L2TP session. For example, the interface could be an
1653: Ethernet interface on an LAC or a virtual PPP interface
1654: on the LNS."
1655: ::= { l2tpv3SessionMapEntry 1 }
1656:
1657: l2tpv3SessionMapCtrlIfIndex OBJECT-TYPE
1658: SYNTAX InterfaceIndex
1659: MAX-ACCESS read-create
1660: STATUS current
1661: DESCRIPTION
1662: "The ifIndex value of the session's control connection.
1663: The object establishes a binding between a particular
1664: interface identified by l2tpv3SessionMapIfIndex to a
1665: particular control connection."
1666: ::= { l2tpv3SessionMapEntry 2 }
1667:
1668: l2tpv3SessionMapLocalID OBJECT-TYPE
1669: SYNTAX Unsigned32
1670: MAX-ACCESS read-only
1671:
1672: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1672: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting STATUS
1673:
1674:
1675:
1676: STATUS current
1677: DESCRIPTION
1678: "The local session ID for this session."
1679: ::= { l2tpv3SessionMapEntry 3 }
1679: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1680:
1681: l2tpv3SessionMapStatus OBJECT-TYPE
1682: SYNTAX RowStatus
1683: MAX-ACCESS read-create
1684: STATUS current
1685: DESCRIPTION
1686: "The status of this session map entry."
1687: ::= { l2tpv3SessionMapEntry 4 }
1688:
1689: --
1690: -- Definition of generic L2TP notifications
1691: --
1692: l2tpv3CtrlAuthFailure NOTIFICATION-TYPE
1693: OBJECTS {
1694: l2tpv3CtrlStatsInitiated,
1695: l2tpv3CtrlStatsRemoteHostName
1696: }
1697: STATUS current
1698: DESCRIPTION
1699: "Trap signifying that an attempt to establish a control
1700: connection to a remote peer has failed authentication."
1701: ::= { l2tpv3Notifications 1 }
1701: severe -
unknown object identifier label `l2tpv3Notifications'
1702:
1703: --
1704: -- Conformance information
1705: --
1706: l2tpv3Groups OBJECT IDENTIFIER ::= { l2tpv3Conformance 1 }
1707: l2tpv3Compliances OBJECT IDENTIFIER ::= { l2tpv3Conformance 2 }
1708:
1709: --
1710: -- Compliance statements
1711: --
1712: l2tpv3MIBFullCompliance MODULE-COMPLIANCE
1713: STATUS current
1714: DESCRIPTION
1715: "An implementation claims full compliance when this MIB
1716: is implemented with support for read-create and read-
1717: write operations, thereby allowing configuration and
1718: monitoring, respectively."
1719:
1720: MODULE -- this module
1721:
1722: -- unconditionally mandatory groups
1723: MANDATORY-GROUPS {
1724:
1725: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1725: error -
`L2TPv3-MIB' should start with a lower case letter
1725: error -
Object identifier element `L2TPv3-MIB' name only allowed as first element
1725: error -
`August' should start with a lower case letter
1725: error -
Object identifier element `August' name only allowed as first element
1725: severe -
unknown object identifier label `L2TPv3-MIB'
1725: severe -
unknown object identifier label `August'
1725: warning -
warning: implicit node definition
1725: warning -
warning: implicit node definition
1726:
1727:
1728:
1729: l2tpv3CfgGroup,
1729: error -
Object identifier element `l2tpv3CfgGroup' name only allowed as first element
1730: l2tpv3StatsGroup,
1731: l2tpv3TrapGroup
1732: }
1733:
1734: -- optional Mapping Group
1735: GROUP l2tpv3MappingGroup
1736: DESCRIPTION
1737: "Optional group for L2TP devices that provide index
1738: mapping."
1739:
1740: -- optional Security Group
1741: GROUP l2tpv3SecurityGroup
1742: DESCRIPTION
1743: "Optional group for SNMP agents that support both
1744: authentication and privacy of SNMP messages for the
1745: management of L2TP keys."
1746:
1747: -- optional High Capacity Group
1748: GROUP l2tpv3HCPacketGroup
1749: DESCRIPTION
1750: "Optional group for implementations that cannot overflow
1751: the 32-bit packet and byte counters in less than one
1752: hour. Mandatory otherwise."
1753:
1754: ::= { l2tpv3Compliances 1 }
1755:
1756: l2tpv3MIBReadOnlyCompliance MODULE-COMPLIANCE
1757: STATUS current
1758: DESCRIPTION
1759: "An implementation claims read-only compliance when this
1760: MIB is implemented without support for read-create and
1761: read-write operations (i.e. operates in read-only mode),
1762: thereby allowing monitoring but not configuration."
1763:
1764: MODULE -- this module
1765:
1766: -- unconditionally mandatory groups
1767: MANDATORY-GROUPS {
1768: l2tpv3CfgGroup,
1769: l2tpv3StatsGroup,
1770: l2tpv3TrapGroup
1771: }
1772:
1773: OBJECT l2tpv3StackCfgAdminState
1774: MIN-ACCESS read-only
1775: DESCRIPTION
1776: "Write access is not required."
1777:
1778: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1778: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1779:
1780:
1781:
1782:
1783: OBJECT l2tpv3StackCfgDrain
1784: MIN-ACCESS read-only
1785: DESCRIPTION
1786: "Write access is not required."
1787:
1788: OBJECT l2tpv3CtrlCfgRouterID
1789: MIN-ACCESS read-only
1790: DESCRIPTION
1791: "Write access is not required."
1792:
1793: OBJECT l2tpv3CtrlCfgTransport
1794: MIN-ACCESS read-only
1795: DESCRIPTION
1796: "Write access is not required."
1797:
1798: OBJECT l2tpv3CtrlCfgPWCap
1799: MIN-ACCESS read-only
1800: DESCRIPTION
1801: "Write access is not required."
1802:
1803: OBJECT l2tpv3CtrlCfgFallback
1804: MIN-ACCESS read-only
1805: DESCRIPTION
1806: "Write access is not required."
1807:
1808: OBJECT l2tpv3CtrlCfgDrain
1809: MIN-ACCESS read-only
1810: DESCRIPTION
1811: "Write access is not required."
1812:
1813: OBJECT l2tpv3CtrlCfgAuth
1814: MIN-ACCESS read-only
1815: DESCRIPTION
1816: "Write access is not required."
1817:
1818: OBJECT l2tpv3CtrlCfgSecret
1819: MIN-ACCESS read-only
1820: DESCRIPTION
1821: "Write access is not required."
1822:
1823: OBJECT l2tpv3CtrlCfgSecurity
1824: MIN-ACCESS read-only
1825: DESCRIPTION
1826: "Write access is not required."
1827:
1828: OBJECT l2tpv3CtrlCfgHelloInt
1829: MIN-ACCESS read-only
1830:
1831: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1832:
1833:
1834:
1835: DESCRIPTION
1836: "Write access is not required."
1837:
1838: OBJECT l2tpv3CtrlCfgRWS
1839: MIN-ACCESS read-only
1840: DESCRIPTION
1841: "Write access is not required."
1842:
1843: OBJECT l2tpv3CtrlCfgMaxRetrans
1844: MIN-ACCESS read-only
1845: DESCRIPTION
1846: "Write access is not required."
1847:
1848: OBJECT l2tpv3CtrlCfgMaxRetransTO
1849: MIN-ACCESS read-only
1850: DESCRIPTION
1851: "Write access is not required."
1852:
1853: OBJECT l2tpv3CtrlCfgReassemblyTO
1854: MIN-ACCESS read-only
1855: DESCRIPTION
1856: "Write access is not required."
1857:
1858: OBJECT l2tpv3CtrlCfgIdleTO
1859: MIN-ACCESS read-only
1860: DESCRIPTION
1861: "Write access is not required."
1862:
1863: OBJECT l2tpv3SessionCfgLocalID
1864: MIN-ACCESS read-only
1865: DESCRIPTION
1866: "Write/create access is not required."
1867:
1868: OBJECT l2tpv3SessionCfgRemoteID
1869: MIN-ACCESS read-only
1870: DESCRIPTION
1871: "Write/create access is not required."
1872:
1873: OBJECT l2tpv3SessionCfgCtrlLocalID
1874: MIN-ACCESS read-only
1875: DESCRIPTION
1876: "Write/create access is not required."
1877:
1878: OBJECT l2tpv3SessionCfgPWType
1879: MIN-ACCESS read-only
1880: DESCRIPTION
1881: "Write/create access is not required."
1882:
1883: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1884:
1885:
1886:
1887: OBJECT l2tpv3SessionCfgEndID
1888: MIN-ACCESS read-only
1889: DESCRIPTION
1890: "Write/create access is not required."
1891:
1892: OBJECT l2tpv3SessionCfgAppID
1893: MIN-ACCESS read-only
1894: DESCRIPTION
1895: "Write/create access is not required."
1896:
1897: OBJECT l2tpv3SessionCfgPWEncap
1898: MIN-ACCESS read-only
1899: DESCRIPTION
1900: "Write/create access is not required."
1901:
1902: OBJECT l2tpv3SessionCfgSeq
1903: MIN-ACCESS read-only
1904: DESCRIPTION
1905: "Write/create access is not required."
1906:
1907: OBJECT l2tpv3SessionCfgLocalCookie
1908: MIN-ACCESS read-only
1909: DESCRIPTION
1910: "Write/create access is not required."
1911:
1912: OBJECT l2tpv3SessionCfgRemoteCookie
1913: MIN-ACCESS read-only
1914: DESCRIPTION
1915: "Write/create access is not required."
1916:
1917: OBJECT l2tpv3SessionCfgCallType
1918: MIN-ACCESS read-only
1919: DESCRIPTION
1920: "Write/create access is not required."
1921:
1922: -- optional Mapping Group
1923: GROUP l2tpv3MappingGroup
1924: DESCRIPTION
1925: "Optional group for L2TP devices that provide index
1926: mapping."
1927:
1928: OBJECT l2tpv3SessionMapCtrlIfIndex
1929: MIN-ACCESS read-only
1930: DESCRIPTION
1931: "Write access is not required."
1932:
1933: OBJECT l2tpv3SessionMapStatus
1934: MIN-ACCESS read-only
1935:
1936: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1937:
1938:
1939:
1940: DESCRIPTION
1941: "Write access is not required."
1942:
1943: -- optional Security Group
1944: GROUP l2tpv3SecurityGroup
1945: DESCRIPTION
1946: "Optional group for SNMP agents that support both
1947: authentication and privacy of SNMP messages for the
1948: management of L2TP keys."
1949:
1950: -- optional High Capacity Group
1951: GROUP l2tpv3HCPacketGroup
1952: DESCRIPTION
1953: "Optional group for implementations that cannot overflow
1954: the 32-bit packet and byte counters in less than one
1955: hour. Mandatory otherwise."
1956: ::= { l2tpv3Compliances 2 }
1956: warning -
warning: flushing recent incorrect declaration, see previous error(s)
1957:
1958: --
1959: -- Units of conformance
1960: --
1961: l2tpv3CfgGroup OBJECT-GROUP
1962: OBJECTS {
1963: l2tpv3StackCfgAdminState,
1964: l2tpv3StackCfgDrain,
1965: l2tpv3CtrlCfgRouterID,
1966: l2tpv3CtrlCfgTransport,
1967: l2tpv3CtrlCfgPWCap,
1968: l2tpv3CtrlCfgFallback,
1969: l2tpv3CtrlCfgDrain,
1970: l2tpv3CtrlCfgAuth,
1971: l2tpv3CtrlCfgSecret,
1972: l2tpv3CtrlCfgSecurity,
1973: l2tpv3CtrlCfgHelloInt,
1974: l2tpv3CtrlCfgRWS,
1975: l2tpv3CtrlCfgMaxRetrans,
1976: l2tpv3CtrlCfgMaxRetransTO,
1977: l2tpv3CtrlCfgReassemblyTO,
1978: l2tpv3CtrlCfgIdleTO,
1979: l2tpv3SessionCfgLocalID,
1980: l2tpv3SessionCfgRemoteID,
1981: l2tpv3SessionCfgCtrlLocalID,
1982: l2tpv3SessionCfgPWType,
1983: l2tpv3SessionCfgEndID,
1984: l2tpv3SessionCfgAppID,
1985: l2tpv3SessionCfgPWEncap,
1986: l2tpv3SessionCfgSeq,
1987: l2tpv3SessionCfgLocalCookie,
1988:
1989: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
1989: error -
`L2TPv3-MIB' should start with a lower case letter
1989: error -
Object identifier element `L2TPv3-MIB' name only allowed as first element
1989: error -
`August' should start with a lower case letter
1989: error -
Object identifier element `August' name only allowed as first element
1990:
1991:
1992:
1993: l2tpv3SessionCfgRemoteCookie,
1993: error -
Object identifier element `l2tpv3SessionCfgRemoteCookie' name only allowed as first element
1994: l2tpv3SessionCfgCallType
1995: }
1996: STATUS current
1997: DESCRIPTION
1998: "A collection of objects providing configuration
1999: information of the L2TP stack, its control connections,
2000: and its sessions."
2001: ::= { l2tpv3Groups 1 }
2002:
2003: l2tpv3StatsGroup OBJECT-GROUP
2004: OBJECTS {
2005: l2tpv3StackStatsVersion,
2006: l2tpv3StackStatsRevision,
2007: l2tpv3StackStatsVendorName,
2008: l2tpv3StackStatsAdminState,
2009: l2tpv3StackStatsIsDraining,
2009: severe -
unknown object identifier label `l2tpv3StackStatsIsDraining'
2010: l2tpv3StackStatsNumCtrlEst,
2011: l2tpv3StackStatsNumSessEst,
2012: l2tpv3CtrlStatsLocalID,
2013: l2tpv3CtrlStatsRemoteID,
2014: l2tpv3CtrlStatsState,
2015: l2tpv3CtrlStatsIsDraining,
2016: l2tpv3CtrlStatsInitiated,
2017: l2tpv3CtrlStatsRemoteRouterID,
2018: l2tpv3CtrlStatsRemoteHostName,
2019: l2tpv3CtrlStatsRemoteVendorName,
2020: l2tpv3CtrlStatsRemoteVersion,
2021: l2tpv3CtrlStatsRemotePWCap,
2022: l2tpv3CtrlStatsInitialRemoteRWS,
2023: l2tpv3CtrlStatsCtrlRxZLB,
2024: l2tpv3CtrlStatsCtrlOutOfSeq,
2025: l2tpv3CtrlStatsCtrlOutOfWindow,
2026: l2tpv3CtrlStatsCtrlTxZLB,
2027: l2tpv3CtrlStatsCtrlAckTO,
2028: l2tpv3CtrlStatsCurrentRemoteRWS,
2029: l2tpv3CtrlStatsTxSeq,
2030: l2tpv3CtrlStatsRxSeq,
2031: l2tpv3CtrlStatsNumSessCumEst,
2032: l2tpv3CtrlStatsNumSessCurrentEst,
2033: l2tpv3CtrlStatsNumSessFailed,
2034: l2tpv3CtrlStatsLastResultCode,
2035: l2tpv3CtrlStatsLastErrorCode,
2036: l2tpv3CtrlStatsLastErrorMessage,
2037: l2tpv3CtrlStatsCtrlRxOctets,
2038: l2tpv3CtrlStatsCtrlRxPkts,
2039: l2tpv3CtrlStatsCtrlTxOctets,
2040: l2tpv3CtrlStatsCtrlTxPkts,
2041:
2042: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
2042: error -
`L2TPv3-MIB' should start with a lower case letter
2042: error -
Object identifier element `L2TPv3-MIB' name only allowed as first element
2042: error -
`August' should start with a lower case letter
2042: error -
Object identifier element `August' name only allowed as first element
2043:
2044:
2045:
2046: l2tpv3CtrlStatsDataRxOctets,
2046: error -
Object identifier element `l2tpv3CtrlStatsDataRxOctets' name only allowed as first element
2047: l2tpv3CtrlStatsDataRxPkts,
2048: l2tpv3CtrlStatsDataRxDrops,
2049: l2tpv3CtrlStatsDataTxOctets,
2050: l2tpv3CtrlStatsDataTxPkts,
2051: l2tpv3SessionStatsRemoteEndID,
2052: l2tpv3SessionStatsRemoteAppID,
2053: l2tpv3SessionStatsRemotePWEncap,
2054: l2tpv3SessionStatsRemoteSeq,
2055: l2tpv3SessionStatsState,
2056: l2tpv3SessionStatsCircuitStatus,
2057: l2tpv3SessionStatsSerialNumber,
2058: l2tpv3SessionStatsRxConnectSpeed,
2059: l2tpv3SessionStatsTxConnectSpeed,
2060: l2tpv3SessionStatsPhysChannelID,
2061: l2tpv3SessionStatsPrivateGroupID,
2062: l2tpv3SessionStatsOutOfSeq,
2063: l2tpv3SessionStatsReassemblyTO,
2064: l2tpv3SessionStatsTxSeq,
2065: l2tpv3SessionStatsRxSeq,
2066: l2tpv3SessionStatsRxOctets,
2067: l2tpv3SessionStatsRxPkts,
2068: l2tpv3SessionStatsRxDrops,
2069: l2tpv3SessionStatsTxOctets,
2070: l2tpv3SessionStatsTxPkts
2071: }
2072: STATUS current
2073: DESCRIPTION
2074: "A collection of objects providing status and statistics
2075: of the L2TP stack, its control connections, and its
2076: sessions."
2077: ::= { l2tpv3Groups 2 }
2078:
2079: l2tpv3MappingGroup OBJECT-GROUP
2080: OBJECTS {
2081: l2tpv3CtrlMapIfIndex,
2082: l2tpv3SessionMapCtrlIfIndex,
2083: l2tpv3SessionMapLocalID,
2084: l2tpv3SessionMapStatus
2085: }
2086: STATUS current
2087: DESCRIPTION
2088: "A collection of objects providing index mapping."
2089: ::= { l2tpv3Groups 3 }
2090:
2091: l2tpv3SecurityGroup OBJECT-GROUP
2092: OBJECTS {
2093: l2tpv3CtrlCfgAuth,
2094:
2095: draft-ietf-l2tpext-l2tpmib-base-02 L2TPv3-MIB August 30, 2006
2095: error -
`L2TPv3-MIB' should start with a lower case letter
2095: error -
Object identifier element `L2TPv3-MIB' name only allowed as first element
2095: error -
`August' should start with a lower case letter
2095: error -
Object identifier element `August' name only allowed as first element
2096:
2097:
2098:
2099: l2tpv3CtrlCfgSecret,
2099: error -
Object identifier element `l2tpv3CtrlCfgSecret' name only allowed as first element
2100: l2tpv3CtrlCfgSecurity
2101: }
2102: STATUS current
2103: DESCRIPTION
2104: "A collection of objects providing L2TP security
2105: configuration."
2106: ::= { l2tpv3Groups 4 }
2107:
2108: l2tpv3TrapGroup NOTIFICATION-GROUP
2109: NOTIFICATIONS {
2110: l2tpv3CtrlAuthFailure
2111: }
2112: STATUS current
2113: DESCRIPTION
2114: "A collection of L2TP trap events as specified in
2115: NOTIFICATION-TYPE constructs."
2116: ::= { l2tpv3Groups 5 }
2117:
2118: l2tpv3HCPacketGroup OBJECT-GROUP
2119: OBJECTS {
2120: l2tpv3CtrlStatsCtrlHCRxOctets,
2121: l2tpv3CtrlStatsCtrlHCRxPkts,
2122: l2tpv3CtrlStatsCtrlHCTxOctets,
2123: l2tpv3CtrlStatsCtrlHCTxPkts,
2124: l2tpv3CtrlStatsDataHCRxOctets,
2124: severe -
unknown object identifier label `l2tpv3CtrlStatsDataHCRxOctets'
2125: l2tpv3CtrlStatsDataHCRxPkts,
2126: l2tpv3CtrlStatsDataHCRxDrops,
2127: l2tpv3CtrlStatsDataHCTxOctets,
2128: l2tpv3CtrlStatsDataHCTxPkts,
2129: l2tpv3SessionStatsHCRxOctets,
2130: l2tpv3SessionStatsHCRxPkts,
2131: l2tpv3SessionStatsHCRxDrops,
2132: l2tpv3SessionStatsHCTxOctets,
2133: l2tpv3SessionStatsHCTxPkts
2134: }
2135: STATUS current
2136: DESCRIPTION
2137: "A collection of objects providing high-capacity 64-bit
2138: counter objects."
2139: ::= { l2tpv3Groups 6 }
2140:
2141: END
2141: error -
missing MODULE-IDENTITY clause in SMIv2 MIB
2142:
2143: --
2144: -- Copyright (C) The Internet Society (2006). This document is subject
2145: -- to the rights, licenses and restrictions contained in BCP 78, and
2146: -- except as set forth therein, the authors retain all their rights.
2147: --
2148: -- This document and the information contained herein are provided on an
2149: -- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
2150: -- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
2151: -- ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
2152: -- INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
2153: -- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
2154: -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
2155: