1IBM-BCM-MIB DEFINITIONS ::= BEGIN
2
3-- From file: "ibmlesrv.mi2"
4-- Compile options "G A T M"
5
6IMPORTS
7    Counter32, Integer32
8            FROM SNMPv2-SMI-v1
9    OBJECT-TYPE
10            FROM RFC-1212
11    RowStatus, MacAddress, TruthValue
12            FROM SNMPv2-TC-v1
13    AtmLaneAddress
14            FROM LAN-EMULATION-CLIENT-MIB
15    busConfEntry, busConfIndex
16            FROM LAN-EMULATION-BUS-MIB
17    mssServerLanE
18            FROM NWAYSMSS-MIB;
19
20ibmBcmMIB OBJECT IDENTIFIER ::= { mssServerLanE 3 }
21-- MODULE-IDENTITY
22--  LastUpdated
23--    9701161200Z
24--  OrgName
25--    IBM Corporation
26--  ContactInfo
27--     Florian K Kandefer
28--       Postal:  IBM Corporation
29--                800 Park Offices Drive
30--                Research Triangle Park, NC 27709
31--                US
32--       Tel:     +1 919 254 0685
33--       Fax:     +1 919 254 0391
34--       E-mail:  kandefer@vnet.ibm.com
35--  Descr
36--
37--    These are proprietary extensions for managing
38--    the LAN Emulation Broadcast Manager.
39--  RevDate
40--    9701161200Z
41--  RevDescr
42--
43--    2)  Updated MIB import names to match ATM Forum MIB names.
44--
45--        Updated some of the description fields.
46--
47--        Removed bcmStaticTargetsProtocol enumerations for
48--        ip(1) and netbios(8) since they are not supported in
49--        any level of code. Added noStaticProtocolDefined(0).
50--
51--        Updated the description clause of bcmStaticTargetsRowStatus
52--        since the bcmStaticTargetsTable has a unique behavior.
53--
54--  RevDate
55--    9608281200Z
56--  RevDescr
57--
58--    1)  This is the first version of this MIB
59
60bcmConfGroup    OBJECT IDENTIFIER ::= { ibmBcmMIB 1 }
61bcmStatGroup    OBJECT IDENTIFIER ::= { ibmBcmMIB 2 }
62bcmMIBConformance OBJECT IDENTIFIER ::= { ibmBcmMIB 3 }
63bcmMIBGroups    OBJECT IDENTIFIER ::= { bcmMIBConformance 1 }
64bcmMIBCompliances OBJECT IDENTIFIER ::= { bcmMIBConformance 2 }
65
66BcmCacheAge ::= INTEGER(0..255)
67-- TEXTUAL-CONVENTION
68--  Status
69--    mandatory
70--  Descr
71--    The maxmimum number of minutes an address entry is
72--     kept without re-verification of its location.
73
74bcmConfTable OBJECT-TYPE
75    SYNTAX SEQUENCE OF BcmConfEntry
76    ACCESS not-accessible
77    STATUS mandatory
78    DESCRIPTION
79        "This table contains configuration values for the
80        broadcast management functions of a BUS.  It is
81        an extension to the busConfTable."
82    ::= { bcmConfGroup 1 }
83
84bcmConfEntry OBJECT-TYPE
85    SYNTAX BcmConfEntry
86    ACCESS not-accessible
87    STATUS mandatory
88    DESCRIPTION
89        "Each entry in this table represents an extension
90        of a corresponding enty in the busConfTable."
91    INDEX { busConfIndex }
92-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
93    ::= { bcmConfTable 1 }
94
95BcmConfEntry ::= SEQUENCE {
96    bcmRouteCacheEnabled TruthValue
97    }
98
99bcmRouteCacheEnabled OBJECT-TYPE
100    SYNTAX TruthValue
101--    Rsyntax INTEGER {
102--        true(1),
103--        false(2)
104--        }
105    ACCESS read-write
106    STATUS mandatory
107    DESCRIPTION
108        "When 'true', the BCM will cache routes.  When 'false', it will not."
109    ::= { bcmConfEntry 1 }
110
111bcmStaticTargetsNextId OBJECT-TYPE
112    SYNTAX Integer32
113    ACCESS read-only
114    STATUS mandatory
115    DESCRIPTION
116        "The next available index in the bcmStaticTargetsTable.
117        The value of this object can be used as the index by the
118        network manager to create an entry in the table.
119
120        Note: since the bcmStaticTargetsTable is statically defined,
121        by the MSS agent this object has no meaning. This object
122        always has a value of 1. The agent statically defines
123        three rows in this table and sets rowStatus based on initial
124        configuration."
125    ::= { bcmConfGroup 2 }
126
127bcmStaticTargetsTable OBJECT-TYPE
128    SYNTAX SEQUENCE OF BcmStaticTargetsEntry
129    ACCESS not-accessible
130    STATUS mandatory
131    DESCRIPTION
132        "This table contains static broadcast target addresses for all
133        the BCMs at this agent.  Each BCM may have multiple
134        entries. Object bcmStaticTargetsRowStatus is required
135        during row creation and deletion."
136    ::= { bcmConfGroup 3 }
137
138bcmStaticTargetsEntry OBJECT-TYPE
139    SYNTAX BcmStaticTargetsEntry
140    ACCESS not-accessible
141    STATUS mandatory
142    DESCRIPTION
143        "Each entry in this table defines a broadcast target
144         address for a BCM."
145    INDEX { bcmStaticTargetsIndex, busConfIndex }
146    ::= { bcmStaticTargetsTable 1 }
147
148BcmStaticTargetsEntry ::= SEQUENCE {
149    bcmStaticTargetsIndex Integer32,
150    bcmStaticTargetsAtmAddress AtmLaneAddress,
151    bcmStaticTargetsMacAddress MacAddress,
152    bcmStaticTargetsProtocol INTEGER,
153    bcmStaticTargetsRowStatus RowStatus
154    }
155
156bcmStaticTargetsIndex OBJECT-TYPE
157    SYNTAX Integer32
158    ACCESS read-write
159    STATUS mandatory
160    DESCRIPTION
161        "A value which uniquely identifies a conceptual row
162         in the bcmStaticTargetsTable."
163    ::= { bcmStaticTargetsEntry 1 }
164
165bcmStaticTargetsAtmAddress OBJECT-TYPE
166    SYNTAX AtmLaneAddress
167--    Rsyntax OCTET STRING(SIZE(0 | 20))
168    ACCESS read-write
169    STATUS mandatory
170    DESCRIPTION
171        "The ATM address of the static broadcast target."
172    ::= { bcmStaticTargetsEntry 2 }
173
174bcmStaticTargetsMacAddress OBJECT-TYPE
175    SYNTAX MacAddress
176--    Rsyntax OCTET STRING(SIZE(6))
177    ACCESS read-write
178    STATUS mandatory
179    DESCRIPTION
180        "The MAC address of the static broadcast target.
181         This object is optional."
182    ::= { bcmStaticTargetsEntry 3 }
183
184bcmStaticTargetsProtocol OBJECT-TYPE
185    SYNTAX INTEGER {
186        noStaticProtocolDefined(0),
187        ipx(4)
188        }
189    ACCESS read-write
190    STATUS mandatory
191    DESCRIPTION
192        "The protocol designation for static broadcast target.
193         Indicates for which protocol broadcast frames are
194         forwarded.  Currently, only IPX is supported
195         (i.e., configured static entries only apply to IPX)."
196    ::= { bcmStaticTargetsEntry 4 }
197
198bcmStaticTargetsRowStatus OBJECT-TYPE
199    SYNTAX RowStatus
200--    Rsyntax INTEGER {
201--        active(1),
202--        notInService(2),
203--        notReady(3),
204--        createAndGo(4),
205--        createAndWait(5),
206--        destroy(6)
207--        }
208    ACCESS read-write
209    STATUS mandatory
210    DESCRIPTION
211        "This object is used to create or
212         activate and inactivate entries in the bcmStaticTargetsTable.
213
214         Note: in order to set RowStatus active
215         bcmStaticTargetsProtocol and bcmStaticTargetsAtmAddress
216         must be set to in the same SET bindings. If
217         the optional object bcmStaticTargetsMacAddress is
218         desired it must also be SET in the same bindings.
219
220         Once the RowStatus is set to active, objects maybe individually
221         set.
222
223         Only values of active(1) and inActive(2) are supported for
224         this table.
225        "
226    REFERENCE
227        "RFC1903, Textual Conventions
228        for version 2 of the Simple Network Management
229        Protocol (SNMPv2)."
230    ::= { bcmStaticTargetsEntry 5 }
231
232bcmIpConfTable OBJECT-TYPE
233    SYNTAX SEQUENCE OF BcmIpConfEntry
234    ACCESS not-accessible
235    STATUS mandatory
236    DESCRIPTION
237        "This table contains configuration parameters for
238         the IP protocol for the BCMs at the agent.  This
239         table augments the bcmConfTable."
240    ::= { bcmConfGroup 4 }
241
242bcmIpConfEntry OBJECT-TYPE
243    SYNTAX BcmIpConfEntry
244    ACCESS not-accessible
245    STATUS mandatory
246    DESCRIPTION
247        "Each entry in this table represents the configuration
248         for the IP protocol of a single BCM."
249    INDEX { busConfIndex }
250-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
251    ::= { bcmIpConfTable 1 }
252
253BcmIpConfEntry ::= SEQUENCE {
254    bcmIpConfOperStatus INTEGER,
255    bcmIpConfAdminStatus INTEGER,
256    bcmIpConfCacheAge BcmCacheAge
257    }
258
259bcmIpConfOperStatus OBJECT-TYPE
260    SYNTAX INTEGER {
261        other(1),
262        up(2),
263        down(3)
264        }
265    ACCESS read-only
266    STATUS mandatory
267    DESCRIPTION
268        "The operational state of BCM/IP on this entry.
269
270         Other defines the transition states between up and down."
271    ::= { bcmIpConfEntry 1 }
272
273bcmIpConfAdminStatus OBJECT-TYPE
274    SYNTAX INTEGER {
275        up(2),
276        down(3)
277        }
278    ACCESS read-write
279    STATUS mandatory
280    DESCRIPTION
281        "The administrative state of the BCM/IP  on this entry."
282    ::= { bcmIpConfEntry 2 }
283
284bcmIpConfCacheAge OBJECT-TYPE
285    SYNTAX BcmCacheAge
286--    Rsyntax INTEGER(0..255)
287    ACCESS read-write
288    STATUS mandatory
289    DESCRIPTION
290        "The maximum number of minutes an IP Address entry is
291         kept without re-verification of its location."
292    ::= { bcmIpConfEntry 3 }
293
294bcmIpxConfTable OBJECT-TYPE
295    SYNTAX SEQUENCE OF BcmIpxConfEntry
296    ACCESS not-accessible
297    STATUS mandatory
298    DESCRIPTION
299        "This table contains configuration parameters for
300         the IPX protocol for the BCMs at the agent.  This
301         table augments the bcmConfTable."
302    ::= { bcmConfGroup 5 }
303
304bcmIpxConfEntry OBJECT-TYPE
305    SYNTAX BcmIpxConfEntry
306    ACCESS not-accessible
307    STATUS mandatory
308    DESCRIPTION
309        "Each entry in this table represents the configuration
310         for the IPX protocol of a single BCM."
311    INDEX { busConfIndex }
312-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
313    ::= { bcmIpxConfTable 1 }
314
315BcmIpxConfEntry ::= SEQUENCE {
316    bcmIpxConfOperStatus INTEGER,
317    bcmIpxConfAdminStatus INTEGER,
318    bcmIpxConfCacheAge BcmCacheAge
319    }
320
321bcmIpxConfOperStatus OBJECT-TYPE
322    SYNTAX INTEGER {
323        other(1),
324        up(2),
325        down(3)
326        }
327    ACCESS read-only
328    STATUS mandatory
329    DESCRIPTION
330        "The operational state of BCM/IPX on this entry.
331
332         Other defines the transition states between up and down."
333    ::= { bcmIpxConfEntry 1 }
334
335bcmIpxConfAdminStatus OBJECT-TYPE
336    SYNTAX INTEGER {
337        up(2),
338        down(3)
339        }
340    ACCESS read-write
341    STATUS mandatory
342    DESCRIPTION
343        "The administrative state of the BCM/IPX  on this entry."
344    ::= { bcmIpxConfEntry 2 }
345
346bcmIpxConfCacheAge OBJECT-TYPE
347    SYNTAX BcmCacheAge
348--    Rsyntax INTEGER(0..255)
349    ACCESS read-write
350    STATUS mandatory
351    DESCRIPTION
352        "The maximum number of minutes an IPX Address entry is
353         kept without re-verification of its location."
354    ::= { bcmIpxConfEntry 3 }
355
356bcmNbConfTable OBJECT-TYPE
357    SYNTAX SEQUENCE OF BcmNbConfEntry
358    ACCESS not-accessible
359    STATUS mandatory
360    DESCRIPTION
361        "This table contains configuration parameters for
362         the NetBIOS protocol for the BCMs at the agent.  This
363         table augments the bcmConfTable."
364    ::= { bcmConfGroup 6 }
365
366bcmNbConfEntry OBJECT-TYPE
367    SYNTAX BcmNbConfEntry
368    ACCESS not-accessible
369    STATUS mandatory
370    DESCRIPTION
371        "Each entry in this table represents the configuration
372         for the NetBIOS protocol of a single BCM."
373    INDEX { busConfIndex }
374-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
375    ::= { bcmNbConfTable 1 }
376
377BcmNbConfEntry ::= SEQUENCE {
378    bcmNbConfOperStatus INTEGER,
379    bcmNbConfAdminStatus INTEGER,
380    bcmNbConfCacheAge BcmCacheAge
381    }
382
383bcmNbConfOperStatus OBJECT-TYPE
384    SYNTAX INTEGER {
385        other(1),
386        up(2),
387        down(3)
388        }
389    ACCESS read-only
390    STATUS mandatory
391    DESCRIPTION
392        "The operational state of BCM/NetBIOS on this entry.
393
394
395         Other defines the transition states between up and down."
396    ::= { bcmNbConfEntry 1 }
397
398bcmNbConfAdminStatus OBJECT-TYPE
399    SYNTAX INTEGER {
400        up(2),
401        down(3)
402        }
403    ACCESS read-write
404    STATUS mandatory
405    DESCRIPTION
406        "The administrative state of the BCM/NetBIOS  on this entry."
407    ::= { bcmNbConfEntry 2 }
408
409bcmNbConfCacheAge OBJECT-TYPE
410    SYNTAX BcmCacheAge
411--    Rsyntax INTEGER(0..255)
412    ACCESS read-write
413    STATUS mandatory
414    DESCRIPTION
415        "The maximum number of minutes an NetBIOS Address entry is
416         kept without re-verification of its location."
417    ::= { bcmNbConfEntry 3 }
418
419bcmStatTable OBJECT-TYPE
420    SYNTAX SEQUENCE OF BcmStatEntry
421    ACCESS not-accessible
422    STATUS mandatory
423    DESCRIPTION
424        "This table contains all the counters maintained by
425        the BCMs within the scope of an agent.  This table
426        augments the bcmConfTable."
427    ::= { bcmStatGroup 1 }
428
429bcmStatEntry OBJECT-TYPE
430    SYNTAX BcmStatEntry
431    ACCESS not-accessible
432    STATUS mandatory
433    DESCRIPTION
434        "Each entry in this table contains a BCM and its counters.
435        These counters accumulate totals for all protocols."
436    INDEX { busConfIndex }
437-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
438    ::= { bcmStatTable 1 }
439
440BcmStatEntry ::= SEQUENCE {
441    bcmFramesReceived Counter32,
442    bcmOctetsReceived Counter32,
443    bcmFramesReturned Counter32,
444    bcmOctetsReturned Counter32,
445    bcmFramesDiscarded Counter32,
446    bcmOctetsDiscarded Counter32,
447    bcmFramesTransmitted Counter32,
448    bcmOctetsTransmitted Counter32,
449    bcmTransmitErrorFrames Counter32,
450    bcmTransmitErrorOctets Counter32,
451    bcmBroadcastFramesDirectedNoRif Counter32,
452    bcmBroadcastFramesDirectedAre Counter32,
453    bcmBroadcastFramesDirectedSte Counter32,
454    bcmBroadcastFramesDirectedSrf Counter32
455    }
456
457bcmFramesReceived OBJECT-TYPE
458    SYNTAX Counter32
459    ACCESS read-only
460    STATUS mandatory
461    DESCRIPTION
462        "Total number of frames received by BCM for all protocols."
463    ::= { bcmStatEntry 1 }
464
465bcmOctetsReceived OBJECT-TYPE
466    SYNTAX Counter32
467    ACCESS read-only
468    STATUS mandatory
469    DESCRIPTION
470        "Total number of octets received by BCM for all protocols."
471    ::= { bcmStatEntry 2 }
472
473bcmFramesReturned OBJECT-TYPE
474    SYNTAX Counter32
475    ACCESS read-only
476    STATUS mandatory
477    DESCRIPTION
478        "Total number of frames, for all protocols, not managed by BCM and
479         returned to BUS for transmission."
480    ::= { bcmStatEntry 3 }
481
482bcmOctetsReturned OBJECT-TYPE
483    SYNTAX Counter32
484    ACCESS read-only
485    STATUS mandatory
486    DESCRIPTION
487        "Total number of octets, for all protocols, not managed by BCM and
488         returned to BUS for transmission."
489    ::= { bcmStatEntry 4 }
490
491bcmFramesDiscarded OBJECT-TYPE
492    SYNTAX Counter32
493    ACCESS read-only
494    STATUS mandatory
495    DESCRIPTION
496        "Total number of frames discarded (filtered) by BCM for all protocols."
497    ::= { bcmStatEntry 5 }
498
499bcmOctetsDiscarded OBJECT-TYPE
500    SYNTAX Counter32
501    ACCESS read-only
502    STATUS mandatory
503    DESCRIPTION
504        "Total number of octets discarded (filtered) by BCM for all protocols."
505    ::= { bcmStatEntry 6 }
506
507bcmFramesTransmitted OBJECT-TYPE
508    SYNTAX Counter32
509    ACCESS read-only
510    STATUS mandatory
511    DESCRIPTION
512        "Total number of frames transmitted by BCM for all protocols."
513    ::= { bcmStatEntry 7 }
514
515bcmOctetsTransmitted OBJECT-TYPE
516    SYNTAX Counter32
517    ACCESS read-only
518    STATUS mandatory
519    DESCRIPTION
520        "Total number of octets transmitted by BCM for all protocols."
521    ::= { bcmStatEntry 8 }
522
523bcmTransmitErrorFrames OBJECT-TYPE
524    SYNTAX Counter32
525    ACCESS read-only
526    STATUS mandatory
527    DESCRIPTION
528        "Total number of frames, for all protocols, that the BCM could
529         not sent due to an error."
530    ::= { bcmStatEntry 9 }
531
532bcmTransmitErrorOctets OBJECT-TYPE
533    SYNTAX Counter32
534    ACCESS read-only
535    STATUS mandatory
536    DESCRIPTION
537        "Total number of octets, for all protocols, that the BCM could
538         not sent due to an error."
539    ::= { bcmStatEntry 10 }
540
541bcmBroadcastFramesDirectedNoRif OBJECT-TYPE
542    SYNTAX Counter32
543    ACCESS read-only
544    STATUS mandatory
545    DESCRIPTION
546        "Total number of frames, for all protocols, transmitted by BCM
547         with no RI Field."
548    ::= { bcmStatEntry 11 }
549
550bcmBroadcastFramesDirectedAre OBJECT-TYPE
551    SYNTAX Counter32
552    ACCESS read-only
553    STATUS mandatory
554    DESCRIPTION
555        "Total number of frames, for all protocols, transmitted by BCM
556         left as ARE."
557    ::= { bcmStatEntry 12 }
558
559bcmBroadcastFramesDirectedSte OBJECT-TYPE
560    SYNTAX Counter32
561    ACCESS read-only
562    STATUS mandatory
563    DESCRIPTION
564        "Total number of frames, for all protocols, transmitted by BCM
565         that were converted from ARE or STE to SRF by Source Route
566         Management, or left as SRF multicast frame (a rare frame type)."
567    ::= { bcmStatEntry 13 }
568
569bcmBroadcastFramesDirectedSrf OBJECT-TYPE
570    SYNTAX Counter32
571    ACCESS read-only
572    STATUS mandatory
573    DESCRIPTION
574        "Frames sent on one VCC, changed to SRF."
575    ::= { bcmStatEntry 14 }
576
577bcmIpStatTable OBJECT-TYPE
578    SYNTAX SEQUENCE OF BcmIpStatEntry
579    ACCESS not-accessible
580    STATUS mandatory
581    DESCRIPTION
582        "Each entry in this table contains the counters for the
583         IP operation of a BCM. The table augments the bcmStatTable."
584    ::= { bcmStatGroup 2 }
585
586bcmIpStatEntry OBJECT-TYPE
587    SYNTAX BcmIpStatEntry
588    ACCESS not-accessible
589    STATUS mandatory
590    DESCRIPTION
591        "Each entry in this table contains the counters for the
592         IP operation of a BCM. The table augments the bcmStatTable."
593    INDEX { busConfIndex }
594-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
595    ::= { bcmIpStatTable 1 }
596
597BcmIpStatEntry ::= SEQUENCE {
598    bcmIpFramesReceived Counter32,
599    bcmIpOctetsReceived Counter32,
600    bcmIpFramesReturned Counter32,
601    bcmIpOctetsReturned Counter32,
602    bcmIpFramesDiscarded Counter32,
603    bcmIpOctetsDiscarded Counter32,
604    bcmIpFramesTransmitted Counter32,
605    bcmIpOctetsTransmitted Counter32,
606    bcmIpTransmitErrorFrames Counter32,
607    bcmIpTransmitErrorOctets Counter32,
608    bcmIpBroadcastFramesDirectedNoRif Counter32,
609    bcmIpBroadcastFramesDirectedAre Counter32,
610    bcmIpBroadcastFramesDirectedSte Counter32,
611    bcmIpBroadcastFramesDirectedSrf Counter32
612    }
613
614bcmIpFramesReceived OBJECT-TYPE
615    SYNTAX Counter32
616    ACCESS read-only
617    STATUS mandatory
618    DESCRIPTION
619        "Number of (IP) frames received by BCM."
620    ::= { bcmIpStatEntry 1 }
621
622bcmIpOctetsReceived OBJECT-TYPE
623    SYNTAX Counter32
624    ACCESS read-only
625    STATUS mandatory
626    DESCRIPTION
627        "Number of (IP) octets received by BCM."
628    ::= { bcmIpStatEntry 2 }
629
630bcmIpFramesReturned OBJECT-TYPE
631    SYNTAX Counter32
632    ACCESS read-only
633    STATUS mandatory
634    DESCRIPTION
635        "Number of (IP) frames not managed by BCM and
636         returned to BUS for transmission."
637    ::= { bcmIpStatEntry 3 }
638
639bcmIpOctetsReturned OBJECT-TYPE
640    SYNTAX Counter32
641    ACCESS read-only
642    STATUS mandatory
643    DESCRIPTION
644        "Number of (IP) octets not managed by BCM and
645         returned to BUS for transmission."
646    ::= { bcmIpStatEntry 4 }
647
648bcmIpFramesDiscarded OBJECT-TYPE
649    SYNTAX Counter32
650    ACCESS read-only
651    STATUS mandatory
652    DESCRIPTION
653        "Number of (IP) frames discarded (filtered) by BCM."
654    ::= { bcmIpStatEntry 5 }
655
656bcmIpOctetsDiscarded OBJECT-TYPE
657    SYNTAX Counter32
658    ACCESS read-only
659    STATUS mandatory
660    DESCRIPTION
661        "Number of (IP) octets discarded (filtered) by BCM."
662    ::= { bcmIpStatEntry 6 }
663
664bcmIpFramesTransmitted OBJECT-TYPE
665    SYNTAX Counter32
666    ACCESS read-only
667    STATUS mandatory
668    DESCRIPTION
669        "Number of (IP) frames transmitted by BCM."
670    ::= { bcmIpStatEntry 7 }
671
672bcmIpOctetsTransmitted OBJECT-TYPE
673    SYNTAX Counter32
674    ACCESS read-only
675    STATUS mandatory
676    DESCRIPTION
677        "Number of (IP) octets transmitted by BCM."
678    ::= { bcmIpStatEntry 8 }
679
680bcmIpTransmitErrorFrames OBJECT-TYPE
681    SYNTAX Counter32
682    ACCESS read-only
683    STATUS mandatory
684    DESCRIPTION
685        "Number of (IP) frames that the BCM could not sent due to an error."
686    ::= { bcmIpStatEntry 9 }
687
688bcmIpTransmitErrorOctets OBJECT-TYPE
689    SYNTAX Counter32
690    ACCESS read-only
691    STATUS mandatory
692    DESCRIPTION
693        "Number of (IP) octets that the BCM could not sent due to an error."
694    ::= { bcmIpStatEntry 10 }
695
696bcmIpBroadcastFramesDirectedNoRif OBJECT-TYPE
697    SYNTAX Counter32
698    ACCESS read-only
699    STATUS mandatory
700    DESCRIPTION
701        "Number of (IP) frames transmitted by BCM with no RI Field."
702    ::= { bcmIpStatEntry 11 }
703
704bcmIpBroadcastFramesDirectedAre OBJECT-TYPE
705    SYNTAX Counter32
706    ACCESS read-only
707    STATUS mandatory
708    DESCRIPTION
709        "Number of (IP) frames transmitted by BCM left as ARE."
710    ::= { bcmIpStatEntry 12 }
711
712bcmIpBroadcastFramesDirectedSte OBJECT-TYPE
713    SYNTAX Counter32
714    ACCESS read-only
715    STATUS mandatory
716    DESCRIPTION
717        "Number of (IP) frames transmitted by BCM left as STE."
718    ::= { bcmIpStatEntry 13 }
719
720bcmIpBroadcastFramesDirectedSrf OBJECT-TYPE
721    SYNTAX Counter32
722    ACCESS read-only
723    STATUS mandatory
724    DESCRIPTION
725        "Number of (IP) frames transmitted by BCM that were converted from
726         ARE or STE to SRF by Source Route Management, or left as SRF
727         multicast frame (a rare frame type)."
728    ::= { bcmIpStatEntry 14 }
729
730bcmIpxStatTable OBJECT-TYPE
731    SYNTAX SEQUENCE OF BcmIpxStatEntry
732    ACCESS not-accessible
733    STATUS mandatory
734    DESCRIPTION
735        "Each entry in this table contains the counters for the
736         IPX operation of a BCM. The table augments the bcmStatTable."
737    ::= { bcmStatGroup 3 }
738
739bcmIpxStatEntry OBJECT-TYPE
740    SYNTAX BcmIpxStatEntry
741    ACCESS not-accessible
742    STATUS mandatory
743    DESCRIPTION
744        "Each entry in this table contains the counters for the
745         IPX operation of a BCM. The table augments the bcmStatTable."
746    INDEX { busConfIndex }
747-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
748    ::= { bcmIpxStatTable 1 }
749
750BcmIpxStatEntry ::= SEQUENCE {
751    bcmIpxFramesReceived Counter32,
752    bcmIpxOctetsReceived Counter32,
753    bcmIpxFramesReturned Counter32,
754    bcmIpxOctetsReturned Counter32,
755    bcmIpxFramesDiscarded Counter32,
756    bcmIpxOctetsDiscarded Counter32,
757    bcmIpxFramesTransmitted Counter32,
758    bcmIpxOctetsTransmitted Counter32,
759    bcmIpxTransmitErrorFrames Counter32,
760    bcmIpxTransmitErrorOctets Counter32,
761    bcmIpxBroadcastFramesDirectedNoRif Counter32,
762    bcmIpxBroadcastFramesDirectedAre Counter32,
763    bcmIpxBroadcastFramesDirectedSte Counter32,
764    bcmIpxBroadcastFramesDirectedSrf Counter32
765    }
766
767bcmIpxFramesReceived OBJECT-TYPE
768    SYNTAX Counter32
769    ACCESS read-only
770    STATUS mandatory
771    DESCRIPTION
772        "Number of (IPX) frames received by BCM."
773    ::= { bcmIpxStatEntry 1 }
774
775bcmIpxOctetsReceived OBJECT-TYPE
776    SYNTAX Counter32
777    ACCESS read-only
778    STATUS mandatory
779    DESCRIPTION
780        "Number of (IPX) octets received by BCM."
781    ::= { bcmIpxStatEntry 2 }
782
783bcmIpxFramesReturned OBJECT-TYPE
784    SYNTAX Counter32
785    ACCESS read-only
786    STATUS mandatory
787    DESCRIPTION
788        "Number of (IPX) frames not managed by BCM and
789         returned to BUS for transmission."
790    ::= { bcmIpxStatEntry 3 }
791
792bcmIpxOctetsReturned OBJECT-TYPE
793    SYNTAX Counter32
794    ACCESS read-only
795    STATUS mandatory
796    DESCRIPTION
797        "Number of (IPX) octets not managed by BCM and
798         returned to BUS for transmission."
799    ::= { bcmIpxStatEntry 4 }
800
801bcmIpxFramesDiscarded OBJECT-TYPE
802    SYNTAX Counter32
803    ACCESS read-only
804    STATUS mandatory
805    DESCRIPTION
806        "Number of (IPX) frames discarded (filtered) by BCM."
807    ::= { bcmIpxStatEntry 5 }
808
809bcmIpxOctetsDiscarded OBJECT-TYPE
810    SYNTAX Counter32
811    ACCESS read-only
812    STATUS mandatory
813    DESCRIPTION
814        "Number of (IPX) octets discarded (filtered) by BCM."
815    ::= { bcmIpxStatEntry 6 }
816
817bcmIpxFramesTransmitted OBJECT-TYPE
818    SYNTAX Counter32
819    ACCESS read-only
820    STATUS mandatory
821    DESCRIPTION
822        "Number of (IPX) frames transmitted by BCM."
823    ::= { bcmIpxStatEntry 7 }
824
825bcmIpxOctetsTransmitted OBJECT-TYPE
826    SYNTAX Counter32
827    ACCESS read-only
828    STATUS mandatory
829    DESCRIPTION
830        "Number of (IPX) octets transmitted by BCM."
831    ::= { bcmIpxStatEntry 8 }
832
833bcmIpxTransmitErrorFrames OBJECT-TYPE
834    SYNTAX Counter32
835    ACCESS read-only
836    STATUS mandatory
837    DESCRIPTION
838        "Number of (IPX) frames that the BCM could not sent due to an error."
839    ::= { bcmIpxStatEntry 9 }
840
841bcmIpxTransmitErrorOctets OBJECT-TYPE
842    SYNTAX Counter32
843    ACCESS read-only
844    STATUS mandatory
845    DESCRIPTION
846        "Number of (IPX) octets that the BCM could not sent due to an error."
847    ::= { bcmIpxStatEntry 10 }
848
849bcmIpxBroadcastFramesDirectedNoRif OBJECT-TYPE
850    SYNTAX Counter32
851    ACCESS read-only
852    STATUS mandatory
853    DESCRIPTION
854        "Frame  sent on one VCC, no RIF in them."
855    ::= { bcmIpxStatEntry 11 }
856
857bcmIpxBroadcastFramesDirectedAre OBJECT-TYPE
858    SYNTAX Counter32
859    ACCESS read-only
860    STATUS mandatory
861    DESCRIPTION
862        "Number of (IPX) frames transmitted by BCM left as ARE."
863    ::= { bcmIpxStatEntry 12 }
864
865bcmIpxBroadcastFramesDirectedSte OBJECT-TYPE
866    SYNTAX Counter32
867    ACCESS read-only
868    STATUS mandatory
869    DESCRIPTION
870        "Number of (IPX) frames transmitted by BCM left as STE."
871    ::= { bcmIpxStatEntry 13 }
872
873bcmIpxBroadcastFramesDirectedSrf OBJECT-TYPE
874    SYNTAX Counter32
875    ACCESS read-only
876    STATUS mandatory
877    DESCRIPTION
878        "Number of (IPX) frames transmitted by BCM that were converted from
879         ARE or STE to SRF by Source Route Management, or left as SRF
880         multicast frame (a rare frame type)."
881    ::= { bcmIpxStatEntry 14 }
882
883bcmNbStatTable OBJECT-TYPE
884    SYNTAX SEQUENCE OF BcmNbStatEntry
885    ACCESS not-accessible
886    STATUS mandatory
887    DESCRIPTION
888        "Each entry in this table contains the counters for the
889         NetBIOS operation of a BCM. The table augments the bcmStatTable."
890    ::= { bcmStatGroup 4 }
891
892bcmNbStatEntry OBJECT-TYPE
893    SYNTAX BcmNbStatEntry
894    ACCESS not-accessible
895    STATUS mandatory
896    DESCRIPTION
897        "Each entry in this table contains the counters for the
898         NetBIOS operation of a BCM. The table augments the bcmStatTable."
899    INDEX { busConfIndex }
900-- Augments busConfEntry FROM LAN-EMULATION-BUS-MIB
901    ::= { bcmNbStatTable 1 }
902
903BcmNbStatEntry ::= SEQUENCE {
904    bcmNbFramesReceived Counter32,
905    bcmNbOctetsReceived Counter32,
906    bcmNbFramesReturned Counter32,
907    bcmNbOctetsReturned Counter32,
908    bcmNbFramesDiscarded Counter32,
909    bcmNbOctetsDiscarded Counter32,
910    bcmNbFramesTransmitted Counter32,
911    bcmNbOctetsTransmitted Counter32,
912    bcmNbTransmitErrorFrames Counter32,
913    bcmNbTransmitErrorOctets Counter32,
914    bcmNbBroadcastFramesDirectedNoRif Counter32,
915    bcmNbBroadcastFramesDirectedAre Counter32,
916    bcmNbBroadcastFramesDirectedSte Counter32,
917    bcmNbBroadcastFramesDirectedSrf Counter32
918    }
919
920bcmNbFramesReceived OBJECT-TYPE
921    SYNTAX Counter32
922    ACCESS read-only
923    STATUS mandatory
924    DESCRIPTION
925        "Number of (NetBIOS) frames received by BCM."
926    ::= { bcmNbStatEntry 1 }
927
928bcmNbOctetsReceived OBJECT-TYPE
929    SYNTAX Counter32
930    ACCESS read-only
931    STATUS mandatory
932    DESCRIPTION
933        "Number of (NetBIOS) octets received by BCM."
934    ::= { bcmNbStatEntry 2 }
935
936bcmNbFramesReturned OBJECT-TYPE
937    SYNTAX Counter32
938    ACCESS read-only
939    STATUS mandatory
940    DESCRIPTION
941        "Number of (NetBIOS) frames not managed by BCM and
942         returned to BUS for transmission."
943    ::= { bcmNbStatEntry 3 }
944
945bcmNbOctetsReturned OBJECT-TYPE
946    SYNTAX Counter32
947    ACCESS read-only
948    STATUS mandatory
949    DESCRIPTION
950        "Number of (NetBIOS) octets not managed by BCM and
951         returned to BUS for transmission."
952    ::= { bcmNbStatEntry 4 }
953
954bcmNbFramesDiscarded OBJECT-TYPE
955    SYNTAX Counter32
956    ACCESS read-only
957    STATUS mandatory
958    DESCRIPTION
959        "Number of (NetBIOS) frames discarded (filtered) by BCM."
960    ::= { bcmNbStatEntry 5 }
961
962bcmNbOctetsDiscarded OBJECT-TYPE
963    SYNTAX Counter32
964    ACCESS read-only
965    STATUS mandatory
966    DESCRIPTION
967        "Number of (NetBIOS) octets discarded (filtered) by BCM."
968    ::= { bcmNbStatEntry 6 }
969
970bcmNbFramesTransmitted OBJECT-TYPE
971    SYNTAX Counter32
972    ACCESS read-only
973    STATUS mandatory
974    DESCRIPTION
975        "Number of (NetBIOS) frames transmitted by BCM."
976    ::= { bcmNbStatEntry 7 }
977
978bcmNbOctetsTransmitted OBJECT-TYPE
979    SYNTAX Counter32
980    ACCESS read-only
981    STATUS mandatory
982    DESCRIPTION
983        "Number of (NetBIOS) octets transmitted by BCM."
984    ::= { bcmNbStatEntry 8 }
985
986bcmNbTransmitErrorFrames OBJECT-TYPE
987    SYNTAX Counter32
988    ACCESS read-only
989    STATUS mandatory
990    DESCRIPTION
991        "Number of (NetBIOS) frames that the BCM could not sent due to an error."
992    ::= { bcmNbStatEntry 9 }
993
994bcmNbTransmitErrorOctets OBJECT-TYPE
995    SYNTAX Counter32
996    ACCESS read-only
997    STATUS mandatory
998    DESCRIPTION
999        "Number of (NetBIOS) octets that the BCM could not sent due to an error."
1000    ::= { bcmNbStatEntry 10 }
1001
1002bcmNbBroadcastFramesDirectedNoRif OBJECT-TYPE
1003    SYNTAX Counter32
1004    ACCESS read-only
1005    STATUS mandatory
1006    DESCRIPTION
1007        "Number of (NetBIOS) frames transmitted by BCM with no RI Field."
1008    ::= { bcmNbStatEntry 11 }
1009
1010bcmNbBroadcastFramesDirectedAre OBJECT-TYPE
1011    SYNTAX Counter32
1012    ACCESS read-only
1013    STATUS mandatory
1014    DESCRIPTION
1015        "Number of (NetBIOS) frames transmitted by BCM left as ARE."
1016    ::= { bcmNbStatEntry 12 }
1017
1018bcmNbBroadcastFramesDirectedSte OBJECT-TYPE
1019    SYNTAX Counter32
1020    ACCESS read-only
1021    STATUS mandatory
1022    DESCRIPTION
1023        "Number of (NetBIOS) frames transmitted by BCM left as STE."
1024    ::= { bcmNbStatEntry 13 }
1025
1026bcmNbBroadcastFramesDirectedSrf OBJECT-TYPE
1027    SYNTAX Counter32
1028    ACCESS read-only
1029    STATUS mandatory
1030    DESCRIPTION
1031        "Number of (NetBIOS) frames transmitted by BCM that were converted
1032         from ARE or STE to SRF by Source Route Management, or left as SRF
1033         ulticast frame (a rare frame type)."
1034    ::= { bcmNbStatEntry 14 }
1035
1036bcmCConfGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 1 }
1037-- OBJECT-GROUP
1038--  Status
1039--    mandatory
1040--  Descr
1041--    A collection of objects providing configuration information
1042--    about the broadcast manager.
1043--  objects
1044--    bcmRouteCacheEnabled
1045
1046bcmCStaticTargetsConfigGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 2 }
1047-- OBJECT-GROUP
1048--  Status
1049--    mandatory
1050--  Descr
1051--    A collection of objects providing configuration information
1052--    about the static targets.
1053--  objects
1054--    bcmStaticTargetsNextId, bcmStaticTargetsIndex,
1055--    bcmStaticTargetsAtmAddress, bcmStaticTargetsMacAddress,
1056--    bcmStaticTargetsProtocol, bcmStaticTargetsRowStatus
1057
1058bcmCIpConfigGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 3 }
1059-- OBJECT-GROUP
1060--  Status
1061--    mandatory
1062--  Descr
1063--    A collection of objects providing configuration information
1064--    about the IP protocol operation in the BCM.
1065--  objects
1066--    bcmIpConfOperStatus, bcmIpConfAdminStatus, bcmIpConfCacheAge
1067
1068bcmCIpxConfigGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 4 }
1069-- OBJECT-GROUP
1070--  Status
1071--    mandatory
1072--  Descr
1073--    A collection of objects providing configuration information
1074--    about the IPX protocol operation in the BCM.
1075--  objects
1076--    bcmIpxConfOperStatus, bcmIpxConfAdminStatus,
1077--    bcmIpxConfCacheAge
1078
1079bcmCNbConfigGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 5 }
1080-- OBJECT-GROUP
1081--  Status
1082--    mandatory
1083--  Descr
1084--    A collection of objects providing configuration information
1085--    about the NetBIOS protocol operation in the BCM.
1086--  objects
1087--    bcmNbConfOperStatus, bcmNbConfAdminStatus, bcmNbConfCacheAge
1088
1089bcmCStatGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 6 }
1090-- OBJECT-GROUP
1091--  Status
1092--    mandatory
1093--  Descr
1094--    A collection of objects providing statistics
1095--    about the BCM operation.
1096--  objects
1097--    bcmFramesReceived, bcmOctetsReceived, bcmFramesReturned,
1098--    bcmOctetsReturned, bcmFramesDiscarded, bcmOctetsDiscarded,
1099--    bcmFramesTransmitted, bcmOctetsTransmitted,
1100--    bcmTransmitErrorFrames, bcmTransmitErrorOctets,
1101--    bcmBroadcastFramesDirectedNoRif,
1102--    bcmBroadcastFramesDirectedAre, bcmBroadcastFramesDirectedSte,
1103--    bcmBroadcastFramesDirectedSrf
1104
1105bcmCIpStatGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 7 }
1106-- OBJECT-GROUP
1107--  Status
1108--    mandatory
1109--  Descr
1110--    A collection of objects providing statistics
1111--    about the BCM operation.
1112--  objects
1113--    bcmIpFramesReceived, bcmIpOctetsReceived, bcmIpFramesReturned,
1114--    bcmIpOctetsReturned, bcmIpFramesDiscarded,
1115--    bcmIpOctetsDiscarded, bcmIpFramesTransmitted,
1116--    bcmIpOctetsTransmitted, bcmIpTransmitErrorFrames,
1117--    bcmIpTransmitErrorOctets, bcmIpBroadcastFramesDirectedNoRif,
1118--    bcmIpBroadcastFramesDirectedAre,
1119--    bcmIpBroadcastFramesDirectedSte,
1120--    bcmIpBroadcastFramesDirectedSrf
1121
1122bcmCIpxStatGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 8 }
1123-- OBJECT-GROUP
1124--  Status
1125--    mandatory
1126--  Descr
1127--    A collection of objects providing statistics
1128--    about the BCM operation.
1129--  objects
1130--    bcmIpxFramesReceived, bcmIpxOctetsReceived,
1131--    bcmIpxFramesReturned, bcmIpxOctetsReturned,
1132--    bcmIpxFramesDiscarded, bcmIpxOctetsDiscarded,
1133--    bcmIpxFramesTransmitted, bcmIpxOctetsTransmitted,
1134--    bcmIpxTransmitErrorFrames, bcmIpxTransmitErrorOctets,
1135--    bcmIpxBroadcastFramesDirectedNoRif,
1136--    bcmIpxBroadcastFramesDirectedAre,
1137--    bcmIpxBroadcastFramesDirectedSte,
1138--    bcmIpxBroadcastFramesDirectedSrf
1139
1140bcmCNbStatGroup OBJECT IDENTIFIER ::= { bcmMIBGroups 9 }
1141-- OBJECT-GROUP
1142--  Status
1143--    mandatory
1144--  Descr
1145--    A collection of objects providing statistics
1146--    about the BCM operation.
1147--  objects
1148--    bcmNbFramesReceived, bcmNbOctetsReceived, bcmNbFramesReturned,
1149--    bcmNbOctetsReturned, bcmNbFramesDiscarded,
1150--    bcmNbOctetsDiscarded, bcmNbFramesTransmitted,
1151--    bcmNbOctetsTransmitted, bcmNbTransmitErrorFrames,
1152--    bcmNbTransmitErrorOctets, bcmNbBroadcastFramesDirectedNoRif,
1153--    bcmNbBroadcastFramesDirectedAre,
1154--    bcmNbBroadcastFramesDirectedSte,
1155--    bcmNbBroadcastFramesDirectedSrf
1156
1157bcmMIBCompliance OBJECT IDENTIFIER ::= { bcmMIBCompliances 1 }
1158-- MODULE-COMPLIANCE
1159--  Status
1160--    mandatory
1161--  Descr
1162--    The compliance statement for SNMP IBM extensions
1163--    to for broadcast management in ATM emulated LANS.
1164--  Module
1165--    >>current<<
1166--   OptGroup
1167--    bcmCConfGroup
1168--   OptGroup
1169--    bcmCStaticTargetsConfigGroup
1170--   OptGroup
1171--    bcmCIpConfigGroup
1172--   OptGroup
1173--    bcmCIpxConfigGroup
1174--   OptGroup
1175--    bcmCNbConfigGroup
1176--   OptGroup
1177--    bcmCStatGroup
1178--   OptGroup
1179--    bcmCIpStatGroup
1180--   OptGroup
1181--    bcmCIpxStatGroup
1182--   OptGroup
1183--    bcmCNbStatGroup
1184
1185
1186END
1187