1-- *****************************************************************
2-- OLD-CISCO-INTERFACES-MIB.my:  Cisco Interfaces MIB file
3--
4-- May 1994, Jeffrey T. Johnson
5--
6-- Copyright (c) 1994,1997 by cisco Systems, Inc.
7-- All rights reserved.
8--
9-- *****************************************************************
10--
11
12               OLD-CISCO-INTERFACES-MIB DEFINITIONS ::= BEGIN
13
14               IMPORTS
15                    Counter
16			FROM RFC1155-SMI
17		    OBJECT-TYPE
18			FROM RFC-1212
19                    DisplayString, ifIndex
20			FROM RFC1213-MIB
21		    local
22			FROM CISCO-SMI;
23
24               linterfaces         OBJECT IDENTIFIER ::= { local 2 }
25
26
27               -- Local Interface Group
28
29          -- This group is present in all products.
30
31
32          -- Local Interface Table
33
34          -- This group provides additional objects to the table
35          -- defined by RFC1156.
36
37               lifTable OBJECT-TYPE
38                   SYNTAX  SEQUENCE OF LifEntry
39                   ACCESS  not-accessible
40                   STATUS  mandatory
41                   DESCRIPTION
42                            "A list of interface entries."
43                   ::= { linterfaces 1 }
44
45               lifEntry OBJECT-TYPE
46                   SYNTAX LifEntry
47                   ACCESS  not-accessible
48                   STATUS  mandatory
49                   DESCRIPTION
50                            "A collection of additional objects in the
51                            cisco interface."
52                   INDEX { ifIndex }
53               ::= { lifTable 1 }
54
55               LifEntry ::=
56                   SEQUENCE {
57                       locIfHardType
58                           DisplayString,
59                       locIfLineProt
60                           INTEGER,
61                       locIfLastIn
62                           INTEGER,
63                       locIfLastOut
64                           INTEGER,
65                       locIfLastOutHang
66                           INTEGER,
67                       locIfInBitsSec
68                           INTEGER,
69                       locIfInPktsSec
70                           INTEGER,
71                       locIfOutBitsSec
72                           INTEGER,
73                       locIfOutPktsSec
74                           INTEGER,
75                       locIfInRunts
76                           INTEGER,
77                       locIfInGiants
78                           INTEGER,
79                       locIfInCRC
80                           INTEGER,
81                       locIfInFrame
82                           INTEGER,
83                       locIfInOverrun
84                           INTEGER,
85                       locIfInIgnored
86                           INTEGER,
87                       locIfInAbort
88                           INTEGER,
89                       locIfResets
90                           INTEGER,
91                       locIfRestarts
92                           INTEGER,
93                       locIfKeep
94                           INTEGER,
95                       locIfReason
96                           DisplayString,
97                       locIfCarTrans
98                           INTEGER,
99                       locIfReliab
100                           INTEGER,
101                       locIfDelay
102                           INTEGER,
103                       locIfLoad
104                           INTEGER,
105                       locIfCollisions
106                           INTEGER,
107                       locIfInputQueueDrops
108                           INTEGER,
109                       locIfOutputQueueDrops
110                           INTEGER,
111                       locIfDescr
112                           DisplayString,
113                       locIfSlowInPkts
114                           Counter,
115                       locIfSlowOutPkts
116                           Counter,
117                       locIfSlowInOctets
118                           Counter,
119                       locIfSlowOutOctets
120                           Counter,
121                       locIfFastInPkts
122                           Counter,
123                       locIfFastOutPkts
124                           Counter,
125                       locIfFastInOctets
126                           Counter,
127                       locIfFastOutOctets
128                           Counter,
129                       locIfotherInPkts
130                           Counter,
131                       locIfotherOutPkts
132                           Counter,
133                       locIfotherInOctets
134                           Counter,
135                       locIfotherOutOctets
136                           Counter,
137                       locIfipInPkts
138                           Counter,
139                       locIfipOutPkts
140                           Counter,
141                       locIfipInOctets
142                           Counter,
143                       locIfipOutOctets
144                           Counter,
145                       locIfdecnetInPkts
146                           Counter,
147                       locIfdecnetOutPkts
148                           Counter,
149                       locIfdecnetInOctets
150                           Counter,
151                       locIfdecnetOutOctets
152                           Counter,
153                       locIfxnsInPkts
154                           Counter,
155                       locIfxnsOutPkts
156                           Counter,
157                       locIfxnsInOctets
158                           Counter,
159                       locIfxnsOutOctets
160                           Counter,
161                       locIfclnsInPkts
162                           Counter,
163                       locIfclnsOutPkts
164                           Counter,
165                       locIfclnsInOctets
166                           Counter,
167                       locIfclnsOutOctets
168                           Counter,
169                       locIfappletalkInPkts
170                           Counter,
171                       locIfappletalkOutPkts
172                           Counter,
173                       locIfappletalkInOctets
174                           Counter,
175                       locIfappletalkOutOctets
176                           Counter,
177                       locIfnovellInPkts
178                           Counter,
179                       locIfnovellOutPkts
180                           Counter,
181                       locIfnovellInOctets
182                           Counter,
183                       locIfnovellOutOctets
184                           Counter,
185                       locIfapolloInPkts
186                           Counter,
187                       locIfapolloOutPkts
188                           Counter,
189                       locIfapolloInOctets
190                           Counter,
191                       locIfapolloOutOctets
192                           Counter,
193                       locIfvinesInPkts
194                           Counter,
195                       locIfvinesOutPkts
196                           Counter,
197                       locIfvinesInOctets
198                           Counter,
199                       locIfvinesOutOctets
200                           Counter,
201                       locIfbridgedInPkts
202                           Counter,
203                       locIfbridgedOutPkts
204                           Counter,
205                       locIfbridgedInOctets
206                           Counter,
207                       locIfbridgedOutOctets
208                           Counter,
209                       locIfsrbInPkts
210                           Counter,
211                       locIfsrbOutPkts
212                           Counter,
213                       locIfsrbInOctets
214                           Counter,
215                       locIfsrbOutOctets
216                           Counter,
217                       locIfchaosInPkts
218                           Counter,
219                       locIfchaosOutPkts
220                           Counter,
221                       locIfchaosInOctets
222                           Counter,
223                       locIfchaosOutOctets
224                           Counter,
225                       locIfpupInPkts
226                           Counter,
227                       locIfpupOutPkts
228                           Counter,
229                       locIfpupInOctets
230                           Counter,
231                       locIfpupOutOctets
232                           Counter,
233                       locIfmopInPkts
234                           Counter,
235                       locIfmopOutPkts
236                           Counter,
237                       locIfmopInOctets
238                           Counter,
239                       locIfmopOutOctets
240                           Counter,
241                       locIflanmanInPkts
242                           Counter,
243                       locIflanmanOutPkts
244                           Counter,
245                       locIflanmanInOctets
246                           Counter,
247                       locIflanmanOutOctets
248                           Counter,
249                       locIfstunInPkts
250                           Counter,
251                       locIfstunOutPkts
252                           Counter,
253                       locIfstunInOctets
254                           Counter,
255                       locIfstunOutOctets
256                           Counter,
257                       locIfspanInPkts
258                           Counter,
259                       locIfspanOutPkts
260                           Counter,
261                       locIfspanInOctets
262                           Counter,
263                       locIfspanOutOctets
264                           Counter,
265                       locIfarpInPkts
266                           Counter,
267                       locIfarpOutPkts
268                           Counter,
269                       locIfarpInOctets
270                           Counter,
271                       locIfarpOutOctets
272                           Counter,
273                       locIfprobeInPkts
274                           Counter,
275                       locIfprobeOutPkts
276                           Counter,
277                       locIfprobeInOctets
278                           Counter,
279                       locIfprobeOutOctets
280                           Counter,
281                       locIfDribbleInputs
282                           Counter
283                   }
284
285
286          -- The following section describes the components of the
287          -- table.
288
289               locIfHardType OBJECT-TYPE
290                   SYNTAX  DisplayString
291                   ACCESS  read-only
292                   STATUS  mandatory
293                   DESCRIPTION
294                           "Returns the type of interface."
295                   ::= { lifEntry 1 }
296
297               locIfLineProt OBJECT-TYPE
298                   SYNTAX  INTEGER
299                   ACCESS  read-only
300                   STATUS  mandatory
301                   DESCRIPTION
302                           "Boolean whether interface line protocol is
303                           up or not."
304                   ::= { lifEntry 2 }
305
306               locIfLastIn OBJECT-TYPE
307                   SYNTAX  INTEGER
308                   ACCESS  read-only
309                   STATUS  mandatory
310                   DESCRIPTION
311                           "Elapsed time in milliseconds since last line
312                           protocol input packet was received."
313                   ::= { lifEntry 3 }
314
315               locIfLastOut OBJECT-TYPE
316                   SYNTAX  INTEGER
317                   ACCESS  read-only
318                   STATUS  mandatory
319                   DESCRIPTION
320                           "Elapsed time in milliseconds since last line
321                           protocol output packet was transmitted."
322                   ::= { lifEntry 4 }
323
324               locIfLastOutHang OBJECT-TYPE
325                   SYNTAX  INTEGER
326                   ACCESS  read-only
327                   STATUS  mandatory
328                   DESCRIPTION
329                           "Elapsed time in milliseconds since last line
330                           protocol output packet could not be
331                           successfully transmitted."
332                   ::= { lifEntry 5 }
333
334               locIfInBitsSec OBJECT-TYPE
335                   SYNTAX  INTEGER
336                   ACCESS  read-only
337                   STATUS  mandatory
338                   DESCRIPTION
339                           "Five minute exponentially-decayed moving
340                           average of input bits per second."
341                   ::= { lifEntry 6 }
342
343               locIfInPktsSec OBJECT-TYPE
344                   SYNTAX  INTEGER
345                   ACCESS  read-only
346                   STATUS  mandatory
347                   DESCRIPTION
348                           "Five minute exponentially-decayed moving
349                           average of input packets per second."
350                   ::= { lifEntry 7 }
351
352               locIfOutBitsSec OBJECT-TYPE
353                   SYNTAX  INTEGER
354                   ACCESS  read-only
355                   STATUS  mandatory
356                   DESCRIPTION
357                           "Five minute exponentially-decayed moving
358                           average of output bits per second."
359                   ::= { lifEntry 8 }
360
361               locIfOutPktsSec OBJECT-TYPE
362                   SYNTAX  INTEGER
363                   ACCESS  read-only
364                   STATUS  mandatory
365                   DESCRIPTION
366                           "Five minute exponentially-decayed moving
367                           average of output packets per second."
368                   ::= { lifEntry 9 }
369
370               locIfInRunts OBJECT-TYPE
371                   SYNTAX  INTEGER
372                   ACCESS  read-only
373                   STATUS  mandatory
374                   DESCRIPTION
375                           "Number of packets input which were smaller
376                           then the allowable physical media permitted."
377                   ::= { lifEntry 10 }
378
379               locIfInGiants OBJECT-TYPE
380                   SYNTAX  INTEGER
381                   ACCESS  read-only
382                   STATUS  mandatory
383                   DESCRIPTION
384                           "Number of input packets which were larger
385                           then the physical media permitted."
386                   ::= { lifEntry 11 }
387
388               locIfInCRC OBJECT-TYPE
389                   SYNTAX  INTEGER
390                   ACCESS  read-only
391                   STATUS  mandatory
392                   DESCRIPTION
393                           "Number of input packets which had cyclic
394                           redundancy checksum errors."
395                   ::= { lifEntry 12 }
396
397               locIfInFrame OBJECT-TYPE
398                   SYNTAX  INTEGER
399                   ACCESS  read-only
400                   STATUS  mandatory
401                   DESCRIPTION
402                           "Number of input packet which were
403                           misaligned."
404                   ::= { lifEntry 13 }
405
406               locIfInOverrun OBJECT-TYPE
407                   SYNTAX  INTEGER
408                   ACCESS  read-only
409                   STATUS  mandatory
410                   DESCRIPTION
411                           "Count of input which arrived too quickly for
412                           the to hardware receive."
413                   ::= { lifEntry 14 }
414
415               locIfInIgnored OBJECT-TYPE
416                   SYNTAX  INTEGER
417                   ACCESS  read-only
418                   STATUS  mandatory
419                   DESCRIPTION
420                           "Number of input packets which were simply
421                           ignored by this interface."
422                   ::= { lifEntry 15 }
423
424               locIfInAbort OBJECT-TYPE
425                   SYNTAX  INTEGER
426                   ACCESS  read-only
427                   STATUS  mandatory
428                   DESCRIPTION
429                           "Number of input packets which were aborted."
430                   ::= { lifEntry 16 }
431
432               locIfResets OBJECT-TYPE
433                   SYNTAX  INTEGER
434                   ACCESS  read-only
435                   STATUS  mandatory
436                   DESCRIPTION
437                           "Number of times the interface internally
438                           reset."
439                   ::= { lifEntry 17 }
440
441               locIfRestarts OBJECT-TYPE
442                   SYNTAX  INTEGER
443                   ACCESS  read-only
444                   STATUS  mandatory
445                   DESCRIPTION
446                           "Number of times interface needed to be
447                           completely restarted."
448                   ::= { lifEntry 18 }
449
450               locIfKeep OBJECT-TYPE
451                   SYNTAX  INTEGER
452                   ACCESS  read-only
453                   STATUS  mandatory
454                   DESCRIPTION
455                           "Boolean whether keepalives are enabled on
456                           this interface."
457                   ::= { lifEntry 19 }
458
459               locIfReason OBJECT-TYPE
460                   SYNTAX  DisplayString
461                   ACCESS  read-only
462                   STATUS  mandatory
463                   DESCRIPTION
464                           "Reason for interface last status change."
465                   ::= { lifEntry 20 }
466
467               locIfCarTrans OBJECT-TYPE
468                   SYNTAX  INTEGER
469                   ACCESS  read-only
470                   STATUS  mandatory
471                   DESCRIPTION
472                           "Number of times interface saw the carrier
473                           signal transition."
474                   ::= { lifEntry 21 }
475
476               locIfReliab OBJECT-TYPE
477                   SYNTAX  INTEGER
478                   ACCESS  read-only
479                   STATUS  mandatory
480                   DESCRIPTION
481                           "The reliability of the interface. Used by
482                           IGRP."
483                   ::= { lifEntry 22 }
484
485               locIfDelay OBJECT-TYPE
486                   SYNTAX  INTEGER
487                   ACCESS  read-only
488                   STATUS  mandatory
489                   DESCRIPTION
490                           "The amount of delay in microseconds of the
491                           interface. Used by IGRP."
492                   ::= { lifEntry 23 }
493
494               locIfLoad OBJECT-TYPE
495                   SYNTAX  INTEGER
496                   ACCESS  read-only
497                   STATUS  mandatory
498                   DESCRIPTION
499                           "The loading factor of the interface. Used by
500                           IGRP."
501                   ::= { lifEntry 24 }
502
503               locIfCollisions OBJECT-TYPE
504                   SYNTAX  INTEGER
505                   ACCESS  read-only
506                   STATUS  mandatory
507                   DESCRIPTION
508                           "The number of output collisions detected on
509                           this interface."
510                   ::= { lifEntry 25 }
511
512               locIfInputQueueDrops OBJECT-TYPE
513                   SYNTAX  INTEGER
514                   ACCESS  read-only
515                   STATUS  mandatory
516                   DESCRIPTION
517                           "The number of packets dropped because the
518                           input queue was full."
519                   ::= { lifEntry 26 }
520
521               locIfOutputQueueDrops OBJECT-TYPE
522                   SYNTAX  INTEGER
523                   ACCESS  read-only
524                   STATUS  mandatory
525                   DESCRIPTION
526                           "The number of packets dropped because the
527                           output queue was full."
528                   ::= { lifEntry 27 }
529
530               locIfDescr OBJECT-TYPE
531                   SYNTAX  DisplayString
532                   ACCESS  read-write
533                   STATUS  mandatory
534                   DESCRIPTION
535                           "User configurable interface description."
536                   ::= { lifEntry 28 }
537
538               locIfSlowInPkts OBJECT-TYPE
539                   SYNTAX  Counter
540                   ACCESS  read-only
541                   STATUS  mandatory
542                   DESCRIPTION
543                           "Packet count for Inbound traffic routed with
544                           slow switching"
545                   ::= { lifEntry 30 }
546
547               locIfSlowOutPkts OBJECT-TYPE
548                   SYNTAX  Counter
549                   ACCESS  read-only
550                   STATUS  mandatory
551                   DESCRIPTION
552                           "Packet count for Outbound traffic routed
553                           with slow switching"
554                   ::= { lifEntry 31 }
555
556               locIfSlowInOctets OBJECT-TYPE
557                   SYNTAX  Counter
558                   ACCESS  read-only
559                   STATUS  mandatory
560                   DESCRIPTION
561                           "Octet count for Inbound traffic routed with
562                           slow switching"
563                   ::= { lifEntry 32 }
564
565               locIfSlowOutOctets OBJECT-TYPE
566                   SYNTAX  Counter
567                   ACCESS  read-only
568                   STATUS  mandatory
569                   DESCRIPTION
570                           "Octet count for Outbound traffic routed with
571                           slow switching"
572                   ::= { lifEntry 33 }
573
574               locIfFastInPkts OBJECT-TYPE
575                   SYNTAX  Counter
576                   ACCESS  read-only
577                   STATUS  mandatory
578                   DESCRIPTION
579                           "Packet count for Inbound traffic routed with
580                           fast switching"
581                   ::= { lifEntry 34 }
582
583               locIfFastOutPkts OBJECT-TYPE
584                   SYNTAX  Counter
585                   ACCESS  read-only
586                   STATUS  mandatory
587                   DESCRIPTION
588                           "Packet count for Outbound traffic routed
589                           with fast switching"
590                   ::= { lifEntry 35 }
591
592               locIfFastInOctets OBJECT-TYPE
593                   SYNTAX  Counter
594                   ACCESS  read-only
595                   STATUS  mandatory
596                   DESCRIPTION
597                           "Octet count for Inbound traffic routed with
598                           fast switching"
599                   ::= { lifEntry 36 }
600
601               locIfFastOutOctets OBJECT-TYPE
602                   SYNTAX  Counter
603                   ACCESS  read-only
604                   STATUS  mandatory
605                   DESCRIPTION
606                           "Octet count for Outbound traffic routed with
607                           fast switching"
608                   ::= { lifEntry 37 }
609
610               locIfotherInPkts OBJECT-TYPE
611                   SYNTAX  Counter
612                   ACCESS  read-only
613                   STATUS  mandatory
614                   DESCRIPTION
615                           "Other protocol input packet count"
616                   ::= { lifEntry 38 }
617
618               locIfotherOutPkts OBJECT-TYPE
619                   SYNTAX  Counter
620                   ACCESS  read-only
621                   STATUS  mandatory
622                   DESCRIPTION
623                           "Other protocol output packet count"
624                   ::= { lifEntry 39 }
625
626               locIfotherInOctets OBJECT-TYPE
627                   SYNTAX  Counter
628                   ACCESS  read-only
629                   STATUS  mandatory
630                   DESCRIPTION
631                           "Other protocol input octet count"
632                   ::= { lifEntry 40 }
633
634               locIfotherOutOctets OBJECT-TYPE
635                   SYNTAX  Counter
636                   ACCESS  read-only
637                   STATUS  mandatory
638                   DESCRIPTION
639                           "Other protocol output octet count"
640                   ::= { lifEntry 41 }
641
642               locIfipInPkts OBJECT-TYPE
643                   SYNTAX  Counter
644                   ACCESS  read-only
645                   STATUS  mandatory
646                   DESCRIPTION
647                           "ip protocol input packet count"
648                   ::= { lifEntry 42 }
649
650               locIfipOutPkts OBJECT-TYPE
651                   SYNTAX  Counter
652                   ACCESS  read-only
653                   STATUS  mandatory
654                   DESCRIPTION
655                           "ip protocol output packet count"
656                   ::= { lifEntry 43 }
657
658               locIfipInOctets OBJECT-TYPE
659                   SYNTAX  Counter
660                   ACCESS  read-only
661                   STATUS  mandatory
662                   DESCRIPTION
663                           "ip protocol input octet count"
664                   ::= { lifEntry 44 }
665
666               locIfipOutOctets OBJECT-TYPE
667                   SYNTAX  Counter
668                   ACCESS  read-only
669                   STATUS  mandatory
670                   DESCRIPTION
671                           "ip protocol output octet count"
672                   ::= { lifEntry 45 }
673
674               locIfdecnetInPkts OBJECT-TYPE
675                   SYNTAX  Counter
676                   ACCESS  read-only
677                   STATUS  mandatory
678                   DESCRIPTION
679                           "Decnet protocol input packet count"
680                   ::= { lifEntry 46 }
681
682               locIfdecnetOutPkts OBJECT-TYPE
683                   SYNTAX  Counter
684                   ACCESS  read-only
685                   STATUS  mandatory
686                   DESCRIPTION
687                           "Decnet protocol output packet count"
688                   ::= { lifEntry 47 }
689
690               locIfdecnetInOctets OBJECT-TYPE
691                   SYNTAX  Counter
692                   ACCESS  read-only
693                   STATUS  mandatory
694                   DESCRIPTION
695                           "Decnet protocol input byte count"
696                   ::= { lifEntry 48 }
697
698               locIfdecnetOutOctets OBJECT-TYPE
699                   SYNTAX  Counter
700                   ACCESS  read-only
701                   STATUS  mandatory
702                   DESCRIPTION
703                           "Decnet protocol output byte count"
704                   ::= { lifEntry 49 }
705
706               locIfxnsInPkts OBJECT-TYPE
707                   SYNTAX  Counter
708                   ACCESS  read-only
709                   STATUS  mandatory
710                   DESCRIPTION
711                           "XNS protocol input packet count"
712                   ::= { lifEntry 50 }
713
714               locIfxnsOutPkts OBJECT-TYPE
715                   SYNTAX  Counter
716                   ACCESS  read-only
717                   STATUS  mandatory
718                   DESCRIPTION
719                           "XNS protocol output packet count"
720                   ::= { lifEntry 51 }
721
722               locIfxnsInOctets OBJECT-TYPE
723                   SYNTAX  Counter
724                   ACCESS  read-only
725                   STATUS  mandatory
726                   DESCRIPTION
727                           "XNS protocol input byte count"
728                   ::= { lifEntry 52 }
729
730               locIfxnsOutOctets OBJECT-TYPE
731                   SYNTAX  Counter
732                   ACCESS  read-only
733                   STATUS  mandatory
734                   DESCRIPTION
735                           "XNS protocol output byte count"
736                   ::= { lifEntry 53 }
737
738               locIfclnsInPkts OBJECT-TYPE
739                   SYNTAX  Counter
740                   ACCESS  read-only
741                   STATUS  mandatory
742                   DESCRIPTION
743                           "CLNS protocol input packet count"
744                   ::= { lifEntry 54 }
745
746               locIfclnsOutPkts OBJECT-TYPE
747                   SYNTAX  Counter
748                   ACCESS  read-only
749                   STATUS  mandatory
750                   DESCRIPTION
751                           "CLNS protocol output packet count"
752                   ::= { lifEntry 55 }
753
754               locIfclnsInOctets OBJECT-TYPE
755                   SYNTAX  Counter
756                   ACCESS  read-only
757                   STATUS  mandatory
758                   DESCRIPTION
759                           "CLNS protocol input byte count"
760                   ::= { lifEntry 56 }
761
762               locIfclnsOutOctets OBJECT-TYPE
763                   SYNTAX  Counter
764                   ACCESS  read-only
765                   STATUS  mandatory
766                   DESCRIPTION
767                           "CLNS protocol output byte count"
768                   ::= { lifEntry 57 }
769
770               locIfappletalkInPkts OBJECT-TYPE
771                   SYNTAX  Counter
772                   ACCESS  read-only
773                   STATUS  mandatory
774                   DESCRIPTION
775                           "Appletalk protocol input packet count"
776                   ::= { lifEntry 58 }
777
778               locIfappletalkOutPkts OBJECT-TYPE
779                   SYNTAX  Counter
780                   ACCESS  read-only
781                   STATUS  mandatory
782                   DESCRIPTION
783                           "Appletalk protocol output packet count"
784                   ::= { lifEntry 59 }
785
786               locIfappletalkInOctets OBJECT-TYPE
787                   SYNTAX  Counter
788                   ACCESS  read-only
789                   STATUS  mandatory
790                   DESCRIPTION
791                           "Appletalk protocol input octet count"
792                   ::= { lifEntry 60 }
793
794               locIfappletalkOutOctets OBJECT-TYPE
795                   SYNTAX  Counter
796                   ACCESS  read-only
797                   STATUS  mandatory
798                   DESCRIPTION
799                           "Appletalk protocol output octet count"
800                   ::= { lifEntry 61 }
801
802               locIfnovellInPkts OBJECT-TYPE
803                   SYNTAX  Counter
804                   ACCESS  read-only
805                   STATUS  mandatory
806                   DESCRIPTION
807                           "Novell protocol input packet count"
808                   ::= { lifEntry 62 }
809
810               locIfnovellOutPkts OBJECT-TYPE
811                   SYNTAX  Counter
812                   ACCESS  read-only
813                   STATUS  mandatory
814                   DESCRIPTION
815                           "Novell protocol output packet count"
816                   ::= { lifEntry 63 }
817
818               locIfnovellInOctets OBJECT-TYPE
819                   SYNTAX  Counter
820                   ACCESS  read-only
821                   STATUS  mandatory
822                   DESCRIPTION
823                           "Novell protocol input octet count"
824                   ::= { lifEntry 64 }
825
826               locIfnovellOutOctets OBJECT-TYPE
827                   SYNTAX  Counter
828                   ACCESS  read-only
829                   STATUS  mandatory
830                   DESCRIPTION
831                           "Novell protocol output octet count"
832                   ::= { lifEntry 65 }
833
834               locIfapolloInPkts OBJECT-TYPE
835                   SYNTAX  Counter
836                   ACCESS  read-only
837                   STATUS  mandatory
838                   DESCRIPTION
839                           "Apollo protocol input packet count"
840                   ::= { lifEntry 66 }
841
842               locIfapolloOutPkts OBJECT-TYPE
843                   SYNTAX  Counter
844                   ACCESS  read-only
845                   STATUS  mandatory
846                   DESCRIPTION
847                           "Apollo protocol output packet count"
848                   ::= { lifEntry 67 }
849
850               locIfapolloInOctets OBJECT-TYPE
851                   SYNTAX  Counter
852                   ACCESS  read-only
853                   STATUS  mandatory
854                   DESCRIPTION
855                           "Apollo protocol input octet count"
856                   ::= { lifEntry 68 }
857
858               locIfapolloOutOctets OBJECT-TYPE
859                   SYNTAX  Counter
860                   ACCESS  read-only
861                   STATUS  mandatory
862                   DESCRIPTION
863                           "Apollo protocol output octet count"
864                   ::= { lifEntry 69 }
865
866               locIfvinesInPkts OBJECT-TYPE
867                   SYNTAX  Counter
868                   ACCESS  read-only
869                   STATUS  mandatory
870                   DESCRIPTION
871                           "Vines protocol input packet count"
872                   ::= { lifEntry 70 }
873
874               locIfvinesOutPkts OBJECT-TYPE
875                   SYNTAX  Counter
876                   ACCESS  read-only
877                   STATUS  mandatory
878                   DESCRIPTION
879                           "Vines protocol output packet count"
880                   ::= { lifEntry 71 }
881
882               locIfvinesInOctets OBJECT-TYPE
883                   SYNTAX  Counter
884                   ACCESS  read-only
885                   STATUS  mandatory
886                   DESCRIPTION
887                           "Vines protocol input octet count"
888                   ::= { lifEntry 72 }
889
890               locIfvinesOutOctets OBJECT-TYPE
891                   SYNTAX  Counter
892                   ACCESS  read-only
893                   STATUS  mandatory
894                   DESCRIPTION
895                           "Vines protocol output octet count"
896                   ::= { lifEntry 73 }
897
898               locIfbridgedInPkts OBJECT-TYPE
899                   SYNTAX  Counter
900                   ACCESS  read-only
901                   STATUS  mandatory
902                   DESCRIPTION
903                           "Bridged protocol input packet count"
904                   ::= { lifEntry 74 }
905
906               locIfbridgedOutPkts OBJECT-TYPE
907                   SYNTAX  Counter
908                   ACCESS  read-only
909                   STATUS  mandatory
910                   DESCRIPTION
911                           "Bridged protocol output packet count"
912                   ::= { lifEntry 75 }
913
914               locIfbridgedInOctets OBJECT-TYPE
915                   SYNTAX  Counter
916                   ACCESS  read-only
917                   STATUS  mandatory
918                   DESCRIPTION
919                           "Bridged protocol input octet count"
920                   ::= { lifEntry 76 }
921
922               locIfbridgedOutOctets OBJECT-TYPE
923                   SYNTAX  Counter
924                   ACCESS  read-only
925                   STATUS  mandatory
926                   DESCRIPTION
927                           "Bridged protocol output octet count"
928                   ::= { lifEntry 77 }
929
930               locIfsrbInPkts OBJECT-TYPE
931                   SYNTAX  Counter
932                   ACCESS  read-only
933                   STATUS  mandatory
934                   DESCRIPTION
935                           "SRB protocol input packet count"
936                   ::= { lifEntry 78 }
937
938               locIfsrbOutPkts OBJECT-TYPE
939                   SYNTAX  Counter
940                   ACCESS  read-only
941                   STATUS  mandatory
942                   DESCRIPTION
943                           "SRB protocol output packet count"
944                   ::= { lifEntry 79 }
945
946               locIfsrbInOctets OBJECT-TYPE
947                   SYNTAX  Counter
948                   ACCESS  read-only
949                   STATUS  mandatory
950                   DESCRIPTION
951                           "SRB protocol input octet count"
952                   ::= { lifEntry 80 }
953
954               locIfsrbOutOctets OBJECT-TYPE
955                   SYNTAX  Counter
956                   ACCESS  read-only
957                   STATUS  mandatory
958                   DESCRIPTION
959                           "SRB protocol output octet count"
960                   ::= { lifEntry 81 }
961
962               locIfchaosInPkts OBJECT-TYPE
963                   SYNTAX  Counter
964                   ACCESS  read-only
965                   STATUS  mandatory
966                   DESCRIPTION
967                           "Choas protocol input packet count"
968                   ::= { lifEntry 82 }
969
970               locIfchaosOutPkts OBJECT-TYPE
971                   SYNTAX  Counter
972                   ACCESS  read-only
973                   STATUS  mandatory
974                   DESCRIPTION
975                           "Choas protocol output packet count"
976                   ::= { lifEntry 83 }
977
978               locIfchaosInOctets OBJECT-TYPE
979                   SYNTAX  Counter
980                   ACCESS  read-only
981                   STATUS  mandatory
982                   DESCRIPTION
983                           "Choas protocol input octet count"
984                   ::= { lifEntry 84 }
985
986               locIfchaosOutOctets OBJECT-TYPE
987                   SYNTAX  Counter
988                   ACCESS  read-only
989                   STATUS  mandatory
990                   DESCRIPTION
991                           "Choas protocol output octet count"
992                   ::= { lifEntry 85 }
993
994               locIfpupInPkts OBJECT-TYPE
995                   SYNTAX  Counter
996                   ACCESS  read-only
997                   STATUS  mandatory
998                   DESCRIPTION
999                           "PUP protocol input packet count"
1000                   ::= { lifEntry 86 }
1001
1002               locIfpupOutPkts OBJECT-TYPE
1003                   SYNTAX  Counter
1004                   ACCESS  read-only
1005                   STATUS  mandatory
1006                   DESCRIPTION
1007                           "PUP protocol output packet count"
1008                   ::= { lifEntry 87 }
1009
1010               locIfpupInOctets OBJECT-TYPE
1011                   SYNTAX  Counter
1012                   ACCESS  read-only
1013                   STATUS  mandatory
1014                   DESCRIPTION
1015                           "PUP protocol input octet count"
1016                   ::= { lifEntry 88 }
1017
1018               locIfpupOutOctets OBJECT-TYPE
1019                   SYNTAX  Counter
1020                   ACCESS  read-only
1021                   STATUS  mandatory
1022                   DESCRIPTION
1023                           "PUP protocol output octet count"
1024                   ::= { lifEntry 89 }
1025
1026               locIfmopInPkts OBJECT-TYPE
1027                   SYNTAX  Counter
1028                   ACCESS  read-only
1029                   STATUS  mandatory
1030                   DESCRIPTION
1031                           "MOP protocol input packet count"
1032                   ::= { lifEntry 90 }
1033
1034               locIfmopOutPkts OBJECT-TYPE
1035                   SYNTAX  Counter
1036                   ACCESS  read-only
1037                   STATUS  mandatory
1038                   DESCRIPTION
1039                           "MOP protocol output packet count"
1040                   ::= { lifEntry 91 }
1041
1042               locIfmopInOctets OBJECT-TYPE
1043                   SYNTAX  Counter
1044                   ACCESS  read-only
1045                   STATUS  mandatory
1046                   DESCRIPTION
1047                           "MOP protocol input octet count"
1048                   ::= { lifEntry 92 }
1049
1050               locIfmopOutOctets OBJECT-TYPE
1051                   SYNTAX  Counter
1052                   ACCESS  read-only
1053                   STATUS  mandatory
1054                   DESCRIPTION
1055                           "MOP protocol output octet count"
1056                   ::= { lifEntry 93 }
1057
1058               locIflanmanInPkts OBJECT-TYPE
1059                   SYNTAX  Counter
1060                   ACCESS  read-only
1061                   STATUS  mandatory
1062                   DESCRIPTION
1063                           "LanMan protocol input packet count"
1064                   ::= { lifEntry 94 }
1065
1066               locIflanmanOutPkts OBJECT-TYPE
1067                   SYNTAX  Counter
1068                   ACCESS  read-only
1069                   STATUS  mandatory
1070                   DESCRIPTION
1071                           "LanMan protocol output packet count"
1072                   ::= { lifEntry 95 }
1073
1074               locIflanmanInOctets OBJECT-TYPE
1075                   SYNTAX  Counter
1076                   ACCESS  read-only
1077                   STATUS  mandatory
1078                   DESCRIPTION
1079                           "LanMan protocol input octet count"
1080                   ::= { lifEntry 96 }
1081
1082               locIflanmanOutOctets OBJECT-TYPE
1083                   SYNTAX  Counter
1084                   ACCESS  read-only
1085                   STATUS  mandatory
1086                   DESCRIPTION
1087                           "LanMan protocol output octet count"
1088                   ::= { lifEntry 97 }
1089
1090               locIfstunInPkts OBJECT-TYPE
1091                   SYNTAX  Counter
1092                   ACCESS  read-only
1093                   STATUS  mandatory
1094                   DESCRIPTION
1095                           "STUN protocol input packet count"
1096                   ::= { lifEntry 98 }
1097
1098               locIfstunOutPkts OBJECT-TYPE
1099                   SYNTAX  Counter
1100                   ACCESS  read-only
1101                   STATUS  mandatory
1102                   DESCRIPTION
1103                           "STUN protocol output packet count"
1104                   ::= { lifEntry 99 }
1105
1106               locIfstunInOctets OBJECT-TYPE
1107                   SYNTAX  Counter
1108                   ACCESS  read-only
1109                   STATUS  mandatory
1110                   DESCRIPTION
1111                           "STUN protocol input octet count"
1112                   ::= { lifEntry 100 }
1113
1114               locIfstunOutOctets OBJECT-TYPE
1115                   SYNTAX  Counter
1116                   ACCESS  read-only
1117                   STATUS  mandatory
1118                   DESCRIPTION
1119                           "STUN protocol output octet count"
1120                   ::= { lifEntry 101 }
1121
1122               locIfspanInPkts OBJECT-TYPE
1123                   SYNTAX  Counter
1124                   ACCESS  read-only
1125                   STATUS  mandatory
1126                   DESCRIPTION
1127                           "Spanning tree input protocol packet count"
1128                   ::= { lifEntry 102 }
1129
1130               locIfspanOutPkts OBJECT-TYPE
1131                   SYNTAX  Counter
1132                   ACCESS  read-only
1133                   STATUS  mandatory
1134                   DESCRIPTION
1135                           "Spanning tree output protocol packet count"
1136                   ::= { lifEntry 103 }
1137
1138               locIfspanInOctets OBJECT-TYPE
1139                   SYNTAX  Counter
1140                   ACCESS  read-only
1141                   STATUS  mandatory
1142                   DESCRIPTION
1143                           "Spanning tree input octet packet count"
1144                   ::= { lifEntry 104 }
1145
1146               locIfspanOutOctets OBJECT-TYPE
1147                   SYNTAX  Counter
1148                   ACCESS  read-only
1149                   STATUS  mandatory
1150                   DESCRIPTION
1151                           "Spanning tree output octet packet count"
1152                   ::= { lifEntry 105 }
1153
1154               locIfarpInPkts OBJECT-TYPE
1155                   SYNTAX  Counter
1156                   ACCESS  read-only
1157                   STATUS  mandatory
1158                   DESCRIPTION
1159                           "Arp protocol input packet count"
1160                   ::= { lifEntry 106 }
1161
1162               locIfarpOutPkts OBJECT-TYPE
1163                   SYNTAX  Counter
1164                   ACCESS  read-only
1165                   STATUS  mandatory
1166                   DESCRIPTION
1167                           "Arp protocol output packet count"
1168                   ::= { lifEntry 107 }
1169
1170               locIfarpInOctets OBJECT-TYPE
1171                   SYNTAX  Counter
1172                   ACCESS  read-only
1173                   STATUS  mandatory
1174                   DESCRIPTION
1175                           "Arp protocol input octet count"
1176                   ::= { lifEntry 108 }
1177
1178               locIfarpOutOctets OBJECT-TYPE
1179                   SYNTAX  Counter
1180                   ACCESS  read-only
1181                   STATUS  mandatory
1182                   DESCRIPTION
1183                           "Arp protocol output octet count"
1184                   ::= { lifEntry 109 }
1185
1186               locIfprobeInPkts OBJECT-TYPE
1187                   SYNTAX  Counter
1188                   ACCESS  read-only
1189                   STATUS  mandatory
1190                   DESCRIPTION
1191                           "Probe protocol input packet count"
1192                   ::= { lifEntry 110 }
1193
1194               locIfprobeOutPkts OBJECT-TYPE
1195                   SYNTAX  Counter
1196                   ACCESS  read-only
1197                   STATUS  mandatory
1198                   DESCRIPTION
1199                           "Probe protocol output packet count"
1200                   ::= { lifEntry 111 }
1201
1202               locIfprobeInOctets OBJECT-TYPE
1203                   SYNTAX  Counter
1204                   ACCESS  read-only
1205                   STATUS  mandatory
1206                   DESCRIPTION
1207                           "Probe protocol input octet count"
1208                   ::= { lifEntry 112 }
1209
1210               locIfprobeOutOctets OBJECT-TYPE
1211                   SYNTAX  Counter
1212                   ACCESS  read-only
1213                   STATUS  mandatory
1214                   DESCRIPTION
1215                           "Probe protocol output octet count"
1216                   ::= { lifEntry 113 }
1217
1218               locIfDribbleInputs OBJECT-TYPE
1219                   SYNTAX  Counter
1220                   ACCESS  read-only
1221                   STATUS  mandatory
1222                   DESCRIPTION
1223                           "The number of good packets received with the
1224                           dribble condition present"
1225                   ::= { lifEntry 114 }
1226
1227               -- End of table
1228
1229
1230
1231          -- Local FSIP card Table, also used for 4T, HSSI, Mx serial
1232
1233          -- This group provides additional objects to the table
1234          -- defined by RFC1156.
1235
1236               lFSIPTable OBJECT-TYPE
1237                   SYNTAX  SEQUENCE OF LFSIPEntry
1238                   ACCESS  not-accessible
1239                   STATUS  mandatory
1240                   DESCRIPTION
1241                            "A list of card entries for 4T, HSSI,
1242		             Mx serial or FSIP."
1243                   ::= { linterfaces 2 }
1244
1245               lFSIPEntry OBJECT-TYPE
1246                   SYNTAX LFSIPEntry
1247                   ACCESS  not-accessible
1248                   STATUS  mandatory
1249                   DESCRIPTION
1250                            "A collection of objects specific to 4T,
1251			     HSSI, Mx serial or FSIP."
1252                   INDEX { locIfFSIPIndex }
1253               ::= { lFSIPTable 1 }
1254
1255               LFSIPEntry ::=
1256                   SEQUENCE {
1257                       locIfFSIPIndex
1258                           INTEGER,
1259                       locIfFSIPtype
1260                           INTEGER,
1261                       locIfFSIPrts
1262                           INTEGER,
1263                       locIfFSIPcts
1264                           INTEGER,
1265                       locIfFSIPdtr
1266                           INTEGER,
1267                       locIfFSIPdcd
1268                           INTEGER,
1269                       locIfFSIPdsr
1270                           INTEGER,
1271                       locIfFSIPrxClockrate
1272                           INTEGER,
1273                       locIfFSIPrxClockrateHi
1274                           INTEGER,
1275                       locIfFSIPportType
1276                           INTEGER
1277                   }
1278
1279
1280          -- The following section describes the components of the
1281          -- table.
1282
1283               locIfFSIPIndex OBJECT-TYPE
1284                   SYNTAX  INTEGER
1285                   ACCESS  read-only
1286                   STATUS  mandatory
1287                   DESCRIPTION
1288                           "Interface index of this card corresponding
1289                           to its ifIndex"
1290                   ::= { lFSIPEntry 1 }
1291
1292               locIfFSIPtype OBJECT-TYPE
1293                   SYNTAX  INTEGER {
1294                        notAvailable(1),
1295                        dte(2),
1296                        dce(3)
1297                   }
1298                   ACCESS  read-only
1299                   STATUS  mandatory
1300                   DESCRIPTION
1301                           "Is this FSIP line DCE or DTE"
1302                   ::= { lFSIPEntry 2 }
1303
1304               locIfFSIPrts OBJECT-TYPE
1305                   SYNTAX  INTEGER {
1306                        notAvailable(1),
1307                        up(2),
1308                        down(3)
1309                   }
1310                   ACCESS  read-only
1311                   STATUS  mandatory
1312                   DESCRIPTION
1313                           "Is the RTS signal up or down"
1314                   ::= { lFSIPEntry 3 }
1315
1316               locIfFSIPcts OBJECT-TYPE
1317                   SYNTAX  INTEGER {
1318                        notAvailable(1),
1319                        up(2),
1320                        down(3)
1321                   }
1322                   ACCESS  read-only
1323                   STATUS  mandatory
1324                   DESCRIPTION
1325                           "Is the CTS signal up or down"
1326                   ::= { lFSIPEntry 4 }
1327
1328               locIfFSIPdtr OBJECT-TYPE
1329                   SYNTAX  INTEGER {
1330                        notAvailable(1),
1331                        up(2),
1332                        down(3)
1333                   }
1334                   ACCESS  read-only
1335                   STATUS  mandatory
1336                   DESCRIPTION
1337                           "Is the DTR signal up or down"
1338                   ::= { lFSIPEntry 5 }
1339
1340               locIfFSIPdcd OBJECT-TYPE
1341                   SYNTAX  INTEGER {
1342                        notAvailable(1),
1343                        up(2),
1344                        down(3)
1345                   }
1346                   ACCESS  read-only
1347                   STATUS  mandatory
1348                   DESCRIPTION
1349                           "Is the DCD signal up or down"
1350                   ::= { lFSIPEntry 6 }
1351
1352               locIfFSIPdsr OBJECT-TYPE
1353                   SYNTAX  INTEGER {
1354                        notAvailable(1),
1355                        up(2),
1356                        down(3)
1357                   }
1358                   ACCESS  read-only
1359                   STATUS  mandatory
1360                   DESCRIPTION
1361                           "Is the DSR signal up or down"
1362                   ::= { lFSIPEntry 7 }
1363
1364               locIfFSIPrxClockrate OBJECT-TYPE
1365                   SYNTAX INTEGER
1366                   ACCESS  read-only
1367                   STATUS  mandatory
1368                   DESCRIPTION
1369                       "Received clock rate"
1370                   ::= { lFSIPEntry 8 }
1371
1372               locIfFSIPrxClockrateHi OBJECT-TYPE
1373                   SYNTAX INTEGER
1374                   ACCESS  read-only
1375                   STATUS  mandatory
1376                   DESCRIPTION
1377                       "Use when received clock rate
1378			is greater than 2^32 (gigabits)."
1379                   ::= { lFSIPEntry 9 }
1380
1381	       -- PortType is modeled after rs232PortType
1382	       -- in RS-232-MIB.my
1383
1384               locIfFSIPportType OBJECT-TYPE
1385                   SYNTAX  INTEGER {
1386			 noCable(1),
1387                         rs232(2),
1388			 rs422(3),
1389			 rs423(4),
1390			 v35(5),
1391			 x21(6),
1392			 rs449(7),
1393			 rs530(8),
1394		         hssi(9)
1395                   }
1396                   ACCESS  read-only
1397                   STATUS  mandatory
1398                   DESCRIPTION
1399                           "Cable Type of 4T, HSSI, Mx serial or FSIP"
1400                   ::= { lFSIPEntry 10 }
1401
1402               -- End of table
1403
1404
1405END
1406