1IBMIROC-MIB DEFINITIONS ::= BEGIN
2
3------------------------------------------------------------------
4-- IBM Routing Code (IROC) Enterprise MIB (SNMP Version 1 Format)
5------------------------------------------------------------------
6--
7--    This MIB defines the enterprise specific management
8--    objects for functions that are common to the base IBM
9--    routing software.
10--
11--    This MIB is defined in the SNMP version 1 SMI format.
12--
13--    September 10th, 1999
14--
15--    Contact Information:
16--
17--            Randy Worzella
18--            IBM Corp.
19--            G420/664
20--            Research Triangle Park, NC 27709
21--
22--            phone:    919-254-2202
23--            email:    worzella@us.ibm.com
24--
25------------------------------------------------------------------
26
27IMPORTS
28         enterprises, Counter, Gauge, TimeTicks, IpAddress
29                  FROM RFC1155-SMI
30         DisplayString
31                  FROM RFC1213-MIB
32         frCircuitIfIndex, frCircuitDlci
33                  FROM RFC1315-MIB
34         proResMemHeapTotal, proResMemHeapNeverAlloc, proElsSubSysEventMsg
35                  FROM PROTEON-MIB
36         TRAP-TYPE
37                  FROM RFC-1215
38         OBJECT-TYPE
39                  FROM RFC-1212;
40
41-- Path to ibmIROC
42
43ibm      OBJECT IDENTIFIER ::= { enterprises 2 }
44ibmProd  OBJECT IDENTIFIER ::= { ibm 6 }
45ibmIROC  OBJECT IDENTIFIER ::= { ibmProd 119 }
46
47------------------------------------------------------------------
48-- Textual Conventions
49------------------------------------------------------------------
50MacAddressNCIROC ::= OCTET STRING (SIZE(6))   -- 802 MAC addr in non-canonical format
51
52------------------------------------------------------------------
53-- IBM IROC Anchor
54------------------------------------------------------------------
55ibmIROCadmin     OBJECT IDENTIFIER ::= { ibmIROC 1 }
56ibmIROCsystem    OBJECT IDENTIFIER ::= { ibmIROC 2 }
57ibmIROChardware  OBJECT IDENTIFIER ::= { ibmIROC 3 }
58ibmIROCrouting   OBJECT IDENTIFIER ::= { ibmIROC 4 }
59ibmIROCswitching OBJECT IDENTIFIER ::= { ibmIROC 5 }
60ibmIROCtraps     OBJECT IDENTIFIER ::= { ibmIROC 6 }
61ibmIROCconfig    OBJECT IDENTIFIER ::= { ibmIROC 7 }
62
63------------------------------------------------------------------
64-- IBM IROC Administrative
65------------------------------------------------------------------
66ibmIROCadminproducts   OBJECT IDENTIFIER ::= { ibmIROCadmin 1 }
67ibmIROCadminOID        OBJECT IDENTIFIER ::= { ibmIROCadmin 2 }
68ibmIROCadminDebug      OBJECT IDENTIFIER ::= { ibmIROCadmin 3 }
69ibmIROCadminSnmp       OBJECT IDENTIFIER ::= { ibmIROCadmin 4 }
70
71------------------------------------------------------------------
72-- IBM IROC System
73------------------------------------------------------------------
74ibmIROCsystemInfo      OBJECT IDENTIFIER ::= { ibmIROCsystem 1 }
75ibmIROCcfgInfo         OBJECT IDENTIFIER ::= { ibmIROCsystem 2 }
76-- { ibmIROCsystem 3 } is reserved for Thinserver MIB branch
77ibmIROCdumpInfo        OBJECT IDENTIFIER ::= { ibmIROCsystem 4 }
78
79------------------------------------------------------------------
80-- IBM IROC Hardware
81------------------------------------------------------------------
82ibmIROChardwareInfo    OBJECT IDENTIFIER ::= { ibmIROChardware 1 }
83
84------------------------------------------------------------------
85-- IBM IROC Routing
86--
87-- NOTES: ibmIROCrouting 1 is reserved
88--
89------------------------------------------------------------------
90ibmIROCroutingppp      OBJECT IDENTIFIER ::= { ibmIROCrouting 2 }
91ibmIROCroutingdlsw     OBJECT IDENTIFIER ::= { ibmIROCrouting 3 }
92ibmIROCroutingfr       OBJECT IDENTIFIER ::= { ibmIROCrouting 4 }
93
94ibmIROCroutingRlan     OBJECT IDENTIFIER ::= { ibmIROCrouting 5 }
95ibmIROCroutingDialOut  OBJECT IDENTIFIER ::= { ibmIROCrouting 6 }
96
97ibmIROCroutingl2tp     OBJECT IDENTIFIER ::= { ibmIROCrouting 7 }
98ibmCacheServer         OBJECT IDENTIFIER ::= { ibmIROCrouting 8 }
99ibmIROCroutingIpSec    OBJECT IDENTIFIER ::= { ibmIROCrouting 9 }
100
101ibmIROCswhw            OBJECT IDENTIFIER ::= { ibmIROCrouting 10 }
102
103ibmWanRestoralRerouteMIB  OBJECT IDENTIFIER ::= { ibmIROCrouting 11 }
104ibmBANMIB                 OBJECT IDENTIFIER ::= { ibmIROCrouting 12 }
105
106ibmIROCrmon               OBJECT IDENTIFIER ::= { ibmIROCrouting 13 }
107
108ibmIROCescon              OBJECT IDENTIFIER ::= { ibmIROCrouting 14 }
109
110ibmIROCVPNpolicy          OBJECT IDENTIFIER ::= { ibmIROCrouting 15 }
111
112ibmIROCroutingvoice       OBJECT IDENTIFIER ::= { ibmIROCrouting 16 }
113
114ibmIROCroutinginterface   OBJECT IDENTIFIER ::= { ibmIROCrouting 17 }
115
116ibmIROCroutingtn3270e     OBJECT IDENTIFIER ::= { ibmIROCrouting 18 }
117
118-- Anchor 19 defined in another release
119
120ibmIROCroutingtcpip       OBJECT IDENTIFIER ::= { ibmIROCrouting 20 }
121
122------------------------------------------------------------------
123-- IBM IROC Switching
124------------------------------------------------------------------
125-- Nothing defined yet !!
126
127------------------------------------------------------------------
128-- IBM IROC Config
129--
130-- NOTE: DO NOT DEFINE ANY OIDs UNDER THIS BRANCH WITHOUT
131--       FIRST CONTACTING THE SNMP TEAM!!!
132--
133------------------------------------------------------------------
134ibmIROCconfigAuth      OBJECT IDENTIFIER ::= { ibmIROCconfig 2 }
135
136-- { ibmIROCconfig 3 } is reserved for ibmIROCconfigToolLoad timed load objects
137--
138-- Currently, they define:
139--
140--   1.3.6.1.4.1.2.6.119.7.3.1.0   A simple object for timed load time value
141--
142--   1.3.6.1.4.1.2.6.119.7.3.2.block.rec.inst   An SRAM octet string
143--
144
145ibmIROCconfigWrite OBJECT-TYPE
146    SYNTAX  INTEGER   {
147             noaction  (1),
148             write     (2)
149            }
150    ACCESS  read-write
151    STATUS  mandatory
152    DESCRIPTION
153            "This object is a trigger to cause the current config
154             image in memory to be written to disk or flash. A
155             SET of this object to write(2) performs the same
156             action as the T6 write command. A GET of this
157             object with always return a value of noaction(1)."
158    ::= { ibmIROCconfig 4 }
159
160------------------------------------------------------------------
161-- System Information
162------------------------------------------------------------------
163------------------------------------------------------------------
164-- SNMP Agent Status
165------------------------------------------------------------------
166ibmIROCAgentDebug  OBJECT IDENTIFIER ::= { ibmIROCadminDebug 1 }
167
168agentMemUse OBJECT-TYPE
169    SYNTAX  Gauge
170    ACCESS  read-only
171    STATUS  mandatory
172    DESCRIPTION
173            "This object indicates the current amount (in bytes)
174             of dynamic memory allocated and in use by the SNMP
175             agent. It is primarily in place to watch for any
176             potential 'memory leaks', whereby, memory is allocated
177             but never freed. This condition is indicated by an
178             ever increasing value for this gauge."
179    ::= { ibmIROCAgentDebug 1 }
180
181------------------------------------------------------------------
182-- SNMP Authentication Failure Trap
183------------------------------------------------------------------
184ibmIROCSnmpAuthFail  OBJECT IDENTIFIER ::= { ibmIROCadminSnmp 1 }
185
186authTrapSourceIPAddr OBJECT-TYPE
187    SYNTAX  IpAddress
188    ACCESS  read-only
189    STATUS  mandatory
190    DESCRIPTION
191            "This object indicates the IP address of sender of the
192             MIB request that fails authentication.  An authentication
193             failure trap is generated when the SNMP agent
194             recives a MIB request does not have the proper
195             community name."
196    ::= { ibmIROCSnmpAuthFail 1}
197
198------------------------------------------------------------------
199-- System dump identification
200------------------------------------------------------------------
201ibmSysDumpTable  OBJECT-TYPE
202    SYNTAX     SEQUENCE OF IbmSysDumpEntry
203    ACCESS     not-accessible
204    STATUS     mandatory
205    DESCRIPTION
206      "Table to provide system dump identification information."
207    ::= { ibmIROCdumpInfo 1 }
208
209ibmSysDumpEntry  OBJECT-TYPE
210    SYNTAX     IbmSysDumpEntry
211    ACCESS     not-accessible
212    STATUS     mandatory
213    DESCRIPTION
214       "The dump identification information for a single system dump."
215    INDEX   {ibmSysDumpIndex}
216    ::= { ibmSysDumpTable 1 }
217
218IbmSysDumpEntry ::= SEQUENCE {
219    ibmSysDumpIndex                   INTEGER,
220    ibmSysDumpFileName                DisplayString,
221    ibmSysDumpFileDate                DisplayString,
222
223    ibmSysDumpBuild                   DisplayString,
224    ibmSysDumpBuilder                 DisplayString,
225    ibmSysDumpBuildName               DisplayString,
226    ibmSysDumpRetainName              DisplayString,
227    ibmSysDumpProductNumber           DisplayString,
228    ibmSysDumpBuildDate               DisplayString,
229
230    ibmSysDumpFatalMsg1               DisplayString,
231    ibmSysDumpFatalMsg2               DisplayString,
232    ibmSysDumpFatalMsg3               DisplayString,
233    ibmSysDumpFatalMsg4               DisplayString,
234    ibmSysDumpFatalMsg5               DisplayString,
235    ibmSysDumpRemoteIPAddr            DisplayString,
236    ibmSysDumpRemotePath              DisplayString
237    }
238
239ibmSysDumpIndex  OBJECT-TYPE
240    SYNTAX       INTEGER
241    ACCESS       read-only
242    STATUS       mandatory
243    DESCRIPTION
244       "A unique identifier for a system dump entry."
245    ::= { ibmSysDumpEntry 1 }
246
247ibmSysDumpFileName    OBJECT-TYPE
248    SYNTAX            DisplayString
249    ACCESS            read-only
250    STATUS            mandatory
251    DESCRIPTION
252       "The system dump file name."
253    ::= { ibmSysDumpEntry 2 }
254
255ibmSysDumpFileDate    OBJECT-TYPE
256    SYNTAX            DisplayString
257    ACCESS            read-only
258    STATUS            mandatory
259    DESCRIPTION
260       "The creation date of the dump file."
261    ::= { ibmSysDumpEntry 3 }
262
263ibmSysDumpBuild       OBJECT-TYPE
264    SYNTAX            DisplayString
265    ACCESS            read-only
266    STATUS            mandatory
267    DESCRIPTION
268       "The level of software running on the router when this dump occurred."
269    ::= { ibmSysDumpEntry 4 }
270
271ibmSysDumpBuilder     OBJECT-TYPE
272    SYNTAX            DisplayString
273    ACCESS            read-only
274    STATUS            mandatory
275    DESCRIPTION
276       "The entity responsible for building the software running on the router."
277    ::= { ibmSysDumpEntry 5 }
278
279ibmSysDumpBuildName   OBJECT-TYPE
280    SYNTAX            DisplayString
281    ACCESS            read-only
282    STATUS            mandatory
283    DESCRIPTION
284       "The internal name of the software running on the router."
285    ::= { ibmSysDumpEntry 6 }
286
287ibmSysDumpRetainName  OBJECT-TYPE
288    SYNTAX            DisplayString
289    ACCESS            read-only
290    STATUS            mandatory
291    DESCRIPTION
292       "The external name of the software running on the router."
293    ::= { ibmSysDumpEntry 7 }
294
295ibmSysDumpProductNumber  OBJECT-TYPE
296    SYNTAX               DisplayString
297    ACCESS               read-only
298    STATUS               mandatory
299    DESCRIPTION
300       "The program product number of the software running on the router."
301    ::= { ibmSysDumpEntry 8 }
302
303ibmSysDumpBuildDate      OBJECT-TYPE
304    SYNTAX               DisplayString
305    ACCESS               read-only
306    STATUS               mandatory
307    DESCRIPTION
308       "The creation date of the software running on the router."
309    ::= { ibmSysDumpEntry 9 }
310
311ibmSysDumpFatalMsg1      OBJECT-TYPE
312    SYNTAX               DisplayString
313    ACCESS               read-only
314    STATUS               mandatory
315    DESCRIPTION
316       "The first error/fatal message associated with the dump.
317        Depending on the nature of the failure, this object may or
318        may not contain any information."
319    ::= { ibmSysDumpEntry 10 }
320
321ibmSysDumpFatalMsg2      OBJECT-TYPE
322    SYNTAX               DisplayString
323    ACCESS               read-only
324    STATUS               mandatory
325    DESCRIPTION
326       "The first error/fatal message associated with the dump.
327        Depending on the nature of the failure, this object may or
328        may not contain any information."
329    ::= { ibmSysDumpEntry 11 }
330
331ibmSysDumpFatalMsg3      OBJECT-TYPE
332    SYNTAX               DisplayString
333    ACCESS               read-only
334    STATUS               mandatory
335    DESCRIPTION
336       "The first error/fatal message associated with the dump.
337        Depending on the nature of the failure, this object may or
338        may not contain any information."
339    ::= { ibmSysDumpEntry 12 }
340
341ibmSysDumpFatalMsg4      OBJECT-TYPE
342    SYNTAX               DisplayString
343    ACCESS               read-only
344    STATUS               mandatory
345    DESCRIPTION
346       "The first error/fatal message associated with the dump.
347        Depending on the nature of the failure, this object may or
348        may not contain any information."
349    ::= { ibmSysDumpEntry 13 }
350
351ibmSysDumpFatalMsg5      OBJECT-TYPE
352    SYNTAX               DisplayString
353    ACCESS               read-only
354    STATUS               mandatory
355    DESCRIPTION
356       "The first error/fatal message associated with the dump.
357        Depending on the nature of the failure, this object may or
358        may not contain any information."
359    ::= { ibmSysDumpEntry 14 }
360
361ibmSysDumpRemoteIPAddr   OBJECT-TYPE
362    SYNTAX               DisplayString
363    ACCESS               read-only
364    STATUS               mandatory
365    DESCRIPTION
366       "For platforms that may operate without a fixed disk, if this
367        string is non null, it represents the remote host IP address
368        where the dump was transferred."
369    ::= { ibmSysDumpEntry 15 }
370
371ibmSysDumpRemotePath     OBJECT-TYPE
372    SYNTAX               DisplayString
373    ACCESS               read-only
374    STATUS               mandatory
375    DESCRIPTION
376       "For platforms that may operate without a fixed disk, if this
377        string is non null, it represents the remote host file path
378        where the dump was transferred."
379    ::= { ibmSysDumpEntry 16 }
380
381
382------------------------------------------------------------------
383-- Hardware Information
384------------------------------------------------------------------
385platformType OBJECT-TYPE
386        SYNTAX          INTEGER   {
387           plat-other             (1),
388           plat-mss-8210          (2),
389           plat-mss-blade         (3),
390           plat-mss-client        (4),
391           plat-2216-400          (5),
392           plat-2210-1s4          (6),
393           plat-2210-1s8          (7),
394           plat-2210-1u4          (8),
395           plat-2210-1u8          (9),
396           plat-2210-24e          (10),
397           plat-2210-24m          (11),
398           plat-2210-24t          (12),
399           plat-2210-14t          (13),
400           plat-2210-125          (14),
401           plat-2210-127          (15),
402           plat-2210-121          (16),
403           plat-2210-12t          (17),
404           plat-2210-126          (18),
405           plat-2210-128          (19),
406           plat-2210-122          (20),
407           plat-2210-12e          (21),
408           plat-2220-200          (22),
409           plat-3746-MAE          (23),
410           plat-mss-domain-client (24),
411           plat-mss-8210V2        (25),
412           plat-mss-bladeV2       (26),
413           plat-netu-xx1          (27),
414           plat-2212-10F          (28),
415           plat-2212-10H          (29),
416           plat-2212-40F          (30),
417           plat-2212-40H          (31),
418           plat-8371              (32),
419           plat-8375              (33),
420           plat-2212-15F          (34),
421           plat-2212-15H          (35),
422           plat-2212-45F          (36),
423           plat-2212-45H          (37),
424           plat-reserved1         (38),
425           plat-reserved2         (39),
426           plat-8275-RR           (40),
427           plat-8371-8260B        (41),
428           plat-reserved          (42)
429        }
430    ACCESS  read-only
431    STATUS  mandatory
432    DESCRIPTION
433            "The platform type containing this SNMP agent."
434    ::= { ibmIROChardwareInfo 1 }
435
436platformDRAMSize OBJECT-TYPE
437    SYNTAX  INTEGER
438    ACCESS  read-only
439    STATUS  mandatory
440    DESCRIPTION
441            "The amount of dynamic RAM (Megabytes) installed on this platform.
442             DRAM is used to contain the routing software and
443             associated data areas."
444    ::= { ibmIROChardwareInfo 2 }
445
446platformFLASHSize OBJECT-TYPE
447    SYNTAX  INTEGER
448    ACCESS  read-only
449    STATUS  mandatory
450    DESCRIPTION
451            "The amount of flash memory (Megabytes) installed on the 2210.
452             Flash is used to hold configuration and software code
453             loads, one pair of which can be loaded and made active
454             on the platform.
455
456             This object applies only to 2210, since other platforms' may or may not
457             have FLASH, and if so, the size is not of interest. For these platforms,
458             this object will take on a value of 0."
459    ::= { ibmIROChardwareInfo 3 }
460
461platformNVRAMSize OBJECT-TYPE
462    SYNTAX  INTEGER
463    ACCESS  read-only
464    STATUS  mandatory
465    DESCRIPTION
466            "The amount of non-volatile memory (Kilobytes) installed on the 2210.
467             NVRAM, sometimes referred to as SRAM, is used to hold the active
468             configuration records.
469
470             This object applies only to 2210, since other platforms' may or may not
471             have NVRAM, and if so, the size is not of interest. For these platforms,
472             this object will take on a value of 0."
473    ::= { ibmIROChardwareInfo 4 }
474
475platformFeatureSlot OBJECT-TYPE
476        SYNTAX          INTEGER   {
477           none                 (1),
478           isdn-BRI-ST          (2),
479           isdn-PRI-E1-120      (3),
480           isdn-PRI-E1-75       (4),
481           isdn-PRI-T1J1        (5),
482           atm-155              (6),
483           atm-25               (7),
484           serial-wan-4port     (8),
485           serial-wan-8port     (9),
486           modem-4port          (10),
487           modem-8port          (11),
488           isdn-BRI-4port-ST    (12),
489           isdn-BRI-4port-U     (13),
490           isdn-voice-ST-FXO    (14),
491           isdn-voice-ST-FXS    (15),
492           isdn-voice-ST-EM     (16),
493           isdn-voice-U-FXO     (17),
494           isdn-voice-U-FXS     (18),
495           isdn-voice-U-EM      (19)
496        }
497    ACCESS  read-only
498    STATUS  mandatory
499    DESCRIPTION
500            "The type of adapter installed in the feature slot of the
501             2210 platform. Note that not all adapter types listed
502             above are currently supported, nor does this imply they
503             will be supported in the future."
504    ::= { ibmIROChardwareInfo 5 }
505
506------------------------------------------------------------------
507-- Routing Information
508------------------------------------------------------------------
509------------------------------------------------------------------
510-- PPP Protocol and Control Protocol Statistics
511------------------------------------------------------------------
512
513   pppProtocolTable  OBJECT-TYPE
514        SYNTAX     SEQUENCE OF PppProtocolEntry
515        ACCESS     not-accessible
516        STATUS     mandatory
517        DESCRIPTION
518          "A table of protocol and control protocol
519           statistics for protocols supported by PPP."
520        ::= { ibmIROCroutingppp 1 }
521
522   pppProtocolEntry  OBJECT-TYPE
523        SYNTAX      PppProtocolEntry
524        ACCESS      not-accessible
525        STATUS      mandatory
526        DESCRIPTION
527          "An entry of protocol and control protocol information
528           for a specific protocol supported by PPP."
529        INDEX   { pppProtocolIfIndex, pppProtocolId }
530        ::= { pppProtocolTable 1 }
531
532   PppProtocolEntry ::= SEQUENCE {
533        pppProtocolIfIndex          INTEGER,
534        pppProtocolId               INTEGER,
535        pppProtocolRegistered       INTEGER,
536        pppProtocolState            INTEGER,
537        pppProtocolPreviousState    INTEGER,
538        pppProtocolLastTimeChange   TimeTicks,
539        pppProtocolCtlInRejects     Counter,
540        pppProtocolCtlInOctets      Counter,
541        pppProtocolCtlInPkts        Counter,
542        pppProtocolCtlOutOctets     Counter,
543        pppProtocolCtlOutPkts       Counter,
544        pppProtocolDataInRejects    Counter,
545        pppProtocolDataInOctets     Counter,
546        pppProtocolDataInPkts       Counter,
547        pppProtocolDataOutOctets    Counter,
548        pppProtocolDataOutPkts      Counter
549        }
550
551   pppProtocolIfIndex OBJECT-TYPE
552        SYNTAX          INTEGER (1..65535)
553        ACCESS          read-only
554        STATUS          mandatory
555        DESCRIPTION
556           "A unique identifier for an interface running PPP.
557            This object is the same as the MIB-II ifIndex object."
558        ::= { pppProtocolEntry 1 }
559
560   pppProtocolId OBJECT-TYPE
561        SYNTAX          INTEGER   {
562           ip                   (1),
563           decnet               (2),
564           ipx                  (3),
565           bridge               (4),
566           appletalk            (5),
567           osi                  (6),
568           appnhpr              (7),
569           appnisr              (8),
570           vines                (9),
571           compression          (10),
572           netbios              (11),
573           netbios-forw         (12),
574           bandwidth-allocation (13),
575           encryption           (14),
576           ipv6                 (15)
577        }
578        ACCESS          read-only
579        STATUS          mandatory
580        DESCRIPTION
581           "A unique identifier of a protocol supported by PPP."
582        ::= { pppProtocolEntry 2 }
583
584   pppProtocolRegistered OBJECT-TYPE
585        SYNTAX          INTEGER   {
586           yes                  (1),
587           no                   (2)
588        }
589        ACCESS          read-only
590        STATUS          mandatory
591        DESCRIPTION
592           "Indicates whether this protocol is registered with PPP."
593        ::= { pppProtocolEntry 3 }
594
595   pppProtocolState OBJECT-TYPE
596        SYNTAX          INTEGER   {
597           closed               (1),
598           listen               (2),
599           requestSent          (3),
600           ackReceived          (4),
601           ackSent              (5),
602           opened               (6),
603           termSent             (7)
604        }
605        ACCESS          read-only
606        STATUS          mandatory
607        DESCRIPTION
608           "The value identifies the present state of the
609            protocol."
610        ::= { pppProtocolEntry 4 }
611
612   pppProtocolPreviousState OBJECT-TYPE
613        SYNTAX          INTEGER    {
614           closed               (1),
615           listen               (2),
616           requestSent          (3),
617           ackReceived          (4),
618           ackSent              (5),
619           opened               (6),
620           termSent             (7)
621        }
622        ACCESS          read-only
623        STATUS          mandatory
624        DESCRIPTION
625           "The state of the protocol prior to the state given by
626            pppProtocolState.
627
628            These states are the same as those described for the object
629            pppProtocolState. "
630        ::= { pppProtocolEntry 5 }
631
632   pppProtocolLastTimeChange OBJECT-TYPE
633        SYNTAX          TimeTicks
634        ACCESS          read-only
635        STATUS          mandatory
636        DESCRIPTION
637           "The value of sysUpTime when the last
638            protocol state change occurred."
639        ::= { pppProtocolEntry 6 }
640
641------------------------------------------------------------------
642-- PPP Network Control Protocol Statistics
643------------------------------------------------------------------
644
645   pppProtocolCtlInRejects OBJECT-TYPE
646        SYNTAX          Counter
647        ACCESS          read-only
648        STATUS          mandatory
649        DESCRIPTION
650           "Total number of a control protocol protocol-reject
651            packets received over the PPP interface."
652        ::= { pppProtocolEntry 7 }
653
654   pppProtocolCtlInOctets OBJECT-TYPE
655        SYNTAX          Counter
656        ACCESS          read-only
657        STATUS          mandatory
658        DESCRIPTION
659           "Total number of control protocol octets received
660            over the PPP interface."
661        ::= { pppProtocolEntry 8 }
662
663   pppProtocolCtlInPkts OBJECT-TYPE
664        SYNTAX          Counter
665        ACCESS          read-only
666        STATUS          mandatory
667        DESCRIPTION
668           "Total number of control protocol packets
669            received over the PPP interface."
670        ::= { pppProtocolEntry 9 }
671
672   pppProtocolCtlOutOctets OBJECT-TYPE
673        SYNTAX          Counter
674        ACCESS          read-only
675        STATUS          mandatory
676        DESCRIPTION
677           "Total number of control protocol octets transmitted over
678            the PPP interface."
679        ::= { pppProtocolEntry 10 }
680
681   pppProtocolCtlOutPkts OBJECT-TYPE
682        SYNTAX          Counter
683        ACCESS          read-only
684        STATUS          mandatory
685        DESCRIPTION
686           "Total number of a control protocol packets
687            transmitted over the PPP interface."
688        ::= { pppProtocolEntry 11 }
689
690------------------------------------------------------------------
691-- PPP Protocol Statistics
692------------------------------------------------------------------
693
694   pppProtocolDataInRejects   OBJECT-TYPE
695        SYNTAX          Counter
696        ACCESS          read-only
697        STATUS          mandatory
698        DESCRIPTION
699           "Total number of protocol reject packets
700            received over the PPP interface."
701        ::= { pppProtocolEntry 12 }
702
703   pppProtocolDataInOctets  OBJECT-TYPE
704        SYNTAX          Counter
705        ACCESS          read-only
706        STATUS          mandatory
707        DESCRIPTION
708           "Total number of protocol octets received over
709            the PPP interface."
710        ::= { pppProtocolEntry 13 }
711
712   pppProtocolDataInPkts    OBJECT-TYPE
713        SYNTAX          Counter
714        ACCESS          read-only
715        STATUS          mandatory
716        DESCRIPTION
717           "Total number of protocol packets received
718            over the PPP interface."
719        ::= { pppProtocolEntry 14 }
720
721   pppProtocolDataOutOctets OBJECT-TYPE
722        SYNTAX          Counter
723        ACCESS          read-only
724        STATUS          mandatory
725        DESCRIPTION
726           "Total number of protocol octets transmitted over the
727            PPP interface."
728        ::= { pppProtocolEntry 15 }
729
730   pppProtocolDataOutPkts   OBJECT-TYPE
731        SYNTAX          Counter
732        ACCESS          read-only
733        STATUS          mandatory
734        DESCRIPTION
735           "Total number of protocol packets transmitted
736            over the PPP interface."
737        ::= { pppProtocolEntry 16 }
738
739------------------------------------------------------------------
740-- PPP Link Error Statistics
741------------------------------------------------------------------
742
743   pppLinkErrTable  OBJECT-TYPE
744        SYNTAX     SEQUENCE OF PppLinkErrEntry
745        ACCESS     not-accessible
746        STATUS     mandatory
747        DESCRIPTION
748          "A table of link error statistics."
749        ::= { ibmIROCroutingppp 2 }
750
751   pppLinkErrEntry  OBJECT-TYPE
752        SYNTAX      PppLinkErrEntry
753        ACCESS      not-accessible
754        STATUS      mandatory
755        DESCRIPTION
756          "An entry of link error information
757           for a specific interface."
758        INDEX   { pppLinkErrIfIndex }
759        ::= { pppLinkErrTable 1 }
760
761   PppLinkErrEntry ::= SEQUENCE {
762        pppLinkErrIfIndex      INTEGER,
763        pppLinkErrBadAddrs     Counter,
764        pppLinkErrLastBadAddr  OCTET STRING,
765        pppLinkErrBadCtrls     Counter,
766        pppLinkErrLastBadCtrl  OCTET STRING,
767        pppLinkErrUnkProtos    Counter,
768        pppLinkErrLastUnkProto OCTET STRING,
769        pppLinkErrInvProtos    Counter,
770        pppLinkErrLastInvProto OCTET STRING,
771        pppLinkErrConfigTOs    Counter,
772        pppLinkErrTermTOs      Counter
773        }
774
775   pppLinkErrIfIndex OBJECT-TYPE
776        SYNTAX          INTEGER (1..65535)
777        ACCESS          read-only
778        STATUS          mandatory
779        DESCRIPTION
780           "A unique identifier for an interface running PPP.
781            This object is the same as the MIB-II ifIndex object."
782        ::= { pppLinkErrEntry 1 }
783
784   pppLinkErrBadAddrs OBJECT-TYPE
785        SYNTAX          Counter
786        ACCESS          read-only
787        STATUS          mandatory
788        DESCRIPTION
789           "Total number of packets received with a bad
790            Address field."
791        ::= { pppLinkErrEntry 2 }
792
793   pppLinkErrLastBadAddr OBJECT-TYPE
794        SYNTAX          OCTET STRING (SIZE(1))
795        ACCESS          read-only
796        STATUS          mandatory
797        DESCRIPTION
798           "The last bad Address field received."
799        ::= { pppLinkErrEntry 3 }
800
801   pppLinkErrBadCtrls OBJECT-TYPE
802        SYNTAX          Counter
803        ACCESS          read-only
804        STATUS          mandatory
805        DESCRIPTION
806           "Total number of packets received with a bad
807            Control field."
808        ::= { pppLinkErrEntry 4 }
809
810   pppLinkErrLastBadCtrl OBJECT-TYPE
811        SYNTAX          OCTET STRING (SIZE(1))
812        ACCESS          read-only
813        STATUS          mandatory
814        DESCRIPTION
815           "The last bad Control field received."
816        ::= { pppLinkErrEntry 5 }
817
818   pppLinkErrUnkProtos OBJECT-TYPE
819        SYNTAX          Counter
820        ACCESS          read-only
821        STATUS          mandatory
822        DESCRIPTION
823           "Total number of packets received with a Protocol
824            identifier not registered with PPP."
825        ::= { pppLinkErrEntry 6 }
826
827   pppLinkErrLastUnkProto OBJECT-TYPE
828        SYNTAX          OCTET STRING (SIZE(2))
829        ACCESS          read-only
830        STATUS          mandatory
831        DESCRIPTION
832           "The last unknown Protocol identifier received."
833        ::= { pppLinkErrEntry 7 }
834
835   pppLinkErrInvProtos OBJECT-TYPE
836        SYNTAX          Counter
837        ACCESS          read-only
838        STATUS          mandatory
839        DESCRIPTION
840           "Total number of packets received with a Protocol
841            identifier that is not valid."
842        ::= { pppLinkErrEntry 8 }
843
844   pppLinkErrLastInvProto OBJECT-TYPE
845        SYNTAX          OCTET STRING (SIZE(2))
846        ACCESS          read-only
847        STATUS          mandatory
848        DESCRIPTION
849           "The last invalid Protocol identifier received."
850        ::= { pppLinkErrEntry 9 }
851
852   pppLinkErrConfigTOs OBJECT-TYPE
853        SYNTAX          Counter
854        ACCESS          read-only
855        STATUS          mandatory
856        DESCRIPTION
857           "Total number of timeouts that occurred
858            on this link when sending a config request
859            to open the PPP link."
860        ::= { pppLinkErrEntry 10 }
861
862   pppLinkErrTermTOs OBJECT-TYPE
863        SYNTAX          Counter
864        ACCESS          read-only
865        STATUS          mandatory
866        DESCRIPTION
867           "Total number of timeouts that occurred
868            on this link when sending a terminate request
869            to close the PPP link."
870        ::= { pppLinkErrEntry 11 }
871
872------------------------------------------------------------------
873-- PPP Link Control Protocol Statistics
874------------------------------------------------------------------
875
876   pppLCProtoTable  OBJECT-TYPE
877        SYNTAX     SEQUENCE OF PppLCProtoEntry
878        ACCESS     not-accessible
879        STATUS     mandatory
880        DESCRIPTION
881          "A table of link control protocol statistics."
882        ::= { ibmIROCroutingppp 3 }
883
884   pppLCProtoEntry  OBJECT-TYPE
885        SYNTAX      PppLCProtoEntry
886        ACCESS      not-accessible
887        STATUS      mandatory
888        DESCRIPTION
889          "An entry of link control protocol information
890           for a specific interface."
891        INDEX   { pppLCProtoIfIndex }
892        ::= { pppLCProtoTable 1 }
893
894   PppLCProtoEntry ::= SEQUENCE {
895        pppLCProtoIfIndex      INTEGER,
896        pppLCProtoState        INTEGER,
897        pppLCProtoPreviousState INTEGER,
898        pppLCProtoLastTimeChange TimeTicks,
899
900        pppLCProtoOutPackets   Counter,
901        pppLCProtoOutOctets    Counter,
902        pppLCProtoOutCRs       Counter,
903        pppLCProtoOutCAs       Counter,
904        pppLCProtoOutCNs       Counter,
905        pppLCProtoOutCRejs     Counter,
906        pppLCProtoOutTRs       Counter,
907        pppLCProtoOutTAs       Counter,
908        pppLCProtoOutCodeRejs  Counter,
909        pppLCProtoOutEchoReqs  Counter,
910        pppLCProtoOutEchoReps  Counter,
911        pppLCProtoOutDiscReqs  Counter,
912        pppLCProtoOutResetReqs Counter,
913        pppLCProtoOutResetAcks Counter,
914        pppLCProtoOutIdents    Counter,
915        pppLCProtoOutTimeRemains Counter,
916
917        pppLCProtoInRejects    Counter,
918        pppLCProtoInPackets    Counter,
919        pppLCProtoInOctets     Counter,
920        pppLCProtoInCRs        Counter,
921        pppLCProtoInCAs        Counter,
922        pppLCProtoInCNs        Counter,
923        pppLCProtoInCRejs      Counter,
924        pppLCProtoInTRs        Counter,
925        pppLCProtoInTAs        Counter,
926        pppLCProtoInCodeRejs   Counter,
927        pppLCProtoInEchoReqs   Counter,
928        pppLCProtoInEchoReps   Counter,
929        pppLCProtoInDiscReqs   Counter,
930        pppLCProtoInResetReqs  Counter,
931        pppLCProtoInResetAcks  Counter,
932        pppLCProtoInIdents     Counter,
933        pppLCProtoInTimeRemains Counter
934        }
935
936   pppLCProtoIfIndex OBJECT-TYPE
937        SYNTAX          INTEGER (1..65535)
938        ACCESS          read-only
939        STATUS          mandatory
940        DESCRIPTION
941           "A unique identifier for an interface running PPP.
942            This object is the same as the MIB-II ifIndex object."
943        ::= { pppLCProtoEntry 1 }
944
945   pppLCProtoState OBJECT-TYPE
946        SYNTAX          INTEGER   {
947           closed               (1),
948           listen               (2),
949           requestSent          (3),
950           ackReceived          (4),
951           ackSent              (5),
952           opened               (6),
953           termSent             (7)
954        }
955        ACCESS          read-only
956        STATUS          mandatory
957        DESCRIPTION
958           "The value identifies the present state of the PPP
959            link.
960
961            The closed(1) state indicates that the link is down and
962            there is no attempt being made to open it and all connection
963            requests from peers are rejected.
964
965            In listen(2) state, the link
966            is down and there is no attempt being made to open it, however,
967            all the connection requests from peers are accepted.
968
969            The state
970            request-sent(3) indicates that an active attempt is being made
971            to open the link. In this state, a Configure-request packet has
972            been sent and no Configure-Ack has yet been received.
973
974            In the
975            state ack-received(4), a Configure-request packet has been sent
976            and Configure-Ack packet has been received.
977
978            The state ack-sent(5)
979            indicates that a Congigure-request and Configure-Ack packets
980            have been sent and Configure-Ack has not yet been received.
981
982            The opened(6) state implies that a connection has been made and
983            data may be sent.
984
985            The state term-sent(7) indicates that an
986            attempt is being made to close the connection and that a
987            Terminate-request packet has been sent and a Terminate-Ack
988            packet has not yet been received. "
989        ::= { pppLCProtoEntry 2 }
990
991   pppLCProtoPreviousState OBJECT-TYPE
992        SYNTAX          INTEGER    {
993           closed               (1),
994           listen               (2),
995           requestSent          (3),
996           ackReceived          (4),
997           ackSent              (5),
998           opened               (6),
999           termSent             (7)
1000        }
1001        ACCESS          read-only
1002        STATUS          mandatory
1003        DESCRIPTION
1004           "The state of the PPP link prior to the state given by
1005            pppLCProtoState.
1006
1007            These states are the same as those described for the object
1008            pppLCProtoState. "
1009        ::= { pppLCProtoEntry 3 }
1010
1011   pppLCProtoLastTimeChange OBJECT-TYPE
1012        SYNTAX          TimeTicks
1013        ACCESS          read-only
1014        STATUS          mandatory
1015        DESCRIPTION
1016           "The value of sysUpTime when the last
1017            PPP link state change occurred."
1018        ::= { pppLCProtoEntry 4 }
1019
1020   pppLCProtoOutPackets OBJECT-TYPE
1021        SYNTAX          Counter
1022        ACCESS          read-only
1023        STATUS          mandatory
1024        DESCRIPTION
1025            "Total number of LCP packets transmitted
1026             over the PPP interface."
1027        ::= { pppLCProtoEntry 5 }
1028
1029   pppLCProtoOutOctets  OBJECT-TYPE
1030        SYNTAX          Counter
1031        ACCESS          read-only
1032        STATUS          mandatory
1033        DESCRIPTION
1034            "Total number of LCP octets transmitted
1035             over the PPP interface."
1036        ::= { pppLCProtoEntry 6 }
1037
1038   pppLCProtoOutCRs     OBJECT-TYPE
1039        SYNTAX          Counter
1040        ACCESS          read-only
1041        STATUS          mandatory
1042        DESCRIPTION
1043            "Total number of LCP Config-requests transmitted
1044             over the PPP interface."
1045        ::= { pppLCProtoEntry 7 }
1046
1047   pppLCProtoOutCAs     OBJECT-TYPE
1048        SYNTAX          Counter
1049        ACCESS          read-only
1050        STATUS          mandatory
1051        DESCRIPTION
1052            "Total number of LCP Config-acks transmitted
1053             over the PPP interface."
1054        ::= { pppLCProtoEntry 8 }
1055
1056   pppLCProtoOutCNs     OBJECT-TYPE
1057        SYNTAX          Counter
1058        ACCESS          read-only
1059        STATUS          mandatory
1060        DESCRIPTION
1061            "Total number of LCP Config-nacks transmitted
1062             over the PPP interface."
1063        ::= { pppLCProtoEntry 9 }
1064
1065   pppLCProtoOutCRejs   OBJECT-TYPE
1066        SYNTAX          Counter
1067        ACCESS          read-only
1068        STATUS          mandatory
1069        DESCRIPTION
1070            "Total number of LCP Config-rejects transmitted
1071             over the PPP interface."
1072        ::= { pppLCProtoEntry 10 }
1073
1074   pppLCProtoOutTRs     OBJECT-TYPE
1075        SYNTAX          Counter
1076        ACCESS          read-only
1077        STATUS          mandatory
1078        DESCRIPTION
1079            "Total number of LCP Terminate-requests transmitted
1080             over the PPP interface."
1081        ::= { pppLCProtoEntry 11 }
1082
1083   pppLCProtoOutTAs     OBJECT-TYPE
1084        SYNTAX          Counter
1085        ACCESS          read-only
1086        STATUS          mandatory
1087        DESCRIPTION
1088            "Total number of LCP Terminate-acks transmitted
1089             over the PPP interface."
1090        ::= { pppLCProtoEntry 12 }
1091
1092   pppLCProtoOutCodeRejs OBJECT-TYPE
1093        SYNTAX          Counter
1094        ACCESS          read-only
1095        STATUS          mandatory
1096        DESCRIPTION
1097            "Total number of LCP Code-rejects transmitted
1098             over the PPP interface."
1099        ::= { pppLCProtoEntry 13 }
1100
1101   pppLCProtoOutEchoReqs OBJECT-TYPE
1102        SYNTAX          Counter
1103        ACCESS          read-only
1104        STATUS          mandatory
1105        DESCRIPTION
1106            "Total number of LCP Echo-requests transmitted
1107             over the PPP interface."
1108        ::= { pppLCProtoEntry 14 }
1109
1110   pppLCProtoOutEchoReps OBJECT-TYPE
1111        SYNTAX          Counter
1112        ACCESS          read-only
1113        STATUS          mandatory
1114        DESCRIPTION
1115            "Total number of LCP Echo-replies transmitted
1116             over the PPP interface."
1117        ::= { pppLCProtoEntry 15 }
1118
1119   pppLCProtoOutDiscReqs OBJECT-TYPE
1120        SYNTAX          Counter
1121        ACCESS          read-only
1122        STATUS          mandatory
1123        DESCRIPTION
1124            "Total number of LCP Discard-requests transmitted
1125             over the PPP interface."
1126        ::= { pppLCProtoEntry 16 }
1127
1128   pppLCProtoOutResetReqs OBJECT-TYPE
1129        SYNTAX          Counter
1130        ACCESS          read-only
1131        STATUS          mandatory
1132        DESCRIPTION
1133            "Total number of LCP Reset-requests transmitted
1134             over the PPP interface."
1135        ::= { pppLCProtoEntry 17 }
1136
1137   pppLCProtoOutResetAcks OBJECT-TYPE
1138        SYNTAX          Counter
1139        ACCESS          read-only
1140        STATUS          mandatory
1141        DESCRIPTION
1142            "Total number of LCP Reset-Acks transmitted
1143             over the PPP interface."
1144        ::= { pppLCProtoEntry 18 }
1145
1146   pppLCProtoOutIdents OBJECT-TYPE
1147        SYNTAX          Counter
1148        ACCESS          read-only
1149        STATUS          mandatory
1150        DESCRIPTION
1151            "Total number of LCP Identification packets transmitted
1152             over the PPP interface."
1153        ::= { pppLCProtoEntry 19 }
1154
1155   pppLCProtoOutTimeRemains OBJECT-TYPE
1156        SYNTAX          Counter
1157        ACCESS          read-only
1158        STATUS          mandatory
1159        DESCRIPTION
1160            "Total number of LCP Time-Remaining packets transmitted
1161             over the PPP interface."
1162        ::= { pppLCProtoEntry 20 }
1163
1164   pppLCProtoInRejects  OBJECT-TYPE
1165        SYNTAX          Counter
1166        ACCESS          read-only
1167        STATUS          mandatory
1168        DESCRIPTION
1169           "Total number of a LCP protocol-reject
1170            packets received over the PPP interface."
1171        ::= { pppLCProtoEntry 21 }
1172
1173   pppLCProtoInPackets OBJECT-TYPE
1174        SYNTAX          Counter
1175        ACCESS          read-only
1176        STATUS          mandatory
1177        DESCRIPTION
1178            "Total number of LCP packets received
1179             over the PPP interface."
1180        ::= { pppLCProtoEntry 22 }
1181
1182   pppLCProtoInOctets  OBJECT-TYPE
1183        SYNTAX          Counter
1184        ACCESS          read-only
1185        STATUS          mandatory
1186        DESCRIPTION
1187            "Total number of LCP octets received
1188             over the PPP interface."
1189        ::= { pppLCProtoEntry 23 }
1190
1191   pppLCProtoInCRs     OBJECT-TYPE
1192        SYNTAX          Counter
1193        ACCESS          read-only
1194        STATUS          mandatory
1195        DESCRIPTION
1196            "Total number of LCP Config-requests received
1197             over the PPP interface."
1198        ::= { pppLCProtoEntry 24 }
1199
1200   pppLCProtoInCAs     OBJECT-TYPE
1201        SYNTAX          Counter
1202        ACCESS          read-only
1203        STATUS          mandatory
1204        DESCRIPTION
1205            "Total number of LCP Config-acks received
1206             over the PPP interface."
1207        ::= { pppLCProtoEntry 25 }
1208
1209   pppLCProtoInCNs     OBJECT-TYPE
1210        SYNTAX          Counter
1211        ACCESS          read-only
1212        STATUS          mandatory
1213        DESCRIPTION
1214            "Total number of LCP Config-nacks received
1215             over the PPP interface."
1216        ::= { pppLCProtoEntry 26 }
1217
1218   pppLCProtoInCRejs    OBJECT-TYPE
1219        SYNTAX          Counter
1220        ACCESS          read-only
1221        STATUS          mandatory
1222        DESCRIPTION
1223            "Total number of LCP Config-rejects received
1224             over the PPP interface."
1225        ::= { pppLCProtoEntry 27 }
1226
1227   pppLCProtoInTRs     OBJECT-TYPE
1228        SYNTAX          Counter
1229        ACCESS          read-only
1230        STATUS          mandatory
1231        DESCRIPTION
1232            "Total number of LCP Terminate-requests received
1233             over the PPP interface."
1234        ::= { pppLCProtoEntry 28 }
1235
1236   pppLCProtoInTAs     OBJECT-TYPE
1237        SYNTAX          Counter
1238        ACCESS          read-only
1239        STATUS          mandatory
1240        DESCRIPTION
1241            "Total number of LCP Terminate-acks received
1242             over the PPP interface."
1243        ::= { pppLCProtoEntry 29 }
1244
1245   pppLCProtoInCodeRejs OBJECT-TYPE
1246        SYNTAX          Counter
1247        ACCESS          read-only
1248        STATUS          mandatory
1249        DESCRIPTION
1250            "Total number of LCP Code-rejects received
1251             over the PPP interface."
1252        ::= { pppLCProtoEntry 30 }
1253
1254   pppLCProtoInEchoReqs OBJECT-TYPE
1255        SYNTAX          Counter
1256        ACCESS          read-only
1257        STATUS          mandatory
1258        DESCRIPTION
1259            "Total number of LCP Echo-Requests received
1260             over the PPP interface."
1261        ::= { pppLCProtoEntry 31 }
1262
1263   pppLCProtoInEchoReps OBJECT-TYPE
1264        SYNTAX          Counter
1265        ACCESS          read-only
1266        STATUS          mandatory
1267        DESCRIPTION
1268            "Total number of LCP Echo-replies received
1269             over the PPP interface."
1270        ::= { pppLCProtoEntry 32 }
1271
1272   pppLCProtoInDiscReqs OBJECT-TYPE
1273        SYNTAX          Counter
1274        ACCESS          read-only
1275        STATUS          mandatory
1276        DESCRIPTION
1277            "Total number of LCP Discard-requests received
1278             over the PPP interface."
1279        ::= { pppLCProtoEntry 33 }
1280
1281   pppLCProtoInResetReqs OBJECT-TYPE
1282        SYNTAX          Counter
1283        ACCESS          read-only
1284        STATUS          mandatory
1285        DESCRIPTION
1286            "Total number of LCP Reset-requests received
1287             over the PPP interface."
1288        ::= { pppLCProtoEntry 34 }
1289
1290   pppLCProtoInResetAcks OBJECT-TYPE
1291        SYNTAX          Counter
1292        ACCESS          read-only
1293        STATUS          mandatory
1294        DESCRIPTION
1295            "Total number of LCP Reset-Acks received
1296             over the PPP interface."
1297        ::= { pppLCProtoEntry 35 }
1298
1299   pppLCProtoInIdents OBJECT-TYPE
1300        SYNTAX          Counter
1301        ACCESS          read-only
1302        STATUS          mandatory
1303        DESCRIPTION
1304            "Total number of LCP Identification packets received
1305             over the PPP interface."
1306        ::= { pppLCProtoEntry 36 }
1307
1308   pppLCProtoInTimeRemains OBJECT-TYPE
1309        SYNTAX          Counter
1310        ACCESS          read-only
1311        STATUS          mandatory
1312        DESCRIPTION
1313            "Total number of LCP Time-Remaining packets received
1314             over the PPP interface."
1315        ::= { pppLCProtoEntry 37 }
1316
1317------------------------------------------------------------------
1318-- PPP PAP Statistics
1319------------------------------------------------------------------
1320
1321   pppPAPTable  OBJECT-TYPE
1322        SYNTAX     SEQUENCE OF PppPAPEntry
1323        ACCESS     not-accessible
1324        STATUS     mandatory
1325        DESCRIPTION
1326          "A table of PAP statistics."
1327        ::= { ibmIROCroutingppp 4 }
1328
1329   pppPAPEntry  OBJECT-TYPE
1330        SYNTAX      PppPAPEntry
1331        ACCESS      not-accessible
1332        STATUS      mandatory
1333        DESCRIPTION
1334          "An entry of PAP information."
1335        INDEX   { pppPAPIfIndex }
1336        ::= { pppPAPTable 1 }
1337
1338   PppPAPEntry ::= SEQUENCE {
1339        pppPAPIfIndex      INTEGER,
1340        pppPAPInPackets    Counter,
1341        pppPAPInOctets     Counter,
1342        pppPAPInRequests   Counter,
1343        pppPAPInAcks       Counter,
1344        pppPAPInNacks      Counter,
1345        pppPAPOutPackets   Counter,
1346        pppPAPOutOctets    Counter,
1347        pppPAPOutRequests  Counter,
1348        pppPAPOutAcks      Counter,
1349        pppPAPOutNacks     Counter
1350        }
1351
1352   pppPAPIfIndex OBJECT-TYPE
1353        SYNTAX          INTEGER (1..65535)
1354        ACCESS          read-only
1355        STATUS          mandatory
1356        DESCRIPTION
1357           "A unique identifier for a PPP interface running PAP.
1358            This object is the same as the MIB-II ifIndex object."
1359        ::= { pppPAPEntry 1 }
1360
1361   pppPAPInPackets      OBJECT-TYPE
1362        SYNTAX          Counter
1363        ACCESS          read-only
1364        STATUS          mandatory
1365        DESCRIPTION
1366           "Total number of PAP
1367            packets received over the PPP interface."
1368        ::= { pppPAPEntry 2 }
1369
1370   pppPAPInOctets       OBJECT-TYPE
1371        SYNTAX          Counter
1372        ACCESS          read-only
1373        STATUS          mandatory
1374        DESCRIPTION
1375           "Total number of PAP octets
1376            received over the PPP interface."
1377        ::= { pppPAPEntry 3 }
1378
1379   pppPAPInRequests     OBJECT-TYPE
1380        SYNTAX          Counter
1381        ACCESS          read-only
1382        STATUS          mandatory
1383        DESCRIPTION
1384           "Total number of PAP requests
1385            received over the PPP interface."
1386        ::= { pppPAPEntry 4 }
1387
1388   pppPAPInAcks         OBJECT-TYPE
1389        SYNTAX          Counter
1390        ACCESS          read-only
1391        STATUS          mandatory
1392        DESCRIPTION
1393           "Total number of PAP acknowledgements
1394            received over the PPP interface."
1395        ::= { pppPAPEntry 5 }
1396
1397   pppPAPInNacks        OBJECT-TYPE
1398        SYNTAX          Counter
1399        ACCESS          read-only
1400        STATUS          mandatory
1401        DESCRIPTION
1402           "Total number of PAP non-acknowledgements
1403            received over the PPP interface."
1404        ::= { pppPAPEntry 6 }
1405
1406   pppPAPOutPackets      OBJECT-TYPE
1407        SYNTAX          Counter
1408        ACCESS          read-only
1409        STATUS          mandatory
1410        DESCRIPTION
1411           "Total number of PAP
1412            packets sent over the PPP interface."
1413        ::= { pppPAPEntry 7 }
1414
1415   pppPAPOutOctets       OBJECT-TYPE
1416        SYNTAX          Counter
1417        ACCESS          read-only
1418        STATUS          mandatory
1419        DESCRIPTION
1420           "Total number of PAP octets
1421            sent over the PPP interface."
1422        ::= { pppPAPEntry 8 }
1423
1424   pppPAPOutRequests     OBJECT-TYPE
1425        SYNTAX          Counter
1426        ACCESS          read-only
1427        STATUS          mandatory
1428        DESCRIPTION
1429           "Total number of PAP requests
1430            sent over the PPP interface."
1431        ::= { pppPAPEntry 9 }
1432
1433   pppPAPOutAcks         OBJECT-TYPE
1434        SYNTAX          Counter
1435        ACCESS          read-only
1436        STATUS          mandatory
1437        DESCRIPTION
1438           "Total number of PAP acknowledgements
1439            sent over the PPP interface."
1440        ::= { pppPAPEntry 10 }
1441
1442   pppPAPOutNacks        OBJECT-TYPE
1443        SYNTAX          Counter
1444        ACCESS          read-only
1445        STATUS          mandatory
1446        DESCRIPTION
1447           "Total number of PAP non-acknowledgements
1448            sent over the PPP interface."
1449        ::= { pppPAPEntry 11 }
1450
1451------------------------------------------------------------------
1452-- PPP CHAP Statistics
1453------------------------------------------------------------------
1454
1455   pppCHAPTable  OBJECT-TYPE
1456        SYNTAX     SEQUENCE OF PppCHAPEntry
1457        ACCESS     not-accessible
1458        STATUS     mandatory
1459        DESCRIPTION
1460          "A table of CHAP statistics."
1461        ::= { ibmIROCroutingppp 5 }
1462
1463   pppCHAPEntry  OBJECT-TYPE
1464        SYNTAX      PppCHAPEntry
1465        ACCESS      not-accessible
1466        STATUS      mandatory
1467        DESCRIPTION
1468          "An entry of CHAP information."
1469        INDEX   { pppCHAPIfIndex }
1470        ::= { pppCHAPTable 1 }
1471
1472   PppCHAPEntry ::= SEQUENCE {
1473        pppCHAPIfIndex       INTEGER,
1474        pppCHAPInPackets     Counter,
1475        pppCHAPInOctets      Counter,
1476        pppCHAPInChallenges  Counter,
1477        pppCHAPInResponses   Counter,
1478        pppCHAPInSuccesses   Counter,
1479        pppCHAPInFailures    Counter,
1480        pppCHAPOutPackets    Counter,
1481        pppCHAPOutOctets     Counter,
1482        pppCHAPOutChallenges Counter,
1483        pppCHAPOutResponses  Counter,
1484        pppCHAPOutSuccesses  Counter,
1485        pppCHAPOutFailures   Counter
1486        }
1487
1488   pppCHAPIfIndex OBJECT-TYPE
1489        SYNTAX          INTEGER (1..65535)
1490        ACCESS          read-only
1491        STATUS          mandatory
1492        DESCRIPTION
1493           "A unique identifier for a PPP interface running CHAP.
1494            This object is the same as the MIB-II ifIndex object."
1495        ::= { pppCHAPEntry 1 }
1496
1497
1498   pppCHAPInPackets      OBJECT-TYPE
1499        SYNTAX          Counter
1500        ACCESS          read-only
1501        STATUS          mandatory
1502        DESCRIPTION
1503           "Total number of CHAP
1504            packets received over the PPP interface."
1505        ::= { pppCHAPEntry 2 }
1506
1507   pppCHAPInOctets      OBJECT-TYPE
1508        SYNTAX          Counter
1509        ACCESS          read-only
1510        STATUS          mandatory
1511        DESCRIPTION
1512           "Total number of CHAP
1513            octets received over the PPP interface."
1514        ::= { pppCHAPEntry 3 }
1515
1516   pppCHAPInChallenges  OBJECT-TYPE
1517        SYNTAX          Counter
1518        ACCESS          read-only
1519        STATUS          mandatory
1520        DESCRIPTION
1521           "Total number of CHAP challenges
1522            received over the PPP interface."
1523        ::= { pppCHAPEntry 4 }
1524
1525   pppCHAPInResponses   OBJECT-TYPE
1526        SYNTAX          Counter
1527        ACCESS          read-only
1528        STATUS          mandatory
1529        DESCRIPTION
1530           "Total number of CHAP responses
1531            received over the PPP interface."
1532        ::= { pppCHAPEntry 5 }
1533
1534   pppCHAPInSuccesses   OBJECT-TYPE
1535        SYNTAX          Counter
1536        ACCESS          read-only
1537        STATUS          mandatory
1538        DESCRIPTION
1539           "Total number of CHAP successes
1540            received over the PPP interface."
1541        ::= { pppCHAPEntry 6 }
1542
1543   pppCHAPInFailures    OBJECT-TYPE
1544        SYNTAX          Counter
1545        ACCESS          read-only
1546        STATUS          mandatory
1547        DESCRIPTION
1548           "Total number of CHAP failures
1549            received over the PPP interface."
1550        ::= { pppCHAPEntry 7 }
1551
1552   pppCHAPOutPackets      OBJECT-TYPE
1553        SYNTAX          Counter
1554        ACCESS          read-only
1555        STATUS          mandatory
1556        DESCRIPTION
1557           "Total number of CHAP
1558            packets sent over the PPP interface."
1559        ::= { pppCHAPEntry 8 }
1560
1561   pppCHAPOutOctets      OBJECT-TYPE
1562        SYNTAX          Counter
1563        ACCESS          read-only
1564        STATUS          mandatory
1565        DESCRIPTION
1566           "Total number of CHAP
1567            octets sent over the PPP interface."
1568        ::= { pppCHAPEntry 9 }
1569
1570   pppCHAPOutChallenges  OBJECT-TYPE
1571        SYNTAX          Counter
1572        ACCESS          read-only
1573        STATUS          mandatory
1574        DESCRIPTION
1575           "Total number of CHAP challenges
1576            sent over the PPP interface."
1577        ::= { pppCHAPEntry 10 }
1578
1579   pppCHAPOutResponses   OBJECT-TYPE
1580        SYNTAX          Counter
1581        ACCESS          read-only
1582        STATUS          mandatory
1583        DESCRIPTION
1584           "Total number of CHAP responses
1585            sent over the PPP interface."
1586        ::= { pppCHAPEntry 11 }
1587
1588   pppCHAPOutSuccesses   OBJECT-TYPE
1589        SYNTAX          Counter
1590        ACCESS          read-only
1591        STATUS          mandatory
1592        DESCRIPTION
1593           "Total number of CHAP successes
1594            sent over the PPP interface."
1595        ::= { pppCHAPEntry 12 }
1596
1597   pppCHAPOutFailures    OBJECT-TYPE
1598        SYNTAX          Counter
1599        ACCESS          read-only
1600        STATUS          mandatory
1601        DESCRIPTION
1602           "Total number of CHAP failures
1603            sent over the PPP interface."
1604        ::= { pppCHAPEntry 13 }
1605
1606------------------------------------------------------------------
1607-- PPP SPAP Statistics
1608------------------------------------------------------------------
1609
1610   pppSPAPTable  OBJECT-TYPE
1611        SYNTAX     SEQUENCE OF PppSPAPEntry
1612        ACCESS     not-accessible
1613        STATUS     mandatory
1614        DESCRIPTION
1615          "A table of SPAP statistics."
1616        ::= { ibmIROCroutingppp 6 }
1617
1618   pppSPAPEntry  OBJECT-TYPE
1619        SYNTAX      PppSPAPEntry
1620        ACCESS      not-accessible
1621        STATUS      mandatory
1622        DESCRIPTION
1623          "An entry of SPAP information."
1624        INDEX   { pppSPAPIfIndex }
1625        ::= { pppSPAPTable 1 }
1626
1627   PppSPAPEntry ::= SEQUENCE {
1628        pppSPAPIfIndex      INTEGER,
1629        pppSPAPInPackets   Counter,
1630        pppSPAPInOctets    Counter,
1631        pppSPAPInRequests  Counter,
1632        pppSPAPInAcks       Counter,
1633        pppSPAPInNacks       Counter,
1634        pppSPAPInDialbacks Counter,
1635        pppSPAPInPleaseAuthenticates  Counter,
1636        pppSPAPInChangePasswords   Counter,
1637        pppSPAPInAlerts      Counter,
1638        pppSPAPInAlertAcks  Counter,
1639        pppSPAPOutPackets   Counter,
1640        pppSPAPOutOctets    Counter,
1641        pppSPAPOutRequests  Counter,
1642        pppSPAPOutAcks      Counter,
1643        pppSPAPOutNacks      Counter,
1644        pppSPAPOutDialbacks Counter,
1645        pppSPAPOutPleaseAuthenticates    Counter,
1646        pppSPAPOutChangePasswords    Counter,
1647        pppSPAPOutAlerts             Counter,
1648        pppSPAPOutAlertAcks          Counter
1649        }
1650
1651   pppSPAPIfIndex OBJECT-TYPE
1652        SYNTAX          INTEGER (1..65535)
1653        ACCESS          read-only
1654        STATUS          mandatory
1655        DESCRIPTION
1656           "A unique identifier for a PPP interface running SPAP.
1657            This object is the same as the MIB-II ifIndex object."
1658        ::= { pppSPAPEntry 1 }
1659
1660   pppSPAPInPackets      OBJECT-TYPE
1661        SYNTAX          Counter
1662        ACCESS          read-only
1663        STATUS          mandatory
1664        DESCRIPTION
1665           "Total number of SPAP
1666            packets received over the PPP interface."
1667        ::= { pppSPAPEntry 2 }
1668
1669   pppSPAPInOctets      OBJECT-TYPE
1670        SYNTAX          Counter
1671        ACCESS          read-only
1672        STATUS          mandatory
1673        DESCRIPTION
1674           "Total number of SPAP
1675            octets received over the PPP interface."
1676        ::= { pppSPAPEntry 3 }
1677
1678   pppSPAPInRequests    OBJECT-TYPE
1679        SYNTAX          Counter
1680        ACCESS          read-only
1681        STATUS          mandatory
1682        DESCRIPTION
1683           "Total number of SPAP
1684            responses received over the PPP interface."
1685        ::= { pppSPAPEntry 4 }
1686
1687   pppSPAPInAcks        OBJECT-TYPE
1688        SYNTAX          Counter
1689        ACCESS          read-only
1690        STATUS          mandatory
1691        DESCRIPTION
1692           "Total number of SPAP acknowledgements
1693            received over the PPP interface."
1694        ::= { pppSPAPEntry 5 }
1695
1696   pppSPAPInNacks      OBJECT-TYPE
1697        SYNTAX          Counter
1698        ACCESS          read-only
1699        STATUS          mandatory
1700        DESCRIPTION
1701           "Total number of SPAP non-acknowledgements
1702            received over the PPP interface."
1703        ::= { pppSPAPEntry 6 }
1704
1705   pppSPAPInDialbacks  OBJECT-TYPE
1706        SYNTAX          Counter
1707        ACCESS          read-only
1708        STATUS          mandatory
1709        DESCRIPTION
1710           "Total number of SPAP dialbacks
1711            received over the PPP interface."
1712        ::= { pppSPAPEntry 7 }
1713
1714   pppSPAPInPleaseAuthenticates OBJECT-TYPE
1715        SYNTAX          Counter
1716        ACCESS          read-only
1717        STATUS          mandatory
1718        DESCRIPTION
1719           "Total number of SPAP authenticate requests
1720            received over the PPP interface."
1721        ::= { pppSPAPEntry 8 }
1722
1723   pppSPAPInChangePasswords     OBJECT-TYPE
1724        SYNTAX          Counter
1725        ACCESS          read-only
1726        STATUS          mandatory
1727        DESCRIPTION
1728           "Total number of SPAP password changes
1729            received over the PPP interface."
1730        ::= { pppSPAPEntry 9 }
1731
1732   pppSPAPInAlerts      OBJECT-TYPE
1733        SYNTAX          Counter
1734        ACCESS          read-only
1735        STATUS          mandatory
1736        DESCRIPTION
1737           "Total number of SPAP alerts
1738            received over the PPP interface."
1739        ::= { pppSPAPEntry 10 }
1740
1741   pppSPAPInAlertAcks  OBJECT-TYPE
1742        SYNTAX          Counter
1743        ACCESS          read-only
1744        STATUS          mandatory
1745        DESCRIPTION
1746           "Total number of SPAP alert acknowledgements
1747            received over the PPP interface."
1748        ::= { pppSPAPEntry 11 }
1749
1750   pppSPAPOutPackets      OBJECT-TYPE
1751        SYNTAX          Counter
1752        ACCESS          read-only
1753        STATUS          mandatory
1754        DESCRIPTION
1755           "Total number of SPAP
1756            packets sent over the PPP interface."
1757        ::= { pppSPAPEntry 12 }
1758
1759   pppSPAPOutOctets      OBJECT-TYPE
1760        SYNTAX          Counter
1761        ACCESS          read-only
1762        STATUS          mandatory
1763        DESCRIPTION
1764           "Total number of SPAP
1765            octets sent over the PPP interface."
1766        ::= { pppSPAPEntry 13 }
1767
1768   pppSPAPOutRequests    OBJECT-TYPE
1769        SYNTAX          Counter
1770        ACCESS          read-only
1771        STATUS          mandatory
1772        DESCRIPTION
1773           "Total number of SPAP
1774            responses sent over the PPP interface."
1775        ::= { pppSPAPEntry 14 }
1776
1777   pppSPAPOutAcks        OBJECT-TYPE
1778        SYNTAX          Counter
1779        ACCESS          read-only
1780        STATUS          mandatory
1781        DESCRIPTION
1782           "Total number of SPAP acknowledgements
1783            sent over the PPP interface."
1784        ::= { pppSPAPEntry 15 }
1785
1786   pppSPAPOutNacks      OBJECT-TYPE
1787        SYNTAX          Counter
1788        ACCESS          read-only
1789        STATUS          mandatory
1790        DESCRIPTION
1791           "Total number of SPAP non-acknowledgements
1792            sent over the PPP interface."
1793        ::= { pppSPAPEntry 16 }
1794
1795   pppSPAPOutDialbacks  OBJECT-TYPE
1796        SYNTAX          Counter
1797        ACCESS          read-only
1798        STATUS          mandatory
1799        DESCRIPTION
1800           "Total number of SPAP dialbacks
1801            sent over the PPP interface."
1802        ::= { pppSPAPEntry 17 }
1803
1804   pppSPAPOutPleaseAuthenticates OBJECT-TYPE
1805        SYNTAX          Counter
1806        ACCESS          read-only
1807        STATUS          mandatory
1808        DESCRIPTION
1809           "Total number of SPAP authenticate requests
1810            sent over the PPP interface."
1811        ::= { pppSPAPEntry 18 }
1812
1813   pppSPAPOutChangePasswords     OBJECT-TYPE
1814        SYNTAX          Counter
1815        ACCESS          read-only
1816        STATUS          mandatory
1817        DESCRIPTION
1818           "Total number of SPAP password changes
1819            sent over the PPP interface."
1820        ::= { pppSPAPEntry 19 }
1821
1822   pppSPAPOutAlerts      OBJECT-TYPE
1823        SYNTAX          Counter
1824        ACCESS          read-only
1825        STATUS          mandatory
1826        DESCRIPTION
1827           "Total number of SPAP alerts
1828            sent over the PPP interface."
1829        ::= { pppSPAPEntry 20 }
1830
1831   pppSPAPOutAlertAcks  OBJECT-TYPE
1832        SYNTAX          Counter
1833        ACCESS          read-only
1834        STATUS          mandatory
1835        DESCRIPTION
1836           "Total number of SPAP alert acknowledgements
1837            sent over the PPP interface."
1838        ::= { pppSPAPEntry 21 }
1839
1840------------------------------------------------------------------
1841-- PPP Bandwidth Allocation Protocol (BAP) Statistics
1842------------------------------------------------------------------
1843
1844   pppBAPTable  OBJECT-TYPE
1845        SYNTAX     SEQUENCE OF PppBAPEntry
1846        ACCESS     not-accessible
1847        STATUS     mandatory
1848        DESCRIPTION
1849          "A table of BAP protocol statistics."
1850        ::= { ibmIROCroutingppp 7 }
1851
1852   pppBAPEntry  OBJECT-TYPE
1853        SYNTAX      PppBAPEntry
1854        ACCESS      not-accessible
1855        STATUS      mandatory
1856        DESCRIPTION
1857          "An entry of BAP information."
1858        INDEX   { pppBAPIfIndex }
1859        ::= { pppBAPTable 1 }
1860
1861   PppBAPEntry ::= SEQUENCE {
1862        pppBAPIfIndex        INTEGER,
1863
1864        pppBAPInCallReqs     Counter,
1865        pppBAPInCallAcks     Counter,
1866        pppBAPInCallNaks     Counter,
1867        pppBAPInCallRejs     Counter,
1868        pppBAPInCallBackReqs Counter,
1869        pppBAPInCallBackAcks Counter,
1870        pppBAPInCallBackNaks Counter,
1871        pppBAPInCallBackRejs Counter,
1872        pppBAPInDropReqs     Counter,
1873        pppBAPInDropAcks     Counter,
1874        pppBAPInDropNaks     Counter,
1875        pppBAPInDropRejs     Counter,
1876        pppBAPInStatSuccs    Counter,
1877        pppBAPInStatFails    Counter,
1878
1879        pppBAPOutCallReqs     Counter,
1880        pppBAPOutCallAcks     Counter,
1881        pppBAPOutCallNaks     Counter,
1882        pppBAPOutCallRejs     Counter,
1883        pppBAPOutCallBackReqs Counter,
1884        pppBAPOutCallBackAcks Counter,
1885        pppBAPOutCallBackNaks Counter,
1886        pppBAPOutCallBackRejs Counter,
1887        pppBAPOutDropReqs     Counter,
1888        pppBAPOutDropAcks     Counter,
1889        pppBAPOutDropNaks     Counter,
1890        pppBAPOutDropRejs     Counter,
1891        pppBAPOutStatSuccs    Counter,
1892        pppBAPOutStatFails    Counter
1893        }
1894
1895   pppBAPIfIndex OBJECT-TYPE
1896        SYNTAX          INTEGER (1..65535)
1897        ACCESS          read-only
1898        STATUS          mandatory
1899        DESCRIPTION
1900           "A unique identifier for a PPP interface running BAP.
1901            This object is the same as the MIB-II ifIndex object."
1902        ::= { pppBAPEntry 1 }
1903
1904   pppBAPInCallReqs     OBJECT-TYPE
1905        SYNTAX          Counter
1906        ACCESS          read-only
1907        STATUS          mandatory
1908        DESCRIPTION
1909           "Total number of BAP incoming Call Request
1910            packets received over the PPP interface."
1911        ::= { pppBAPEntry 2 }
1912
1913   pppBAPInCallAcks     OBJECT-TYPE
1914        SYNTAX          Counter
1915        ACCESS          read-only
1916        STATUS          mandatory
1917        DESCRIPTION
1918           "Total number of BAP incoming Call Acknowledgement
1919            packets received over the PPP interface."
1920        ::= { pppBAPEntry 3 }
1921
1922   pppBAPInCallNaks     OBJECT-TYPE
1923        SYNTAX          Counter
1924        ACCESS          read-only
1925        STATUS          mandatory
1926        DESCRIPTION
1927           "Total number of BAP incoming Call Nak
1928            packets received over the PPP interface."
1929        ::= { pppBAPEntry 4 }
1930
1931   pppBAPInCallRejs     OBJECT-TYPE
1932        SYNTAX          Counter
1933        ACCESS          read-only
1934        STATUS          mandatory
1935        DESCRIPTION
1936           "Total number of BAP incoming Call Reject
1937            packets received over the PPP interface."
1938        ::= { pppBAPEntry 5 }
1939
1940   pppBAPInCallBackReqs OBJECT-TYPE
1941        SYNTAX          Counter
1942        ACCESS          read-only
1943        STATUS          mandatory
1944        DESCRIPTION
1945           "Total number of BAP incoming CallBack Request
1946            packets received over the PPP interface."
1947        ::= { pppBAPEntry 6 }
1948
1949   pppBAPInCallBackAcks OBJECT-TYPE
1950        SYNTAX          Counter
1951        ACCESS          read-only
1952        STATUS          mandatory
1953        DESCRIPTION
1954           "Total number of BAP incoming CallBack Acknowledgement
1955            packets received over the PPP interface."
1956        ::= { pppBAPEntry 7 }
1957
1958   pppBAPInCallBackNaks OBJECT-TYPE
1959        SYNTAX          Counter
1960        ACCESS          read-only
1961        STATUS          mandatory
1962        DESCRIPTION
1963           "Total number of BAP incoming CallBack Nak
1964            packets received over the PPP interface."
1965        ::= { pppBAPEntry 8 }
1966
1967   pppBAPInCallBackRejs OBJECT-TYPE
1968        SYNTAX          Counter
1969        ACCESS          read-only
1970        STATUS          mandatory
1971        DESCRIPTION
1972           "Total number of BAP incoming CallBack Reject
1973            packets received over the PPP interface."
1974        ::= { pppBAPEntry 9 }
1975
1976   pppBAPInDropReqs     OBJECT-TYPE
1977        SYNTAX          Counter
1978        ACCESS          read-only
1979        STATUS          mandatory
1980        DESCRIPTION
1981           "Total number of BAP incoming Drop Request
1982            packets received over the PPP interface."
1983        ::= { pppBAPEntry 10 }
1984
1985   pppBAPInDropAcks     OBJECT-TYPE
1986        SYNTAX          Counter
1987        ACCESS          read-only
1988        STATUS          mandatory
1989        DESCRIPTION
1990           "Total number of BAP incoming Drop Acknowledgement
1991            packets received over the PPP interface."
1992        ::= { pppBAPEntry 11 }
1993
1994   pppBAPInDropNaks     OBJECT-TYPE
1995        SYNTAX          Counter
1996        ACCESS          read-only
1997        STATUS          mandatory
1998        DESCRIPTION
1999           "Total number of BAP incoming Drop Nak
2000            packets received over the PPP interface."
2001        ::= { pppBAPEntry 12 }
2002
2003   pppBAPInDropRejs     OBJECT-TYPE
2004        SYNTAX          Counter
2005        ACCESS          read-only
2006        STATUS          mandatory
2007        DESCRIPTION
2008           "Total number of BAP incoming Drop Reject
2009            packets received over the PPP interface."
2010        ::= { pppBAPEntry 13 }
2011
2012   pppBAPInStatSuccs    OBJECT-TYPE
2013        SYNTAX          Counter
2014        ACCESS          read-only
2015        STATUS          mandatory
2016        DESCRIPTION
2017           "Total number of BAP incoming Call Status Success
2018            packets received over the PPP interface."
2019        ::= { pppBAPEntry 14 }
2020
2021   pppBAPInStatFails    OBJECT-TYPE
2022        SYNTAX          Counter
2023        ACCESS          read-only
2024        STATUS          mandatory
2025        DESCRIPTION
2026           "Total number of BAP incoming Call Status Fail
2027            packets received over the PPP interface."
2028        ::= { pppBAPEntry 15 }
2029
2030   pppBAPOutCallReqs     OBJECT-TYPE
2031        SYNTAX          Counter
2032        ACCESS          read-only
2033        STATUS          mandatory
2034        DESCRIPTION
2035           "Total number of BAP outgoing Call Request
2036            packets sent over the PPP interface."
2037        ::= { pppBAPEntry 16 }
2038
2039   pppBAPOutCallAcks     OBJECT-TYPE
2040        SYNTAX          Counter
2041        ACCESS          read-only
2042        STATUS          mandatory
2043        DESCRIPTION
2044           "Total number of BAP outgoing Call Acknowledgement
2045            packets sent over the PPP interface."
2046        ::= { pppBAPEntry 17 }
2047
2048   pppBAPOutCallNaks     OBJECT-TYPE
2049        SYNTAX          Counter
2050        ACCESS          read-only
2051        STATUS          mandatory
2052        DESCRIPTION
2053           "Total number of BAP outgoing Call Nak
2054            packets sent over the PPP interface."
2055        ::= { pppBAPEntry 18 }
2056
2057   pppBAPOutCallRejs     OBJECT-TYPE
2058        SYNTAX          Counter
2059        ACCESS          read-only
2060        STATUS          mandatory
2061        DESCRIPTION
2062           "Total number of BAP outgoing Call Reject
2063            packets sent over the PPP interface."
2064        ::= { pppBAPEntry 19 }
2065
2066   pppBAPOutCallBackReqs OBJECT-TYPE
2067        SYNTAX          Counter
2068        ACCESS          read-only
2069        STATUS          mandatory
2070        DESCRIPTION
2071           "Total number of BAP outgoing CallBack Request
2072            packets sent over the PPP interface."
2073        ::= { pppBAPEntry 20 }
2074
2075   pppBAPOutCallBackAcks OBJECT-TYPE
2076        SYNTAX          Counter
2077        ACCESS          read-only
2078        STATUS          mandatory
2079        DESCRIPTION
2080           "Total number of BAP outgoing CallBack Acknowledgement
2081            packets sent over the PPP interface."
2082        ::= { pppBAPEntry 21 }
2083
2084   pppBAPOutCallBackNaks OBJECT-TYPE
2085        SYNTAX          Counter
2086        ACCESS          read-only
2087        STATUS          mandatory
2088        DESCRIPTION
2089           "Total number of BAP outgoing CallBack Nak
2090            packets sent over the PPP interface."
2091        ::= { pppBAPEntry 22 }
2092
2093   pppBAPOutCallBackRejs OBJECT-TYPE
2094        SYNTAX          Counter
2095        ACCESS          read-only
2096        STATUS          mandatory
2097        DESCRIPTION
2098           "Total number of BAP outgoing CallBack Reject
2099            packets sent over the PPP interface."
2100        ::= { pppBAPEntry 23 }
2101
2102   pppBAPOutDropReqs     OBJECT-TYPE
2103        SYNTAX          Counter
2104        ACCESS          read-only
2105        STATUS          mandatory
2106        DESCRIPTION
2107           "Total number of BAP outgoing Drop Request
2108            packets sent over the PPP interface."
2109        ::= { pppBAPEntry 24 }
2110
2111   pppBAPOutDropAcks     OBJECT-TYPE
2112        SYNTAX          Counter
2113        ACCESS          read-only
2114        STATUS          mandatory
2115        DESCRIPTION
2116           "Total number of BAP outgoing Drop Acknowledgement
2117            packets sent over the PPP interface."
2118        ::= { pppBAPEntry 25 }
2119
2120   pppBAPOutDropNaks     OBJECT-TYPE
2121        SYNTAX          Counter
2122        ACCESS          read-only
2123        STATUS          mandatory
2124        DESCRIPTION
2125           "Total number of BAP outgoing Drop Nak
2126            packets sent over the PPP interface."
2127        ::= { pppBAPEntry 26 }
2128
2129   pppBAPOutDropRejs     OBJECT-TYPE
2130        SYNTAX          Counter
2131        ACCESS          read-only
2132        STATUS          mandatory
2133        DESCRIPTION
2134           "Total number of BAP outgoing Drop Reject
2135            packets sent over the PPP interface."
2136        ::= { pppBAPEntry 27 }
2137
2138   pppBAPOutStatSuccs    OBJECT-TYPE
2139        SYNTAX          Counter
2140        ACCESS          read-only
2141        STATUS          mandatory
2142        DESCRIPTION
2143           "Total number of BAP outgoing Call Status Success
2144            packets sent over the PPP interface."
2145        ::= { pppBAPEntry 28 }
2146
2147   pppBAPOutStatFails    OBJECT-TYPE
2148        SYNTAX          Counter
2149        ACCESS          read-only
2150        STATUS          mandatory
2151        DESCRIPTION
2152           "Total number of BAP outgoing Call Status Fail
2153            packets sent over the PPP interface."
2154        ::= { pppBAPEntry 29 }
2155
2156------------------------------------------------------------------
2157-- PPP Compression Protocol and Control Protocol Statistics
2158------------------------------------------------------------------
2159
2160   pppCPTable  OBJECT-TYPE
2161        SYNTAX     SEQUENCE OF PppCPEntry
2162        ACCESS     not-accessible
2163        STATUS     mandatory
2164        DESCRIPTION
2165          "A table of compression protocol and control protocol statistics."
2166        ::= { ibmIROCroutingppp 8 }
2167
2168   pppCPEntry  OBJECT-TYPE
2169        SYNTAX      PppCPEntry
2170        ACCESS      not-accessible
2171        STATUS      mandatory
2172        DESCRIPTION
2173          "An entry of CP and CCP information."
2174        INDEX   { pppCPIfIndex }
2175        ::= { pppCPTable 1 }
2176
2177   PppCPEntry ::= SEQUENCE {
2178        pppCPIfIndex                 INTEGER,
2179
2180        pppCPInCompressedOctets      Counter,
2181        pppCPInInCompressablePkts    Counter,
2182        pppCPInDestroyeds            Counter,
2183        pppCPInCopies                Counter,
2184
2185        pppCPOutCompressedOctets     Counter,
2186        pppCPOutInCompressablePkts   Counter,
2187        pppCPOutDestroyeds           Counter,
2188        pppCPOutCopies               Counter,
2189
2190        pppCCPInResetReqs            Counter,
2191        pppCCPInResetAcks            Counter,
2192        pppCCPInDictResets           Counter,
2193
2194        pppCCPOutResetReqs           Counter,
2195        pppCCPOutResetAcks           Counter,
2196        pppCCPOutDictResets          Counter,
2197
2198        pppCCPPacketDiscards         Counter,
2199        pppCCPOctetDiscards          Counter
2200        }
2201
2202   pppCPIfIndex OBJECT-TYPE
2203        SYNTAX          INTEGER (1..65535)
2204        ACCESS          read-only
2205        STATUS          mandatory
2206        DESCRIPTION
2207           "A unique identifier for a PPP interface running CP.
2208            This object is the same as the MIB-II ifIndex object."
2209        ::= { pppCPEntry 1 }
2210
2211   pppCPInCompressedOctets      OBJECT-TYPE
2212        SYNTAX          Counter
2213        ACCESS          read-only
2214        STATUS          mandatory
2215        DESCRIPTION
2216           "Total number of CP incoming compressed
2217            octets received over the PPP interface."
2218        ::= { pppCPEntry 2 }
2219
2220   pppCPInInCompressablePkts    OBJECT-TYPE
2221        SYNTAX          Counter
2222        ACCESS          read-only
2223        STATUS          mandatory
2224        DESCRIPTION
2225           "Total number of CP incoming incompressable
2226            packets received over the PPP interface."
2227        ::= { pppCPEntry 3 }
2228
2229   pppCPInDestroyeds            OBJECT-TYPE
2230        SYNTAX          Counter
2231        ACCESS          read-only
2232        STATUS          mandatory
2233        DESCRIPTION
2234           "Total number of CP incoming packets discarded
2235            for this PPP interface."
2236        ::= { pppCPEntry 4 }
2237
2238   pppCPInCopies                OBJECT-TYPE
2239        SYNTAX          Counter
2240        ACCESS          read-only
2241        STATUS          mandatory
2242        DESCRIPTION
2243           "Total number of CP incoming packets requiring
2244            a copy to a spare buffer to correct alignment."
2245        ::= { pppCPEntry 5 }
2246
2247   pppCPOutCompressedOctets     OBJECT-TYPE
2248        SYNTAX          Counter
2249        ACCESS          read-only
2250        STATUS          mandatory
2251        DESCRIPTION
2252           "Total number of CP outgoing compressed
2253            octets sent over the PPP interface."
2254        ::= { pppCPEntry 6 }
2255
2256   pppCPOutInCompressablePkts   OBJECT-TYPE
2257        SYNTAX          Counter
2258        ACCESS          read-only
2259        STATUS          mandatory
2260        DESCRIPTION
2261           "Total number of CP outgoing incompressable
2262            packets sent over the PPP interface."
2263        ::= { pppCPEntry 7 }
2264
2265   pppCPOutDestroyeds           OBJECT-TYPE
2266        SYNTAX          Counter
2267        ACCESS          read-only
2268        STATUS          mandatory
2269        DESCRIPTION
2270           "Total number of CP outgoing packets discarded
2271            for this PPP interface."
2272        ::= { pppCPEntry 8 }
2273
2274   pppCPOutCopies               OBJECT-TYPE
2275        SYNTAX          Counter
2276        ACCESS          read-only
2277        STATUS          mandatory
2278        DESCRIPTION
2279           "Total number of CP outgoing packets requiring
2280            a copy to a spare buffer to correct alignment."
2281        ::= { pppCPEntry 9 }
2282
2283   pppCCPInResetReqs            OBJECT-TYPE
2284        SYNTAX          Counter
2285        ACCESS          read-only
2286        STATUS          mandatory
2287        DESCRIPTION
2288           "Total number of CCP incoming Reset request
2289            packets received over the PPP interface."
2290        ::= { pppCPEntry 10 }
2291
2292   pppCCPInResetAcks            OBJECT-TYPE
2293        SYNTAX          Counter
2294        ACCESS          read-only
2295        STATUS          mandatory
2296        DESCRIPTION
2297           "Total number of CCP incoming Reset Acknowledgement
2298            packets received over the PPP interface."
2299        ::= { pppCPEntry 11 }
2300
2301   pppCCPInDictResets           OBJECT-TYPE
2302        SYNTAX          Counter
2303        ACCESS          read-only
2304        STATUS          mandatory
2305        DESCRIPTION
2306           "Total number of CCP incoming Dictionary Reset
2307            packets received over the PPP interface."
2308        ::= { pppCPEntry 12 }
2309
2310   pppCCPOutResetReqs           OBJECT-TYPE
2311        SYNTAX          Counter
2312        ACCESS          read-only
2313        STATUS          mandatory
2314        DESCRIPTION
2315           "Total number of CCP outgoing Reset request
2316            packets sent over the PPP interface."
2317        ::= { pppCPEntry 13 }
2318
2319   pppCCPOutResetAcks           OBJECT-TYPE
2320        SYNTAX          Counter
2321        ACCESS          read-only
2322        STATUS          mandatory
2323        DESCRIPTION
2324           "Total number of CCP outgoing Reset Acknowledgement
2325            packets sent over the PPP interface."
2326        ::= { pppCPEntry 14 }
2327
2328   pppCCPOutDictResets          OBJECT-TYPE
2329        SYNTAX          Counter
2330        ACCESS          read-only
2331        STATUS          mandatory
2332        DESCRIPTION
2333           "Total number of CCP outgoing Dictionary Reset
2334            packets sent  over the PPP interface."
2335        ::= { pppCPEntry 15 }
2336
2337
2338   pppCCPPacketDiscards         OBJECT-TYPE
2339        SYNTAX          Counter
2340        ACCESS          read-only
2341        STATUS          mandatory
2342        DESCRIPTION
2343           "Total number of CCP incoming packet
2344            discards occuring for this PPP interface."
2345        ::= { pppCPEntry 16 }
2346
2347   pppCCPOctetDiscards          OBJECT-TYPE
2348        SYNTAX          Counter
2349        ACCESS          read-only
2350        STATUS          mandatory
2351        DESCRIPTION
2352           "Total number of CCP outgoing packet
2353            discards occuring for this PPP interface."
2354        ::= { pppCPEntry 17 }
2355
2356------------------------------------------------------------------
2357-- PPP Encryption Protocol and Control Protocol Statistics
2358------------------------------------------------------------------
2359
2360   pppEPTable  OBJECT-TYPE
2361        SYNTAX     SEQUENCE OF PppEPEntry
2362        ACCESS     not-accessible
2363        STATUS     mandatory
2364        DESCRIPTION
2365          "A table of encryption protocol and control protocol statistics."
2366        ::= { ibmIROCroutingppp 9 }
2367
2368   pppEPEntry  OBJECT-TYPE
2369        SYNTAX      PppEPEntry
2370        ACCESS      not-accessible
2371        STATUS      mandatory
2372        DESCRIPTION
2373          "An entry of EP and ECP information."
2374        INDEX   { pppEPIfIndex }
2375        ::= { pppEPTable 1 }
2376
2377   PppEPEntry ::= SEQUENCE {
2378        pppEPIfIndex                 INTEGER,
2379
2380        pppEPInEncryptedOctets       Counter,
2381        pppEPInDestroyeds            Counter,
2382        pppEPInCopies                Counter,
2383
2384        pppEPOutEncryptedOctets      Counter,
2385        pppEPOutDestroyeds           Counter,
2386        pppEPOutCopies               Counter,
2387
2388        pppECPInResetReqs            Counter,
2389        pppECPInResetAcks            Counter,
2390        pppECPInDictResets           Counter,
2391
2392        pppECPOutResetReqs           Counter,
2393        pppECPOutResetAcks           Counter,
2394        pppECPOutDictResets          Counter,
2395
2396        pppECPPacketDiscards         Counter,
2397        pppECPOctetDiscards          Counter
2398        }
2399
2400   pppEPIfIndex OBJECT-TYPE
2401        SYNTAX          INTEGER (1..65535)
2402        ACCESS          read-only
2403        STATUS          mandatory
2404        DESCRIPTION
2405           "A unique identifier for a PPP interface running EP.
2406            This object is the same as the MIB-II ifIndex object."
2407        ::= { pppEPEntry 1 }
2408
2409   pppEPInEncryptedOctets      OBJECT-TYPE
2410        SYNTAX          Counter
2411        ACCESS          read-only
2412        STATUS          mandatory
2413        DESCRIPTION
2414           "Total number of EP incoming encrypted
2415            octets received over the PPP interface."
2416        ::= { pppEPEntry 2 }
2417
2418   pppEPInDestroyeds            OBJECT-TYPE
2419        SYNTAX          Counter
2420        ACCESS          read-only
2421        STATUS          mandatory
2422        DESCRIPTION
2423           "Total number of EP incoming packets discarded
2424            for this PPP interface."
2425        ::= { pppEPEntry 3 }
2426
2427   pppEPInCopies                OBJECT-TYPE
2428        SYNTAX          Counter
2429        ACCESS          read-only
2430        STATUS          mandatory
2431        DESCRIPTION
2432           "Total number of EP incoming packets requiring
2433            a copy to a spare buffer to correct alignment."
2434        ::= { pppEPEntry 4 }
2435
2436   pppEPOutEncryptedOctets     OBJECT-TYPE
2437        SYNTAX          Counter
2438        ACCESS          read-only
2439        STATUS          mandatory
2440        DESCRIPTION
2441           "Total number of EP outgoing encrypted
2442            octets sent over the PPP interface."
2443        ::= { pppEPEntry 5 }
2444
2445   pppEPOutDestroyeds           OBJECT-TYPE
2446        SYNTAX          Counter
2447        ACCESS          read-only
2448        STATUS          mandatory
2449        DESCRIPTION
2450           "Total number of EP outgoing packets discarded
2451            for this PPP interface."
2452        ::= { pppEPEntry 6 }
2453
2454   pppEPOutCopies               OBJECT-TYPE
2455        SYNTAX          Counter
2456        ACCESS          read-only
2457        STATUS          mandatory
2458        DESCRIPTION
2459           "Total number of EP outgoing packets requiring
2460            a copy to a spare buffer to correct alignment."
2461        ::= { pppEPEntry 7 }
2462
2463   pppECPInResetReqs            OBJECT-TYPE
2464        SYNTAX          Counter
2465        ACCESS          read-only
2466        STATUS          mandatory
2467        DESCRIPTION
2468           "Total number of ECP incoming Reset request
2469            packets received over the PPP interface."
2470        ::= { pppEPEntry 8 }
2471
2472   pppECPInResetAcks            OBJECT-TYPE
2473        SYNTAX          Counter
2474        ACCESS          read-only
2475        STATUS          mandatory
2476        DESCRIPTION
2477           "Total number of ECP incoming Reset Acknowledgement
2478            packets received over the PPP interface."
2479        ::= { pppEPEntry 9 }
2480
2481   pppECPInDictResets           OBJECT-TYPE
2482        SYNTAX          Counter
2483        ACCESS          read-only
2484        STATUS          mandatory
2485        DESCRIPTION
2486           "Total number of ECP incoming Dictionary Reset
2487            packets received over the PPP interface."
2488        ::= { pppEPEntry 10 }
2489
2490   pppECPOutResetReqs           OBJECT-TYPE
2491        SYNTAX          Counter
2492        ACCESS          read-only
2493        STATUS          mandatory
2494        DESCRIPTION
2495           "Total number of ECP outgoing Reset request
2496            packets sent over the PPP interface."
2497        ::= { pppEPEntry 11 }
2498
2499   pppECPOutResetAcks           OBJECT-TYPE
2500        SYNTAX          Counter
2501        ACCESS          read-only
2502        STATUS          mandatory
2503        DESCRIPTION
2504           "Total number of ECP outgoing Reset Acknowledgement
2505            packets sent over the PPP interface."
2506        ::= { pppEPEntry 12 }
2507
2508   pppECPOutDictResets          OBJECT-TYPE
2509        SYNTAX          Counter
2510        ACCESS          read-only
2511        STATUS          mandatory
2512        DESCRIPTION
2513           "Total number of ECP outgoing Dictionary Reset
2514            packets sent  over the PPP interface."
2515        ::= { pppEPEntry 13 }
2516
2517
2518   pppECPPacketDiscards         OBJECT-TYPE
2519        SYNTAX          Counter
2520        ACCESS          read-only
2521        STATUS          mandatory
2522        DESCRIPTION
2523           "Total number of ECP incoming packet
2524            discards occuring for this PPP interface."
2525        ::= { pppEPEntry 14 }
2526
2527   pppECPOctetDiscards          OBJECT-TYPE
2528        SYNTAX          Counter
2529        ACCESS          read-only
2530        STATUS          mandatory
2531        DESCRIPTION
2532           "Total number of ECP outgoing packet
2533            discards occuring for this PPP interface."
2534        ::= { pppEPEntry 15 }
2535
2536
2537------------------------------------------------------------------
2538-- PPP MS-CHAP Statistics
2539------------------------------------------------------------------
2540
2541   pppMSCHAPTable  OBJECT-TYPE
2542        SYNTAX     SEQUENCE OF PppMSCHAPEntry
2543        ACCESS     not-accessible
2544        STATUS     mandatory
2545        DESCRIPTION
2546          "A table of MSCHAP statistics."
2547        ::= { ibmIROCroutingppp 10 }
2548
2549   pppMSCHAPEntry  OBJECT-TYPE
2550        SYNTAX      PppMSCHAPEntry
2551        ACCESS      not-accessible
2552        STATUS      mandatory
2553        DESCRIPTION
2554          "An entry of MSCHAP information."
2555        INDEX   { pppMSCHAPIfIndex }
2556        ::= { pppMSCHAPTable 1 }
2557
2558   PppMSCHAPEntry ::= SEQUENCE {
2559        pppMSCHAPIfIndex       INTEGER,
2560        pppMSCHAPInPackets     Counter,
2561        pppMSCHAPInOctets      Counter,
2562        pppMSCHAPInChallenges  Counter,
2563        pppMSCHAPInResponses   Counter,
2564        pppMSCHAPInSuccesses   Counter,
2565        pppMSCHAPInFailures    Counter,
2566        pppMSCHAPInChangePasswords            Counter,
2567
2568        pppMSCHAPInRestrictedHoursFailures    Counter,
2569        pppMSCHAPInAccountDisabledFailures    Counter,
2570        pppMSCHAPInPasswordExpiredFailures    Counter,
2571        pppMSCHAPInNoPermissionFailures       Counter,
2572        pppMSCHAPInAuthenticationFailures     Counter,
2573        pppMSCHAPInChangePasswordFailures     Counter,
2574
2575        pppMSCHAPOutPackets    Counter,
2576        pppMSCHAPOutOctets     Counter,
2577        pppMSCHAPOutChallenges Counter,
2578        pppMSCHAPOutResponses  Counter,
2579        pppMSCHAPOutSuccesses  Counter,
2580        pppMSCHAPOutFailures   Counter,
2581        pppMSCHAPOutChangePasswords            Counter,
2582
2583        pppMSCHAPOutRestrictedHoursFailures    Counter,
2584        pppMSCHAPOutAccountDisabledFailures    Counter,
2585        pppMSCHAPOutPasswordExpiredFailures    Counter,
2586        pppMSCHAPOutNoPermissionFailures       Counter,
2587        pppMSCHAPOutAuthenticationFailures     Counter,
2588        pppMSCHAPOutChangePasswordFailures     Counter
2589        }
2590
2591   pppMSCHAPIfIndex OBJECT-TYPE
2592        SYNTAX          INTEGER (1..65535)
2593        ACCESS          read-only
2594        STATUS          mandatory
2595        DESCRIPTION
2596           "A unique identifier for a PPP interface running MSCHAP.
2597            This object is the same as the MIB-II ifIndex object."
2598        ::= { pppMSCHAPEntry 1 }
2599
2600
2601   pppMSCHAPInPackets      OBJECT-TYPE
2602        SYNTAX          Counter
2603        ACCESS          read-only
2604        STATUS          mandatory
2605        DESCRIPTION
2606           "Total number of MSCHAP
2607            packets received over the PPP interface."
2608        ::= { pppMSCHAPEntry 2 }
2609
2610   pppMSCHAPInOctets      OBJECT-TYPE
2611        SYNTAX          Counter
2612        ACCESS          read-only
2613        STATUS          mandatory
2614        DESCRIPTION
2615           "Total number of MSCHAP
2616            octets received over the PPP interface."
2617        ::= { pppMSCHAPEntry 3 }
2618
2619   pppMSCHAPInChallenges  OBJECT-TYPE
2620        SYNTAX          Counter
2621        ACCESS          read-only
2622        STATUS          mandatory
2623        DESCRIPTION
2624           "Total number of MSCHAP challenges
2625            received over the PPP interface."
2626        ::= { pppMSCHAPEntry 4 }
2627
2628   pppMSCHAPInResponses   OBJECT-TYPE
2629        SYNTAX          Counter
2630        ACCESS          read-only
2631        STATUS          mandatory
2632        DESCRIPTION
2633           "Total number of MSCHAP responses
2634            received over the PPP interface."
2635        ::= { pppMSCHAPEntry 5 }
2636
2637   pppMSCHAPInSuccesses   OBJECT-TYPE
2638        SYNTAX          Counter
2639        ACCESS          read-only
2640        STATUS          mandatory
2641        DESCRIPTION
2642           "Total number of MSCHAP successes
2643            received over the PPP interface."
2644        ::= { pppMSCHAPEntry 6 }
2645
2646   pppMSCHAPInFailures    OBJECT-TYPE
2647        SYNTAX          Counter
2648        ACCESS          read-only
2649        STATUS          mandatory
2650        DESCRIPTION
2651           "Total number of MSCHAP failures
2652            received over the PPP interface."
2653        ::= { pppMSCHAPEntry 7 }
2654
2655   pppMSCHAPInChangePasswords   OBJECT-TYPE
2656        SYNTAX          Counter
2657        ACCESS          read-only
2658        STATUS          mandatory
2659        DESCRIPTION
2660           "Total number of MSCHAP change passwords
2661            received over the PPP interface."
2662        ::= { pppMSCHAPEntry 8 }
2663
2664   pppMSCHAPInRestrictedHoursFailures    OBJECT-TYPE
2665        SYNTAX          Counter
2666        ACCESS          read-only
2667        STATUS          mandatory
2668        DESCRIPTION
2669           "Total number of MSCHAP restricted hours failures
2670            received over the PPP interface."
2671        ::= { pppMSCHAPEntry 9 }
2672
2673   pppMSCHAPInAccountDisabledFailures    OBJECT-TYPE
2674        SYNTAX          Counter
2675        ACCESS          read-only
2676        STATUS          mandatory
2677        DESCRIPTION
2678           "Total number of MSCHAP account disabled failures
2679            received over the PPP interface."
2680        ::= { pppMSCHAPEntry 10 }
2681
2682   pppMSCHAPInPasswordExpiredFailures    OBJECT-TYPE
2683        SYNTAX          Counter
2684        ACCESS          read-only
2685        STATUS          mandatory
2686        DESCRIPTION
2687           "Total number of MSCHAP password expired failures
2688            received over the PPP interface."
2689        ::= { pppMSCHAPEntry 11 }
2690
2691   pppMSCHAPInNoPermissionFailures    OBJECT-TYPE
2692        SYNTAX          Counter
2693        ACCESS          read-only
2694        STATUS          mandatory
2695        DESCRIPTION
2696           "Total number of MSCHAP no permission failures
2697            received over the PPP interface."
2698        ::= { pppMSCHAPEntry 12 }
2699
2700   pppMSCHAPInAuthenticationFailures    OBJECT-TYPE
2701        SYNTAX          Counter
2702        ACCESS          read-only
2703        STATUS          mandatory
2704        DESCRIPTION
2705           "Total number of MSCHAP authentication failures
2706            received over the PPP interface."
2707        ::= { pppMSCHAPEntry 13 }
2708
2709   pppMSCHAPInChangePasswordFailures    OBJECT-TYPE
2710        SYNTAX          Counter
2711        ACCESS          read-only
2712        STATUS          mandatory
2713        DESCRIPTION
2714           "Total number of MSCHAP change password failures
2715            received over the PPP interface."
2716        ::= { pppMSCHAPEntry 14 }
2717
2718   pppMSCHAPOutPackets      OBJECT-TYPE
2719        SYNTAX          Counter
2720        ACCESS          read-only
2721        STATUS          mandatory
2722        DESCRIPTION
2723           "Total number of MSCHAP
2724            packets sent over the PPP interface."
2725        ::= { pppMSCHAPEntry 15 }
2726
2727   pppMSCHAPOutOctets      OBJECT-TYPE
2728        SYNTAX          Counter
2729        ACCESS          read-only
2730        STATUS          mandatory
2731        DESCRIPTION
2732           "Total number of MSCHAP
2733            octets sent over the PPP interface."
2734        ::= { pppMSCHAPEntry 16 }
2735
2736   pppMSCHAPOutChallenges  OBJECT-TYPE
2737        SYNTAX          Counter
2738        ACCESS          read-only
2739        STATUS          mandatory
2740        DESCRIPTION
2741           "Total number of MSCHAP challenges
2742            sent over the PPP interface."
2743        ::= { pppMSCHAPEntry 17 }
2744
2745   pppMSCHAPOutResponses   OBJECT-TYPE
2746        SYNTAX          Counter
2747        ACCESS          read-only
2748        STATUS          mandatory
2749        DESCRIPTION
2750           "Total number of MSCHAP responses
2751            sent over the PPP interface."
2752        ::= { pppMSCHAPEntry 18 }
2753
2754   pppMSCHAPOutSuccesses   OBJECT-TYPE
2755        SYNTAX          Counter
2756        ACCESS          read-only
2757        STATUS          mandatory
2758        DESCRIPTION
2759           "Total number of MSCHAP successes
2760            sent over the PPP interface."
2761        ::= { pppMSCHAPEntry 19 }
2762
2763   pppMSCHAPOutFailures    OBJECT-TYPE
2764        SYNTAX          Counter
2765        ACCESS          read-only
2766        STATUS          mandatory
2767        DESCRIPTION
2768           "Total number of MSCHAP failures
2769            sent over the PPP interface."
2770        ::= { pppMSCHAPEntry 20 }
2771
2772   pppMSCHAPOutChangePasswords    OBJECT-TYPE
2773        SYNTAX          Counter
2774        ACCESS          read-only
2775        STATUS          mandatory
2776        DESCRIPTION
2777           "Total number of MSCHAP change passwords
2778            sent over the PPP interface."
2779        ::= { pppMSCHAPEntry 21 }
2780
2781   pppMSCHAPOutRestrictedHoursFailures    OBJECT-TYPE
2782        SYNTAX          Counter
2783        ACCESS          read-only
2784        STATUS          mandatory
2785        DESCRIPTION
2786           "Total number of MSCHAP restricted hours failures
2787            sent over the PPP interface."
2788        ::= { pppMSCHAPEntry 22 }
2789
2790   pppMSCHAPOutAccountDisabledFailures    OBJECT-TYPE
2791        SYNTAX          Counter
2792        ACCESS          read-only
2793        STATUS          mandatory
2794        DESCRIPTION
2795           "Total number of MSCHAP account disabled failures
2796            sent over the PPP interface."
2797        ::= { pppMSCHAPEntry 23 }
2798
2799   pppMSCHAPOutPasswordExpiredFailures    OBJECT-TYPE
2800        SYNTAX          Counter
2801        ACCESS          read-only
2802        STATUS          mandatory
2803        DESCRIPTION
2804           "Total number of MSCHAP password expired failures
2805            sent over the PPP interface."
2806        ::= { pppMSCHAPEntry 24 }
2807
2808   pppMSCHAPOutNoPermissionFailures    OBJECT-TYPE
2809        SYNTAX          Counter
2810        ACCESS          read-only
2811        STATUS          mandatory
2812        DESCRIPTION
2813           "Total number of MSCHAP no permission failures
2814            sent over the PPP interface."
2815        ::= { pppMSCHAPEntry 25 }
2816
2817   pppMSCHAPOutAuthenticationFailures    OBJECT-TYPE
2818        SYNTAX          Counter
2819        ACCESS          read-only
2820        STATUS          mandatory
2821        DESCRIPTION
2822           "Total number of MSCHAP authentication failures
2823            sent over the PPP interface."
2824        ::= { pppMSCHAPEntry 26 }
2825
2826   pppMSCHAPOutChangePasswordFailures    OBJECT-TYPE
2827        SYNTAX          Counter
2828        ACCESS          read-only
2829        STATUS          mandatory
2830        DESCRIPTION
2831           "Total number of MSCHAP change password failures
2832            sent over the PPP interface."
2833        ::= { pppMSCHAPEntry 27 }
2834
2835
2836------------------------------------------------------------------
2837-- PPP CBCP Statistics
2838------------------------------------------------------------------
2839
2840   pppCBCPTable  OBJECT-TYPE
2841        SYNTAX     SEQUENCE OF PppCBCPEntry
2842        ACCESS     not-accessible
2843        STATUS     mandatory
2844        DESCRIPTION
2845          "A table of CBCP statistics."
2846        ::= { ibmIROCroutingppp 11 }
2847
2848   pppCBCPEntry  OBJECT-TYPE
2849        SYNTAX      PppCBCPEntry
2850        ACCESS      not-accessible
2851        STATUS      mandatory
2852        DESCRIPTION
2853          "An entry of CBCP information."
2854        INDEX   { pppCBCPIfIndex }
2855        ::= { pppCBCPTable 1 }
2856
2857   PppCBCPEntry ::= SEQUENCE {
2858        pppCBCPIfIndex       INTEGER,
2859
2860        pppCBCPInPackets     Counter,
2861        pppCBCPInOctets      Counter,
2862
2863        pppCBCPOutPackets    Counter,
2864        pppCBCPOutOctets     Counter,
2865
2866        pppCBCPAttempts      Counter,
2867        pppCBCPSuccess       Counter
2868        }
2869
2870   pppCBCPIfIndex OBJECT-TYPE
2871        SYNTAX          INTEGER (1..65535)
2872        ACCESS          read-only
2873        STATUS          mandatory
2874        DESCRIPTION
2875           "A unique identifier for a PPP interface running CBCP.
2876            This object is the same as the MIB-II ifIndex object."
2877        ::= { pppCBCPEntry 1 }
2878
2879
2880   pppCBCPInPackets      OBJECT-TYPE
2881        SYNTAX          Counter
2882        ACCESS          read-only
2883        STATUS          mandatory
2884        DESCRIPTION
2885           "Total number of CBCP
2886            packets received over the PPP interface."
2887        ::= { pppCBCPEntry 2 }
2888
2889   pppCBCPInOctets      OBJECT-TYPE
2890        SYNTAX          Counter
2891        ACCESS          read-only
2892        STATUS          mandatory
2893        DESCRIPTION
2894           "Total number of CBCP
2895            octets received over the PPP interface."
2896        ::= { pppCBCPEntry 3 }
2897
2898   pppCBCPOutPackets      OBJECT-TYPE
2899        SYNTAX          Counter
2900        ACCESS          read-only
2901        STATUS          mandatory
2902        DESCRIPTION
2903           "Total number of CBCP
2904            packets sent over the PPP interface."
2905        ::= { pppCBCPEntry 4 }
2906
2907   pppCBCPOutOctets      OBJECT-TYPE
2908        SYNTAX          Counter
2909        ACCESS          read-only
2910        STATUS          mandatory
2911        DESCRIPTION
2912           "Total number of CBCP
2913            octets sent over the PPP interface."
2914        ::= { pppCBCPEntry 5 }
2915
2916   pppCBCPAttempts      OBJECT-TYPE
2917        SYNTAX          Counter
2918        ACCESS          read-only
2919        STATUS          mandatory
2920        DESCRIPTION
2921           "Total number of CBCP attempts."
2922        ::= { pppCBCPEntry 6 }
2923
2924   pppCBCPSuccess      OBJECT-TYPE
2925        SYNTAX          Counter
2926        ACCESS          read-only
2927        STATUS          mandatory
2928        DESCRIPTION
2929           "Total number of CBCP successes."
2930        ::= { pppCBCPEntry 7 }
2931
2932
2933------------------------------------------------------------------
2934-- PPP EAP Statistics
2935------------------------------------------------------------------
2936
2937   pppEAPTable  OBJECT-TYPE
2938        SYNTAX     SEQUENCE OF PppEAPEntry
2939        ACCESS     not-accessible
2940        STATUS     mandatory
2941        DESCRIPTION
2942          "A table of EAP statistics."
2943        ::= { ibmIROCroutingppp 12 }
2944
2945   pppEAPEntry  OBJECT-TYPE
2946        SYNTAX      PppEAPEntry
2947        ACCESS      not-accessible
2948        STATUS      mandatory
2949        DESCRIPTION
2950          "An entry of EAP information."
2951        INDEX   { pppEAPIfIndex }
2952        ::= { pppEAPTable 1 }
2953
2954   PppEAPEntry ::= SEQUENCE {
2955        pppEAPIfIndex       INTEGER,
2956
2957        pppEAPInPackets     Counter,
2958        pppEAPInOctets      Counter,
2959        pppEAPInRequests    Counter,
2960        pppEAPInAcks        Counter,
2961        pppEAPInNaks        Counter,
2962
2963        pppEAPOutPackets    Counter,
2964        pppEAPOutOctets     Counter,
2965        pppEAPOutRequests    Counter,
2966        pppEAPOutAcks        Counter,
2967        pppEAPOutNaks        Counter
2968        }
2969
2970   pppEAPIfIndex OBJECT-TYPE
2971        SYNTAX          INTEGER (1..65535)
2972        ACCESS          read-only
2973        STATUS          mandatory
2974        DESCRIPTION
2975           "A unique identifier for a PPP interface running EAP.
2976            This object is the same as the MIB-II ifIndex object."
2977        ::= { pppEAPEntry 1 }
2978
2979
2980   pppEAPInPackets      OBJECT-TYPE
2981        SYNTAX          Counter
2982        ACCESS          read-only
2983        STATUS          mandatory
2984        DESCRIPTION
2985           "Total number of EAP
2986            packets received over the PPP interface."
2987        ::= { pppEAPEntry 2 }
2988
2989   pppEAPInOctets      OBJECT-TYPE
2990        SYNTAX          Counter
2991        ACCESS          read-only
2992        STATUS          mandatory
2993        DESCRIPTION
2994           "Total number of EAP
2995            octets received over the PPP interface."
2996        ::= { pppEAPEntry 3 }
2997
2998   pppEAPInRequests    OBJECT-TYPE
2999        SYNTAX          Counter
3000        ACCESS          read-only
3001        STATUS          mandatory
3002        DESCRIPTION
3003           "Total number of EAP
3004            requests received over the PPP interface."
3005        ::= { pppEAPEntry 4 }
3006
3007   pppEAPInAcks        OBJECT-TYPE
3008        SYNTAX          Counter
3009        ACCESS          read-only
3010        STATUS          mandatory
3011        DESCRIPTION
3012           "Total number of EAP
3013            acknowledgments received over the PPP interface."
3014        ::= { pppEAPEntry 5 }
3015
3016   pppEAPInNaks        OBJECT-TYPE
3017        SYNTAX          Counter
3018        ACCESS          read-only
3019        STATUS          mandatory
3020        DESCRIPTION
3021           "Total number of EAP negative
3022            acknowledgements received over the PPP interface."
3023        ::= { pppEAPEntry 6 }
3024
3025   pppEAPOutPackets      OBJECT-TYPE
3026        SYNTAX          Counter
3027        ACCESS          read-only
3028        STATUS          mandatory
3029        DESCRIPTION
3030           "Total number of EAP
3031            packets sent over the PPP interface."
3032        ::= { pppEAPEntry 7 }
3033
3034   pppEAPOutOctets      OBJECT-TYPE
3035        SYNTAX          Counter
3036        ACCESS          read-only
3037        STATUS          mandatory
3038        DESCRIPTION
3039           "Total number of EAP
3040            octets sent over the PPP interface."
3041        ::= { pppEAPEntry 8 }
3042
3043   pppEAPOutRequests    OBJECT-TYPE
3044        SYNTAX          Counter
3045        ACCESS          read-only
3046        STATUS          mandatory
3047        DESCRIPTION
3048           "Total number of EAP
3049            requests sent over the PPP interface."
3050        ::= { pppEAPEntry 9 }
3051
3052   pppEAPOutAcks        OBJECT-TYPE
3053        SYNTAX          Counter
3054        ACCESS          read-only
3055        STATUS          mandatory
3056        DESCRIPTION
3057           "Total number of EAP
3058            acknowledgments sent over the PPP interface."
3059        ::= { pppEAPEntry 10 }
3060
3061   pppEAPOutNaks        OBJECT-TYPE
3062        SYNTAX          Counter
3063        ACCESS          read-only
3064        STATUS          mandatory
3065        DESCRIPTION
3066           "Total number of EAP negative
3067            acknowledgements sent over the PPP interface."
3068        ::= { pppEAPEntry 11 }
3069
3070
3071------------------------------------------------------------------
3072-- PPP MPPE Statistics
3073------------------------------------------------------------------
3074
3075   pppMPPETable  OBJECT-TYPE
3076        SYNTAX     SEQUENCE OF PppMPPEEntry
3077        ACCESS     not-accessible
3078        STATUS     mandatory
3079        DESCRIPTION
3080          "A table of MPPE statistics."
3081        ::= { ibmIROCroutingppp 13 }
3082
3083   pppMPPEEntry  OBJECT-TYPE
3084        SYNTAX      PppMPPEEntry
3085        ACCESS      not-accessible
3086        STATUS      mandatory
3087        DESCRIPTION
3088          "An entry of MPPE information."
3089        INDEX   { pppMPPEIfIndex }
3090        ::= { pppMPPETable 1 }
3091
3092   PppMPPEEntry ::= SEQUENCE {
3093        pppMPPEIfIndex       INTEGER,
3094
3095        pppMPPEInPackets     Counter,
3096        pppMPPEInOctets      Counter,
3097        pppMPPEInDestroyed   Counter,
3098
3099        pppMPPEOutPackets    Counter,
3100        pppMPPEOutOctets     Counter,
3101        pppMPPEOutDestroyed  Counter
3102        }
3103
3104   pppMPPEIfIndex OBJECT-TYPE
3105        SYNTAX          INTEGER (1..65535)
3106        ACCESS          read-only
3107        STATUS          mandatory
3108        DESCRIPTION
3109           "A unique identifier for a PPP interface running MPPE.
3110            This object is the same as the MIB-II ifIndex object."
3111        ::= { pppMPPEEntry 1 }
3112
3113
3114   pppMPPEInPackets      OBJECT-TYPE
3115        SYNTAX          Counter
3116        ACCESS          read-only
3117        STATUS          mandatory
3118        DESCRIPTION
3119           "Total number of MPPE
3120            packets received over the PPP interface."
3121        ::= { pppMPPEEntry 2 }
3122
3123   pppMPPEInOctets      OBJECT-TYPE
3124        SYNTAX          Counter
3125        ACCESS          read-only
3126        STATUS          mandatory
3127        DESCRIPTION
3128           "Total number of MPPE
3129            octets received over the PPP interface."
3130        ::= { pppMPPEEntry 3 }
3131
3132   pppMPPEInDestroyed   OBJECT-TYPE
3133        SYNTAX          Counter
3134        ACCESS          read-only
3135        STATUS          mandatory
3136        DESCRIPTION
3137           "Total number of MPPE requests received
3138            over the PPP interface that were discarded."
3139        ::= { pppMPPEEntry 4 }
3140
3141   pppMPPEOutPackets      OBJECT-TYPE
3142        SYNTAX          Counter
3143        ACCESS          read-only
3144        STATUS          mandatory
3145        DESCRIPTION
3146           "Total number of MPPE
3147            packets sent over the PPP interface."
3148        ::= { pppMPPEEntry 5 }
3149
3150   pppMPPEOutOctets      OBJECT-TYPE
3151        SYNTAX          Counter
3152        ACCESS          read-only
3153        STATUS          mandatory
3154        DESCRIPTION
3155           "Total number of MPPE
3156            octets sent over the PPP interface."
3157        ::= { pppMPPEEntry 6 }
3158
3159   pppMPPEOutDestroyed  OBJECT-TYPE
3160        SYNTAX          Counter
3161        ACCESS          read-only
3162        STATUS          mandatory
3163        DESCRIPTION
3164           "Total number of MPPE requests discarded
3165            and not sent over the PPP interface."
3166        ::= { pppMPPEEntry 7 }
3167
3168
3169
3170------------------------------------------------------------------
3171-- DLSw Transport Connection Group Table
3172------------------------------------------------------------------
3173
3174ibmdlswTConnGroupOperTable  OBJECT-TYPE
3175    SYNTAX     SEQUENCE OF IbmdlswTConnGroupOperEntry
3176    ACCESS     not-accessible
3177    STATUS     mandatory
3178    DESCRIPTION
3179       "Information about multicast groups of which this DLSw is currently
3180        a member."
3181    ::= { ibmIROCroutingdlsw 1 }
3182
3183ibmdlswTConnGroupOperEntry  OBJECT-TYPE
3184    SYNTAX     IbmdlswTConnGroupOperEntry
3185    ACCESS     not-accessible
3186    STATUS     mandatory
3187    DESCRIPTION
3188       "Information about a single multicast group of which this DLSw is
3189        a member."
3190    INDEX   { ibmdlswTConnGroupOperIndex }
3191    ::= { ibmdlswTConnGroupOperTable 1 }
3192
3193IbmdlswTConnGroupOperEntry ::= SEQUENCE {
3194    ibmdlswTConnGroupOperIndex                    INTEGER,
3195    ibmdlswTConnGroupOperRole                     INTEGER,
3196    ibmdlswTConnGroupOperJoinTime                 TimeTicks,
3197    ibmdlswTConnGroupOperConfigIndex              INTEGER,
3198    ibmdlswTConnGroupOperInDataPkts               Counter,
3199    ibmdlswTConnGroupOperOutDataPkts              Counter,
3200    ibmdlswTConnGroupOperInDataOctets             Counter,
3201    ibmdlswTConnGroupOperOutDataOctets            Counter,
3202    ibmdlswTConnGroupOperInCntlPkts               Counter,
3203    ibmdlswTConnGroupOperOutCntlPkts              Counter,
3204    ibmdlswTConnGroupOperCURexSents               Counter,
3205    ibmdlswTConnGroupOperICRexRcvds               Counter,
3206    ibmdlswTConnGroupOperCURexRcvds               Counter,
3207    ibmdlswTConnGroupOperICRexSents               Counter,
3208    ibmdlswTConnGroupOperNQexSents                Counter,
3209    ibmdlswTConnGroupOperNRexRcvds                Counter,
3210    ibmdlswTConnGroupOperNQexRcvds                Counter,
3211    ibmdlswTConnGroupOperNRexSents                Counter
3212    }
3213
3214ibmdlswTConnGroupOperIndex  OBJECT-TYPE
3215    SYNTAX     INTEGER (0..2147483647)
3216    ACCESS     read-only
3217    STATUS     mandatory
3218    DESCRIPTION
3219       "The index to the conceptual row of the table.  Values are assigned
3220        by the agent and are not reused, but continue to increase in
3221        value."
3222    ::= { ibmdlswTConnGroupOperEntry 1 }
3223
3224ibmdlswTConnGroupOperRole  OBJECT-TYPE
3225    SYNTAX     INTEGER  {
3226       peer       (1),
3227       client     (2),
3228       server     (3),
3229       readonly   (4),
3230       writeonly  (5),
3231       readwrite  (6),
3232       other      (7)
3233    }
3234    ACCESS     read-only
3235    STATUS     mandatory
3236    DESCRIPTION
3237       "The role that this DLSw plays within the group.  The first three
3238        roles are used by the IBM multicast DLSw group feature.  The next
3239        three roles are used when interoperating with DLSw Version 2
3240        compliant partners that may not have the IBM group feature."
3241    ::= { ibmdlswTConnGroupOperEntry 2 }
3242
3243ibmdlswTConnGroupOperJoinTime  OBJECT-TYPE
3244    SYNTAX     TimeTicks
3245    ACCESS     read-only
3246    STATUS     mandatory
3247    DESCRIPTION
3248       "The amount of time (in hundredths of a second) since this DLSw
3249        node last became a member of this group."
3250    ::= { ibmdlswTConnGroupOperEntry 3 }
3251
3252ibmdlswTConnGroupOperConfigIndex  OBJECT-TYPE
3253    SYNTAX     INTEGER (0..2147483647)
3254    ACCESS     read-only
3255    STATUS     mandatory
3256    DESCRIPTION
3257       "The value of dlswTConnConfigIndex of the dlswTConnConfigEntry
3258        that governs the configuration information used by this
3259        ibmdlswTConnGroupOperEntry.  A management station can therefore
3260        normally examine both configured and operational information
3261        for this multicast group."
3262    ::= { ibmdlswTConnGroupOperEntry 4 }
3263
3264------------------------------------------------------------------
3265-- Transport Connection Statistics
3266------------------------------------------------------------------
3267ibmdlswTConnGroupOperInDataPkts  OBJECT-TYPE
3268    SYNTAX     Counter
3269    ACCESS     read-only
3270    STATUS     mandatory
3271    DESCRIPTION
3272       "The number of Switch-to-Switch Protocol (SSP) messages of
3273        type DATAFRAME received for this group."
3274    ::= { ibmdlswTConnGroupOperEntry 5 }
3275
3276ibmdlswTConnGroupOperOutDataPkts  OBJECT-TYPE
3277    SYNTAX     Counter
3278    ACCESS     read-only
3279    STATUS     mandatory
3280    DESCRIPTION
3281       "The number of Switch-to-Switch Protocol (SSP) messages of
3282        type DATAFRAME transmitted for this group."
3283    ::= { ibmdlswTConnGroupOperEntry 6 }
3284
3285ibmdlswTConnGroupOperInDataOctets  OBJECT-TYPE
3286    SYNTAX     Counter
3287    ACCESS     read-only
3288    STATUS     mandatory
3289    DESCRIPTION
3290       "The number of octets in Switch-to-Switch Protocol (SSP) messages
3291        of type DATAFRAME received for this
3292        group.  Each message is counted starting with
3293        the first octet following the SSP message header."
3294    ::= { ibmdlswTConnGroupOperEntry 7 }
3295
3296ibmdlswTConnGroupOperOutDataOctets  OBJECT-TYPE
3297    SYNTAX     Counter
3298    ACCESS     read-only
3299    STATUS     mandatory
3300    DESCRIPTION
3301       "The number of octets in Switch-to-Switch Protocol (SSP) messages
3302        of type DATAFRAME transmitted for this
3303        group.  Each message is counted starting with
3304        the first octet following the SSP message header."
3305    ::= { ibmdlswTConnGroupOperEntry 8 }
3306
3307ibmdlswTConnGroupOperInCntlPkts  OBJECT-TYPE
3308    SYNTAX     Counter
3309    ACCESS     read-only
3310    STATUS     mandatory
3311    DESCRIPTION
3312       "The number of Switch-to-Switch Protocol (SSP) messages
3313        received for this group which were not of type DATAFRAME."
3314    ::= { ibmdlswTConnGroupOperEntry 9 }
3315
3316ibmdlswTConnGroupOperOutCntlPkts  OBJECT-TYPE
3317    SYNTAX     Counter
3318    ACCESS     read-only
3319    STATUS     mandatory
3320    DESCRIPTION
3321       "The number of Switch-to-Switch Protocol (SSP) messages
3322        transmitted for this group which were not of type DATAFRAME."
3323    ::= { ibmdlswTConnGroupOperEntry 10 }
3324
3325ibmdlswTConnGroupOperCURexSents  OBJECT-TYPE
3326    SYNTAX     Counter
3327    ACCESS     read-only
3328    STATUS     mandatory
3329    DESCRIPTION
3330       "The number of CanUReach_ex messages sent for this group."
3331    ::= { ibmdlswTConnGroupOperEntry 11 }
3332
3333ibmdlswTConnGroupOperICRexRcvds  OBJECT-TYPE
3334    SYNTAX     Counter
3335    ACCESS     read-only
3336    STATUS     mandatory
3337    DESCRIPTION
3338       "The number of ICanReach_ex messages received for this group."
3339    ::= { ibmdlswTConnGroupOperEntry 12 }
3340
3341ibmdlswTConnGroupOperCURexRcvds  OBJECT-TYPE
3342    SYNTAX     Counter
3343    ACCESS     read-only
3344    STATUS     mandatory
3345    DESCRIPTION
3346       "The number of CanUReach_ex messages received for this group."
3347    ::= { ibmdlswTConnGroupOperEntry 13 }
3348
3349ibmdlswTConnGroupOperICRexSents  OBJECT-TYPE
3350    SYNTAX     Counter
3351    ACCESS     read-only
3352    STATUS     mandatory
3353    DESCRIPTION
3354       "The number of ICanReach_ex messages sent for this group."
3355    ::= { ibmdlswTConnGroupOperEntry 14 }
3356
3357ibmdlswTConnGroupOperNQexSents  OBJECT-TYPE
3358    SYNTAX     Counter
3359    ACCESS     read-only
3360    STATUS     mandatory
3361    DESCRIPTION
3362       "The number of NetBIOS_NQ_ex (NetBIOS Name Query-explorer) messages
3363        sent for this group."
3364    ::= { ibmdlswTConnGroupOperEntry 15 }
3365
3366ibmdlswTConnGroupOperNRexRcvds  OBJECT-TYPE
3367    SYNTAX     Counter
3368    ACCESS     read-only
3369    STATUS     mandatory
3370    DESCRIPTION
3371       "The number of NETBIOS_NR_ex (NetBIOS Name Recognized-explorer)
3372        messages received for this group."
3373    ::= { ibmdlswTConnGroupOperEntry 16 }
3374
3375ibmdlswTConnGroupOperNQexRcvds  OBJECT-TYPE
3376    SYNTAX     Counter
3377    ACCESS     read-only
3378    STATUS     mandatory
3379    DESCRIPTION
3380       "The number of NETBIOS_NQ_ex messages received for this group."
3381    ::= { ibmdlswTConnGroupOperEntry 17 }
3382
3383ibmdlswTConnGroupOperNRexSents  OBJECT-TYPE
3384    SYNTAX     Counter
3385    ACCESS     read-only
3386    STATUS     mandatory
3387    DESCRIPTION
3388       "The number of NETBIOS_NR_ex messages sent for this group."
3389    ::= { ibmdlswTConnGroupOperEntry 18 }
3390
3391
3392------------------------------------------------------------------
3393-- DLSw QLLC Link Station Table
3394------------------------------------------------------------------
3395ibmdlswQllcLsTable  OBJECT-TYPE
3396    SYNTAX     SEQUENCE OF IbmdlswQllcLsEntry
3397    ACCESS     not-accessible
3398    STATUS     mandatory
3399    DESCRIPTION
3400      "Table to provide an address mapping from configured QLLC
3401       addresses to DLSw MAC and SAP addresses, and other configured
3402       QLLC station information."
3403    ::= { ibmIROCroutingdlsw 2 }
3404
3405ibmdlswQllcLsEntry  OBJECT-TYPE
3406    SYNTAX     IbmdlswQllcLsEntry
3407    ACCESS     not-accessible
3408    STATUS     mandatory
3409    DESCRIPTION
3410       "The configured information for a single QLLC station."
3411    INDEX   {ibmdlswQllcLsIfIndex, ibmdlswQllcLsQdomain, ibmdlswQllcLsQaddress}
3412    ::= { ibmdlswQllcLsTable 1 }
3413
3414IbmdlswQllcLsEntry ::= SEQUENCE {
3415    ibmdlswQllcLsIfIndex                   INTEGER,
3416    ibmdlswQllcLsQdomain                   INTEGER,
3417    ibmdlswQllcLsQaddress                  OCTET STRING,
3418    ibmdlswQllcLsChannel                   INTEGER,
3419    ibmdlswQllcLsLocalMac                  MacAddressNCIROC,
3420    ibmdlswQllcLsLocalSap                  OCTET STRING,
3421    ibmdlswQllcLsRemoteMac                 MacAddressNCIROC,
3422    ibmdlswQllcLsRemoteSap                 OCTET STRING,
3423    ibmdlswQllcLsPuType                    INTEGER,
3424    ibmdlswQllcLsBlkNum                    DisplayString,
3425    ibmdlswQllcLsIdNum                     DisplayString
3426    }
3427
3428ibmdlswQllcLsIfIndex  OBJECT-TYPE
3429    SYNTAX     INTEGER
3430    ACCESS     read-only
3431    STATUS     mandatory
3432    DESCRIPTION
3433       "A unique identifier for the X.25 interface running QLLC through
3434        which this station is reached.  This object is the same as the
3435        MIB-II ifIndex object."
3436    ::= { ibmdlswQllcLsEntry 1 }
3437
3438ibmdlswQllcLsQdomain  OBJECT-TYPE
3439    SYNTAX     INTEGER  {
3440       pvc (1),
3441       svc (2)
3442    }
3443    ACCESS     read-only
3444    STATUS     mandatory
3445    DESCRIPTION
3446       "X.25 circuit type identifier, permanent or switched"
3447    ::= { ibmdlswQllcLsEntry 2 }
3448
3449ibmdlswQllcLsQaddress  OBJECT-TYPE
3450    SYNTAX     OCTET STRING (SIZE (1..15))
3451    ACCESS     read-write
3452    STATUS     mandatory
3453    DESCRIPTION
3454       "For PVCs, this is the logical channel number dedicated to this
3455        X.25 circuit.  For SVCs, this is the DTE address of the remote
3456        QLLC device (i.e., the address that the DLSw node places a call
3457        to or receives a call from)."
3458    ::= { ibmdlswQllcLsEntry 3 }
3459
3460ibmdlswQllcLsChannel  OBJECT-TYPE
3461    SYNTAX     INTEGER (0..4095)
3462    ACCESS     read-only
3463    STATUS     mandatory
3464    DESCRIPTION
3465       "Logical channel number for PVCs and connected SVCs.
3466        A value of zero indicates an SVC without a connected call."
3467    ::= { ibmdlswQllcLsEntry 4 }
3468
3469ibmdlswQllcLsLocalMac  OBJECT-TYPE
3470    SYNTAX     MacAddressNCIROC
3471    ACCESS     read-only
3472    STATUS     mandatory
3473    DESCRIPTION
3474       "The MAC address that represents this QLLC station to other devices
3475        within the DLSw network."
3476    ::= { ibmdlswQllcLsEntry 5 }
3477
3478ibmdlswQllcLsLocalSap  OBJECT-TYPE
3479    SYNTAX     OCTET STRING
3480    ACCESS     read-only
3481    STATUS     mandatory
3482    DESCRIPTION
3483       "The SAP that accompanies ibmdlswQllcLsLocalMac."
3484    ::= { ibmdlswQllcLsEntry 6 }
3485
3486ibmdlswQllcLsRemoteMac  OBJECT-TYPE
3487    SYNTAX     MacAddressNCIROC
3488    ACCESS     read-only
3489    STATUS     mandatory
3490    DESCRIPTION
3491       "The MAC address of a device in the DLSw network that this QLLC
3492        device can initiate a DLSw circuit to.  If zero, the QLLC device
3493        cannot originate a DLSw circuit, but can only be the destination."
3494    ::= { ibmdlswQllcLsEntry 7 }
3495
3496ibmdlswQllcLsRemoteSap  OBJECT-TYPE
3497    SYNTAX     OCTET STRING
3498    ACCESS     read-only
3499    STATUS     mandatory
3500    DESCRIPTION
3501       "The SAP that accompanies ibmdlswQllcLsRemoteMac.  If zero, the
3502        QLLC device cannot originate a DLSw circuit, but can only be
3503        the destination."
3504    ::= { ibmdlswQllcLsEntry 8 }
3505
3506ibmdlswQllcLsPuType  OBJECT-TYPE
3507    SYNTAX     INTEGER  {
3508       type1 (1),
3509       type2 (2),
3510       type4 (4),
3511       type5 (5),
3512       other (6)
3513    }
3514    ACCESS     read-only
3515    STATUS     mandatory
3516    DESCRIPTION
3517       "SNA Physical Unit type of the QLLC device."
3518    ::= { ibmdlswQllcLsEntry 9 }
3519
3520ibmdlswQllcLsBlkNum  OBJECT-TYPE
3521    SYNTAX     DisplayString (SIZE (3))
3522    ACCESS     read-only
3523    STATUS     mandatory
3524    DESCRIPTION
3525       "SNA XID_0 block number for the QLLC device.  A non-zero value implies
3526        that the DLSw node will generate an XID_0 on behalf of the device."
3527    ::= { ibmdlswQllcLsEntry 10 }
3528
3529ibmdlswQllcLsIdNum  OBJECT-TYPE
3530    SYNTAX     DisplayString (SIZE (5))
3531    ACCESS     read-only
3532    STATUS     mandatory
3533    DESCRIPTION
3534       "SNA XID_0 id number for the QLLC device.  A non-zero value implies
3535        that the DLSw node will generate an XID_0 on behalf of the device."
3536    ::= { ibmdlswQllcLsEntry 11 }
3537
3538
3539
3540------------------------------------------------------------------
3541-- Frame Relay CLLM Statistics Table
3542------------------------------------------------------------------
3543frCLLMStatsTable       OBJECT-TYPE
3544         SYNTAX   SEQUENCE OF FrCLLMStatsEntry
3545         ACCESS   not-accessible
3546         STATUS   mandatory
3547         DESCRIPTION
3548            "A table containing information about CLLM messages
3549             received from the switch."
3550         ::= { ibmIROCroutingfr 1 }
3551
3552         frCLLMStatsEntry OBJECT-TYPE
3553             SYNTAX   FrCLLMStatsEntry
3554             ACCESS   not-accessible
3555             STATUS   mandatory
3556             DESCRIPTION
3557                "The CLLM information for a particular virtual
3558                 circuit."
3559            INDEX { frCLLMStatsIfIndex, frCLLMStatsDlci }
3560            ::= { frCLLMStatsTable 1 }
3561
3562
3563         FrCLLMStatsEntry ::=
3564             SEQUENCE {
3565                 frCLLMStatsIfIndex
3566                     INTEGER,
3567                 frCLLMStatsDlci
3568                     INTEGER,
3569                 frCLLMStatsRcvds
3570                     Counter
3571         }
3572
3573         frCLLMStatsIfIndex OBJECT-TYPE
3574             SYNTAX   INTEGER
3575             ACCESS   read-only
3576             STATUS   mandatory
3577             DESCRIPTION
3578                "The ifIndex value identifying the Frame Relay
3579                 interface to which this CLLM information pertains."
3580            ::= { frCLLMStatsEntry 1 }
3581
3582         frCLLMStatsDlci OBJECT-TYPE
3583             SYNTAX   INTEGER
3584             ACCESS   read-only
3585             STATUS   mandatory
3586             DESCRIPTION
3587                "The DLCI value identifying the Frame Relay
3588                 virtual circuit to which this CLLM information pertains."
3589           ::= { frCLLMStatsEntry 2 }
3590
3591         frCLLMStatsRcvds OBJECT-TYPE
3592             SYNTAX   Counter
3593             ACCESS   read-only
3594             STATUS   mandatory
3595             DESCRIPTION
3596                "The number of CLLM messages received which
3597                 reported status on this virtual circuit."
3598           ::= { frCLLMStatsEntry 3 }
3599
3600
3601------------------------------------------------------------------
3602-- Frame Relay CLLM Cause Table
3603------------------------------------------------------------------
3604frCLLMCauseTable       OBJECT-TYPE
3605         SYNTAX   SEQUENCE OF FrCLLMCauseEntry
3606         ACCESS   not-accessible
3607         STATUS   mandatory
3608         DESCRIPTION
3609            "A table containing information about CLLM message
3610             cause codes."
3611         ::= { ibmIROCroutingfr 2 }
3612
3613         frCLLMCauseEntry OBJECT-TYPE
3614             SYNTAX   FrCLLMCauseEntry
3615             ACCESS   not-accessible
3616             STATUS   mandatory
3617             DESCRIPTION
3618                "The CLLM cause information for a particular
3619                 interface."
3620            INDEX { frCLLMCauseIfIndex }
3621            ::= { frCLLMCauseTable 1 }
3622
3623
3624         FrCLLMCauseEntry ::=
3625             SEQUENCE {
3626                 frCLLMCauseIfIndex
3627                     INTEGER,
3628                 frCLLMCauseCode
3629                     INTEGER
3630         }
3631
3632         frCLLMCauseIfIndex OBJECT-TYPE
3633             SYNTAX   INTEGER
3634             ACCESS   read-only
3635             STATUS   mandatory
3636             DESCRIPTION
3637                "The ifIndex value identifying the Frame Relay
3638                 interface to which this CLLM cause information pertains."
3639            ::= { frCLLMCauseEntry 1 }
3640
3641         frCLLMCauseCode OBJECT-TYPE
3642             SYNTAX   INTEGER
3643             ACCESS   read-only
3644             STATUS   mandatory
3645             DESCRIPTION
3646                "The cause code in the last CLLM message received
3647                 on this interface."
3648           ::= { frCLLMCauseEntry 2 }
3649
3650
3651------------------------------------------------------------------
3652-- Frame Relay Simple Objects
3653------------------------------------------------------------------
3654frSimpleObjs           OBJECT IDENTIFIER ::= { ibmIROCroutingfr 3 }
3655
3656frCLLMDlciList OBJECT-TYPE
3657                SYNTAX     OCTET STRING  (SIZE (1..1024))
3658                ACCESS     read-only
3659                STATUS     mandatory
3660                DESCRIPTION
3661                  "The list of DLCIs contained in the last CLLM message
3662                   received."
3663                ::= { frSimpleObjs 1 }
3664
3665
3666frTrapStateFECN OBJECT-TYPE
3667                SYNTAX  INTEGER { enabled(1), disabled(2) }
3668                ACCESS   read-write
3669                STATUS   mandatory
3670                DESCRIPTION
3671                   "This variable  indicates  whether  the  system
3672                    produces the frrcvdFECN trap."
3673                DEFVAL { disabled }
3674                ::= { frSimpleObjs 2 }
3675
3676
3677frTrapStateBECN OBJECT-TYPE
3678                SYNTAX  INTEGER { enabled(1), disabled(2) }
3679                ACCESS   read-write
3680                STATUS   mandatory
3681                DESCRIPTION
3682                   "This variable  indicates  whether  the  system
3683                    produces the frrcvdBECN trap."
3684                DEFVAL { disabled }
3685                ::= { frSimpleObjs 3 }
3686
3687
3688frTrapStateCLLM OBJECT-TYPE
3689                SYNTAX  INTEGER { enabled(1), disabled(2) }
3690                ACCESS   read-write
3691                STATUS   mandatory
3692                DESCRIPTION
3693                   "This variable  indicates  whether  the  system
3694                    produces the frrcvdCLLM trap."
3695                DEFVAL { disabled }
3696                ::= { frSimpleObjs 4 }
3697
3698------------------------------------------------------------------
3699-- Frame Relay BRS anchor
3700------------------------------------------------------------------
3701ibmIROCfrBRS           OBJECT IDENTIFIER ::= { ibmIROCroutingfr 4 }
3702
3703------------------------------------------------------------------
3704-- Frame Relay circuit statistics anchor
3705------------------------------------------------------------------
3706ibmIROCfrcircuit       OBJECT IDENTIFIER ::= { ibmIROCroutingfr 5 }
3707
3708
3709------------------------------------------------------------------
3710-- TCP/IP related objects
3711------------------------------------------------------------------
3712------------------------------------------------------------------
3713-- TCP/IP routing table and cache capacity information
3714------------------------------------------------------------------
3715tcpiprouteTabSize   OBJECT-TYPE
3716                    SYNTAX  INTEGER
3717                    ACCESS   read-only
3718                    STATUS   mandatory
3719                    DESCRIPTION
3720                     "The configured number of entries that the routing
3721                      table can maintain."
3722                    ::= { ibmIROCroutingtcpip 1 }
3723
3724tcpiprouteTabUsed   OBJECT-TYPE
3725                    SYNTAX  Gauge
3726                    ACCESS   read-only
3727                    STATUS   mandatory
3728                    DESCRIPTION
3729                     "The current number of routing table entries being
3730                      used. The number includes both active and inactive
3731                      entries."
3732                    ::= { ibmIROCroutingtcpip 2 }
3733
3734tcpiprouteCacheSize   OBJECT-TYPE
3735                      SYNTAX  INTEGER
3736                      ACCESS   read-only
3737                      STATUS   mandatory
3738                      DESCRIPTION
3739                       "The configured number of entries that the routing
3740                        cache can maintain."
3741                      ::= { ibmIROCroutingtcpip 3 }
3742
3743tcpiprouteCacheUsed   OBJECT-TYPE
3744                      SYNTAX  Gauge
3745                      ACCESS   read-only
3746                      STATUS   mandatory
3747                      DESCRIPTION
3748                       "The current number of routing cache entries being
3749                        used."
3750                      ::= { ibmIROCroutingtcpip 4 }
3751
3752------------------------------------------------------------------
3753-- TCP/IP routing statistics
3754------------------------------------------------------------------
3755tcpiprouteOverFlow    OBJECT-TYPE
3756                      SYNTAX  Counter
3757                      ACCESS   read-only
3758                      STATUS   mandatory
3759                      DESCRIPTION
3760                       "The number of routes that had to be discarded
3761                        because the routing table was full."
3762                      ::= { ibmIROCroutingtcpip 5 }
3763
3764tcpiprouteNoReach     OBJECT-TYPE
3765                      SYNTAX  Counter
3766                      ACCESS   read-only
3767                      STATUS   mandatory
3768                      DESCRIPTION
3769                       "The number of packets that could not be forwarded
3770                        because of unknown destinations. This does not count the
3771                        number of packets forwarded to the default gateway."
3772                      ::= { ibmIROCroutingtcpip 6 }
3773
3774tcpiprouteBadSubnet   OBJECT-TYPE
3775                      SYNTAX  Counter
3776                      ACCESS   read-only
3777                      STATUS   mandatory
3778                      DESCRIPTION
3779                       "The number of packets and routes that have been
3780                        received for illegal subnets (all ones or all zeroes)."
3781                      ::= { ibmIROCroutingtcpip 7 }
3782
3783tcpiprouteBadNet      OBJECT-TYPE
3784                      SYNTAX  Counter
3785                      ACCESS   read-only
3786                      STATUS   mandatory
3787                      DESCRIPTION
3788                       "The number of packets and routes that have been
3789                        received for illegal IP destinations."
3790                      ::= { ibmIROCroutingtcpip 8 }
3791
3792tcpiprouteUnhBcast    OBJECT-TYPE
3793                      SYNTAX  Counter
3794                      ACCESS   read-only
3795                      STATUS   mandatory
3796                      DESCRIPTION
3797                       "The number of non-local IP broadcasts received
3798                        (which are not forwarded)."
3799                      ::= { ibmIROCroutingtcpip 9 }
3800
3801tcpiprouteUnhMcast    OBJECT-TYPE
3802                      SYNTAX  Counter
3803                      ACCESS   read-only
3804                      STATUS   mandatory
3805                      DESCRIPTION
3806                       "The number of IP multicasts received, but whose
3807                        addresses were not recognized by the router (and
3808                        are discarded)."
3809                      ::= { ibmIROCroutingtcpip 10 }
3810
3811tcpiprouteUnhDirBcast   OBJECT-TYPE
3812                        SYNTAX  Counter
3813                        ACCESS   read-only
3814                        STATUS   mandatory
3815                        DESCRIPTION
3816                         "The number of directed, non-local IP broadcasts received
3817                          when forwarding of these packets is disabled."
3818                        ::= { ibmIROCroutingtcpip 11 }
3819
3820tcpiprouteUnhLLbcast  OBJECT-TYPE
3821                      SYNTAX  Counter
3822                      ACCESS   read-only
3823                      STATUS   mandatory
3824                      DESCRIPTION
3825                       "The number of packets received having non-local
3826                        IP addresses but were sent to a link-level broadcst
3827                        address (and are discarded)."
3828                      ::= { ibmIROCroutingtcpip 12 }
3829
3830tcpiprouteDiscFilt    OBJECT-TYPE
3831                      SYNTAX  Counter
3832                      ACCESS   read-only
3833                      STATUS   mandatory
3834                      DESCRIPTION
3835                       "The number of packets received that have been
3836                        addressed to filtered networks or subnets
3837                        (and are discarded)."
3838                      ::= { ibmIROCroutingtcpip 13 }
3839
3840tcpiprouteMultRcvd    OBJECT-TYPE
3841                      SYNTAX  Counter
3842                      ACCESS   read-only
3843                      STATUS   mandatory
3844                      DESCRIPTION
3845                       "The number of IP multicasts that have been
3846                        received and processed successfully."
3847                      ::= { ibmIROCroutingtcpip 14 }
3848
3849------------------------------------------------------------------
3850-- TCP and server connection statistics
3851------------------------------------------------------------------
3852tcpCurrConnections    OBJECT-TYPE
3853                      SYNTAX  Gauge
3854                      ACCESS  read-only
3855                      STATUS  mandatory
3856                      DESCRIPTION
3857                       "The current number of TCP connections, which
3858                        can be in any state. This object and
3859                        tcpMaxConnections are defined mainly to
3860                        monitor the number of TCP connections and
3861                        their affect on memory usage in the router."
3862                      ::= { ibmIROCroutingtcpip 15 }
3863
3864tcpMaxConnections     OBJECT-TYPE
3865                      SYNTAX  INTEGER
3866                      ACCESS  read-only
3867                      STATUS  mandatory
3868                      DESCRIPTION
3869                       "The maximum number of TCP connections allowed.
3870                        This object and tcpCurrConnections are defined
3871                        mainly to monitor the number of TCP connections
3872                        and their affect on memory usage in the router."
3873                      ::= { ibmIROCroutingtcpip 16 }
3874
3875serverCurrConnections    OBJECT-TYPE
3876                         SYNTAX  Gauge
3877                         ACCESS  read-only
3878                         STATUS  mandatory
3879                         DESCRIPTION
3880                          "The current number of connections to a local
3881                           server application (for example, TN3270E or
3882                           Web Cache). This object and
3883                           serverMaxConnections are defined mainly to
3884                           monitor the number of server connections and
3885                           their affect on memory usage in the router."
3886                         ::= { ibmIROCroutingtcpip 17 }
3887
3888serverMaxConnections     OBJECT-TYPE
3889                         SYNTAX  INTEGER
3890                         ACCESS  read-only
3891                         STATUS  mandatory
3892                         DESCRIPTION
3893                          "The maximum number of connections allowed to a
3894                           local server application (for example, TN3270E
3895                           or Web Cache).
3896                           This object and serverCurrConnections are defined
3897                           mainly to monitor the number of server connections
3898                           and their affect on memory usage in the router."
3899                         ::= { ibmIROCroutingtcpip 18 }
3900
3901
3902------------------------------------------------------------------
3903-- IBM IROC Trap Definitions
3904------------------------------------------------------------------
3905ibmIROCtrapsfr         OBJECT IDENTIFIER ::= { ibmIROCtraps 1 }
3906
3907         frrcvdFECN TRAP-TYPE
3908             ENTERPRISE ibmIROCtrapsfr
3909             VARIABLES  { frCircuitIfIndex, frCircuitDlci }
3910             DESCRIPTION
3911                "This trap indicates that a frame was received
3912                 from the network on this virtual circuit and it
3913                 indicated forward congestion."
3914             ::= 1
3915
3916         frrcvdBECN TRAP-TYPE
3917             ENTERPRISE ibmIROCtrapsfr
3918             VARIABLES  { frCircuitIfIndex, frCircuitDlci }
3919             DESCRIPTION
3920                "This trap indicates that a frame was received
3921                 from the network on this virtual circuit and it
3922                 indicated backward congestion."
3923             ::= 2
3924
3925         frrcvdCLLM TRAP-TYPE
3926             ENTERPRISE ibmIROCtrapsfr
3927             VARIABLES  { frCLLMCauseIfIndex, frCLLMCauseCode, frCLLMDlciList }
3928             DESCRIPTION
3929                "This trap indicates that a CLLM message was received
3930                 from the network."
3931             ::= 3
3932
3933
3934
3935ibmIROCtrapssys        OBJECT IDENTIFIER ::= { ibmIROCtraps 2 }
3936
3937         mosMemLow TRAP-TYPE
3938             ENTERPRISE ibmIROCtrapssys
3939             VARIABLES  { proResMemHeapTotal, proResMemHeapNeverAlloc }
3940             DESCRIPTION
3941                "This trap indicates that the free heap amount has
3942                 dropped below a given percentage of the total heap
3943                 memory available. The default percentage is 10%,
3944                 however this threshhold can be modified by the user
3945                 via a patch variable."
3946             ::= 1
3947
3948ibmIROCtrapsels        OBJECT IDENTIFIER ::= { ibmIROCtraps 3 }
3949
3950         elsTrap TRAP-TYPE
3951             ENTERPRISE   ibmIROCtrapsels
3952             VARIABLES    { proElsSubSysEventMsg }
3953             DESCRIPTION
3954                "When the routing subsystem ELS component is configured to
3955                 generate SNMP traps, the following trap is generated.
3956                 It contains a single varBind containing a text string in one
3957                 of the two following formats.
3958
3959                 If ELS timestamping is enabled:
3960
3961                     hr:min:sec subsys_name.event_num: message_text
3962
3963                     For example - 09:32:56 IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc
3964
3965                 If ELS timestamping is disabled:
3966
3967                     subsys_name.event_num: message_text
3968
3969                     For example - IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc
3970
3971
3972              NOTE: The following subsystems cannot have their events sent
3973                    in SNMP traps (ARP, ICMP, UDP, SNMP and IP (excluding
3974                    IP access control events)). This restriction is due to the
3975                    fact that these subsystems are involved in sending an SNMP
3976                    trap and allowing them could cause an infinite loop in the
3977                    router software."
3978
3979             ::= 2
3980
3981END
3982