summaryrefslogtreecommitdiff
path: root/MIBS/ciena/CIENA-CES-ACL-MIB
blob: 04f22187ff077f657b6bf47ff6ff767877d83c46 (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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
-- This file was included in WWP MIB release 04-16-00-0047
--
 -- CIENA-CES-ACL-MIB.my
 --
 --

 CIENA-CES-ACL-MIB DEFINITIONS ::= BEGIN

 IMPORTS        
   Counter32, OBJECT-TYPE, MODULE-IDENTITY
        FROM SNMPv2-SMI         
   InetAddressType, InetAddress, InetAddressPrefixLength  
        FROM INET-ADDRESS-MIB  
   CienaGlobalState
        FROM CIENA-TC
   cienaCesConfig
       FROM CIENA-SMI;                      
    
 cienaCesAclMIB MODULE-IDENTITY
        LAST-UPDATED "201211210000Z"
        ORGANIZATION "Ciena, Inc"
        CONTACT-INFO
            "       Mib Meister
                    115 North Sullivan Road
                    Spokane Valley, WA 99037
                    USA             
                    Phone:  +1 509 242 9000
                    Email:  support@ciena.com"                              
        DESCRIPTION
            "This module defines the ACL details and the 
             associated notifications."

        REVISION  "201211210000Z"
        DESCRIPTION
            "Created new Extended table for the ACL rules which is indexed
             by both source and destination IP.
             Deprecated the cienaCesAclTable.
             Added new global counter for bad protocol."

        REVISION  "201205010000Z"
        DESCRIPTION
            "Initial creation."        
        ::= { cienaCesConfig 25 }

 --
 -- Node definitions
 --
   
 cienaCesAclMIBObjects OBJECT IDENTIFIER ::= { cienaCesAclMIB 1 }
 
 
 --
 -- Acl Node
 --
 cienaCesAclGlobal OBJECT IDENTIFIER ::= { cienaCesAclMIBObjects 1 }
 cienaCesAclRules OBJECT IDENTIFIER ::= { cienaCesAclMIBObjects 2 }

 -- Conformance information 
 
 cienaCesAclMIBConformance OBJECT IDENTIFIER ::= { cienaCesAclMIB 3 } 
 cienaCesAclMIBCompliances OBJECT IDENTIFIER ::= { cienaCesAclMIBConformance 1 }     
 cienaCesAclMIBGroups      OBJECT IDENTIFIER ::= { cienaCesAclMIBConformance 2 }


 --
 -- IP ACL Items
 --
 
  cienaCesAclAdminState OBJECT-TYPE
    SYNTAX      CienaGlobalState
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object indicates the global IP ACL state."
    ::= { cienaCesAclGlobal 1 } 
    
  cienaCesAclCacheHit OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups satisfied by a cache hit."
   ::= { cienaCesAclGlobal 2 }
   
  cienaCesAclNoHit OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because the source
      ip address did not match a table entry."
   ::= { cienaCesAclGlobal 3 }
   
  cienaCesAclBadPort OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because the ingress
      port was disallowed by a table entry."
   ::= { cienaCesAclGlobal 4 }   
                                  
  cienaCesAclBadDscp OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because the ingress
      DSCP value was disallowed by a table entry."
   ::= { cienaCesAclGlobal 5 }
   
   cienaCesAclOperState OBJECT-TYPE
    SYNTAX      CienaGlobalState
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
      "This object indicates the current operational state of the IP ACL system."
    ::= { cienaCesAclGlobal 6 } 
 
   cienaCesAclInUseEntries OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
      "This object indicates the number of IP ACL rules that are currently configured."
   ::= { cienaCesAclGlobal 7 }
  
  cienaCesAclMaxEntries OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the maximum number of IP ACL rules that can be configured."
   ::= { cienaCesAclGlobal 8 }

  cienaCesAclBadProtocol OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because protocol
       didn't match protocol allowed for matching src/dst subnet"
   ::= { cienaCesAclGlobal 9 }
 
  --
  --  IP ACL Table
  --                                   
  cienaCesAclTable OBJECT-TYPE
     SYNTAX     SEQUENCE OF CienaCesAclEntry
     MAX-ACCESS not-accessible
     STATUS     deprecated
     DESCRIPTION
            "The (conceptual) table listing the parameters for the IP ACL table."  
     ::= { cienaCesAclRules 1 }
                
  cienaCesAclEntry OBJECT-TYPE
     SYNTAX      CienaCesAclEntry
     MAX-ACCESS  not-accessible
     STATUS      deprecated
     DESCRIPTION
           "An entry (conceptual row) in the cienaCesAclTable."
     INDEX {cienaCesAclEntryInetAddrType,cienaCesAclEntryInetAddr,
            cienaCesAclEntryInetPrefixLength}
     ::= { cienaCesAclTable 1 }
                
  CienaCesAclEntry ::=  SEQUENCE { 
     cienaCesAclEntryInetAddrType       InetAddressType,
     cienaCesAclEntryInetAddr           InetAddress,  
     cienaCesAclEntryInetPrefixLength   InetAddressPrefixLength,
     cienaCesAclEntryHits               Counter32,
     cienaCesAclEntryBadPort            Counter32,
     cienaCesAclEntryDscpMask           OCTET STRING,
     cienaCesAclEntryBadDscp            Counter32,
     cienaCesAclEntryPortBitMask        OCTET STRING,
     cienaCesAclEntryNotifInetAddrType       InetAddressType,
     cienaCesAclEntryNotifInetAddr           InetAddress,  
     cienaCesAclEntryNotifInetPrefixLength   InetAddressPrefixLength 
  }
  
  cienaCesAclEntryInetAddrType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  not-accessible
     STATUS      deprecated 
     DESCRIPTION
         "This object indicates the IP network type which will be authorized.
          This OID specifies the Inet address type of the OIDs 
          cienaCesAclEntryInetAddr and cienaCesAclEntryInetPrefixLength.
          When representing:
          ipv4 : cienaCesAclEntryInetAddr should be compliant with 
                 InetAddressIPv4 from RFC 4001
          ipv6 : cienaCesAclEntryInetAddr should be compliant with 
                 InetAddressIPv6 from RFC 4001"
     ::= { cienaCesAclEntry 1 }

  cienaCesAclEntryInetAddr OBJECT-TYPE
     SYNTAX      InetAddress
     MAX-ACCESS  read-only
     STATUS      deprecated
     DESCRIPTION
         "This object indicates the source IP network address that will 
          be authorized.  This OID should be used in conjunction with 
          cienaCesAclEntryInetAddrType and should be compliant with RFC 
          4001 InetAddressType."  
     ::= { cienaCesAclEntry 2 }
  
  cienaCesAclEntryInetPrefixLength OBJECT-TYPE
     SYNTAX      InetAddressPrefixLength
     MAX-ACCESS  not-accessible
     STATUS      deprecated
     DESCRIPTION
         "This object indicates the prefix length for the source IP network
          that will be authorized.  This OID should be used in conjunction 
          with cienaCesAclEntryInetAddrType."  
     ::= { cienaCesAclEntry 3 }     
     
  cienaCesAclEntryHits OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      deprecated 
   DESCRIPTION
      "This object indicates the number of lookups that matched the table entry."
   ::= { cienaCesAclEntry 4 }

  cienaCesAclEntryBadPort OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      deprecated 
   DESCRIPTION
      "This object indicates the number of lookups that failed because the ingress
      port was disallowed by the table entry."
   ::= { cienaCesAclEntry 5 }

  cienaCesAclEntryDscpMask OBJECT-TYPE
     SYNTAX      OCTET STRING(SIZE(8))
     MAX-ACCESS  read-only
     STATUS      deprecated
     DESCRIPTION
       "This object indicates the DSCP values for which IP packets 
        are allowed to ingress.  The mask is big endian and each bit,
        numbered from 0 to 63, represents a DSCP value numbered from
        0 to 63.  A value of 0xFFFFFFFFFFFFFFFF may be used to specify all."
     ::= { cienaCesAclEntry 6 }        
     
  cienaCesAclEntryBadDscp OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      deprecated
   DESCRIPTION
      "This object indicates the number of lookups that failed because the ingress
      DSCP value was disallowed by the table entry."
   ::= { cienaCesAclEntry 7 }

  cienaCesAclEntryPortBitMask OBJECT-TYPE
     SYNTAX      OCTET STRING (SIZE(8)) 
     MAX-ACCESS  read-only
     STATUS      deprecated
     DESCRIPTION
       "This object indicates the physical ports on which frames will
        be allowed to ingress from.  The mask is big endian and each bit,
        numbered from 0 to 63, represents a physical port numbered from
        1 to 64.  A value of 0xFFFFFFFFFFFFFFFF may be used to specify all ports."
     ::= { cienaCesAclEntry 8 }                                 
  
   cienaCesAclEntryNotifInetAddrType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  read-only
     STATUS      deprecated
     DESCRIPTION
         "This object indicates the IP network type which will be authorized.
          This OID specifies the Inet address type of the OIDs cienaCesAclEntryNotifInetAddr and 
          cienaCesAclEntryNotifInetPrefixLength.
          When representing:
          ipv4 : cienaCesAclEntryInetAddr should be compliant with InetAddressIPv4 from RFC 4001
          ipv6 : cienaCesAclEntryInetAddr should be compliant with InetAddressIPv6 from RFC 4001"
     ::= { cienaCesAclEntry 9 }

  cienaCesAclEntryNotifInetAddr OBJECT-TYPE
     SYNTAX      InetAddress
     MAX-ACCESS  read-only
     STATUS      deprecated
     DESCRIPTION
         "This object indicates the IP network address that will be authorized.
         This OID should be used in conjunction with cienaCesAclEntryNotifInetAddrType
         and should be compliant with RFC 4001 InetAddressType."  
     ::= { cienaCesAclEntry 10 }
  
  cienaCesAclEntryNotifInetPrefixLength OBJECT-TYPE
     SYNTAX      InetAddressPrefixLength
     MAX-ACCESS  read-only
     STATUS      deprecated
     DESCRIPTION
         "This object indicates the prefix length for the IP network that will be authorized.
          This OID should be used in conjunction with cienaCesAclEntryNotifInetAddrType."  
     ::= { cienaCesAclEntry 11 } 

  --
  --  Extended IP ACL Table
  --                                   
  cienaCesExtAclTable OBJECT-TYPE
     SYNTAX     SEQUENCE OF CienaCesExtAclEntry
     MAX-ACCESS not-accessible
     STATUS     current
     DESCRIPTION
            "The (conceptual) table listing the parameters for the 
             extended IP ACL table."  
     ::= { cienaCesAclRules 2 }
                
  cienaCesExtAclEntry OBJECT-TYPE
     SYNTAX      CienaCesExtAclEntry
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
           "An entry (conceptual row) in the cienaCesExtAclTable."
     INDEX {cienaCesExtAclEntrySrcInetAddrType,cienaCesExtAclEntrySrcInetAddr,
            cienaCesExtAclEntrySrcInetPrefixLen,
            cienaCesExtAclEntryDstInetAddrType,cienaCesExtAclEntryDstInetAddr,
            cienaCesExtAclEntryDstInetPrefixLen}
     ::= { cienaCesExtAclTable 1 }
                
  CienaCesExtAclEntry ::=  SEQUENCE { 
     cienaCesExtAclEntrySrcInetAddrType    InetAddressType,
     cienaCesExtAclEntrySrcInetAddr        InetAddress,  
     cienaCesExtAclEntrySrcInetPrefixLen   InetAddressPrefixLength,
     cienaCesExtAclEntryDstInetAddrType    InetAddressType,
     cienaCesExtAclEntryDstInetAddr        InetAddress,  
     cienaCesExtAclEntryDstInetPrefixLen   InetAddressPrefixLength,
     cienaCesExtAclEntryNotifSrcInetAddrType  InetAddressType,
     cienaCesExtAclEntryNotifSrcInetAddr      InetAddress,  
     cienaCesExtAclEntryNotifSrcInetPrefixLen InetAddressPrefixLength,
     cienaCesExtAclEntryNotifDstInetAddrType  InetAddressType,
     cienaCesExtAclEntryNotifDstInetAddr      InetAddress,  
     cienaCesExtAclEntryNotifDstInetPrefixLen InetAddressPrefixLength,
     cienaCesExtAclEntryHits               Counter32,
     cienaCesExtAclEntryBadPort            Counter32,
     cienaCesExtAclEntryDscpMask           OCTET STRING,
     cienaCesExtAclEntryBadDscp            Counter32,
     cienaCesExtAclEntryPortBitMask        OCTET STRING,
     cienaCesExtAclEntryProtocol           BITS,
     cienaCesExtAclEntryBadProtocol        Counter32
  }
  
  cienaCesExtAclEntrySrcInetAddrType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "This object indicates the IP network type which will be authorized.
          This OID specifies the Inet address type of the OIDs 
          cienaCesExtAclEntrySrcInetAddr and
          cienaCesExtAclEntrySrcInetPrefixLen.
          When representing:
          ipv4 : cienaCesExtAclEntrySrcInetAddr should be compliant with 
                 InetAddressIPv4 from RFC 4001
          ipv6 : cienaCesExtAclEntrySrcInetAddr should be compliant with 
                 InetAddressIPv6 from RFC 4001"
     ::= { cienaCesExtAclEntry 1 }

  cienaCesExtAclEntrySrcInetAddr OBJECT-TYPE
     SYNTAX      InetAddress (SIZE(16))
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "This object indicates the source IP network address that will 
          be authorized.  This OID should be used in conjunction with 
          cienaCesExtAclEntrySrcInetAddrType and should be compliant with RFC 
          4001 InetAddressType."  
     ::= { cienaCesExtAclEntry 2 }
  
  cienaCesExtAclEntrySrcInetPrefixLen OBJECT-TYPE
     SYNTAX      InetAddressPrefixLength
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "This object indicates the prefix length for the source IP network
          that will be authorized.  This OID should be used in conjunction 
          with cienaCesExtAclEntrySrcInetAddrType."  
     ::= { cienaCesExtAclEntry 3 }     
     
  cienaCesExtAclEntryDstInetAddrType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "This object indicates the IP network type which will be authorized.
          This OID specifies the Inet address type of the OIDs 
          cienaCesExtAclEntryDstInetAddr and
          cienaCesExtAclEntryDstInetPrefixLen.
          When representing:
          ipv4 : cienaCesExtAclEntryDstInetAddr should be compliant with 
                 InetAddressIPv4 from RFC 4001
          ipv6 : cienaCesExtAclEntryDstInetAddr should be compliant with 
                 InetAddressIPv6 from RFC 4001"
     ::= { cienaCesExtAclEntry 4 }

  cienaCesExtAclEntryDstInetAddr OBJECT-TYPE
     SYNTAX      InetAddress (SIZE(16))
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "This object indicates the destination IP network address that will 
          be authorized.  This OID should be used in conjunction with 
          cienaCesExtAclEntryDstInetAddrType and should be compliant with RFC 
          4001 InetAddressType."  
     ::= { cienaCesExtAclEntry 5 }
  
  cienaCesExtAclEntryDstInetPrefixLen OBJECT-TYPE
     SYNTAX      InetAddressPrefixLength
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "This object indicates the prefix length for the destination IP network
          that will be authorized.  This OID should be used in conjunction 
          with cienaCesExtAclEntryDstInetAddrType."  
     ::= { cienaCesExtAclEntry 6 }     
     
  cienaCesExtAclEntryNotifSrcInetAddrType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "Duplicate of cienaCesExtAclEntrySrcInetAddrType for display purposes.
          This object indicates the IP network type which will be authorized.
          This OID specifies the Inet address type of the OIDs 
          cienaCesExtAclEntrySrcInetAddr and
          cienaCesExtAclEntrySrcInetPrefixLen.
          When representing:
          ipv4 : cienaCesExtAclEntrySrcInetAddr should be compliant with 
                 InetAddressIPv4 from RFC 4001
          ipv6 : cienaCesExtAclEntrySrcInetAddr should be compliant with 
                 InetAddressIPv6 from RFC 4001"
     ::= { cienaCesExtAclEntry 7 }

  cienaCesExtAclEntryNotifSrcInetAddr OBJECT-TYPE
     SYNTAX      InetAddress
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "Duplicate of cienaCesExtAclEntrySrcInetAddr for display purposes.
          This object indicates the source IP network address that will 
          be authorized.  This OID should be used in conjunction with 
          cienaCesExtAclEntryNotifSrcInetAddrType and should be compliant 
          with RFC 4001 InetAddressType."  
     ::= { cienaCesExtAclEntry 8 }
  
  cienaCesExtAclEntryNotifSrcInetPrefixLen OBJECT-TYPE
     SYNTAX      InetAddressPrefixLength
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "Duplicate of cienaCesExtAclEntrySrcInetPrefixLen for display purposes.
          This object indicates the prefix length for the source IP network
          that will be authorized.  This OID should be used in conjunction 
          with cienaCesExtAclEntryNotifSrcInetAddrType."  
     ::= { cienaCesExtAclEntry 9 }     
     
  cienaCesExtAclEntryNotifDstInetAddrType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "Duplicate of cienaCesExtAclEntryDstInetAddrType for display purposes.
          This object indicates the IP network type which will be authorized.
          This OID specifies the Inet address type of the OIDs 
          cienaCesExtAclEntryNotifDstInetAddr and
          cienaCesExtAclEntryNotifDstInetPrefixLen.
          When representing:
          ipv4 : cienaCesExtAclEntryNotifDstInetAddr should be compliant with 
                 InetAddressIPv4 from RFC 4001
          ipv6 : cienaCesExtAclEntryNotifDstInetAddr should be compliant with 
                 InetAddressIPv6 from RFC 4001"
     ::= { cienaCesExtAclEntry 10 }

  cienaCesExtAclEntryNotifDstInetAddr OBJECT-TYPE
     SYNTAX      InetAddress
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "Duplicate of cienaCesExtAclEntryDstInetAddr for display purposes.
          This object indicates the destination IP network address that will 
          be authorized.  This OID should be used in conjunction with 
          cienaCesExtAclEntryNotifDstInetAddrType and should be compliant 
          with RFC 4001 InetAddressType."  
     ::= { cienaCesExtAclEntry 11 }
  
  cienaCesExtAclEntryNotifDstInetPrefixLen OBJECT-TYPE
     SYNTAX      InetAddressPrefixLength
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "Duplicate of cienaCesExtAclEntryDstInetPrefixLen for display purposes.
          This object indicates the prefix length for the destination IP network
          that will be authorized.  This OID should be used in conjunction 
          with cienaCesExtAclEntryNotifDstInetAddrType."  
     ::= { cienaCesExtAclEntry 12 }     

  cienaCesExtAclEntryHits OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that matched the table entry."
   ::= { cienaCesExtAclEntry 13 }

  cienaCesExtAclEntryBadPort OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because the ingress
      port was disallowed by the table entry."
   ::= { cienaCesExtAclEntry 14 }

  cienaCesExtAclEntryDscpMask OBJECT-TYPE
     SYNTAX      OCTET STRING(SIZE(8))
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
       "This object indicates the DSCP values for which IP packets 
        are allowed to ingress.  The mask is big endian and each bit,
        numbered from 0 to 63, represents a DSCP value numbered from
        0 to 63.  A value of 0xFFFFFFFFFFFFFFFF may be used to specify all."
     ::= { cienaCesExtAclEntry 15 }        
     
  cienaCesExtAclEntryBadDscp OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because the ingress
      DSCP value was disallowed by the table entry."
   ::= { cienaCesExtAclEntry 16 }

  cienaCesExtAclEntryPortBitMask OBJECT-TYPE
     SYNTAX      OCTET STRING (SIZE(8)) 
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
       "This object indicates the physical ports on which frames will
        be allowed to ingress from.  The mask is big endian and each bit,
        numbered from 0 to 63, represents a physical port numbered from
        1 to 64.  A value of 0xFFFFFFFFFFFFFFFF may be used to specify all
        ports."
     ::= { cienaCesExtAclEntry 17 }                                 
  
  cienaCesExtAclEntryProtocol OBJECT-TYPE
     SYNTAX  BITS {
        icmp(0),
        tcp(1),
        udp(2),
        all(15)
     }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
         "List of protocols allowed for the ACL entry."
             
     ::= { cienaCesExtAclEntry 18 }

  cienaCesExtAclEntryBadProtocol OBJECT-TYPE
   SYNTAX      Counter32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "This object indicates the number of lookups that failed because
       the protocol value did't match what was in the ACL entry with IP
       address(es) matching"
   ::= { cienaCesExtAclEntry 19 }

 END