summaryrefslogtreecommitdiff
path: root/MIBS/adva/F3-PBB-MIB
blob: 6d8d432c394958b42ff362ffd8c8eabfd0504b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
F3-PBB-MIB DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-COMPLIANCE, OBJECT-GROUP 
                FROM SNMPv2-CONF
        MODULE-IDENTITY, OBJECT-TYPE, Integer32
                FROM SNMPv2-SMI
        DisplayString, TruthValue, MacAddress, VariablePointer
                FROM SNMPv2-TC
        cmEthernetAccPortEntry, cmEthernetNetPortEntry, cmFlowEntry,
        FlowTagControl
                FROM CM-FACILITY-MIB
        ipManagementTunnelEntry
                FROM CM-IP-MIB
        PerfCounter64
             FROM  CM-COMMON-MIB
        cmEthernetNetPortStatsEntry, cmEthernetNetPortHistoryEntry
             FROM  CM-PERFORMANCE-MIB
        fsp150cm
             FROM  ADVA-MIB;

f3PBBMIB MODULE-IDENTITY
    LAST-UPDATED        "201210080000Z"
    ORGANIZATION    "ADVA Optical Networking"
    CONTACT-INFO
            "        Raghav Trivedi
                     ADVA Optical Networking, Inc.
                Tel: +1 972 759-1239
             E-mail: rtrivedi@advaoptical.com
             Postal: 2301 N. Greenville Ave. #300
                     Richardson, TX USA 75082"
    DESCRIPTION
            "This module defines the Facility MIB definitions used by 
             the F3 (FSP150CM/CC) product lines.  
             Copyright (C) ADVA Optical Networking."
    REVISION        "201210080000Z"
    DESCRIPTION
             "Notes from release 201210080000Z. "
    ::= {fsp150cm 21}
-- 
-- OID definitions
-- 
f3PBBConfigObjects            OBJECT IDENTIFIER ::= {f3PBBMIB 1}
f3PBBPerformanceObjects       OBJECT IDENTIFIER ::= {f3PBBMIB 2}
f3PBBConformance              OBJECT IDENTIFIER ::= {f3PBBMIB 3}

--
--  f3PbbEthernetAccPortTable
--
f3PbbEthernetAccPortTable  OBJECT-TYPE
    SYNTAX      SEQUENCE OF F3PbbEthernetAccPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A list of entries corresponding to PBB function on the net port"
    ::= { f3PBBConfigObjects 1 }

f3PbbEthernetAccPortEntry OBJECT-TYPE
    SYNTAX      F3PbbEthernetAccPortEntry 
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A conceptual row in the f3PbbEthernetAccPortTable."
    AUGMENTS { cmEthernetAccPortEntry }
    ::= { f3PbbEthernetAccPortTable 1 }
    
F3PbbEthernetAccPortEntry ::= SEQUENCE {  
    f3PbbEthernetAccPortITagLoopbackMask                INTEGER,
    f3PbbEthernetAccPortITagLoopback1                   DisplayString,
    f3PbbEthernetAccPortITagLoopback2                   DisplayString,
    f3PbbEthernetAccPortITagLoopback3                   DisplayString   
}
    
f3PbbEthernetAccPortITagLoopbackMask OBJECT-TYPE
    SYNTAX     INTEGER
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
             "This object allows to specify which itag loopback has been enabled.
             1: Itag 1 loopback enabled, 2: Itag 2 loopback enabled, 4: Itag 4 loopback enabled."
     ::= { f3PbbEthernetAccPortEntry 1 }
     
f3PbbEthernetAccPortITagLoopback1 OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This object allows specification of the Itag 1 to be looped back when port is in
            vlan(terminal/facility) loopback configuration. This is valid only if the
            corresponding bit in f3PbbEthernetAccPortITagLoopbackMask is set.  The value
            to be specified should be in the form X-Y where X is the ISID and Y is the ITAG Priority. 
            If Y is specified as a *, all Priorities (0 to 7) are looped back."
     ::= { f3PbbEthernetAccPortEntry 2 }
     
f3PbbEthernetAccPortITagLoopback2 OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This object allows specification of the Itag 2 to be looped back when port is in
            vlan(terminal/facility) loopback configuration. This is valid only if the
            corresponding bit in f3PbbEthernetAccPortITagLoopbackMask is set.  The value
            to be specified should be in the form X-Y where X is the ISID and Y is the ITAG Priority. 
            If Y is specified as a *, all Priorities (0 to 7) are looped back."
     ::= { f3PbbEthernetAccPortEntry 3 }
     
f3PbbEthernetAccPortITagLoopback3 OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This object allows specification of the Itag 3 to be looped back when port is in
            vlan(terminal/facility) loopback configuration. This is valid only if the
            corresponding bit in f3PbbEthernetAccPortITagLoopbackMask is set.  The value
            to be specified should be in the form X-Y where X is the ISID and Y is the ITAG Priority. 
            If Y is specified as a *, all Priorities (0 to 7) are looped back."
     ::= { f3PbbEthernetAccPortEntry 4 }

--
--  f3PbbEthernetNetPortTable
--
f3PbbEthernetNetPortTable  OBJECT-TYPE
    SYNTAX      SEQUENCE OF F3PbbEthernetNetPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A list of entries corresponding to PBB function on the net port"
    ::= { f3PBBConfigObjects 2 }

f3PbbEthernetNetPortEntry OBJECT-TYPE
    SYNTAX      F3PbbEthernetNetPortEntry 
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A conceptual row in the f3PbbEthernetNetPortTable."
    AUGMENTS { cmEthernetNetPortEntry }
    ::= { f3PbbEthernetNetPortTable 1 }
    
F3PbbEthernetNetPortEntry ::= SEQUENCE {
    f3PbbEthernetNetPortBackboneMacAddress              MacAddress,    
    f3PbbEthernetNetPortITagLoopbackMask                INTEGER,
    f3PbbEthernetNetPortITagLoopback1                   DisplayString,
    f3PbbEthernetNetPortITagLoopback2                   DisplayString,
    f3PbbEthernetNetPortITagLoopback3                   DisplayString   
}

f3PbbEthernetNetPortBackboneMacAddress OBJECT-TYPE
    SYNTAX     MacAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
             "This object is mac address of backbone network port." 
     ::= { f3PbbEthernetNetPortEntry 1 }
    
f3PbbEthernetNetPortITagLoopbackMask OBJECT-TYPE
    SYNTAX     INTEGER
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
             "This object allows to specify which itag loopback has been enabled.
             1: Itag 1 loopback enabled, 2: Itag 2 loopback enabled, 4: Itag 4 loopback enabled."
     ::= { f3PbbEthernetNetPortEntry 2 }
     
f3PbbEthernetNetPortITagLoopback1 OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This object allows specification of the Itag 1 to be looped back when port is in
            vlan(terminal/facility) loopback configuration. This is valid only if the
            corresponding bit in f3PbbEthernetNetPortITagLoopbackMask is set.  The value
            to be specified should be in the form X-Y where X is the ISID and Y is the ITAG Priority. 
            If Y is specified as a *, all Priorities (0 to 7) are looped back."
     ::= { f3PbbEthernetNetPortEntry 3 }
     
f3PbbEthernetNetPortITagLoopback2 OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This object allows specification of the Itag 2 to be looped back when port is in
            vlan(terminal/facility) loopback configuration. This is valid only if the
            corresponding bit in f3PbbEthernetNetPortITagLoopbackMask is set.  The value
            to be specified should be in the form X-Y where X is the ISID and Y is the ITAG Priority. 
            If Y is specified as a *, all Priorities (0 to 7) are looped back."
     ::= { f3PbbEthernetNetPortEntry 4 }
     
f3PbbEthernetNetPortITagLoopback3 OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This object allows specification of the Itag 3 to be looped back when port is in
            vlan(terminal/facility) loopback configuration. This is valid only if the
            corresponding bit in f3PbbEthernetNetPortITagLoopbackMask is set.  The value
            to be specified should be in the form X-Y where X is the ISID and Y is the ITAG Priority. 
            If Y is specified as a *, all Priorities (0 to 7) are looped back."
     ::= { f3PbbEthernetNetPortEntry 5 }

--
--  f3PbbFlowTable
--
f3PbbFlowTable  OBJECT-TYPE
    SYNTAX      SEQUENCE OF F3PbbFlowEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A list of entries corresponding to PBB function on the flow"
    ::= { f3PBBConfigObjects 3 }

f3PbbFlowEntry OBJECT-TYPE
    SYNTAX      F3PbbFlowEntry 
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A conceptual row in the f3PbbFlowTable."
    AUGMENTS { cmFlowEntry }
    ::= { f3PbbFlowTable 1 }
    
F3PbbFlowEntry ::= SEQUENCE {
    f3PbbFlowITagControl                     FlowTagControl,
    f3PbbFlowITagISID                        Integer32,
    f3PbbFlowITagPriority                    Integer32,
    f3PbbFlowBackboneMacDestinationEnabled   TruthValue,
    f3PbbFlowBackboneMacDestinationAddress   MacAddress,
    f3PbbFlowA2NPbbCapableFlag               TruthValue
}

f3PbbFlowITagControl  OBJECT-TYPE
    SYNTAX     FlowTagControl
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
         "This object allows specification of the tag management 
          operation on the I-TAG.  Supported types are 'none', 'push', and 'pushisid'.
          and it must be none while ctagcontrol or stagcontrol is not none."
     ::= { f3PbbFlowEntry 1 }
     
f3PbbFlowITagISID OBJECT-TYPE 
    SYNTAX     Integer32 (256..16777214)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
         "This object is used to specify the ITagISID. Its rang from 256 to 16777214."
     ::= { f3PbbFlowEntry 2 }

f3PbbFlowITagPriority OBJECT-TYPE 
    SYNTAX     Integer32 (0..7)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
         "This object is used to specify the priority of ITag. Its rang from 0 to 7."
     ::= { f3PbbFlowEntry 3 }
     
f3PbbFlowBackboneMacDestinationEnabled  OBJECT-TYPE
    SYNTAX     TruthValue
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
         "This object indicates whether can assign BMAC value.
          When enabled, user can assign a  unicast BMAC as B_DA for this EVC
          When disabled, 01-1E-83-<I-SID> will be used as B-DA."
     ::= { f3PbbFlowEntry 4 }
     
f3PbbFlowBackboneMacDestinationAddress OBJECT-TYPE
    SYNTAX     MacAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
         "Customer can configure the backbone MAC destination address, the
         default value is 01-1E-83-<I-SID>."
    ::= { f3PbbFlowEntry 5 }
    
f3PbbFlowA2NPbbCapableFlag  OBJECT-TYPE
    SYNTAX     TruthValue
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
         "When it is false, Drop PBB frames in the A2N direction (FPGA function),
         Allow to PUSH I-TAG on this flow;
         When A2NPbbCapableFlag is TRUE,
         Pass PBB frames in the A2N direction (FPGA function), Software allow PUSH I-TAG on this flow(normal)
         will not allow to PUSH S-TAG on this flow, will not allow to PUSH C-TAG on this flow,
         Software will allow to PUSH C-TAG/S-TAG on this flow."
     ::= { f3PbbFlowEntry 6 }
     
--
--  f3PbbIpManagementTunnelTable
--
f3PbbIpManagementTunnelTable  OBJECT-TYPE
    SYNTAX      SEQUENCE OF F3PbbIpManagementTunnelEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A list of entries corresponding to PBB function on the mngt tunnel"
    ::= { f3PBBConfigObjects 4 }

f3PbbIpManagementTunnelEntry OBJECT-TYPE
    SYNTAX      F3PbbIpManagementTunnelEntry 
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A conceptual row in the f3PbbIpManagementTunnelTable."
    AUGMENTS { ipManagementTunnelEntry }
    ::= { f3PbbIpManagementTunnelTable 1 }
    
F3PbbIpManagementTunnelEntry ::= SEQUENCE {
    f3PbbIpManagementTunnelItagEnabled         TruthValue,
    f3PbbIpManagementTunnelISID                Integer32,
    f3PbbIpManagementTunnelIPriority           Integer32,
    f3PbbIpManagementTunnelBackboneMacDestinationEnabled         TruthValue,
    f3PbbIpManagementTunnelBackboneMacDestinationAddress         MacAddress
}

f3PbbIpManagementTunnelItagEnabled OBJECT-TYPE
    SYNTAX     TruthValue 
    MAX-ACCESS read-write
    STATUS   current
    DESCRIPTION
       "This object ITAG whether enabled, It is Enabled only When management tunnel type is ISID based.
        By default it is disabled"
    ::= { f3PbbIpManagementTunnelEntry 1 }
    
f3PbbIpManagementTunnelISID OBJECT-TYPE
    SYNTAX     Integer32(256..16777214)
    MAX-ACCESS read-write
    STATUS   current
    DESCRIPTION
       "Only applicable when iTagEnabled =  enabled (ISID is shown to user, but in IFM data type here is ITAG)."
    ::= { f3PbbIpManagementTunnelEntry 2 }
    
f3PbbIpManagementTunnelIPriority OBJECT-TYPE
    SYNTAX     Integer32(0..7)
    MAX-ACCESS read-write
    STATUS   current
    DESCRIPTION
       "Only applicable when iTagEnabled =  enabled (ISID is shown to user, but in IFM data type here is ITAG, no use at present)."
    ::= { f3PbbIpManagementTunnelEntry 3 }

f3PbbIpManagementTunnelBackboneMacDestinationEnabled OBJECT-TYPE
    SYNTAX     TruthValue 
    MAX-ACCESS read-write
    STATUS   current
    DESCRIPTION
       "When enabled, we will use provisioned B-MAC for ARP and for management packets.
        When disabled, we will use backbone group MAC address for ARP and get B-DA from ARP response
        By default, it is disabled"
    ::= { f3PbbIpManagementTunnelEntry 4 }

f3PbbIpManagementTunnelBackboneMacDestinationAddress OBJECT-TYPE
    SYNTAX     MacAddress 
    MAX-ACCESS read-write
    STATUS   current
    DESCRIPTION
       "User must set a valid MAC address, Only applicable when iTagEnabled =  enabled
        By default, it is 00:00:00:00:00:00"
    ::= { f3PbbIpManagementTunnelEntry 5 }
    
--
-- PBB Net Port Statistics Table
--
f3PbbEthernetNetPortStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF F3PbbEthernetNetPortStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A collection of pbb Ethernet Network Port related statistics.  
             These reflect the current data."
    ::= { f3PBBPerformanceObjects 1 }

f3PbbEthernetNetPortStatsEntry OBJECT-TYPE
    SYNTAX      F3PbbEthernetNetPortStatsEntry 
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A conceptual row in the f3PbbEthernetNetPortStatsTable.
             Entries exist in this table for each Ethernet interface/port."
    AUGMENTS { cmEthernetNetPortStatsEntry }
    ::= { f3PbbEthernetNetPortStatsTable 1 }

F3PbbEthernetNetPortStatsEntry ::= SEQUENCE {
    f3PbbEthernetNetPortStatsPbbUniBdaDiscard      PerfCounter64,
    f3PbbEthernetNetPortStatsPbbGroupBdaDiscard    PerfCounter64
}

f3PbbEthernetNetPortStatsPbbUniBdaDiscard OBJECT-TYPE
     SYNTAX     PerfCounter64
     MAX-ACCESS read-only
     STATUS     current
     DESCRIPTION
         "Number of PBB frames (BDA is not backbone group MAC) 
         discarded due to receive BDA which is not matching the 
         port's PBB MAC address when port is non-promiscuous mode."
     ::= { f3PbbEthernetNetPortStatsEntry 1 }
     
f3PbbEthernetNetPortStatsPbbGroupBdaDiscard OBJECT-TYPE
     SYNTAX     PerfCounter64
     MAX-ACCESS read-only
     STATUS     current
     DESCRIPTION
         "Number of PBB frames discarded due to mismatch of I-SID in I-TAG and I-SID 
         in backbone group MAC in the B-DA when port is non-promiscuous mode."
     ::= { f3PbbEthernetNetPortStatsEntry 2 }

--
-- PBB Net Port History Statistics Table
--
f3PbbEthernetNetPortHistoryStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF F3PbbEthernetNetPortHistoryStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A collection of pbb Ethernet Network Port related statistics.  
             These reflect the current data."
    ::= { f3PBBPerformanceObjects 2 }

f3PbbEthernetNetPortHistoryStatsEntry OBJECT-TYPE
    SYNTAX      F3PbbEthernetNetPortHistoryStatsEntry 
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "A conceptual row in the f3PbbEthernetNetPortHistoryStatsTable.
             Entries exist in this table for each Ethernet interface/port."
    AUGMENTS { cmEthernetNetPortHistoryEntry }
    ::= { f3PbbEthernetNetPortHistoryStatsTable 1 }

F3PbbEthernetNetPortHistoryStatsEntry ::= SEQUENCE {
    f3PbbEthernetNetPortHistoryStatsPbbUniBdaDiscard      PerfCounter64,
    f3PbbEthernetNetPortHistoryStatsPbbGroupBdaDiscard    PerfCounter64
}

f3PbbEthernetNetPortHistoryStatsPbbUniBdaDiscard OBJECT-TYPE
     SYNTAX     PerfCounter64
     MAX-ACCESS read-only
     STATUS     current
     DESCRIPTION
         "Number of PBB frames (BDA is not backbone group MAC) 
         discarded due to receive BDA which is not matching the 
         port's PBB MAC address when port is non-promiscuous mode."
     ::= { f3PbbEthernetNetPortHistoryStatsEntry 1 }
     
f3PbbEthernetNetPortHistoryStatsPbbGroupBdaDiscard OBJECT-TYPE
     SYNTAX     PerfCounter64
     MAX-ACCESS read-only
     STATUS     current
     DESCRIPTION
         "Number of PBB frames discarded due to mismatch of I-SID in I-TAG and I-SID 
         in backbone group MAC in the B-DA when port is non-promiscuous mode."
     ::= { f3PbbEthernetNetPortHistoryStatsEntry 2 }

--
--Conformance
--
f3PBBCompliances      OBJECT IDENTIFIER ::= {f3PBBConformance 1}
f3PBBGroups           OBJECT IDENTIFIER ::= {f3PBBConformance 2}

f3PBBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "Describes the requirements for conformance to the PBB Object
             group."
    MODULE  -- this module
        MANDATORY-GROUPS {
              f3PbbConfigGroup, f3PbbStatsGroup
        }
    ::= { f3PBBCompliances 1 }

f3PbbConfigGroup OBJECT-GROUP
    OBJECTS {
        f3PbbEthernetAccPortITagLoopbackMask, f3PbbEthernetAccPortITagLoopback1,
        f3PbbEthernetAccPortITagLoopback2, f3PbbEthernetAccPortITagLoopback3,
        
        f3PbbEthernetNetPortBackboneMacAddress, f3PbbEthernetNetPortITagLoopbackMask,
        f3PbbEthernetNetPortITagLoopback1, f3PbbEthernetNetPortITagLoopback2,
        f3PbbEthernetNetPortITagLoopback3,
        
        f3PbbFlowITagControl, f3PbbFlowITagISID,
        f3PbbFlowITagPriority, f3PbbFlowBackboneMacDestinationEnabled,
        f3PbbFlowBackboneMacDestinationAddress, f3PbbFlowA2NPbbCapableFlag,
        
        f3PbbIpManagementTunnelItagEnabled, f3PbbIpManagementTunnelISID,
        f3PbbIpManagementTunnelIPriority, f3PbbIpManagementTunnelBackboneMacDestinationEnabled,
        f3PbbIpManagementTunnelBackboneMacDestinationAddress
    }
    STATUS  current
    DESCRIPTION
            "A collection of objects used to manage the F3 PBB Functionality
             ."
    ::= { f3PBBGroups 1 }

f3PbbStatsGroup OBJECT-GROUP
    OBJECTS {
        f3PbbEthernetNetPortStatsPbbUniBdaDiscard, f3PbbEthernetNetPortStatsPbbGroupBdaDiscard,	
        
        f3PbbEthernetNetPortHistoryStatsPbbUniBdaDiscard, f3PbbEthernetNetPortHistoryStatsPbbGroupBdaDiscard
    }
    STATUS  current
    DESCRIPTION
            "A collection of objects used to manage the F3 PBB Functionality
            ."
    ::= { f3PBBGroups 2 }

END