smilint output for ./PGM-MIB


Message Severities
SeverityCount
severe177
error146
minor error9
change recommended2
warning110
Message Types
TypeCount
bad-identifier-case (error)68
description-missing (error)13
group-membership (change recommended)2
group-unref (warning)1
import-failed (error)1
index-element-no-size (minor error)2
index-exceeds-too-large (warning)2
internal-flushing (warning)95
internal-other (severe)95
node-implicit (warning)9
object-identifier-not-prefix (error)48
object-identifier-unknown (severe)82
parent-row (error)2
sequence-no-column (minor error)7
sequence-order (warning)3
sequence-type-mismatch (error)4
type-unknown (error)10

Messages:

PGM-MIB

   1: -- extracted from draft-petrova-pgmmib-01.txt
   2: -- at Fri Jun 14 06:10:07 2002
   3: 
   4: PGM-MIB DEFINITIONS ::= BEGIN 
   5: IMPORTS 
   6:    OBJECT-TYPE, Counter32, Integer32, Unsigned32, NOTIFICATION-TYPE, 
   7:    MODULE-IDENTITY, IpAddress, TimeTicks, experimental, BITS 
   8:      FROM SNMPv2-SMI 
   8: error - identifier `BITS' cannot be imported from module `SNMPv2-SMI'
   9:    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP 
  10:      FROM SNMPv2-CONF 
  11:    InterfaceIndex 
  12:      FROM IF-MIB; 
  13:  
  14: pgmMIB MODULE-IDENTITY 
  15:     LAST-UPDATED "200205010000Z" 
  16:     ORGANIZATION  
  17:         "Cisco Systems + Tibco Software Inc + Nortel Networks" 
  18:     CONTACT-INFO 
  19:         "   Richard Edmonstone 
  20:             redmonst@cisco.com 
  21:             +44 131 561 3621 
  22:             Cisco Systems, Inc. 
  23:             170 West Tasman Drive, 
  24:             San Jose, CA 95134 
  25:             USA 
  26:              
  27:             Rajiv Raghunarayan 
  28:             raraghun@cisco.com  
  29:             +91 80 532 1300 
  30:             Cisco Systems, Inc. 
  31:             170 West Tasman Drive, 
  32:             San Jose, CA 95134 
  33:             USA 
  34:              
  35:             Devendra Raut 
  36:             draut@nortelnetworks.com 
  37:             (408)495-2859 
  38:   
  39: Petrova                     INTERNET DRAFT                           4 
  40: 
  41: 
  42: 
  43: 
  44: 
  45: 
  46: 
  47: 
  48:                                PGM MIB                      June 2002 
  49:  
  50:  
  51:             Nortel Networks 
  52:             4401 Great America Parkway, 
  53:             Santa Clara, CA 95052 
  54:  
  55:             Moses Sun 
  56:             mosun@nortelnetworks.com 
  57:             (979)694-7156 
  58:             Nortel Networks 
  59:             4401 Great America Parkway 
  60:             Santa Clara, CA,  
  61:             USA 
  62:  
  63:             Todd L. Montgomery 
  64:             tmontgomery@tibco.com 
  65:             (304)291-5972 
  66:             Tibco Software Inc. 
  67:             29W110 Butterfield Rd, Suite 205 
  68:             Warrenville, IL 60555 
  69:             USA 
  70:  
  71:             Michael Garwood 
  72:             mgarwood@tibco.com 
  73:             (630)393-7363 ext.275 
  74:             Tibco Software Inc. 
  75:             29W110 Butterfield Rd, Suite 205 
  76:             Warrenville, IL 60555  
  77:             USA 
  78:  
  79:             Luna Petrova 
  80:             lpetrova@tibco.com 
  81:             (630)393-7363 ext.330 
  82:             Tibco Software Inc. 
  83:             29W110 Butterfield Rd, Suite 205 
  84:             Warrenville, IL 60555  
  85:             USA" 
  86:     DESCRIPTION 
  87:         "The MIB module for managing PGM implementations." 
  88:     REVISION "200205010000Z" 
  89:     DESCRIPTION 
  90:         "Rev 2.0: SNMP Notifications added to the MIB." 
  91:   ::= { experimental 112 } -- assigned by IANA. 
  92:  
  93: pgm                    OBJECT IDENTIFIER ::= { pgmMIB 1 } 
  94: pgmNetworkElement      OBJECT IDENTIFIER ::= { pgm 1 } 
  95: pgmSource              OBJECT IDENTIFIER ::= { pgm 2 } 
  96: pgmReceiver            OBJECT IDENTIFIER ::= { pgm 3 } 
  97: 
  98:   
  99: Petrova                     INTERNET DRAFT                           5 
  99: error - `Petrova' should start with a lower case letter
  99: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
 100: 
 101: 
 102: 
 103: 
 104: 
 105: 
 106: 
 107: 
 108:                                PGM MIB                      June 2002 
 109:  
 110:  
 111: pgmDLR                 OBJECT IDENTIFIER ::= { pgm 4 } 
 111: warning - warning: flushing recent incorrect declaration, see previous error(s)
 112: pgmNotificationPrefix  OBJECT IDENTIFIER ::= { pgmMIB 2 } 
 113:  
 114: -- PGM Network Element 
 115:  
 116: pgmNeEnable OBJECT-TYPE 
 117:     SYNTAX  INTEGER { 
 118:             enable(1), 
 119:             disable(2) 
 120:             } 
 121:     MAX-ACCESS  read-write 
 122:     STATUS  current 
 123:     DESCRIPTION 
 124:             "Enable/Disable Parameter indicates whether 
 125:              this PGM operation is enabled or disabled." 
 126:     DEFVAL  { enable } 
 127:     ::= { pgmNetworkElement 1 } 
 128:  
 129: pgmNeSessionLifeTime  OBJECT-TYPE 
 130:     SYNTAX     Unsigned32(0..2147483647)  
 131:     UNITS      "seconds" 
 132:     MAX-ACCESS read-write 
 133:     STATUS     current  
 134:     DESCRIPTION 
 135:             "The length of the idle time (seconds) following 
 136:              which a PGM session will be aged out. An idle PGM 
 137:              session means there is no SPM message received 
 138:              from the upstream. 
 139:              Value of 0 indicates no timeout." 
 140:     DEFVAL  { 300 } 
 141:     ::= { pgmNetworkElement 2 } 
 142:  
 143: pgmNeMaxReXmitStates OBJECT-TYPE 
 144:     SYNTAX     Integer32(-2..2147483647) 
 145:     MAX-ACCESS read-write 
 146:     STATUS     current 
 147:     DESCRIPTION 
 148:             "The Maximum number of retransmission state entries. 
 149:              The value of -1 means network element has no 
 150:              limitation. 
 151:              The value of -2 means not supported by this 
 152:              implementation." 
 153:     ::= { pgmNetworkElement 3 } 
 154:  
 155: pgmNeMaxSessions OBJECT-TYPE 
 156:     SYNTAX     Integer32(-2..2147483647) 
 157: 
 158:   
 159: Petrova                     INTERNET DRAFT                           6 
 159: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
 160: 
 161: 
 162: 
 163: 
 164: 
 165: 
 166: 
 167: 
 168:                                PGM MIB                      June 2002 
 169:  
 170:  
 171:     MAX-ACCESS read-write 
 172:     STATUS     current 
 173:     DESCRIPTION 
 174:             "The maximum number of state sessions supported. 
 175:              The value of -1 means network element has no 
 176:              limitation. 
 177:              The value of -2 means not supported by this 
 178:              implementation." 
 179:     ::= { pgmNetworkElement 4 } 
 179: warning - warning: flushing recent incorrect declaration, see previous error(s)
 180:  
 181: -- The PGM NE Network Interface  
 182:  
 183: -- The PGM NE Network Interface tables contain  
 184: -- per-interface information about the PGM protocol.  
 185: -- The information is grouped into three major categories:  
 186: -- fault, configuration and performance management. 
 187:  
 188: pgmNeInterface OBJECT IDENTIFIER ::= { pgmNetworkElement 100 } 
 189:  
 190: pgmNeTotalInterfacesNumberOfEntries OBJECT-TYPE 
 191:     SYNTAX     Unsigned32 
 192:     MAX-ACCESS read-only 
 193:     STATUS     current 
 194:     DESCRIPTION 
 195:             "The total number of entries in the PGM Interface  
 196:              table." 
 197:     ::= { pgmNeInterface 1 } 
 198:  
 199: -- The PGM NE Network Interface configuration table   
 200:  
 201: pgmNeIfConfigTable  OBJECT-TYPE 
 202:     SYNTAX SEQUENCE OF PgmNeIfConfigEntry 
 203:     MAX-ACCESS not-accessible 
 204:     STATUS     current 
 205:     DESCRIPTION 
 206:             "The table holding per interface configuration  
 207:              information relating to PGM Network Element 
 208:              operation." 
 209:     ::= {pgmNeInterface 3} 
 210:  
 211: pgmNeIfConfigEntry OBJECT-TYPE 
 212:     SYNTAX     PgmNeIfConfigEntry 
 213:     MAX-ACCESS not-accessible 
 214:     STATUS     current 
 215:     DESCRIPTION 
 216:             "Per Interface Configuration Information." 
 217: 
 218:   
 219: Petrova                     INTERNET DRAFT                           7 
 219: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
 220: 
 221: 
 222: 
 223: 
 224: 
 225: 
 226: 
 227: 
 228:                                PGM MIB                      June 2002 
 229:  
 230:  
 231:     INDEX   { pgmNeIfConfigIndex } 
 231: warning - warning: flushing recent incorrect declaration, see previous error(s)
 232:     ::= { pgmNeIfConfigTable 1 } 
 232: severe - syntax error, unexpected COLON_COLON_EQUAL
 232: warning - warning: flushing recent incorrect declaration, see previous error(s)
 233:  
 234: PgmNeIfConfigEntry ::= SEQUENCE { 
 235:     pgmNeIfConfigIndex 
 236:         InterfaceIndex, 
 237:     pgmNeIfPgmEnable 
 238:         INTEGER, 
 239:     pgmNeIfNakRptInterval 
 240:         Unsigned32, 
 240: severe - unknown object identifier label `pgmNeIfNakRptInterval'
 241:     pgmNeIfNakRptRate 
 242:         Unsigned32, 
 243:     pgmNeIfNakRdataInterval 
 244:         Unsigned32, 
 245:     pgmNeIfNakEliminateInterval 
 246:         Unsigned32 
 247:     } 
 248:  
 249: pgmNeIfConfigIndex OBJECT-TYPE 
 250:     SYNTAX     InterfaceIndex 
 251:     MAX-ACCESS not-accessible 
 252:     STATUS     current 
 253:     DESCRIPTION 
 254:             "A unique value for each interface. Its value 
 255:              ranges between 1 and the value of ifNumber. The 
 256:              value for each interface must remain constant at  
 257:              least from one re-initialization of the entity's  
 258:              network management system to the next 
 259:              re-initialization." 
 260:     ::= { pgmNeIfConfigEntry 1 } 
 260: severe - unknown object identifier label `pgmNeIfConfigEntry'
 261:  
 262: pgmNeIfPgmEnable OBJECT-TYPE 
 263:     SYNTAX     INTEGER { 
 264:                  enable(1), 
 265:                  disable(2) 
 266:                } 
 267:     MAX-ACCESS read-write 
 268:     STATUS     current 
 269:     DESCRIPTION 
 270:             "Allows PGM to be enabled and disabled per 
 271:              Network Interface. 
 272:  
 273:              PGM can be enabled or disabled per Network 
 274:              Interface, only if PGM is enabled for this 
 275:              Network Element." 
 276:     ::= { pgmNeIfConfigEntry 2 } 
 277: 
 278:   
 279: Petrova                     INTERNET DRAFT                           8 
 279: error - `Petrova' should start with a lower case letter
 279: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
 280: 
 281: 
 282: 
 283: 
 284: 
 285: 
 286: 
 287: 
 288:                                PGM MIB                      June 2002 
 289:  
 290:  
 291:  
 292: pgmNeIfNakRptInterval  OBJECT-TYPE 
 293:     SYNTAX     Unsigned32(1..4294967295) 
 294:     UNITS      "milliseconds" 
 295:     MAX-ACCESS read-write 
 296:     STATUS     current 
 297:     DESCRIPTION 
 298:             "The length of time (milliseconds) for which a 
 299:              network element will repeat a NAK while waiting 
 300:              for a corresponding NCF. This interval is counted 
 301:              down from the transmission of a NAK." 
 302:     DEFVAL  { 100 } 
 302: warning - warning: flushing recent incorrect declaration, see previous error(s)
 303:     ::= { pgmNeIfConfigEntry 3 } 
 303: severe - syntax error, unexpected COLON_COLON_EQUAL
 303: warning - warning: flushing recent incorrect declaration, see previous error(s)
 304:  
 305: pgmNeIfNakRptRate  OBJECT-TYPE 
 306:     SYNTAX     Unsigned32(1..4294967295) 
 307:     UNITS      "number of NAKs per second" 
 308:     MAX-ACCESS read-write 
 309:     STATUS     current 
 310:     DESCRIPTION 
 311:             "The rate at which NAKs are repeated." 
 312:     DEFVAL  { 2  } 
 313:     ::= { pgmNeIfConfigEntry 4 } 
 314:  
 315: pgmNeIfNakRdataInterval  OBJECT-TYPE 
 316:     SYNTAX     Unsigned32 
 317:     UNITS      "seconds" 
 318:     MAX-ACCESS read-write 
 319:     STATUS     current 
 320:     DESCRIPTION 
 321:             "The length of time (milliseconds) for which 
 322:              a network element will wait for the 
 323:              corresponding RDATA. This interval is counted 
 324:              down from the time a matching NCF is received. 
 325:              This value must be greater than the  
 326:              pgmNeIfNakEliminateInterval." 
 327:     DEFVAL  { 10000 } 
 328:     ::= { pgmNeIfConfigEntry 5 } 
 329:  
 330: pgmNeIfNakEliminateInterval OBJECT-TYPE 
 331:     SYNTAX     Unsigned32 
 332:     UNITS      "milliseconds" 
 333:     MAX-ACCESS read-write 
 334:     STATUS     current 
 335:     DESCRIPTION 
 336:             "The length of time (milliseconds) for which 
 337: 
 338:   
 339: Petrova                     INTERNET DRAFT                           9 
 340: 
 341: 
 342: 
 343: 
 344: 
 345: 
 346: 
 347: 
 348:                                PGM MIB                      June 2002 
 349:  
 350:  
 351:              a network element will eliminate NAKs for  
 352:              a specific TSI/SQN.  This interval is counted  
 353:              down from the time the first NAK is  
 354:              established. This value must  
 355:              be smaller than pgmNeIfNakRdataInterval." 
 356:     DEFVAL  { 5000 } 
 357:     ::= { pgmNeIfConfigEntry 6 } 
 358:      
 359: -- The PGM NE Interface performance table. 
 360: -- This is primarily statistical information  
 361: -- about packets received and sent on the interface 
 362:  
 363: pgmNeIfPerformanceTable OBJECT-TYPE 
 364:     SYNTAX SEQUENCE OF PgmNeIfPerformanceEntry 
 364: error - unknown type `PgmNeIfPerformanceEntry'
 365:     MAX-ACCESS not-accessible 
 366:     STATUS     current 
 367:     DESCRIPTION 
 368:             "The table holding per interface performance  
 369:              information related to PGM Network Element 
 370:              operation." 
 371:     ::= {pgmNeInterface 4} 
 372:  
 373: pgmNeIfPerformanceEntry OBJECT-TYPE 
 374:     SYNTAX     PgmNeIfPerformanceEntry 
 375:     MAX-ACCESS not-accessible 
 376:     STATUS     current 
 377:     DESCRIPTION 
 378:             "Per Interface Information for Network Elements." 
 379:     INDEX   { pgmNeIfPerformanceIndex } 
 380:     ::= { pgmNeIfPerformanceTable 1 } 
 381:  
 382: PgmNeIfPerformanceEntry ::= SEQUENCE { 
 383:     pgmNeIfPerformanceIndex 
 384:         InterfaceIndex, 
 385:     pgmNeIfReXmitStates 
 386:         Counter32, 
 387:     pgmNeIfReXmitTimedOut 
 388:         Counter32, 
 389:     pgmNeIfInSpms 
 390:         Counter32, 
 391:     pgmNeIfOutSpms 
 392:         Counter32, 
 393:     pgmNeIfInParitySpms 
 394:         Counter32, 
 394: severe - unknown object identifier label `pgmNeIfInParitySpms'
 395:     pgmNeIfOutParitySpms 
 396:         Counter32, 
 397: 
 398:   
 399: Petrova                     INTERNET DRAFT                          10 
 399: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting LOWERCASE_IDENTIFIER
 400: 
 401: 
 402: 
 403: 
 404: 
 405: 
 406: 
 407: 
 408:                                PGM MIB                      June 2002 
 409:  
 410:  
 411:     pgmNeIfInRdata 
 412:         Counter32, 
 413:     pgmNeIfOutRdata 
 414:         Counter32, 
 415:     pgmNeIfInParityRdata 
 416:         Counter32, 
 417:     pgmNeIfOutParityRdata 
 418:         Counter32, 
 419:     pgmNeIfInRdataNoSessionErrors 
 420:         Counter32, 
 421:     pgmNeIfUniqueNaks 
 422:         Counter32, 
 423:     pgmNeIfInNaks 
 424:         Counter32, 
 425:     pgmNeIfOutNaks 
 426:         Counter32, 
 427:     pgmNeIfUniqueParityNaks 
 428:         Counter32, 
 429:     pgmNeIfInParityNaks 
 430:         Counter32, 
 431:     pgmNeIfOutParityNaks 
 432:         Counter32, 
 433:     pgmNeIfInNakNoSessionErrors 
 434:         Counter32, 
 435:     pgmNeIfInNakSeqErrors 
 436:         Counter32, 
 437:     pgmNeIfInParityNakTgErrors 
 438:         Counter32, 
 439:     pgmNeIfInNnaks 
 440:         Counter32, 
 441:     pgmNeIfOutNnaks 
 442:         Counter32, 
 443:     pgmNeIfInParityNnaks 
 444:         Counter32, 
 445:     pgmNeIfOutParityNnaks 
 446:         Counter32, 
 447:     pgmNeIfInNnakNoSessionErrors 
 448:         Counter32, 
 449:     pgmNeIfInNcfs 
 450:         Counter32, 
 451:     pgmNeIfOutNcfs 
 452:         Counter32, 
 453:     pgmNeIfInParityNcfs 
 454:         Counter32, 
 455:     pgmNeIfOutParityNcfs 
 456:         Counter32, 
 457: 
 458:   
 459: Petrova                     INTERNET DRAFT                          11 
 460: 
 461: 
 462: 
 463: 
 464: 
 465: 
 466: 
 467: 
 468:                                PGM MIB                      June 2002 
 469:  
 470:  
 471:     pgmNeIfInNcfNoSessionErrors 
 472:         Counter32, 
 473:     pgmNeIfInRedirectNcfs 
 474:         Counter32, 
 475:     pgmNeIfMalformed 
 476:         Counter32, 
 477:     pgmNeIfSpmFromSource 
 478:         Counter32, 
 479:     pgmNeIfSpmBadSqn 
 480:         Counter32, 
 481:     pgmNeIfSpmError 
 482:         Counter32, 
 483:     pgmNeIfPollRandomIgnore 
 484:         Counter32, 
 485:     pgmNeIfPollTsiStateError 
 486:         Counter32, 
 487:     pgmNeIfPollParentError 
 488:         Counter32, 
 489:     pgmNeIfPollTypeError 
 490:         Counter32, 
 491:     pgmNeIfPollError 
 492:         Counter32, 
 493:     pgmNeIfPollSuccess 
 494:         Counter32, 
 495:     pgmNeIfPollOriginated 
 496:         Counter32, 
 497:     pgmNeIfPolrNoState 
 498:         Counter32, 
 499:     pgmNeIfPolrError 
 500:         Counter32, 
 501:     pgmNeIfPolrParityError 
 502:         Counter32, 
 503:     pgmNeIfPolrSuccess 
 504:         Counter32, 
 505:     pgmNeIfPolrOriginated 
 506:         Counter32, 
 507:     pgmNeIfNcfError 
 508:         Counter32, 
 509:     pgmNeIfNcfParityError 
 510:         Counter32, 
 511:     pgmNeIfNcfPartialParity 
 512:         Counter32, 
 513:     pgmNeIfNcfReceived 
 514:         Counter32, 
 515:     pgmNeIfNcfAnticipated 
 516:         Counter32, 
 517: 
 518:   
 519: Petrova                     INTERNET DRAFT                          12 
 520: 
 521: 
 522: 
 523: 
 524: 
 525: 
 526: 
 527: 
 528:                                PGM MIB                      June 2002 
 529:  
 530:  
 531:     pgmNeIfNcfRedirecting 
 532:         Counter32, 
 533:     pgmNeIfNakEliminated 
 534:         Counter32, 
 535:     pgmNeIfNakError 
 536:         Counter32, 
 537:     pgmNeIfNakParityError 
 538:         Counter32, 
 539:     pgmNeIfNNakEliminated 
 540:         Counter32, 
 541:     pgmNeIfNNakError 
 542:         Counter32, 
 543:     pgmNeIfNNakParityError 
 544:         Counter32, 
 545:     pgmNeIfNNakCongestionReports 
 546:         Counter32, 
 547:     pgmNeIfNakRetryExpired 
 548:         Counter32, 
 549:     pgmNeIfNakRetryExpiredDLR 
 550:         Counter32, 
 551:     pgmNeIfNakForwardedDLR 
 552:         Counter32, 
 553:     pgmNeIfNakRetransmitted 
 554:         Counter32, 
 555:     pgmNeIfRdataEliminatedOIF 
 556:         Counter32, 
 557:     pgmNeIfRdataEliminatedSqn 
 558:         Counter32, 
 559:     pgmNeIfInRdataFragments 
 560:         Counter32, 
 561:     pgmNeIfRdataFragmentsNoSessionErrors 
 562:         Counter32, 
 563:     pgmNeIfRdataFragmentsEliminatedOIF 
 564:         Counter32, 
 565:     pgmNeIfRdataFragmentsEliminatedSqn 
 566:         Counter32, 
 567:     pgmNeIfOutRdataFragments 
 568:         Counter32 
 569: } 
 569: warning - warning: flushing recent incorrect declaration, see previous error(s)
 570:  
 571: pgmNeIfPerformanceIndex OBJECT-TYPE 
 572:     SYNTAX     InterfaceIndex 
 573:     MAX-ACCESS not-accessible 
 574:     STATUS     current 
 575:     DESCRIPTION 
 576:             "A unique value for each interface. Its value 
 577: 
 578:   
 579: Petrova                     INTERNET DRAFT                          13 
 580: 
 581: 
 582: 
 583: 
 584: 
 585: 
 586: 
 587: 
 588:                                PGM MIB                      June 2002 
 589:  
 590:  
 591:              ranges between 1 and the value of ifNumber.   
 592:              The value for each interface must remain  
 593:              constant at least from one re-initialization  
 594:              of the entity's network management system 
 595:              to the next re-initialization." 
 596:     ::= { pgmNeIfPerformanceEntry 1 } 
 597:  
 598: pgmNeIfReXmitStates OBJECT-TYPE 
 599:     SYNTAX     Counter32 
 600:     MAX-ACCESS read-only 
 601:     STATUS     current 
 602:     DESCRIPTION 
 603:             "The total retransmit state entries for this 
 604:              interface." 
 605:     ::= { pgmNeIfPerformanceEntry 2 } 
 606:   
 607: pgmNeIfReXmitTimedOut OBJECT-TYPE 
 608:     SYNTAX     Counter32 
 609:     MAX-ACCESS read-only 
 610:     STATUS     current 
 611:     DESCRIPTION 
 612:             "The total number of timed-out retransmit state 
 613:              entries for this interface." 
 614:     ::= { pgmNeIfPerformanceEntry 3 } 
 615:  
 616: pgmNeIfInSpms OBJECT-TYPE 
 617:     SYNTAX     Counter32 
 618:     MAX-ACCESS read-only 
 619:     STATUS     current 
 620:     DESCRIPTION 
 621:             "The total number of SPMs received  on the PGM 
 622:              interface." 
 623:     ::= { pgmNeIfPerformanceEntry 4 } 
 624:  
 625: pgmNeIfOutSpms OBJECT-TYPE 
 626:     SYNTAX     Counter32 
 627:     MAX-ACCESS read-only 
 628:     STATUS     current 
 629:     DESCRIPTION 
 630:             "The total number of SPMs sent out from the PGM 
 631:              interface." 
 632:     ::= { pgmNeIfPerformanceEntry 5 } 
 633:  
 634: pgmNeIfInParitySpms OBJECT-TYPE 
 635:     SYNTAX     Counter32 
 636:     MAX-ACCESS read-only 
 637: 
 638:   
 639: Petrova                     INTERNET DRAFT                          14 
 639: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
 640: 
 641: 
 642: 
 643: 
 644: 
 645: 
 646: 
 647: 
 648:                                PGM MIB                      June 2002 
 649:  
 650:  
 651:     STATUS     current 
 652:     DESCRIPTION 
 653:             "The total number of parity SPMs received on the 
 654:              PGM interface." 
 655:     ::= { pgmNeIfPerformanceEntry 6 } 
 655: warning - warning: flushing recent incorrect declaration, see previous error(s)
 656:  
 657: pgmNeIfOutParitySpms OBJECT-TYPE 
 658:     SYNTAX     Counter32 
 659:     MAX-ACCESS read-only 
 660:     STATUS     current 
 661:     DESCRIPTION 
 662:             "The total number of parity SPMs sent out from the 
 663:              PGM interface." 
 664:     ::= { pgmNeIfPerformanceEntry 7 } 
 665:  
 666: pgmNeIfInRdata OBJECT-TYPE 
 667:     SYNTAX     Counter32 
 668:     MAX-ACCESS read-only 
 669:     STATUS     current 
 670:     DESCRIPTION 
 671:             "The total number of RDATA received on the PGM 
 672:              interface." 
 673:     ::= { pgmNeIfPerformanceEntry 8 } 
 674:  
 675: pgmNeIfOutRdata OBJECT-TYPE 
 676:     SYNTAX     Counter32 
 677:     MAX-ACCESS read-only 
 678:     STATUS     current 
 679:     DESCRIPTION 
 680:             "The total number of RDATA sent out from the  
 681:              PGM interface." 
 682:     ::= { pgmNeIfPerformanceEntry 9 } 
 683:  
 684: pgmNeIfInParityRdata OBJECT-TYPE 
 685:     SYNTAX     Counter32 
 686:     MAX-ACCESS read-only 
 687:     STATUS     current 
 688:     DESCRIPTION 
 689:             "The total number of parity RDATA received on the 
 690:              PGM interface." 
 691:     ::= { pgmNeIfPerformanceEntry 10 } 
 692:  
 693: pgmNeIfOutParityRdata OBJECT-TYPE 
 694:     SYNTAX     Counter32 
 695:     MAX-ACCESS read-only 
 696:     STATUS     current 
 697: 
 698:   
 699: Petrova                     INTERNET DRAFT                          15 
 699: error - description missing in object definition
 699: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
 700: 
 701: 
 702: 
 703: 
 704: 
 705: 
 706: 
 707: 
 708:                                PGM MIB                      June 2002 
 709:  
 710:  
 711:     DESCRIPTION 
 712:             "The total number of parity RDATA sent out from  
 713:              the PGM interface." 
 714:     ::= { pgmNeIfPerformanceEntry 11 } 
 714: warning - warning: flushing recent incorrect declaration, see previous error(s)
 715:  
 716: pgmNeIfInRdataNoSessionErrors OBJECT-TYPE 
 717:     SYNTAX     Counter32 
 718:     MAX-ACCESS read-only 
 719:     STATUS     current 
 720:     DESCRIPTION 
 721:             "The number of received RDATA discarded because 
 722:              of no session." 
 723:     ::= { pgmNeIfPerformanceEntry 12 } 
 724:  
 725: pgmNeIfUniqueNaks OBJECT-TYPE 
 726:     SYNTAX     Counter32 
 727:     MAX-ACCESS read-only 
 728:     STATUS     current 
 729:     DESCRIPTION 
 730:             "The total number of unique NAKs received on  
 731:              this interface." 
 732:     ::= { pgmNeIfPerformanceEntry 13 } 
 733:  
 734: pgmNeIfInNaks OBJECT-TYPE 
 735:     SYNTAX     Counter32 
 736:     MAX-ACCESS read-only 
 737:     STATUS     current 
 738:     DESCRIPTION 
 739:             "The total number of NAKs received on the PGM 
 740:              interface." 
 741:     ::= { pgmNeIfPerformanceEntry 14 } 
 742:  
 743: pgmNeIfOutNaks OBJECT-TYPE 
 744:     SYNTAX     Counter32 
 745:     MAX-ACCESS read-only 
 746:     STATUS     current 
 747:     DESCRIPTION 
 748:             "The total number of NAKs sent out from the 
 749:              PGM interface." 
 750:     ::= { pgmNeIfPerformanceEntry 15 } 
 751:  
 752: pgmNeIfUniqueParityNaks OBJECT-TYPE 
 753:     SYNTAX     Counter32 
 754:     MAX-ACCESS read-only 
 755:     STATUS     current 
 756:     DESCRIPTION 
 757: 
 758:   
 759: Petrova                     INTERNET DRAFT                          16 
 759: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
 760: 
 761: 
 762: 
 763: 
 764: 
 765: 
 766: 
 767: 
 768:                                PGM MIB                      June 2002 
 769:  
 770:  
 771:             "The total number of unique parity NAKs received 
 772:              on this interface." 
 773:     ::= { pgmNeIfPerformanceEntry 16 } 
 773: warning - warning: flushing recent incorrect declaration, see previous error(s)
 774:  
 775: pgmNeIfInParityNaks OBJECT-TYPE 
 776:     SYNTAX     Counter32 
 777:     MAX-ACCESS read-only 
 778:     STATUS     current 
 779:     DESCRIPTION 
 780:             "The total number of parity NAKs received on the 
 781:              PGM interface." 
 782:     ::= { pgmNeIfPerformanceEntry 17 } 
 783:  
 784: pgmNeIfOutParityNaks OBJECT-TYPE 
 785:     SYNTAX     Counter32 
 786:     MAX-ACCESS read-only 
 787:     STATUS     current 
 788:     DESCRIPTION 
 789:             "The total number of parity NAKs sent out from 
 790:              the PGM interface." 
 791:     ::= { pgmNeIfPerformanceEntry 18 } 
 792:  
 793: pgmNeIfInNakNoSessionErrors OBJECT-TYPE 
 794:     SYNTAX     Counter32 
 795:     MAX-ACCESS read-only 
 796:     STATUS     current 
 797:     DESCRIPTION 
 798:             "The number of received NAKs discarded because of 
 799:              no session." 
 800:     ::= { pgmNeIfPerformanceEntry 19 } 
 801:  
 802: pgmNeIfInNakSeqErrors OBJECT-TYPE 
 803:     SYNTAX     Counter32 
 804:     MAX-ACCESS read-only 
 805:     STATUS     current 
 806:     DESCRIPTION 
 807:             "The number of received NAKs discarded because 
 808:              of out of sequence (out of retransmit window)." 
 809:     ::= { pgmNeIfPerformanceEntry 20 } 
 810:  
 811: pgmNeIfInParityNakTgErrors OBJECT-TYPE 
 812:     SYNTAX     Counter32 
 813:     MAX-ACCESS read-only 
 814:     STATUS     current 
 815:     DESCRIPTION 
 816:             "The number of received parity NAKs discarded  
 817: 
 818:   
 819: Petrova                     INTERNET DRAFT                          17 
 820: 
 821: 
 822: 
 823: 
 824: 
 825: 
 826: 
 827: 
 828:                                PGM MIB                      June 2002 
 829:  
 830:  
 831:              because out of parity TG window." 
 832:     ::= { pgmNeIfPerformanceEntry 21 } 
 833:  
 834: pgmNeIfInNnaks OBJECT-TYPE 
 835:     SYNTAX     Counter32 
 836:     MAX-ACCESS read-only 
 837:     STATUS     current 
 838:     DESCRIPTION 
 839:             "The total number of NNAKs received on the PGM 
 840:              interface." 
 841:     ::= { pgmNeIfPerformanceEntry 22 } 
 842:  
 843: pgmNeIfOutNnaks OBJECT-TYPE 
 844:     SYNTAX     Counter32 
 845:     MAX-ACCESS read-only 
 846:     STATUS     current 
 847:     DESCRIPTION 
 848:             "The total number of NNAKs sent out from the 
 849:              PGM interface." 
 850:     ::= { pgmNeIfPerformanceEntry 23 } 
 851:  
 852: pgmNeIfInParityNnaks OBJECT-TYPE 
 853:     SYNTAX     Counter32 
 854:     MAX-ACCESS read-only 
 855:     STATUS     current 
 856:     DESCRIPTION 
 857:             "The total number of parity NNAKs received on 
 858:              the PGM interface." 
 859:     ::= { pgmNeIfPerformanceEntry 24 } 
 860:  
 861: pgmNeIfOutParityNnaks OBJECT-TYPE 
 862:     SYNTAX     Counter32 
 863:     MAX-ACCESS read-only 
 864:     STATUS     current 
 865:     DESCRIPTION 
 866:             "The total number of parity NNAKs sent out from 
 867:              the PGM interface." 
 868:     ::= { pgmNeIfPerformanceEntry 25 } 
 869:  
 870: pgmNeIfInNnakNoSessionErrors OBJECT-TYPE 
 871:     SYNTAX     Counter32 
 872:     MAX-ACCESS read-only 
 873:     STATUS     current 
 874:     DESCRIPTION 
 875:             "The number of received NNAKs discarded because  
 876:              of no session." 
 877: 
 878:   
 879: Petrova                     INTERNET DRAFT                          18 
 879: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
 880: 
 881: 
 882: 
 883: 
 884: 
 885: 
 886: 
 887: 
 888:                                PGM MIB                      June 2002 
 889:  
 890:  
 891:     ::= { pgmNeIfPerformanceEntry 26 } 
 891: warning - warning: flushing recent incorrect declaration, see previous error(s)
 892:  
 893: pgmNeIfInNcfs OBJECT-TYPE 
 894:     SYNTAX     Counter32 
 895:     MAX-ACCESS read-only 
 896:     STATUS     current 
 897:     DESCRIPTION 
 898:             "The total number of NCFs received on the PGM 
 899:              interface." 
 900:     ::= { pgmNeIfPerformanceEntry 27 } 
 901:  
 902: pgmNeIfOutNcfs OBJECT-TYPE 
 903:     SYNTAX     Counter32 
 904:     MAX-ACCESS read-only 
 905:     STATUS     current 
 906:     DESCRIPTION 
 907:             "The total number of NCFs sent out from the PGM 
 908:              interface." 
 909:     ::= { pgmNeIfPerformanceEntry 28 } 
 910:  
 911: pgmNeIfInParityNcfs OBJECT-TYPE 
 912:     SYNTAX     Counter32 
 913:     MAX-ACCESS read-only 
 914:     STATUS     current 
 915:     DESCRIPTION 
 916:             "The total number of parity NCFs received on the 
 917:              PGM interface." 
 918:     ::= { pgmNeIfPerformanceEntry 29 } 
 919:  
 920: pgmNeIfOutParityNcfs OBJECT-TYPE 
 921:     SYNTAX     Counter32 
 922:     MAX-ACCESS read-only 
 923:     STATUS     current 
 924:     DESCRIPTION 
 925:             "The total number of parity NCFs sent out from  
 926:              the PGM interface." 
 927:     ::= { pgmNeIfPerformanceEntry 30 } 
 928:  
 929: pgmNeIfInNcfNoSessionErrors OBJECT-TYPE 
 930:     SYNTAX     Counter32 
 931:     MAX-ACCESS read-only 
 932:     STATUS     current 
 933:     DESCRIPTION 
 934:             "The number of received NCFs discarded because 
 935:              of no session." 
 936:     ::= { pgmNeIfPerformanceEntry 31 } 
 937: 
 938:   
 939: Petrova                     INTERNET DRAFT                          19 
 939: error - `Petrova' should start with a lower case letter
 939: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
 940: 
 941: 
 942: 
 943: 
 944: 
 945: 
 946: 
 947: 
 948:                                PGM MIB                      June 2002 
 949:  
 950:  
 951:  
 952: pgmNeIfInRedirectNcfs OBJECT-TYPE 
 953:     SYNTAX     Counter32 
 954:     MAX-ACCESS read-only 
 955:     STATUS     current 
 956:     DESCRIPTION 
 957:             "The number of redirected NCFs received on the 
 958:              PGM interface." 
 959:     ::= { pgmNeIfPerformanceEntry 32 } 
 959: warning - warning: flushing recent incorrect declaration, see previous error(s)
 960:  
 961: pgmNeIfMalformed OBJECT-TYPE 
 962:     SYNTAX     Counter32 
 963:     MAX-ACCESS read-only 
 964:     STATUS     current 
 965:     DESCRIPTION 
 966:             "Number of malformed PGM packets." 
 967:     ::= { pgmNeIfPerformanceEntry 33 } 
 968:  
 969: pgmNeIfSpmFromSource OBJECT-TYPE 
 970:     SYNTAX     Counter32 
 971:     MAX-ACCESS read-only 
 972:     STATUS     current 
 973:     DESCRIPTION 
 974:             "Number of SPM packets received from source." 
 975:     ::= { pgmNeIfPerformanceEntry 34 } 
 976:  
 977: pgmNeIfSpmBadSqn OBJECT-TYPE 
 978:     SYNTAX     Counter32 
 979:     MAX-ACCESS read-only 
 980:     STATUS     current 
 981:     DESCRIPTION 
 982:             "Number of SPM packets discarded due to bad 
 983:              SQN." 
 984:     ::= { pgmNeIfPerformanceEntry 35 } 
 985:  
 986: pgmNeIfSpmError OBJECT-TYPE 
 987:     SYNTAX     Counter32 
 988:     MAX-ACCESS read-only 
 989:     STATUS     current 
 990:     DESCRIPTION 
 991:             "Number of SPM packets discarded due to  
 992:              operational error. Some examples of operational 
 993:              errors are failure to create TSI state for SPM, 
 994:              parity SPM for a TSI with no parity." 
 995:     ::= { pgmNeIfPerformanceEntry 36 } 
 996:  
 997: 
 998:   
 999: Petrova                     INTERNET DRAFT                          20 
 999: error - `Petrova' should start with a lower case letter
 999: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
1000: 
1001: 
1002: 
1003: 
1004: 
1005: 
1006: 
1007: 
1008:                                PGM MIB                      June 2002 
1009:  
1010:  
1011: pgmNeIfPollRandomIgnore OBJECT-TYPE 
1012:     SYNTAX     Counter32 
1013:     MAX-ACCESS read-only 
1014:     STATUS     current 
1015:     DESCRIPTION 
1016:             "Number of POLL packets not replied due to random 
1017:              condition failing." 
1018:     ::= { pgmNeIfPerformanceEntry 37 } 
1018: warning - warning: flushing recent incorrect declaration, see previous error(s)
1019:  
1020: pgmNeIfPollTsiStateError OBJECT-TYPE 
1021:     SYNTAX     Counter32 
1022:     MAX-ACCESS read-only 
1023:     STATUS     current 
1024:     DESCRIPTION 
1025:             "Number of POLL packets discarded due to no  
1026:              matching TSI state." 
1027:     ::= { pgmNeIfPerformanceEntry 38 } 
1028:  
1029: pgmNeIfPollParentError OBJECT-TYPE 
1030:     SYNTAX     Counter32 
1031:     MAX-ACCESS read-only 
1032:     STATUS     current 
1033:     DESCRIPTION 
1034:             "Number of POLL packets discarded due to 
1035:              unknown parent." 
1036:     ::= { pgmNeIfPerformanceEntry 39 } 
1037:  
1038: pgmNeIfPollTypeError OBJECT-TYPE 
1039:     SYNTAX     Counter32 
1040:     MAX-ACCESS read-only 
1041:     STATUS     current 
1042:     DESCRIPTION 
1043:             "Number of POLL packets discarded due to failed 
1044:              type matching." 
1045:     ::= { pgmNeIfPerformanceEntry 40 } 
1046:  
1047: pgmNeIfPollError OBJECT-TYPE 
1048:     SYNTAX     Counter32 
1049:     MAX-ACCESS read-only 
1050:     STATUS     current 
1051:     DESCRIPTION 
1052:             "Number of POLL packets discarded due to 
1053:              operational error." 
1054:     ::= { pgmNeIfPerformanceEntry 41 } 
1055:  
1056: pgmNeIfPollSuccess OBJECT-TYPE 
1057: 
1058:   
1059: Petrova                     INTERNET DRAFT                          21 
1059: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
1060: 
1061: 
1062: 
1063: 
1064: 
1065: 
1066: 
1067: 
1068:                                PGM MIB                      June 2002 
1069:  
1070:  
1071:     SYNTAX     Counter32 
1072:     MAX-ACCESS read-only 
1073:     STATUS     current 
1074:     DESCRIPTION 
1075:             "Number of successfully scheduled POLRs." 
1076:     ::= { pgmNeIfPerformanceEntry 42 } 
1076: warning - warning: flushing recent incorrect declaration, see previous error(s)
1077:  
1078: pgmNeIfPollOriginated OBJECT-TYPE 
1079:     SYNTAX     Counter32 
1080:     MAX-ACCESS read-only 
1081:     STATUS     current 
1082:     DESCRIPTION 
1083:             "Number of polls originated on this interface." 
1084:     ::= { pgmNeIfPerformanceEntry 43 } 
1085:  
1086: pgmNeIfPolrNoState OBJECT-TYPE 
1087:     SYNTAX     Counter32 
1088:     MAX-ACCESS read-only 
1089:     STATUS     current 
1090:     DESCRIPTION 
1091:             "Number of POLRs discarded due to no matching 
1092:              state." 
1093:     ::= { pgmNeIfPerformanceEntry 44 } 
1094:  
1095: pgmNeIfPolrError OBJECT-TYPE 
1096:     SYNTAX     Counter32 
1097:     MAX-ACCESS read-only 
1098:     STATUS     current 
1099:     DESCRIPTION 
1100:             "Number of POLRs discarded due to operational  
1101:              error." 
1102:     ::= { pgmNeIfPerformanceEntry 45 } 
1103:  
1104: pgmNeIfPolrParityError OBJECT-TYPE 
1105:     SYNTAX     Counter32 
1106:     MAX-ACCESS read-only 
1107:     STATUS     current 
1108:     DESCRIPTION 
1109:             "Number of parity POLRs received for non-parity 
1110:              TSI." 
1111:     ::= { pgmNeIfPerformanceEntry 46 } 
1112:  
1113: pgmNeIfPolrSuccess OBJECT-TYPE 
1114:     SYNTAX     Counter32 
1115:     MAX-ACCESS read-only 
1116:     STATUS     current 
1117: 
1118:   
1119: Petrova                     INTERNET DRAFT                          22 
1119: error - description missing in object definition
1119: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1120: 
1121: 
1122: 
1123: 
1124: 
1125: 
1126: 
1127: 
1128:                                PGM MIB                      June 2002 
1129:  
1130:  
1131:     DESCRIPTION 
1132:             "Number of POLRs recorded successfully." 
1133:     ::= { pgmNeIfPerformanceEntry 47 } 
1133: warning - warning: flushing recent incorrect declaration, see previous error(s)
1134:  
1135: pgmNeIfPolrOriginated OBJECT-TYPE 
1136:     SYNTAX     Counter32 
1137:     MAX-ACCESS read-only 
1138:     STATUS     current 
1139:     DESCRIPTION 
1140:             "Number of POLRs originated by this interface." 
1141:     ::= { pgmNeIfPerformanceEntry 48 } 
1142:  
1143: pgmNeIfNcfError OBJECT-TYPE 
1144:     SYNTAX     Counter32 
1145:     MAX-ACCESS read-only 
1146:     STATUS     current 
1147:     DESCRIPTION 
1148:             "Number of NCFs ignored due to no packet memory, 
1149:              due to packet processing errors." 
1150:     ::= { pgmNeIfPerformanceEntry 49 } 
1151:  
1152: pgmNeIfNcfParityError OBJECT-TYPE 
1153:     SYNTAX     Counter32 
1154:     MAX-ACCESS read-only 
1155:     STATUS     current 
1156:     DESCRIPTION 
1157:             "Number of NCFs ignored. Incremented when a parity 
1158:              NCF is received on a session for which no parity  
1159:              capability has been advertised in the session's  
1160:              SPMs." 
1161:     ::= { pgmNeIfPerformanceEntry 50 } 
1162:  
1163: pgmNeIfNcfPartialParity OBJECT-TYPE 
1164:     SYNTAX     Counter32 
1165:     MAX-ACCESS read-only 
1166:     STATUS     current 
1167:     DESCRIPTION 
1168:             "Number of NCFs ignored due to not enough parity  
1169:              blocks acknowledged." 
1170:     ::= { pgmNeIfPerformanceEntry 51 } 
1171:  
1172: pgmNeIfNcfReceived OBJECT-TYPE 
1173:     SYNTAX     Counter32 
1174:     MAX-ACCESS read-only 
1175:     STATUS     current 
1176:     DESCRIPTION 
1177: 
1178:   
1179: Petrova                     INTERNET DRAFT                          23 
1179: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
1180: 
1181: 
1182: 
1183: 
1184: 
1185: 
1186: 
1187: 
1188:                                PGM MIB                      June 2002 
1189:  
1190:  
1191:             "Number of NCFs that confirm an outstanding NAK." 
1192:     ::= { pgmNeIfPerformanceEntry 52 } 
1192: warning - warning: flushing recent incorrect declaration, see previous error(s)
1193:  
1194: pgmNeIfNcfAnticipated OBJECT-TYPE 
1195:     SYNTAX     Counter32 
1196:     MAX-ACCESS read-only 
1197:     STATUS     current 
1198:     DESCRIPTION 
1199:             "Number of NCFs that cause NAK anticipation." 
1200:     ::= { pgmNeIfPerformanceEntry 53 } 
1201:  
1202: pgmNeIfNcfRedirecting OBJECT-TYPE 
1203:     SYNTAX     Counter32 
1204:     MAX-ACCESS read-only 
1205:     STATUS     current 
1206:     DESCRIPTION 
1207:             "Number of NCFs received as consequence of  
1208:              redirected NAK." 
1209:     ::= { pgmNeIfPerformanceEntry 54 } 
1210:  
1211: pgmNeIfNakEliminated OBJECT-TYPE 
1212:     SYNTAX     Counter32 
1213:     MAX-ACCESS read-only 
1214:     STATUS     current 
1215:     DESCRIPTION 
1216:             "Number of NAKs eliminated by retransmission  
1217:              state." 
1218:     ::= { pgmNeIfPerformanceEntry 55 } 
1219:  
1220: pgmNeIfNakError OBJECT-TYPE 
1221:     SYNTAX     Counter32 
1222:     MAX-ACCESS read-only 
1223:     STATUS     current 
1224:     DESCRIPTION 
1225:             "Number of errors creating retransmission state 
1226:              or NAK, due to NAK packet processing." 
1227:     ::= { pgmNeIfPerformanceEntry 56 } 
1228:  
1229: pgmNeIfNakParityError OBJECT-TYPE 
1230:     SYNTAX     Counter32 
1231:     MAX-ACCESS read-only 
1232:     STATUS     current 
1233:     DESCRIPTION 
1234:             "Number of NAKs ignored, due to no parity 
1235:              available. Incremented when parity NAK is  
1236:              received on this session, for which no parity 
1237: 
1238:   
1239: Petrova                     INTERNET DRAFT                          24 
1240: 
1241: 
1242: 
1243: 
1244: 
1245: 
1246: 
1247: 
1248:                                PGM MIB                      June 2002 
1249:  
1250:  
1251:              capability has been advartised." 
1252:     ::= { pgmNeIfPerformanceEntry 57 } 
1253:  
1254: pgmNeIfNNakEliminated OBJECT-TYPE 
1255:     SYNTAX     Counter32 
1256:     MAX-ACCESS read-only 
1257:     STATUS     current 
1258:     DESCRIPTION 
1259:             "Number of NNAKs eliminated by retransmission  
1260:              state." 
1261:     ::= { pgmNeIfPerformanceEntry 58 } 
1262:  
1263: pgmNeIfNNakError OBJECT-TYPE 
1264:     SYNTAX     Counter32 
1265:     MAX-ACCESS read-only 
1266:     STATUS     current 
1267:     DESCRIPTION 
1268:             "Number of errors encountered creating  
1269:              retransmission state OR nak." 
1270:     ::= { pgmNeIfPerformanceEntry 59 } 
1271:  
1272: pgmNeIfNNakParityError OBJECT-TYPE 
1273:     SYNTAX     Counter32 
1274:     MAX-ACCESS read-only 
1275:     STATUS     current 
1276:     DESCRIPTION 
1277:             "Number of Null NAKs ignored, due to no parity 
1278:              available. Incremented when parity NNAK is  
1279:              received on this session, for which no parity 
1280:              capability has been advartised." 
1281:     ::= { pgmNeIfPerformanceEntry 60 } 
1282:  
1283: pgmNeIfNNakCongestionReports OBJECT-TYPE 
1284:     SYNTAX     Counter32 
1285:     MAX-ACCESS read-only 
1286:     STATUS     current 
1287:     DESCRIPTION 
1288:             "Number of NAKs forwarded as NNAK as congestion 
1289:              report only." 
1290:     ::= { pgmNeIfPerformanceEntry 61 } 
1291:  
1292: pgmNeIfNakRetryExpired OBJECT-TYPE 
1293:     SYNTAX     Counter32 
1294:     MAX-ACCESS read-only 
1295:     STATUS     current 
1296:     DESCRIPTION 
1297: 
1298:   
1299: Petrova                     INTERNET DRAFT                          25 
1299: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
1300: 
1301: 
1302: 
1303: 
1304: 
1305: 
1306: 
1307: 
1308:                                PGM MIB                      June 2002 
1309:  
1310:  
1311:             "The total number of NAKs timed out after 
1312:              retrying." 
1313:     ::= { pgmNeIfPerformanceEntry 62 } 
1313: warning - warning: flushing recent incorrect declaration, see previous error(s)
1314:  
1315: pgmNeIfNakRetryExpiredDLR OBJECT-TYPE 
1316:     SYNTAX     Counter32 
1317:     MAX-ACCESS read-only 
1318:     STATUS     current 
1319:     DESCRIPTION 
1320:             "Number of NAKs unconfirmed by DLR." 
1321:     ::= { pgmNeIfPerformanceEntry 63 } 
1322:  
1323: pgmNeIfNakForwardedDLR OBJECT-TYPE 
1324:     SYNTAX     Counter32 
1325:     MAX-ACCESS read-only 
1326:     STATUS     current 
1327:     DESCRIPTION 
1328:             "Number of NAKs forwarded out this i/f to DLR 
1329:              with retransmission state." 
1330:     ::= { pgmNeIfPerformanceEntry 64 } 
1331:  
1332: pgmNeIfNakRetransmitted OBJECT-TYPE 
1333:     SYNTAX     Counter32 
1334:     MAX-ACCESS read-only 
1335:     STATUS     current 
1336:     DESCRIPTION 
1337:             "Total number of NAKs retransmitted out this i/f." 
1338:     ::= { pgmNeIfPerformanceEntry 65 } 
1339:  
1340: pgmNeIfRdataEliminatedOIF OBJECT-TYPE 
1341:     SYNTAX     Counter32 
1342:     MAX-ACCESS read-only 
1343:     STATUS     current 
1344:     DESCRIPTION 
1345:             "Number of RDATA packets eliminated by lack of 
1346:              OIF's." 
1347:     ::= { pgmNeIfPerformanceEntry 66 } 
1348:  
1349: pgmNeIfRdataEliminatedSqn OBJECT-TYPE 
1350:     SYNTAX     Counter32 
1351:     MAX-ACCESS read-only 
1352:     STATUS     current 
1353:     DESCRIPTION 
1354:             "Number of RDATA packets eliminated by lack of 
1355:              SQN." 
1356:     ::= { pgmNeIfPerformanceEntry 67 } 
1357: 
1358:   
1359: Petrova                     INTERNET DRAFT                          26 
1359: error - `Petrova' should start with a lower case letter
1359: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
1360: 
1361: 
1362: 
1363: 
1364: 
1365: 
1366: 
1367: 
1368:                                PGM MIB                      June 2002 
1369:  
1370:  
1371:  
1372: pgmNeIfInRdataFragments OBJECT-TYPE 
1373:     SYNTAX     Counter32 
1374:     MAX-ACCESS read-only 
1375:     STATUS     current 
1376:     DESCRIPTION 
1377:             "Total number of RDATA fragments received." 
1378:     ::= { pgmNeIfPerformanceEntry 68 } 
1378: warning - warning: flushing recent incorrect declaration, see previous error(s)
1379:  
1380: pgmNeIfRdataFragmentsNoSessionErrors OBJECT-TYPE 
1381:     SYNTAX     Counter32 
1382:     MAX-ACCESS read-only 
1383:     STATUS     current 
1384:     DESCRIPTION 
1385:             "Number of RDATA fragments eliminated by lack of 
1386:              GSI." 
1387:     ::= { pgmNeIfPerformanceEntry 69 } 
1388:  
1389: pgmNeIfRdataFragmentsEliminatedOIF OBJECT-TYPE 
1390:     SYNTAX     Counter32 
1391:     MAX-ACCESS read-only 
1392:     STATUS     current 
1393:     DESCRIPTION 
1394:             "Number of RDATA fragments eliminated by lack of 
1395:              OIFs." 
1396:     ::= { pgmNeIfPerformanceEntry 70 } 
1397:  
1398: pgmNeIfRdataFragmentsEliminatedSqn OBJECT-TYPE 
1399:     SYNTAX     Counter32 
1400:     MAX-ACCESS read-only 
1401:     STATUS     current 
1402:     DESCRIPTION 
1403:             "Number of RDATA fragments eliminated by lack of 
1404:              SQN." 
1405:     ::= { pgmNeIfPerformanceEntry 71 } 
1406:  
1407: pgmNeIfOutRdataFragments OBJECT-TYPE 
1408:     SYNTAX     Counter32 
1409:     MAX-ACCESS read-only 
1410:     STATUS     current 
1411:     DESCRIPTION 
1412:             "Total number of RDATA fragments forwarded." 
1413:     ::= { pgmNeIfPerformanceEntry 72 } 
1414:  
1415: -- 
1416: -- PGM Network Element Transport Session Identifier 
1417: 
1418:   
1419: Petrova                     INTERNET DRAFT                          27 
1419: error - `Petrova' should start with a lower case letter
1419: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
1420: 
1421: 
1422: 
1423: 
1424: 
1425: 
1426: 
1427: 
1428:                                PGM MIB                      June 2002 
1429:  
1430:  
1431: --      
1432: pgmNeTsi OBJECT IDENTIFIER ::= { pgmNetworkElement 101 } 
1432: warning - warning: flushing recent incorrect declaration, see previous error(s)
1433:  
1434: pgmNeTotalTsiNumberOfEntries OBJECT-TYPE 
1435:     SYNTAX     Unsigned32 
1436:     MAX-ACCESS read-only 
1437:     STATUS     current 
1438:     DESCRIPTION 
1439:             "The total number of sessions in the PGM NE TSI 
1440:              table." 
1441:     ::= { pgmNeTsi 1 } 
1441: severe - unknown object identifier label `pgmNeTsi'
1442:  
1443: -- The PGM Transport Session Identifier (TSI) table 
1444: -- The TSI information is grouped into three major categories: 
1445: -- fault, configuration and performance management. 
1446:  
1447: -- The PGM NE TSI fault management table  
1448: -- This table contains state and some general 
1449: -- per TSI information 
1450:  
1451: pgmNeTsiTable  OBJECT-TYPE 
1452:     SYNTAX SEQUENCE OF PgmNeTsiEntry 
1452: error - unknown type `PgmNeTsiEntry'
1453:     MAX-ACCESS not-accessible 
1454:     STATUS     current 
1455:     DESCRIPTION 
1456:             "The table holding per-tsi state information." 
1457:     ::= {pgmNeTsi 2} 
1458:  
1459: pgmNeTsiEntry OBJECT-TYPE 
1460:     SYNTAX     PgmNeTsiEntry 
1461:     MAX-ACCESS not-accessible 
1462:     STATUS     current 
1463:     DESCRIPTION 
1464:             "Transport Session is identified by Global ID and 
1465:              Source Port." 
1466:     INDEX   { pgmNeTsiGlobalId, pgmNeTsiDataSourcePort } 
1467:     ::= { pgmNeTsiTable 1 } 
1468:  
1469: PgmNeTsiEntry ::= SEQUENCE { 
1470:     pgmNeTsiGlobalId 
1471:         OCTET STRING, 
1472:     pgmNeTsiDataSourcePort 
1473:         Unsigned32, 
1474:     pgmNeTsiStateBits 
1475:         BITS, 
1476:     pgmNeTsiDataDestinationPort 
1477: 
1478:   
1479: Petrova                     INTERNET DRAFT                          28 
1479: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
1479: severe - unknown object identifier label `pgmNeTsiDataDestinationPort'

1479: error - unknown type `Petrova'
1480: 
1481: 
1482: 
1483: 
1484: 
1485: 
1486: 
1487: 
1488:                                PGM MIB                      June 2002 
1489:  
1490:  
1491:         Unsigned32, 
1492:     pgmNeTsiSourceAddress 
1493:         IpAddress, 
1494:     pgmNeTsiGroupAddress 
1495:         IpAddress, 
1496:     pgmNeTsiUpstreamAddress 
1497:         IpAddress, 
1498:     pgmNeTsiUpstreamIfIndex 
1499:         InterfaceIndex, 
1500:     pgmNeTsiDlrAddress 
1501:         IpAddress 
1502:    } 
1502: warning - warning: flushing recent incorrect declaration, see previous error(s)
1503:  
1504: pgmNeTsiGlobalId OBJECT-TYPE 
1505:     SYNTAX     OCTET STRING (SIZE (12)) 
1506:     MAX-ACCESS not-accessible 
1507:     STATUS     current 
1508:     DESCRIPTION 
1509:             "The Globally unique source identifier for this 
1510:              transport session." 
1511:     ::= {pgmNeTsiEntry 1 } 
1512:  
1513: pgmNeTsiDataSourcePort OBJECT-TYPE 
1514:     SYNTAX     Unsigned32 (0..65535) 
1515:     MAX-ACCESS not-accessible 
1516:     STATUS     current 
1517:     DESCRIPTION 
1518:             "Data source port." 
1519:     ::= {pgmNeTsiEntry 2} 
1520:  
1521: pgmNeTsiStateBits OBJECT-TYPE 
1522:     SYNTAX     BITS { initialising(0),  
1523:                       spmSqnStateValid(1),  
1524:                       dlrCanProvideParity(2) } 
1525:     MAX-ACCESS read-only 
1526:     STATUS     current 
1527:     DESCRIPTION 
1528:             "State associated with the TSI." 
1529:     ::= {pgmNeTsiEntry 3 } 
1530:  
1531: pgmNeTsiDataDestinationPort OBJECT-TYPE 
1532:     SYNTAX     Unsigned32 (0..65535) 
1533:     MAX-ACCESS read-only 
1534:     STATUS     current 
1535:     DESCRIPTION 
1536:             "Data destination port." 
1537: 
1538:   
1539: Petrova                     INTERNET DRAFT                          29 
1539: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1540: 
1541: 
1542: 
1543: 
1544: 
1545: 
1546: 
1547: 
1548:                                PGM MIB                      June 2002 
1549:  
1550:  
1551:     ::= {pgmNeTsiEntry 4 } 
1551: warning - warning: flushing recent incorrect declaration, see previous error(s)
1552:  
1553: pgmNeTsiSourceAddress OBJECT-TYPE 
1554:     SYNTAX     IpAddress 
1555:     MAX-ACCESS read-only 
1556:     STATUS     current 
1557:     DESCRIPTION 
1558:             "IP address of the source." 
1559:     ::= {pgmNeTsiEntry 5 } 
1560:  
1561: pgmNeTsiGroupAddress OBJECT-TYPE 
1562:     SYNTAX     IpAddress 
1563:     MAX-ACCESS read-only 
1564:     STATUS     current 
1565:     DESCRIPTION 
1566:             "Multicast group destination address." 
1567:     ::= {pgmNeTsiEntry 6 } 
1568:  
1569: pgmNeTsiUpstreamAddress OBJECT-TYPE 
1570:     SYNTAX     IpAddress 
1571:     MAX-ACCESS read-only 
1572:     STATUS     current 
1573:     DESCRIPTION 
1574:             "The IP address of the upstream PGM neighbouring 
1575:              element for this TSI." 
1576:     ::= { pgmNeTsiEntry 7 } 
1577:  
1578: pgmNeTsiUpstreamIfIndex OBJECT-TYPE 
1579:     SYNTAX     InterfaceIndex 
1580:     MAX-ACCESS read-only 
1581:     STATUS     current 
1582:     DESCRIPTION 
1583:             "The index of the upstream PGM element for the 
1584:              entry." 
1585:     ::= { pgmNeTsiEntry 8 } 
1586:  
1587: pgmNeTsiDlrAddress OBJECT-TYPE 
1588:     SYNTAX     IpAddress 
1589:     MAX-ACCESS read-only 
1590:     STATUS     current 
1591:     DESCRIPTION 
1592:             "IP Address of a known DLR that will be used if 
1593:              required." 
1594:     ::= {pgmNeTsiEntry 9 } 
1595:  
1596:  
1597: 
1598:   
1599: Petrova                     INTERNET DRAFT                          30 
1599: error - `Petrova' should start with a lower case letter
1599: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
1600: 
1601: 
1602: 
1603: 
1604: 
1605: 
1606: 
1607: 
1608:                                PGM MIB                      June 2002 
1609:  
1610:  
1611: -- PGM Network Element TSI Configuration Management Table 
1612: -- Since the Network Element cannot be configured  
1613: -- per TSI, configuration table is not implemented 
1614:  
1615:  
1616: -- PGM Network Element TSI Performance Management Table 
1617:  
1618: pgmNeTsiPerformanceTable  OBJECT-TYPE 
1619:     SYNTAX SEQUENCE OF PgmNeTsiPerformanceEntry 
1620:     MAX-ACCESS not-accessible 
1621:     STATUS     current 
1622:     DESCRIPTION 
1623:             "The table holding details of every transport  
1624:              flow known by the Network Element." 
1625:     ::= {pgmNeTsi 4} 
1625: warning - warning: flushing recent incorrect declaration, see previous error(s)
1626:  
1627: pgmNeTsiPerformanceEntry OBJECT-TYPE 
1627: error - row's parent node must be a table node
1628:     SYNTAX     PgmNeTsiPerformanceEntry 
1629:     MAX-ACCESS not-accessible 
1629: error - unknown type `PgmNeTsiPerformanceEntry'
1630:     STATUS     current 
1631:     DESCRIPTION 
1632:             "Transport session description." 
1633:     INDEX   { pgmNeTsiPerformanceGlobalId,  
1634:               pgmNeTsiPerformanceDataSourcePort } 
1635:     ::= { pgmNeTsiPerformanceTable 1 } 
1635: severe - unknown object identifier label `pgmNeTsiPerformanceTable'
1636:  
1637: PgmNeTsiPerformanceEntry ::= SEQUENCE { 
1638:     pgmNeTsiPerformanceGlobalId 
1639:         OCTET STRING, 
1640:     pgmNeTsiPerformanceDataSourcePort 
1641:         Unsigned32, 
1642:     pgmNeTsiSessionTrailEdgeSeq 
1643:         Counter32, 
1644:     pgmNeTsiSessionIncrSeq 
1645:         Counter32, 
1645: severe - unknown object identifier label `pgmNeTsiSessionIncrSeq'
1646:     pgmNeTsiLeadEdgeSeq 
1647:         Counter32, 
1648:     pgmNeTsiInSpms 
1649:         Counter32, 
1650:     pgmNeTsiOutSpms 
1651:         Counter32, 
1652:     pgmNeTsiInParitySpms 
1653:         Counter32, 
1654:     pgmNeTsiOutParitySpms 
1655:         Counter32, 
1655: severe - unknown object identifier label `pgmNeTsiOutParitySpms'
1656:     pgmNeTsiTotalReXmitStates 
1657: 
1658:   
1659: Petrova                     INTERNET DRAFT                          31 
1659: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
1660: 
1661: 
1662: 
1663: 
1664: 
1665: 
1666: 
1667: 
1668:                                PGM MIB                      June 2002 
1669:  
1670:  
1671:         Counter32, 
1672:     pgmNeTsiTotalReXmitTimedOut 
1673:         Counter32, 
1674:     pgmNeTsiInRdata 
1675:         Counter32, 
1676:     pgmNeTsiOutRdata 
1677:         Counter32, 
1678:     pgmNeTsiInParityRdata 
1679:         Counter32, 
1680:     pgmNeTsiOutParityRdata 
1681:         Counter32, 
1682:     pgmNeTsiInRdataNoStateErrors 
1683:         Counter32, 
1684:     pgmNeTsiUniqueNaks 
1685:         Counter32, 
1686:     pgmNeTsiInNaks 
1687:         Counter32, 
1688:     pgmNeTsiOutNaks 
1689:         Counter32, 
1690:     pgmNeTsiUniqueParityNaks 
1691:         Counter32, 
1692:     pgmNeTsiInParityNaks 
1693:         Counter32, 
1694:     pgmNeTsiOutParityNaks 
1695:         Counter32, 
1696:     pgmNeTsiInNakSeqErrors 
1697:         Counter32, 
1698:     pgmNeTsiInNnaks 
1699:         Counter32, 
1700:     pgmNeTsiOutNnaks 
1701:         Counter32, 
1702:     pgmNeTsiInParityNnaks 
1703:         Counter32, 
1704:     pgmNeTsiOutParityNnaks 
1705:         Counter32, 
1706:     pgmNeTsiInNcfs 
1707:         Counter32, 
1708:     pgmNeTsiOutNcfs 
1709:         Counter32, 
1710:     pgmNeTsiInParityNcfs 
1711:         Counter32, 
1712:     pgmNeTsiOutParityNcfs 
1713:         Counter32, 
1714:     pgmNeTsiSpmSequenceNumber 
1715:         Unsigned32, 
1716:     pgmNeTsiTransmissionGroupSize 
1717: 
1718:   
1719: Petrova                     INTERNET DRAFT                          32 
1720: 
1721: 
1722: 
1723: 
1724: 
1725: 
1726: 
1727: 
1728:                                PGM MIB                      June 2002 
1729:  
1730:  
1731:         Unsigned32, 
1732:     pgmNeTsiTimeout 
1733:         TimeTicks, 
1734:     pgmNeTsiLastTtl 
1735:         Unsigned32, 
1736:     pgmNeTsiLinkLossRate 
1737:         Unsigned32, 
1738:     pgmNeTsiPathLossRate 
1739:         Unsigned32, 
1740:     pgmNeTsiReceiverLossRate 
1741:         Unsigned32, 
1742:     pgmNeTsiCongestionReportLead 
1743:         Unsigned32, 
1744:     pgmNeTsiCongestionReportWorstReceiver 
1745:         IpAddress 
1746: } 
1746: warning - warning: flushing recent incorrect declaration, see previous error(s)
1747:  
1748: pgmNeTsiPerformanceGlobalId OBJECT-TYPE 
1749:     SYNTAX     OCTET STRING (SIZE (12)) 
1750:     MAX-ACCESS not-accessible 
1751:     STATUS     current 
1752:     DESCRIPTION 
1753:             "The Globally unique source identifier for this 
1754:              transport session." 
1755:     ::= {pgmNeTsiPerformanceEntry 1 } 
1756:  
1757: pgmNeTsiPerformanceDataSourcePort OBJECT-TYPE 
1758:     SYNTAX     Unsigned32 (0..65535) 
1759:     MAX-ACCESS not-accessible 
1760:     STATUS     current 
1761:     DESCRIPTION 
1762:             "Data source port." 
1763:     ::= {pgmNeTsiPerformanceEntry 2} 
1764:  
1765: pgmNeTsiSessionTrailEdgeSeq OBJECT-TYPE 
1766:     SYNTAX     Counter32  
1767:     MAX-ACCESS read-only 
1768:     STATUS     current 
1769:     DESCRIPTION 
1770:             "The trailing edge sequence of the transmit  
1771:              window." 
1772:     ::= { pgmNeTsiPerformanceEntry 3 } 
1773:  
1774: pgmNeTsiSessionIncrSeq OBJECT-TYPE 
1775:     SYNTAX     Counter32  
1776:     MAX-ACCESS read-only 
1777: 
1778:   
1779: Petrova                     INTERNET DRAFT                          33 
1779: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
1780: 
1781: 
1782: 
1783: 
1784: 
1785: 
1786: 
1787: 
1788:                                PGM MIB                      June 2002 
1789:  
1790:  
1791:     STATUS     current 
1792:     DESCRIPTION 
1793:             "The sequence number defining the leading edge of 
1794:              the increment window." 
1795:     ::= { pgmNeTsiPerformanceEntry 4 } 
1795: warning - warning: flushing recent incorrect declaration, see previous error(s)
1796:  
1797: pgmNeTsiLeadEdgeSeq OBJECT-TYPE 
1798:     SYNTAX     Counter32  
1799:     MAX-ACCESS read-only 
1800:     STATUS     current 
1801:     DESCRIPTION 
1802:             "The leading edge sequence of the transmit  
1803:              window." 
1804:     ::= { pgmNeTsiPerformanceEntry 5 } 
1805:  
1806: pgmNeTsiInSpms OBJECT-TYPE 
1807:     SYNTAX     Counter32 
1808:     MAX-ACCESS read-only 
1809:     STATUS     current 
1810:     DESCRIPTION 
1811:             "The total number of SPMs received for this 
1812:              session." 
1813:     ::= { pgmNeTsiPerformanceEntry 6 } 
1814:   
1815: pgmNeTsiOutSpms OBJECT-TYPE 
1816:     SYNTAX     Counter32 
1817:     MAX-ACCESS read-only 
1818:     STATUS     current 
1819:     DESCRIPTION 
1820:             "The total number of SPMs sent out for this 
1821:              session." 
1822:     ::= { pgmNeTsiPerformanceEntry 7 } 
1823:  
1824: pgmNeTsiInParitySpms OBJECT-TYPE 
1825:     SYNTAX     Counter32  
1826:     MAX-ACCESS read-only 
1827:     STATUS     current 
1828:     DESCRIPTION 
1829:             "The total number of Parity SPMs received for  
1830:              this session." 
1831:     ::= { pgmNeTsiPerformanceEntry 8 } 
1832:  
1833: pgmNeTsiOutParitySpms OBJECT-TYPE 
1834:     SYNTAX     Counter32  
1835:     MAX-ACCESS read-only 
1836:     STATUS     current 
1837: 
1838:   
1839: Petrova                     INTERNET DRAFT                          34 
1839: error - description missing in object definition
1839: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1840: 
1841: 
1842: 
1843: 
1844: 
1845: 
1846: 
1847: 
1848:                                PGM MIB                      June 2002 
1849:  
1850:  
1851:     DESCRIPTION 
1852:             "The total number of Parity SPMs sent out for 
1853:              this session." 
1854:     ::= { pgmNeTsiPerformanceEntry 9 } 
1854: warning - warning: flushing recent incorrect declaration, see previous error(s)
1855:  
1856: pgmNeTsiTotalReXmitStates OBJECT-TYPE 
1857:     SYNTAX     Counter32  
1858:     MAX-ACCESS read-only 
1859:     STATUS     current 
1860:     DESCRIPTION 
1861:             "The total retransmit states for this session." 
1862:     ::= { pgmNeTsiPerformanceEntry 10 } 
1862: error - type of `pgmNeTsiTotalReXmitStates' in sequence and object type definition do not match
1863:  
1864: pgmNeTsiTotalReXmitTimedOut OBJECT-TYPE 
1865:     SYNTAX     Counter32  
1866:     MAX-ACCESS read-only 
1867:     STATUS     current 
1868:     DESCRIPTION 
1869:             "The total timed-out retransmit state entries for  
1870:              this session." 
1871:     ::= { pgmNeTsiPerformanceEntry 11 } 
1872:  
1873: pgmNeTsiInRdata OBJECT-TYPE 
1874:     SYNTAX     Counter32  
1875:     MAX-ACCESS read-only 
1876:     STATUS     current 
1877:     DESCRIPTION 
1878:             "The total number of RDATAs received for this 
1879:              session." 
1880:     ::= { pgmNeTsiPerformanceEntry 12 } 
1881:  
1882: pgmNeTsiOutRdata OBJECT-TYPE 
1883:     SYNTAX     Counter32  
1884:     MAX-ACCESS read-only 
1885:     STATUS     current 
1886:     DESCRIPTION 
1887:             "The total number of RDATAs sent out from this 
1888:              session." 
1889:     ::= { pgmNeTsiPerformanceEntry 13 } 
1890:  
1891: pgmNeTsiInParityRdata OBJECT-TYPE 
1892:     SYNTAX     Counter32  
1893:     MAX-ACCESS read-only 
1894:     STATUS     current 
1895:     DESCRIPTION 
1896:             "The total number of parity RDATAs received for 
1897: 
1898:   
1899: Petrova                     INTERNET DRAFT                          35 
1900: 
1901: 
1902: 
1903: 
1904: 
1905: 
1906: 
1907: 
1908:                                PGM MIB                      June 2002 
1909:  
1910:  
1911:              this session." 
1912:     ::= { pgmNeTsiPerformanceEntry 14 } 
1913:  
1914: pgmNeTsiOutParityRdata OBJECT-TYPE 
1915:     SYNTAX     Counter32  
1916:     MAX-ACCESS read-only 
1917:     STATUS     current 
1918:     DESCRIPTION 
1919:             "The total number of parity RDATAs sent out from 
1920:              this session." 
1921:     ::= { pgmNeTsiPerformanceEntry 15 } 
1922:  
1923: pgmNeTsiInRdataNoStateErrors OBJECT-TYPE 
1924:     SYNTAX     Counter32  
1925:     MAX-ACCESS read-only 
1926:     STATUS     current 
1927:     DESCRIPTION 
1928:             "The total number of received RDATA discarded  
1929:              due to no retransmit state." 
1930:     ::= { pgmNeTsiPerformanceEntry 16 } 
1931:  
1932: pgmNeTsiUniqueNaks OBJECT-TYPE 
1933:     SYNTAX     Counter32  
1934:     MAX-ACCESS read-only 
1935:     STATUS     current 
1936:     DESCRIPTION 
1937:             "The total number of unique NAKs received for  
1938:              this session." 
1939:     ::= { pgmNeTsiPerformanceEntry 17 } 
1940:  
1941: pgmNeTsiInNaks OBJECT-TYPE 
1942:     SYNTAX     Counter32  
1943:     MAX-ACCESS read-only 
1944:     STATUS     current 
1945:     DESCRIPTION 
1946:             "The total number of NAKs received for this 
1947:              session." 
1948:     ::= { pgmNeTsiPerformanceEntry 18 } 
1949:  
1950: pgmNeTsiOutNaks OBJECT-TYPE 
1951:     SYNTAX     Counter32  
1952:     MAX-ACCESS read-only 
1953:     STATUS     current 
1954:     DESCRIPTION 
1955:             "The total number of NAKs sent out from this 
1956:              session." 
1957: 
1958:   
1959: Petrova                     INTERNET DRAFT                          36 
1959: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
1960: 
1961: 
1962: 
1963: 
1964: 
1965: 
1966: 
1967: 
1968:                                PGM MIB                      June 2002 
1969:  
1970:  
1971:     ::= { pgmNeTsiPerformanceEntry 19 } 
1971: warning - warning: flushing recent incorrect declaration, see previous error(s)
1972:  
1973: pgmNeTsiUniqueParityNaks OBJECT-TYPE 
1974:     SYNTAX     Counter32  
1975:     MAX-ACCESS read-only 
1976:     STATUS     current 
1977:     DESCRIPTION 
1978:             "The total number of unique parity NAKs received  
1979:              for this session." 
1980:     ::= { pgmNeTsiPerformanceEntry 20 } 
1981:  
1982: pgmNeTsiInParityNaks OBJECT-TYPE 
1983:     SYNTAX     Counter32  
1984:     MAX-ACCESS read-only 
1985:     STATUS     current 
1986:     DESCRIPTION 
1987:             "The total number of parity NAKs received for 
1988:              this session." 
1989:     ::= { pgmNeTsiPerformanceEntry 21 } 
1990:  
1991: pgmNeTsiOutParityNaks OBJECT-TYPE 
1992:     SYNTAX     Counter32  
1993:     MAX-ACCESS read-only 
1994:     STATUS     current 
1995:     DESCRIPTION 
1996:             "The total number of parity NAKs sent out from  
1997:              this session." 
1998:     ::= { pgmNeTsiPerformanceEntry 22 } 
1999:  
2000: pgmNeTsiInNakSeqErrors OBJECT-TYPE 
2001:     SYNTAX     Counter32  
2002:     MAX-ACCESS read-only 
2003:     STATUS     current 
2004:     DESCRIPTION 
2005:             "The total number of received NAKs discarded  
2006:              because of out of sequence (out of retransmit 
2007:              window)." 
2008:     ::= { pgmNeTsiPerformanceEntry 23 } 
2009:  
2010: pgmNeTsiInNnaks OBJECT-TYPE 
2011:     SYNTAX     Counter32 
2012:     MAX-ACCESS read-only 
2013:     STATUS     current 
2014:     DESCRIPTION 
2015:             "The total number of NNAKs received for this 
2016:              session." 
2017: 
2018:   
2019: Petrova                     INTERNET DRAFT                          37 
2019: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
2020: 
2021: 
2022: 
2023: 
2024: 
2025: 
2026: 
2027: 
2028:                                PGM MIB                      June 2002 
2029:  
2030:  
2031:     ::= { pgmNeTsiPerformanceEntry 24 } 
2031: warning - warning: flushing recent incorrect declaration, see previous error(s)
2032:  
2033: pgmNeTsiOutNnaks OBJECT-TYPE 
2034:     SYNTAX     Counter32 
2035:     MAX-ACCESS read-only 
2036:     STATUS     current 
2037:     DESCRIPTION 
2038:             "The total number of NNAKs sent out from this 
2039:              session." 
2040:     ::= { pgmNeTsiPerformanceEntry 25 } 
2041:  
2042: pgmNeTsiInParityNnaks OBJECT-TYPE 
2043:     SYNTAX     Counter32 
2044:     MAX-ACCESS read-only 
2045:     STATUS     current 
2046:     DESCRIPTION 
2047:             "The total number of parity NNAKs received for 
2048:              this session." 
2049:     ::= { pgmNeTsiPerformanceEntry 26 } 
2050:  
2051: pgmNeTsiOutParityNnaks OBJECT-TYPE 
2052:     SYNTAX     Counter32 
2053:     MAX-ACCESS read-only 
2054:     STATUS     current 
2055:     DESCRIPTION 
2056:             "The total number of parity NNAKs sent out from 
2057:              this session." 
2058:     ::= { pgmNeTsiPerformanceEntry 27 } 
2059:  
2060: pgmNeTsiInNcfs OBJECT-TYPE 
2061:     SYNTAX     Counter32 
2062:     MAX-ACCESS read-only 
2063:     STATUS     current 
2064:     DESCRIPTION 
2065:             "The total number of NCFs received for this 
2066:              session." 
2067:     ::= { pgmNeTsiPerformanceEntry 28 } 
2068:  
2069: pgmNeTsiOutNcfs OBJECT-TYPE 
2070:     SYNTAX     Counter32 
2071:     MAX-ACCESS read-only 
2072:     STATUS     current 
2073:     DESCRIPTION 
2074:             "The total number of NCFs sent out from this 
2075:              session." 
2076:     ::= { pgmNeTsiPerformanceEntry 29 } 
2077: 
2078:   
2079: Petrova                     INTERNET DRAFT                          38 
2079: error - `Petrova' should start with a lower case letter
2079: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
2080: 
2081: 
2082: 
2083: 
2084: 
2085: 
2086: 
2087: 
2088:                                PGM MIB                      June 2002 
2089:  
2090:  
2091:  
2092: pgmNeTsiInParityNcfs OBJECT-TYPE 
2093:     SYNTAX     Counter32 
2094:     MAX-ACCESS read-only 
2095:     STATUS     current 
2096:     DESCRIPTION 
2097:             "The total number of parity NCFs received for 
2098:              this session." 
2099:     ::= { pgmNeTsiPerformanceEntry 30 } 
2099: warning - warning: flushing recent incorrect declaration, see previous error(s)
2100:  
2101: pgmNeTsiOutParityNcfs OBJECT-TYPE 
2102:     SYNTAX     Counter32 
2103:     MAX-ACCESS read-only 
2104:     STATUS     current 
2105:     DESCRIPTION 
2106:             "The total number of Parity NCFs sent out from 
2107:              this session." 
2108:     ::= { pgmNeTsiPerformanceEntry 31 } 
2109:  
2110: pgmNeTsiSpmSequenceNumber OBJECT-TYPE 
2111:     SYNTAX     Unsigned32 
2112:     MAX-ACCESS read-only 
2113:     STATUS     current 
2114:     DESCRIPTION 
2115:             "Sequence number of the last seen SPM." 
2116:     ::= {pgmNeTsiPerformanceEntry 32 } 
2117:  
2118: pgmNeTsiTransmissionGroupSize OBJECT-TYPE 
2119:     SYNTAX     Unsigned32 
2120:     MAX-ACCESS read-only 
2121:     STATUS     current 
2122:     DESCRIPTION 
2123:             "Advertised size of the transmission group for 
2124:              this transport session." 
2125:     ::= {pgmNeTsiPerformanceEntry 33 } 
2126:  
2127: pgmNeTsiTimeout OBJECT-TYPE 
2128:     SYNTAX     TimeTicks 
2129:     MAX-ACCESS read-only 
2130:     STATUS     current 
2131:     DESCRIPTION 
2132:             "Time left for this entry to expire." 
2133:     ::= {pgmNeTsiPerformanceEntry 34 } 
2134:  
2135: pgmNeTsiLastTtl OBJECT-TYPE 
2136:     SYNTAX     Unsigned32(1..255) 
2137: 
2138:   
2139: Petrova                     INTERNET DRAFT                          39 
2139: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
2140: 
2141: 
2142: 
2143: 
2144: 
2145: 
2146: 
2147: 
2148:                                PGM MIB                      June 2002 
2149:  
2150:  
2151:     MAX-ACCESS read-only 
2152:     STATUS     current 
2153:     DESCRIPTION 
2154:             "IP TTL of last seen valid SPM." 
2155:     ::= {pgmNeTsiPerformanceEntry 35 } 
2155: warning - warning: flushing recent incorrect declaration, see previous error(s)
2156:  
2157: pgmNeTsiLinkLossRate OBJECT-TYPE 
2158:     SYNTAX     Unsigned32(0..100) 
2159:     MAX-ACCESS read-only 
2160:     STATUS     current 
2161:     DESCRIPTION 
2162:             "Worst reported link loss rate for congestion 
2163:              control. This is reported as a percentage." 
2164:     ::= {pgmNeTsiPerformanceEntry 36 } 
2165:  
2166: pgmNeTsiPathLossRate OBJECT-TYPE 
2167:     SYNTAX     Unsigned32 (0..100) 
2168:     MAX-ACCESS read-only 
2169:     STATUS     current 
2170:     DESCRIPTION 
2171:             "Worst reported path loss rate for congestion 
2172:              control. This is reported as a percentage." 
2173:     ::= {pgmNeTsiPerformanceEntry 37 } 
2174:  
2175: pgmNeTsiReceiverLossRate OBJECT-TYPE 
2176:     SYNTAX     Unsigned32 (0..100) 
2177:     MAX-ACCESS read-only 
2178:     STATUS     current 
2179:     DESCRIPTION 
2180:             "Worst reported receiver loss rate for congestion 
2181:              control. This is reported as a percentage." 
2182:     ::= {pgmNeTsiPerformanceEntry 38 } 
2183:  
2184: pgmNeTsiCongestionReportLead OBJECT-TYPE 
2185:     SYNTAX     Unsigned32 
2186:     MAX-ACCESS read-only 
2187:     STATUS     current 
2188:     DESCRIPTION 
2189:             "Data lead sequence number associated with the 
2190:               worst reported receiver loss rate." 
2191:     ::= {pgmNeTsiPerformanceEntry 39 } 
2192:  
2193: pgmNeTsiCongestionReportWorstReceiver OBJECT-TYPE 
2194:     SYNTAX     IpAddress 
2195:     MAX-ACCESS read-only 
2196:     STATUS     current 
2197: 
2198:   
2199: Petrova                     INTERNET DRAFT                          40 
2199: error - description missing in object definition
2199: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
2200: 
2201: 
2202: 
2203: 
2204: 
2205: 
2206: 
2207: 
2208:                                PGM MIB                      June 2002 
2209:  
2210:  
2211:     DESCRIPTION 
2212:             "IP address of the receiver that reported the 
2213:              worst receiver loss rate." 
2214:     ::= {pgmNeTsiPerformanceEntry 40 } 
2214: warning - warning: flushing recent incorrect declaration, see previous error(s)
2215:  
2216: -- The PGM Retransmission table 
2217:  
2218: -- The PGM Retransmission table contains  
2219: -- information about current retransmission requests. 
2220: -- This information is held per sequence number, or in  
2221: -- the case of FEC, every transmission group, for which 
2222: -- retransmission has been requested. 
2223:  
2224: pgmNeTsiRtxNumberOfEntries OBJECT-TYPE 
2225:     SYNTAX     Unsigned32 
2226:     MAX-ACCESS read-only 
2227:     STATUS     current 
2228:     DESCRIPTION 
2229:             "Number of entries in the retransmission table." 
2230:     ::= { pgmNeTsi 5 } 
2231:  
2232: pgmNeTsiRtxTable  OBJECT-TYPE 
2233:     SYNTAX SEQUENCE OF PgmNeTsiRtxEntry 
2233: error - unknown type `PgmNeTsiRtxEntry'
2234:     MAX-ACCESS not-accessible 
2235:     STATUS     current 
2236:     DESCRIPTION 
2237:             "The table holding information for every sequence 
2238:              number, or in the case of FEC,  every  
2239:              transmission group, for which retransmission has  
2240:              been requested." 
2241:     ::= {pgmNeTsi 6 } 
2242:  
2243: pgmNeTsiRtxEntry OBJECT-TYPE 
2244:     SYNTAX     PgmNeTsiRtxEntry 
2245:     MAX-ACCESS not-accessible 
2246:     STATUS     current 
2247:     DESCRIPTION 
2248:             "Per sequence number / transmission group 
2249:              information." 
2250:     INDEX   { pgmNeTsiGlobalId, 
2251:               pgmNeTsiDataSourcePort, 
2252:               pgmNeTsiRtxSequenceNumber, 
2253:               pgmNeTsiRtxSequenceNumberType } 
2254:     ::= { pgmNeTsiRtxTable 1 } 
2255:  
2256: PgmNeTsiRtxEntry ::= SEQUENCE { 
2257: 
2258:   
2259: Petrova                     INTERNET DRAFT                          41 
2259: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting LOWERCASE_IDENTIFIER
2260: 
2261: 
2262: 
2263: 
2264: 
2265: 
2266: 
2267: 
2268:                                PGM MIB                      June 2002 
2269:  
2270:  
2271:     pgmNeTsiRtxSequenceNumber 
2272:         Unsigned32, 
2273:     pgmNeTsiRtxSequenceNumberType 
2274:         INTEGER, 
2275:     pgmNeTsiRtxReqParityTgCount 
2276:         Counter32, 
2277:     pgmNeTsiRtxTimeout 
2278:         TimeTicks, 
2279:     pgmNeTsiRtxStateBits 
2280:         BITS 
2281: } 
2281: warning - warning: flushing recent incorrect declaration, see previous error(s)
2282:  
2283: pgmNeTsiRtxSequenceNumber OBJECT-TYPE 
2284:     SYNTAX     Unsigned32 
2285:     MAX-ACCESS not-accessible 
2286:     STATUS     current 
2287:     DESCRIPTION 
2288:             "For non-parity retransmission, a sequence number. 
2289:              For parity retransmission, a transmission group 
2290:              and packet count." 
2291:     ::= {pgmNeTsiRtxEntry 1 } 
2292:  
2293: pgmNeTsiRtxSequenceNumberType OBJECT-TYPE 
2294:     SYNTAX     INTEGER { 
2295:                  selective(1), 
2296:                   tg(2) 
2297:                } 
2298:     MAX-ACCESS not-accessible 
2299:     STATUS     current 
2300:     DESCRIPTION 
2301:             "Selective Sequence Number and TG Sequence 
2302:              Number." 
2303:     ::= {pgmNeTsiRtxEntry 2 } 
2304:  
2305: pgmNeTsiRtxReqParityTgCount OBJECT-TYPE 
2306:     SYNTAX     Counter32 
2307:     MAX-ACCESS read-only 
2308:     STATUS     current 
2309:     DESCRIPTION 
2310:             "The Requested number of missing parity packets 
2311:              of specific Tg. The largest counter of the  
2312:              received NAK will be stored in this mib. This  
2313:              variable is valid for parity packets only." 
2314:     ::= { pgmNeTsiRtxEntry 4 } 
2315:  
2316: pgmNeTsiRtxTimeout OBJECT-TYPE 
2317: 
2318:   
2319: Petrova                     INTERNET DRAFT                          42 
2319: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
2320: 
2321: 
2322: 
2323: 
2324: 
2325: 
2326: 
2327: 
2328:                                PGM MIB                      June 2002 
2329:  
2330:  
2331:     SYNTAX     TimeTicks 
2332:     MAX-ACCESS read-only 
2333:     STATUS     current 
2334:     DESCRIPTION 
2335:             "When this state will expire." 
2336:     ::= {pgmNeTsiRtxEntry 5 } 
2336: warning - warning: flushing recent incorrect declaration, see previous error(s)
2337:  
2338: pgmNeTsiRtxStateBits OBJECT-TYPE 
2339:     SYNTAX     BITS { 
2340:                     initialising(0), 
2341:                     eliminating(1), 
2342:                     redirecting(2), 
2343:                     stateCreatedByNullNAK(3), 
2344:                     listNAKentry(4), 
2345:                     parityState(5) 
2346:                } 
2347:     MAX-ACCESS read-only 
2348:     STATUS     current 
2349:     DESCRIPTION 
2350:             "State associated with retransmission entry." 
2351:     ::= {pgmNeTsiRtxEntry 6 } 
2352:  
2353: -- The PGM Retransmission interfaces table 
2354:  
2355: -- The PGM Retransmission interfaces table contains  
2356: -- information about what interfaces will be sent  
2357: -- retransmitted data for a particular 
2358: -- retransmission entry 
2359:  
2360: pgmNeTsiRtxIfNumberOfEntries OBJECT-TYPE 
2361:     SYNTAX     Unsigned32 
2362:     MAX-ACCESS read-only 
2363:     STATUS     current 
2364:     DESCRIPTION 
2365:             "Number of entries in the retransmission  
2366:              interfaces table." 
2367:     ::= { pgmNeTsi 7 } 
2368:  
2369: pgmNeTsiRtxIfTable  OBJECT-TYPE 
2370:     SYNTAX SEQUENCE OF PgmNeTsiRtxIfEntry 
2371:     MAX-ACCESS not-accessible 
2372:     STATUS     current 
2373:     DESCRIPTION 
2374:             "The table holding information of every  
2375:              interface for which retransmit state for  
2376:              a particular sequence number or transmission  
2377: 
2378:   
2379: Petrova                     INTERNET DRAFT                          43 
2380: 
2381: 
2382: 
2383: 
2384: 
2385: 
2386: 
2387: 
2388:                                PGM MIB                      June 2002 
2389:  
2390:  
2391:              group has to be sent." 
2392:     ::= {pgmNeTsi 8} 
2393:  
2394: pgmNeTsiRtxIfEntry OBJECT-TYPE 
2395:     SYNTAX     PgmNeTsiRtxIfEntry 
2396:     MAX-ACCESS not-accessible 
2397:     STATUS     current 
2398:     DESCRIPTION 
2399:             "Destination interfaces for a particular  
2400:              retransmit state." 
2401:     INDEX   { pgmNeTsiGlobalId, 
2402:               pgmNeTsiDataSourcePort, 
2403:               pgmNeTsiRtxSequenceNumber, 
2404:               pgmNeTsiRtxSequenceNumberType, 
2405:               pgmNeTsiRtxIfIndex }  
2406:     ::= { pgmNeTsiRtxIfTable 1 } 
2407:  
2408: PgmNeTsiRtxIfEntry ::= SEQUENCE { 
2409:     pgmNeTsiRtxIfIndex 
2410:         InterfaceIndex, 
2411:     pgmNeTsiRtxIfPacketCount 
2412:         Counter32 
2413: } 
2414:  
2415: pgmNeTsiRtxIfIndex OBJECT-TYPE 
2416:     SYNTAX     InterfaceIndex 
2417:     MAX-ACCESS not-accessible 
2418:     STATUS     current 
2419:     DESCRIPTION 
2420:             "A unique value for each interface. Its value 
2421:              ranges between 1 and the value of ifNumber.  
2422:              The value for each interface must remain  
2423:              constant at least from one re-initialization 
2424:              of the entity's network management system to 
2425:              the next re-initialization." 
2426:     ::= { pgmNeTsiRtxIfEntry 1 } 
2427:  
2428: pgmNeTsiRtxIfPacketCount OBJECT-TYPE 
2429:     SYNTAX     Counter32 
2430:     MAX-ACCESS read-only 
2431:     STATUS     current 
2432:     DESCRIPTION 
2433:             "Number of repair data packets still to be  
2434:              retransmitted on this interface. For non-parity  
2435:              retransmission this will never have a value  
2436:              greater than 1. For parity retransmission,  
2437: 
2438:   
2439: Petrova                     INTERNET DRAFT                          44 
2440: 
2441: 
2442: 
2443: 
2444: 
2445: 
2446: 
2447: 
2448:                                PGM MIB                      June 2002 
2449:  
2450:  
2451:              any number can be present." 
2452:     ::= { pgmNeTsiRtxIfEntry 2 } 
2453:  
2454: -- The PGM Poll Response table 
2455:  
2456: -- The PGM Poll Response table contains information  
2457: -- about PGM parent's of this network element who are  
2458: -- currently polling it. 
2459:  
2460: pgmNeTsiPolrNumberOfEntries OBJECT-TYPE 
2461:     SYNTAX     Unsigned32 
2462:     MAX-ACCESS read-only 
2463:     STATUS     current 
2464:     DESCRIPTION 
2465:             "Number of entries in the poll response table." 
2466:     ::= { pgmNeTsi 9 } 
2467:  
2468: pgmNeTsiPolrTable  OBJECT-TYPE 
2469:     SYNTAX SEQUENCE OF PgmNeTsiPolrEntry 
2470:     MAX-ACCESS not-accessible 
2471:     STATUS     current 
2472:     DESCRIPTION 
2473:             "The table holding state information about what 
2474:              PGM parents are polling this Network Element." 
2475:     ::= { pgmNeTsi 10 } 
2476:  
2477: pgmNeTsiPolrEntry OBJECT-TYPE 
2478:     SYNTAX     PgmNeTsiPolrEntry 
2479:     MAX-ACCESS not-accessible 
2480:     STATUS     current 
2481:     DESCRIPTION 
2482:             "State information for a Network Element that  
2483:              is being polled by its parents" 
2484:     INDEX   { pgmNeTsiGlobalId, 
2485:               pgmNeTsiDataSourcePort, 
2486:               pgmNeTsiPolrSource } 
2486: severe - unknown object identifier label `pgmNeTsiPolrSource'
2487:     ::= { pgmNeTsiPolrTable 1 } 
2488:  
2489: PgmNeTsiPolrEntry ::= SEQUENCE { 
2489: minor error - SEQUENCE element #1 `pgmNeTsiPolrSource' is not a child node under `pgmNeTsiPolrEntry'
2489: minor error - SEQUENCE element #2 `pgmNeTsiPolrSequenceNumber' is not a child node under `pgmNeTsiPolrEntry'
2490:     pgmNeTsiPolrSource 
2491:         IpAddress, 
2492:     pgmNeTsiPolrSequenceNumber 
2493:         Unsigned32 
2494: } 
2495:  
2496: pgmNeTsiPolrSource OBJECT-TYPE 
2497: 
2498:   
2499: Petrova                     INTERNET DRAFT                          45 
2499: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
2500: 
2501: 
2502: 
2503: 
2504: 
2505: 
2506: 
2507: 
2508:                                PGM MIB                      June 2002 
2509:  
2510:  
2511:     SYNTAX     IpAddress 
2512:     MAX-ACCESS not-accessible 
2513:     STATUS     current 
2514:     DESCRIPTION 
2515:             "IP Address of parent who is polling this  
2516:              device." 
2517:     ::= { pgmNeTsiPolrEntry 1 } 
2517: warning - warning: flushing recent incorrect declaration, see previous error(s)
2518:  
2519: pgmNeTsiPolrSequenceNumber OBJECT-TYPE 
2520:     SYNTAX     Unsigned32 
2521:     MAX-ACCESS read-only 
2522:     STATUS     current 
2523:     DESCRIPTION 
2524:             "Sequence number of last POLR from the source." 
2525:     ::= { pgmNeTsiPolrEntry 2 } 
2526:  
2527: -- The PGM Poll table 
2528:  
2529: -- The PGM Poll table contains information related to 
2530: -- polling that this Network Element is doing for  
2531: -- its children 
2532:  
2533: pgmNeTsiPollNumberOfEntries OBJECT-TYPE 
2534:     SYNTAX     Unsigned32 
2535:     MAX-ACCESS read-only 
2536:     STATUS     current 
2537:     DESCRIPTION 
2538:             "Number of entries in the poll table." 
2539:     ::= { pgmNeTsi 11 } 
2540:  
2541: pgmNeTsiPollTable  OBJECT-TYPE 
2542:     SYNTAX SEQUENCE OF PgmNeTsiPollEntry 
2543:     MAX-ACCESS not-accessible 
2544:     STATUS     current 
2545:     DESCRIPTION 
2546:             "The table holding state information related  
2547:              to polling that this Network Element is doing  
2548:              for its children." 
2549:     ::= { pgmNeTsi 12 } 
2550:  
2551: pgmNeTsiPollEntry OBJECT-TYPE 
2552:     SYNTAX     PgmNeTsiPollEntry 
2553:     MAX-ACCESS not-accessible 
2554:     STATUS     current 
2555:     DESCRIPTION 
2556:             "State information for a Network Element that 
2557: 
2558:   
2559: Petrova                     INTERNET DRAFT                          46 
2560: 
2561: 
2562: 
2563: 
2564: 
2565: 
2566: 
2567: 
2568:                                PGM MIB                      June 2002 
2569:  
2570:  
2571:              is polling its children." 
2572:     INDEX   { pgmNeTsiGlobalId, 
2573:               pgmNeTsiDataSourcePort, 
2574:               pgmNeTsiPollType } 
2575:     ::= { pgmNeTsiPollTable 1 } 
2576:  
2577: PgmNeTsiPollEntry ::= SEQUENCE { 
2577: minor error - SEQUENCE element #3 `pgmNeTsiPollChildBackoff' is not a child node under `pgmNeTsiPollEntry'
2577: warning - warning: SEQUENCE element #4 `pgmNeTsiPollMask' does not match order of columnar objects under `pgmNeTsiPollEntry'
2578:     pgmNeTsiPollType 
2579:         INTEGER, 
2580:     pgmNeTsiPollSequence 
2581:         Unsigned32, 
2582:     pgmNeTsiPollChildBackoff 
2583:         Unsigned32, 
2583: severe - unknown object identifier label `pgmNeTsiPollChildBackoff'
2584:     pgmNeTsiPollMask 
2585:         Unsigned32, 
2586:     pgmNeTsiPollPeriod 
2587:         Unsigned32, 
2588:     pgmNeTsiPollCount 
2589:         Counter32, 
2590:     pgmNeTsiPollTimeout 
2591:         TimeTicks 
2592: } 
2593:  
2594: pgmNeTsiPollType OBJECT-TYPE 
2595:     SYNTAX     INTEGER {  
2596:                   general(1),  
2597:                   dlr(2)  
2598:                } 
2599:     MAX-ACCESS not-accessible 
2600:     STATUS     current 
2601:     DESCRIPTION 
2602:             "Type of Poll." 
2603:     ::= { pgmNeTsiPollEntry 1 } 
2604:  
2605: pgmNeTsiPollSequence OBJECT-TYPE 
2606:     SYNTAX     Unsigned32 
2607:     MAX-ACCESS read-only 
2608:     STATUS     current 
2609:     DESCRIPTION 
2610:             "Sequence number of the most recent POLL packet 
2611:              that we sent." 
2612:     ::= { pgmNeTsiPollEntry 2 } 
2613:  
2614: pgmNeTsiPollChildBackoff OBJECT-TYPE 
2615:     SYNTAX     Unsigned32 
2616:     MAX-ACCESS read-only 
2617: 
2618:   
2619: Petrova                     INTERNET DRAFT                          47 
2619: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
2620: 
2621: 
2622: 
2623: 
2624: 
2625: 
2626: 
2627: 
2628:                                PGM MIB                      June 2002 
2629:  
2630:  
2631:     STATUS     current 
2632:     DESCRIPTION 
2633:             "Backoff advertised to be used by child of poll." 
2634:     ::= { pgmNeTsiPollEntry 3 } 
2634: warning - warning: flushing recent incorrect declaration, see previous error(s)
2635:  
2636: pgmNeTsiPollMask OBJECT-TYPE 
2637:     SYNTAX     Unsigned32 
2638:     MAX-ACCESS read-only 
2639:     STATUS     current 
2640:     DESCRIPTION 
2641:             "Mask being used in poll." 
2642:     ::= { pgmNeTsiPollEntry 4 } 
2643:  
2644: pgmNeTsiPollPeriod OBJECT-TYPE 
2645:     SYNTAX     Unsigned32 
2646:     MAX-ACCESS read-only 
2647:     STATUS     current 
2648:     DESCRIPTION 
2649:             "Period of poll." 
2650:     ::= { pgmNeTsiPollEntry 5 } 
2651:  
2652: pgmNeTsiPollCount OBJECT-TYPE 
2653:     SYNTAX     Counter32 
2654:     MAX-ACCESS read-only 
2655:     STATUS     current 
2656:     DESCRIPTION 
2657:             "Number of Poll responses (POLRs) received." 
2658:     ::= { pgmNeTsiPollEntry 6 } 
2659:  
2660: pgmNeTsiPollTimeout OBJECT-TYPE 
2661:     SYNTAX     TimeTicks 
2662:     MAX-ACCESS read-only 
2663:     STATUS     current 
2664:     DESCRIPTION 
2665:             "Remaining Time Ticks to next poll." 
2666:     ::= { pgmNeTsiPollEntry 7 } 
2667:  
2668:  
2669: -- 
2670: -- PGM Source  
2671: --  
2672:  
2673: -- PGM Source general management information 
2674:  
2675:  
2676: pgmSourceSaveDefaults  OBJECT-TYPE 
2677: 
2678:   
2679: Petrova                     INTERNET DRAFT                          48 
2679: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
2680: 
2681: 
2682: 
2683: 
2684: 
2685: 
2686: 
2687: 
2688:                                PGM MIB                      June 2002 
2689:  
2690:  
2691:     SYNTAX     INTEGER { initial (1), 
2692:                          save (2),  
2693:                          pending (3), 
2694:                          success (4), 
2695:                          failure (5) } 
2695: warning - warning: flushing recent incorrect declaration, see previous error(s)
2696:     MAX-ACCESS read-write 
2696: severe - syntax error, unexpected MAX_ACCESS
2697:     STATUS     current 
2698:     DESCRIPTION 
2699:             "Flag used to initiate the storing  
2700:              of all default variable values to  
2701:              non-volatile storage and to report the  
2702:              result of the operation. 
2703:              The following values can only be read, 
2704:              never written : 
2705:              initial(1) - returned prior to any requests 
2706:              for saving the default configuration 
2707:              pending(3) - saving in progress 
2708:              success(4) - returned when a save(2) request 
2709:              is successful 
2710:              failure(5) - returned when a save(2) request 
2711:              is unsuccessful 
2712:  
2713:              The following values can only be written, 
2714:              never read : 
2715:              save(2) - to indicate that the default 
2716:              configuration should be saved." 
2717:     ::= { pgmSource 1 } 
2717: warning - warning: flushing recent incorrect declaration, see previous error(s)
2718:  
2719: pgmSourceLastUpdateTime OBJECT-TYPE 
2720:     SYNTAX     TimeTicks 
2721:     MAX-ACCESS read-only 
2722:     STATUS     current 
2723:     DESCRIPTION 
2724:             "Number of TimeTicks since the last update 
2725:              of the non-volatile storage."  
2726:     ::= { pgmSource 2 } 
2727:  
2728: pgmSourceDefaultTtl OBJECT-TYPE 
2729:     SYNTAX     Unsigned32(1..255) 
2730:     MAX-ACCESS read-write 
2731:     STATUS     current 
2732:     DESCRIPTION 
2733:             "Default TTL used by the PGM Source." 
2734:     ::= { pgmSource 3 } 
2735:  
2736: pgmSourceDefaultAdvMode OBJECT-TYPE 
2737: 
2738:   
2739: Petrova                     INTERNET DRAFT                          49 
2739: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
2740: 
2741: 
2742: 
2743: 
2744: 
2745: 
2746: 
2747: 
2748:                                PGM MIB                      June 2002 
2749:  
2750:  
2751:     SYNTAX     INTEGER { data(1),  
2752:                          time(2), 
2753:                          applctrl(3), 
2754:                          other(4) } 
2754: warning - warning: flushing recent incorrect declaration, see previous error(s)
2755:     MAX-ACCESS read-write 
2755: severe - syntax error, unexpected MAX_ACCESS
2756:     STATUS     current 
2757:     DESCRIPTION 
2758:             "Flag to indicate that the transmit window is 
2759:              advanced with data, by time, under application 
2760:              control, or any other method." 
2761:     ::= { pgmSource 4 } 
2761: warning - warning: flushing recent incorrect declaration, see previous error(s)
2762:  
2763: pgmSourceDefaultLateJoin OBJECT-TYPE 
2764:     SYNTAX     INTEGER {  
2765:                   enable(1),  
2766:                   disable(2)  
2767:                } 
2768:     MAX-ACCESS read-write 
2769:     STATUS     current 
2770:     DESCRIPTION 
2771:             "Flag to indicate whether or not the sender will 
2772:              accept late joiners." 
2773:     ::= { pgmSource 5 } 
2774:  
2775: pgmSourceDefaultTxwMaxRte OBJECT-TYPE 
2776:     SYNTAX     Unsigned32 
2777:     MAX-ACCESS read-write 
2778:     STATUS     current 
2779:     DESCRIPTION 
2780:             "Maximum transmit rate in bytes/second." 
2781:     ::= { pgmSource 6 } 
2782:  
2783: pgmSourceDefaultTxwSecs OBJECT-TYPE 
2784:     SYNTAX     Unsigned32 
2785:     UNITS      "seconds" 
2786:     MAX-ACCESS read-write 
2787:     STATUS     current 
2788:     DESCRIPTION 
2789:             "Transmit window size in seconds." 
2790:     ::= { pgmSource 7 } 
2791:  
2792: pgmSourceDefaultTxwAdvSecs OBJECT-TYPE 
2793:     SYNTAX     Unsigned32 
2794:     UNITS      "seconds" 
2795:     MAX-ACCESS read-write 
2796:     STATUS     current 
2797: 
2798:   
2799: Petrova                     INTERNET DRAFT                          50 
2799: error - description missing in object definition
2799: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
2800: 
2801: 
2802: 
2803: 
2804: 
2805: 
2806: 
2807: 
2808:                                PGM MIB                      June 2002 
2809:  
2810:  
2811:     DESCRIPTION 
2812:             "Transmit window advance in seconds. This value 
2813:              should always be set to a value smaller than 
2814:              the pgmSourceTxwSecs." 
2815:     ::= { pgmSource 8 } 
2815: warning - warning: flushing recent incorrect declaration, see previous error(s)
2816:  
2817: pgmSourceDefaultAdvIvl OBJECT-TYPE 
2818:     SYNTAX     Unsigned32 
2819:     UNITS      "milliseconds" 
2820:     MAX-ACCESS read-write 
2821:     STATUS     current 
2822:     DESCRIPTION 
2823:             "Advance interval in milliseconds. Always a 
2824:              valid parameter when advancing with time. 
2825:              Valid only in cases of absence of lost data 
2826:              when advancing with data." 
2827:     ::= { pgmSource 9 } 
2828:  
2829: pgmSourceDefaultSpmIvl OBJECT-TYPE 
2830:     SYNTAX     Unsigned32 
2831:     UNITS      "milliseconds" 
2832:     MAX-ACCESS read-write 
2833:     STATUS     current 
2834:     DESCRIPTION 
2835:             "SPM interval in milliseconds." 
2836:     ::= { pgmSource 10 } 
2837:  
2838: pgmSourceDefaultSpmHeartBeatIvlMin OBJECT-TYPE 
2839:     SYNTAX     Unsigned32 
2840:     UNITS      "milliseconds" 
2841:     MAX-ACCESS read-write 
2842:     STATUS     current 
2843:     DESCRIPTION 
2844:             "SPM heartbeat interval in milliseconds." 
2845:     ::= { pgmSource 11 } 
2846:  
2847: pgmSourceDefaultSpmHeartBeatIvlMax OBJECT-TYPE 
2848:     SYNTAX     Unsigned32 
2849:     UNITS      "milliseconds" 
2850:     MAX-ACCESS read-write 
2851:     STATUS     current 
2852:     DESCRIPTION 
2853:             "Maximum SPM heartbeat interval in milliseconds." 
2854:     ::= { pgmSource 12 } 
2855:  
2856: pgmSourceDefaultRdataBackoffIvl OBJECT-TYPE 
2857: 
2858:   
2859: Petrova                     INTERNET DRAFT                          51 
2859: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
2860: 
2861: 
2862: 
2863: 
2864: 
2865: 
2866: 
2867: 
2868:                                PGM MIB                      June 2002 
2869:  
2870:  
2871:     SYNTAX     Unsigned32 
2872:     UNITS      "milliseconds" 
2873:     MAX-ACCESS read-write 
2874:     STATUS     current 
2875:     DESCRIPTION 
2876:             "RDATA backoff interval in milliseconds." 
2877:     ::= { pgmSource 13 } 
2877: warning - warning: flushing recent incorrect declaration, see previous error(s)
2878:  
2879: pgmSourceDefaultFECProactiveParitySize OBJECT-TYPE 
2880:     SYNTAX     Unsigned32 
2881:     MAX-ACCESS read-write 
2882:     STATUS     current 
2883:     DESCRIPTION 
2884:             "Number of proactive parity messages per FEC 
2885:              block." 
2886:     ::= { pgmSource 14 } 
2887:  
2888: pgmSourceDefaultGroupAddress OBJECT-TYPE 
2889:     SYNTAX     IpAddress 
2890:     MAX-ACCESS read-only 
2891:     STATUS     current 
2892:     DESCRIPTION 
2893:             "The default IP Multicast group address  
2894:              used by the sender." 
2895:     ::= { pgmSource 15 } 
2896:  
2897: pgmSourceUpdateSinceLastSave OBJECT-TYPE 
2898:     SYNTAX     INTEGER 
2899:                { 
2900:                    notUpdated(1), 
2901:                    updated(2) 
2902:                } 
2903:     MAX-ACCESS read-only 
2904:     STATUS     current 
2905:     DESCRIPTION 
2906:             "Specifies if any of the Source Default 
2907:              variables have been updated or not, 
2908:              since the last successful pgmSourceSaveDefaults. 
2909:              notUpdated - none of the default Source 
2910:                           variables were set after the last 
2911:                           successful save to a non-volatile 
2912:                           storage. 
2913:              updated - at least one of the default Source 
2914:                           variables were set after the last 
2915:                           successful save to a non-volatile 
2916:                           storage." 
2917: 
2918:   
2919: Petrova                     INTERNET DRAFT                          52 
2919: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
2920: 
2921: 
2922: 
2923: 
2924: 
2925: 
2926: 
2927: 
2928:                                PGM MIB                      June 2002 
2929:  
2930:  
2931:     ::= { pgmSource 16 } 
2931: warning - warning: flushing recent incorrect declaration, see previous error(s)
2932:  
2933: -- PGM Source per TSI management information 
2934:  
2935: pgmSourceTsi OBJECT IDENTIFIER ::= { pgmSource 100 } 
2936:  
2937: pgmSourceNumberOfEntries OBJECT-TYPE 
2938:     SYNTAX     Unsigned32 
2939:     MAX-ACCESS read-only 
2940:     STATUS     current 
2941:     DESCRIPTION 
2942:             "Number of PGM Source sessions." 
2943:     ::= { pgmSourceTsi 1 } 
2944:  
2945: -- PGM Source Fault Management Table 
2946:  
2947: pgmSourceTable  OBJECT-TYPE 
2948:     SYNTAX SEQUENCE OF PgmSourceEntry 
2948: error - unknown type `PgmSourceEntry'
2949:     MAX-ACCESS not-accessible 
2950:     STATUS     current 
2951:     DESCRIPTION 
2952:             "The table holding per TSI fault 
2953:              management and general information 
2954:              related to PGM Source." 
2955:     ::= {pgmSourceTsi 2} 
2956:  
2957: pgmSourceEntry OBJECT-TYPE 
2958:     SYNTAX     PgmSourceEntry 
2959:     MAX-ACCESS not-accessible 
2960:     STATUS     current 
2961:     DESCRIPTION 
2962:             "Per PGM sender information." 
2963:     INDEX   { pgmSourceGlobalId, 
2964:               pgmSourceSourcePort } 
2965:     ::= { pgmSourceTable 1 } 
2966:  
2967: PgmSourceEntry ::= SEQUENCE { 
2968:     pgmSourceGlobalId 
2969:         OCTET STRING, 
2970:     pgmSourceSourcePort 
2971:         Unsigned32, 
2972:     pgmSourceSourceAddress 
2973:         IpAddress, 
2974:     pgmSourceGroupAddress 
2975:         IpAddress, 
2976:     pgmSourceDestPort 
2977: 
2978:   
2979: Petrova                     INTERNET DRAFT                          53 
2979: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
2979: severe - unknown object identifier label `pgmSourceDestPort'
2980: 
2981: 
2982: 
2983: 
2984: 
2985: 
2986: 
2987: 
2988:                                PGM MIB                      June 2002 
2989:  
2990:  
2991:         Unsigned32, 
2992:     pgmSourceSourceGsi 
2993:         OCTET STRING, 
2994:     pgmSourceSourcePortNumber 
2995:         Unsigned32 
2996:     } 
2996: warning - warning: flushing recent incorrect declaration, see previous error(s)
2997:  
2998: pgmSourceGlobalId OBJECT-TYPE 
2999:     SYNTAX     OCTET STRING (SIZE (12)) 
3000:     MAX-ACCESS not-accessible 
3001:     STATUS     current 
3002:     DESCRIPTION 
3003:             "Globally unique session identifier (GSI)." 
3004:     ::= { pgmSourceEntry 1 } 
3005:  
3006: pgmSourceSourcePort OBJECT-TYPE 
3007:     SYNTAX     Unsigned32(0..65535) 
3008:     MAX-ACCESS not-accessible 
3009:     STATUS     current 
3010:     DESCRIPTION 
3011:             "Source port number." 
3012:     ::= { pgmSourceEntry 2 } 
3013:  
3014: pgmSourceSourceAddress OBJECT-TYPE 
3015:     SYNTAX     IpAddress 
3016:     MAX-ACCESS read-only 
3017:     STATUS     current 
3018:     DESCRIPTION 
3019:             "Source IP address." 
3020:     ::= { pgmSourceEntry 3 } 
3021:  
3022: pgmSourceGroupAddress OBJECT-TYPE 
3023:     SYNTAX     IpAddress 
3024:     MAX-ACCESS read-only 
3025:     STATUS     current 
3026:     DESCRIPTION 
3027:             "IP Multicast group address used by the 
3028:              sender." 
3029:     ::= { pgmSourceEntry 4 } 
3030:  
3031: pgmSourceDestPort OBJECT-TYPE 
3032:     SYNTAX     Unsigned32 (0..65535) 
3033:     MAX-ACCESS read-only 
3034:     STATUS     current 
3035:     DESCRIPTION 
3036:             "Destination port number." 
3037: 
3038:   
3039: Petrova                     INTERNET DRAFT                          54 
3039: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
3040: 
3041: 
3042: 
3043: 
3044: 
3045: 
3046: 
3047: 
3048:                                PGM MIB                      June 2002 
3049:  
3050:  
3051:     ::= { pgmSourceEntry 5 } 
3051: warning - warning: flushing recent incorrect declaration, see previous error(s)
3052:  
3053: pgmSourceSourceGsi OBJECT-TYPE 
3054:     SYNTAX     OCTET STRING (SIZE (12)) 
3055:     MAX-ACCESS read-only 
3056:     STATUS     current 
3057:     DESCRIPTION 
3058:             "Globally unique session identifier (GSI)." 
3059:     ::= { pgmSourceEntry 6 } 
3060:  
3061: pgmSourceSourcePortNumber OBJECT-TYPE 
3062:     SYNTAX     Unsigned32(0..65535) 
3063:     MAX-ACCESS read-only 
3064:     STATUS     current 
3065:     DESCRIPTION 
3066:             "Source port number." 
3067:     ::= { pgmSourceEntry 7 } 
3068:  
3069:  
3070: -- PGM Source Configuration Management Table 
3071:  
3072: pgmSourceConfigTable  OBJECT-TYPE 
3073:     SYNTAX SEQUENCE OF PgmSourceConfigEntry 
3073: error - unknown type `PgmSourceConfigEntry'
3074:     MAX-ACCESS not-accessible 
3075:     STATUS     current 
3076:     DESCRIPTION 
3077:             "The table holding per TSI  
3078:              configuration information 
3079:              related to the PGM Source." 
3080:     ::= {pgmSourceTsi 3} 
3081:  
3082: pgmSourceConfigEntry OBJECT-TYPE 
3083:     SYNTAX     PgmSourceConfigEntry 
3084:     MAX-ACCESS not-accessible 
3085:     STATUS     current 
3086:     DESCRIPTION 
3087:             "Per PGM sender information." 
3088:     INDEX   { pgmSourceConfigGlobalId, 
3089:               pgmSourceConfigSourcePort } 
3089: severe - unknown object identifier label `pgmSourceConfigSourcePort'
3090:     ::= { pgmSourceConfigTable 1 } 
3091:  
3092: PgmSourceConfigEntry ::= SEQUENCE { 
3093:     pgmSourceConfigGlobalId 
3094:         OCTET STRING, 
3095:     pgmSourceConfigSourcePort 
3096:         Unsigned32, 
3097: 
3098:   
3099: Petrova                     INTERNET DRAFT                          55 
3099: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting LOWERCASE_IDENTIFIER
3100: 
3101: 
3102: 
3103: 
3104: 
3105: 
3106: 
3107: 
3108:                                PGM MIB                      June 2002 
3109:  
3110:  
3111:     pgmSourceTtl 
3112:         Unsigned32, 
3113:     pgmSourceAdvMode 
3114:         INTEGER, 
3115:     pgmSourceLateJoin 
3116:         INTEGER, 
3117:     pgmSourceTxwMaxRte 
3118:         Unsigned32, 
3119:     pgmSourceTxwSecs 
3120:         Unsigned32, 
3121:     pgmSourceTxwAdvSecs 
3122:         Unsigned32, 
3123:     pgmSourceAdvIvl 
3124:         Unsigned32, 
3125:     pgmSourceSpmIvl 
3126:         Unsigned32, 
3127:     pgmSourceSpmHeartBeatIvlMin 
3128:         Unsigned32, 
3129:     pgmSourceSpmHeartBeatIvlMax 
3130:         Unsigned32, 
3131:     pgmSourceRdataBackoffIvl 
3132:         Unsigned32, 
3133:     pgmSourceFEC 
3134:         INTEGER, 
3135:     pgmSourceFECTransmissionGrpSize 
3136:         Unsigned32, 
3137:     pgmSourceFECProactiveParitySize 
3138:         Unsigned32, 
3139:     pgmSourceSpmPathAddress 
3140:         IpAddress 
3141:     } 
3141: warning - warning: flushing recent incorrect declaration, see previous error(s)
3142:  
3143: pgmSourceConfigGlobalId OBJECT-TYPE 
3144:     SYNTAX     OCTET STRING (SIZE (12)) 
3145:     MAX-ACCESS not-accessible 
3146:     STATUS     current 
3147:     DESCRIPTION 
3148:             "Globally unique session identifier (GSI)." 
3149:     ::= { pgmSourceConfigEntry 1 } 
3150:  
3151: pgmSourceConfigSourcePort OBJECT-TYPE 
3152:     SYNTAX     Unsigned32(0..65535) 
3153:     MAX-ACCESS not-accessible 
3154:     STATUS     current 
3155:     DESCRIPTION 
3156:             "Source port number." 
3157: 
3158:   
3159: Petrova                     INTERNET DRAFT                          56 
3159: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
3160: 
3161: 
3162: 
3163: 
3164: 
3165: 
3166: 
3167: 
3168:                                PGM MIB                      June 2002 
3169:  
3170:  
3171:     ::= { pgmSourceConfigEntry 2 } 
3171: warning - warning: flushing recent incorrect declaration, see previous error(s)
3172:  
3173: pgmSourceTtl OBJECT-TYPE 
3174:     SYNTAX     Unsigned32(1..255) 
3175:     MAX-ACCESS read-write 
3176:     STATUS     current 
3177:     DESCRIPTION 
3178:             "TTL used by sender." 
3179:     ::= { pgmSourceConfigEntry 3 } 
3180:  
3181: pgmSourceAdvMode OBJECT-TYPE 
3182:     SYNTAX     INTEGER { data(1),  
3183:                          time(2), 
3184:                         applctrl(3), 
3185:                         other(4) } 
3186:     MAX-ACCESS read-write 
3187:     STATUS     current 
3188:     DESCRIPTION 
3189:             "Flag to indicate that the transmit window is 
3190:              advanced with data, by time, under application 
3191:              control, or any other method." 
3192:     ::= { pgmSourceConfigEntry 4 } 
3193:  
3194: pgmSourceLateJoin OBJECT-TYPE 
3195:     SYNTAX     INTEGER {  
3196:                   enable(1),  
3197:                   disable(2)  
3198:                } 
3199:     MAX-ACCESS read-only 
3200:     STATUS     current 
3201:     DESCRIPTION 
3202:             "Flag to indicate whether or not the sender will 
3203:              accept late joiners." 
3204:     ::= { pgmSourceConfigEntry 5 } 
3205:  
3206: pgmSourceTxwMaxRte OBJECT-TYPE 
3207:     SYNTAX     Unsigned32 
3208:     MAX-ACCESS read-write 
3209:     STATUS     current 
3210:     DESCRIPTION 
3211:             "Maximum transmit rate in bytes/second." 
3212:     ::= { pgmSourceConfigEntry 6 } 
3213:  
3214: pgmSourceTxwSecs OBJECT-TYPE 
3215:     SYNTAX     Unsigned32 
3216:     UNITS      "seconds" 
3217: 
3218:   
3219: Petrova                     INTERNET DRAFT                          57 
3219: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
3220: 
3221: 
3222: 
3223: 
3224: 
3225: 
3226: 
3227: 
3228:                                PGM MIB                      June 2002 
3229:  
3230:  
3231:     MAX-ACCESS read-write 
3232:     STATUS     current 
3233:     DESCRIPTION 
3234:             "Transmit window size in seconds." 
3235:     ::= { pgmSourceConfigEntry 7 } 
3235: warning - warning: flushing recent incorrect declaration, see previous error(s)
3236:  
3237: pgmSourceTxwAdvSecs OBJECT-TYPE 
3238:     SYNTAX     Unsigned32 
3239:     UNITS      "seconds" 
3240:     MAX-ACCESS read-write 
3241:     STATUS     current 
3242:     DESCRIPTION 
3243:             "Transmit window advance in seconds. This value 
3244:              should always be set to a value smaller than 
3245:              the pgmSourceTxwSecs." 
3246:     ::= { pgmSourceConfigEntry 8 } 
3247:  
3248: pgmSourceAdvIvl OBJECT-TYPE 
3249:     SYNTAX     Unsigned32 
3250:     UNITS      "milliseconds" 
3251:     MAX-ACCESS read-write 
3252:     STATUS     current 
3253:     DESCRIPTION 
3254:             "Advance interval in milliseconds. Always a 
3255:              valid parameter when advancing with time. 
3256:              Valid only in cases of absence of lost data 
3257:              when advancing with data." 
3258:     ::= { pgmSourceConfigEntry 9 } 
3259:  
3260: pgmSourceSpmIvl OBJECT-TYPE 
3261:     SYNTAX     Unsigned32 
3262:     UNITS      "milliseconds" 
3263:     MAX-ACCESS read-write 
3264:     STATUS     current 
3265:     DESCRIPTION 
3266:             "SPM interval in milliseconds." 
3267:     ::= { pgmSourceConfigEntry 10 } 
3268:  
3269: pgmSourceSpmHeartBeatIvlMin OBJECT-TYPE 
3270:     SYNTAX     Unsigned32 
3271:     UNITS      "milliseconds" 
3272:     MAX-ACCESS read-write 
3273:     STATUS     current 
3274:     DESCRIPTION 
3275:             "SPM heartbeat interval in milliseconds." 
3276:     ::= { pgmSourceConfigEntry 11 } 
3277: 
3278:   
3279: Petrova                     INTERNET DRAFT                          58 
3279: error - `Petrova' should start with a lower case letter
3279: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
3280: 
3281: 
3282: 
3283: 
3284: 
3285: 
3286: 
3287: 
3288:                                PGM MIB                      June 2002 
3289:  
3290:  
3291:  
3292: pgmSourceSpmHeartBeatIvlMax OBJECT-TYPE 
3293:     SYNTAX     Unsigned32 
3294:     UNITS      "milliseconds" 
3295:     MAX-ACCESS read-write 
3296:     STATUS     current 
3297:     DESCRIPTION 
3298:             "Maximum SPM heartbeat interval in milliseconds." 
3299:     ::= { pgmSourceConfigEntry 12 } 
3299: warning - warning: flushing recent incorrect declaration, see previous error(s)
3300:  
3301: pgmSourceRdataBackoffIvl OBJECT-TYPE 
3302:     SYNTAX     Unsigned32 
3303:     UNITS      "milliseconds" 
3304:     MAX-ACCESS read-write 
3305:     STATUS     current 
3306:     DESCRIPTION 
3307:             "RDATA backoff interval in milliseconds." 
3308:     ::= { pgmSourceConfigEntry 13 } 
3309:  
3310: pgmSourceFEC OBJECT-TYPE 
3311:     SYNTAX     INTEGER { disabled(1), 
3312:                          enabledFixedPacketSize(2), 
3313:                          enabledVariablePacketSize(3) } 
3314:     MAX-ACCESS read-only 
3315:     STATUS     current 
3316:     DESCRIPTION 
3317:             "Flag to indicate whether or not FEC is enabled 
3318:              and whether it supports variable or fixed size 
3319:              messages." 
3320:     ::= { pgmSourceConfigEntry 14 } 
3321:  
3322: pgmSourceFECTransmissionGrpSize OBJECT-TYPE 
3323:     SYNTAX     Unsigned32 
3324:     MAX-ACCESS read-only 
3325:     STATUS     current 
3326:     DESCRIPTION 
3327:             "FEC transmission group size." 
3328:     ::= { pgmSourceConfigEntry 15 } 
3329:  
3330: pgmSourceFECProactiveParitySize OBJECT-TYPE 
3331:     SYNTAX     Unsigned32 
3332:     MAX-ACCESS read-write 
3333:     STATUS     current 
3334:     DESCRIPTION 
3335:             "Number of proactive parity messages per FEC 
3336:              block." 
3337: 
3338:   
3339: Petrova                     INTERNET DRAFT                          59 
3339: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
3340: 
3341: 
3342: 
3343: 
3344: 
3345: 
3346: 
3347: 
3348:                                PGM MIB                      June 2002 
3349:  
3350:  
3351:     ::= { pgmSourceConfigEntry 16 } 
3351: warning - warning: flushing recent incorrect declaration, see previous error(s)
3352:  
3353: pgmSourceSpmPathAddress OBJECT-TYPE 
3354:     SYNTAX     IpAddress 
3355:     MAX-ACCESS read-write 
3356:     STATUS     current 
3357:     DESCRIPTION 
3358:             "Ip Address for the NAKs to be sent, 
3359:              in case that NE is not set." 
3360:     ::= { pgmSourceConfigEntry 17 } 
3361:  
3362: -- PGM Source Performance Management Table 
3363:  
3364: pgmSourcePerformanceTable  OBJECT-TYPE 
3365:     SYNTAX SEQUENCE OF PgmSourcePerformanceEntry 
3365: error - unknown type `PgmSourcePerformanceEntry'
3366:     MAX-ACCESS not-accessible 
3367:     STATUS     current 
3368:     DESCRIPTION 
3369:             "The table holding per TSI performance  
3370:              information related to the PGM Source." 
3371:     ::= {pgmSourceTsi 4} 
3372:  
3373: pgmSourcePerformanceEntry OBJECT-TYPE 
3374:     SYNTAX     PgmSourcePerformanceEntry 
3375:     MAX-ACCESS not-accessible 
3376:     STATUS     current 
3377:     DESCRIPTION 
3378:             "Per PGM sender information." 
3379:     INDEX   { pgmSourcePerformanceGlobalId, 
3380:               pgmSourcePerformanceSourcePort } 
3381:     ::= { pgmSourcePerformanceTable 1 } 
3382:  
3383: PgmSourcePerformanceEntry ::= SEQUENCE { 
3384:     pgmSourcePerformanceGlobalId 
3385:         OCTET STRING, 
3386:     pgmSourcePerformanceSourcePort 
3387:         Unsigned32, 
3388:     pgmSourceDataBytesSent 
3389:         Counter32, 
3390:     pgmSourceDataMsgsSent 
3391:         Counter32, 
3391: severe - unknown object identifier label `pgmSourceDataMsgsSent'
3392:     pgmSourceBytesBuffered 
3393:         Counter32, 
3394:     pgmSourceMsgsBuffered 
3395:         Counter32, 
3396:     pgmSourceBytesRetransmitted 
3397: 
3398:   
3399: Petrova                     INTERNET DRAFT                          60 
3399: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
3400: 
3401: 
3402: 
3403: 
3404: 
3405: 
3406: 
3407: 
3408:                                PGM MIB                      June 2002 
3409:  
3410:  
3411:         Counter32, 
3412:     pgmSourceMsgsRetransmitted 
3413:         Counter32, 
3414:     pgmSourceBytesSent 
3415:         Counter32, 
3416:     pgmSourceRawNaksReceived 
3417:         Counter32, 
3418:     pgmSourceNaksIgnored 
3419:         Counter32, 
3420:     pgmSourceCksumErrors 
3421:         Counter32, 
3422:     pgmSourceMalformedNaks 
3423:         Counter32, 
3424:     pgmSourcePacketsDiscarded 
3425:         Counter32, 
3426:     pgmSourceNaksRcvd 
3427:         Counter32, 
3428:     pgmSourceParityBytesRetransmitted 
3429:         Counter32, 
3430:     pgmSourceSelectiveBytesRetransmited 
3431:         Counter32, 
3432:     pgmSourceParityMsgsRetransmitted 
3433:         Counter32, 
3434:     pgmSourceSelectiveMsgsRetransmitted 
3435:         Counter32, 
3436:     pgmSourceBytesAdmit 
3437:         Counter32, 
3438:     pgmSourceMsgsAdmit 
3439:         Counter32, 
3440:     pgmSourceParityNakPacketsReceived 
3441:         Counter32, 
3442:     pgmSourceSelectiveNakPacketsReceived 
3443:         Counter32, 
3444:     pgmSourceParityNaksReceived 
3445:         Counter32, 
3446:     pgmSourceSelectiveNaksReceived 
3447:         Counter32, 
3448:     pgmSourceParityNaksIgnored 
3449:         Counter32, 
3450:     pgmSourceSelectiveNaksIgnored 
3451:         Counter32, 
3452:     pgmSourceAckErrors 
3453:         Counter32, 
3454:     pgmSourcePgmCCAcker 
3455:         IpAddress, 
3456:     pgmSourceTransmissionCurrentRate 
3457: 
3458:   
3459: Petrova                     INTERNET DRAFT                          61 
3460: 
3461: 
3462: 
3463: 
3464: 
3465: 
3466: 
3467: 
3468:                                PGM MIB                      June 2002 
3469:  
3470:  
3471:         Counter32, 
3472:     pgmSourceAckPacketsReceived 
3473:         Counter32, 
3474:     pgmSourceNNakPacketsReceived 
3475:         Counter32, 
3476:     pgmSourceParityNNakPacketsReceived 
3477:         Counter32, 
3478:     pgmSourceSelectiveNNakPacketsReceived 
3479:         Counter32, 
3480:     pgmSourceNNaksReceived 
3481:         Counter32, 
3482:     pgmSourceParityNNaksReceived 
3483:         Counter32, 
3484:     pgmSourceSelectiveNNaksReceived 
3485:         Counter32, 
3486:     pgmSourceNNakErrors 
3487:         Counter32 
3488: } 
3488: warning - warning: flushing recent incorrect declaration, see previous error(s)
3489:  
3490: pgmSourcePerformanceGlobalId OBJECT-TYPE 
3491:     SYNTAX     OCTET STRING (SIZE (12)) 
3492:     MAX-ACCESS not-accessible 
3493:     STATUS     current 
3494:     DESCRIPTION 
3495:             "Globally unique source identifier (GSI)." 
3496:     ::= { pgmSourcePerformanceEntry 1 } 
3497:  
3498: pgmSourcePerformanceSourcePort OBJECT-TYPE 
3499:     SYNTAX     Unsigned32(0..65535) 
3500:     MAX-ACCESS not-accessible 
3501:     STATUS     current 
3502:     DESCRIPTION 
3503:             "Source port number." 
3504:     ::= { pgmSourcePerformanceEntry 2 } 
3505:  
3506: pgmSourceDataBytesSent OBJECT-TYPE 
3507:     SYNTAX     Counter32 
3508:     MAX-ACCESS read-only 
3509:     STATUS     current 
3510:     DESCRIPTION 
3511:             "Number of data bytes sent for this TSI." 
3512:     ::= { pgmSourcePerformanceEntry 3 } 
3513:  
3514: pgmSourceDataMsgsSent OBJECT-TYPE 
3515:     SYNTAX     Counter32 
3516:     MAX-ACCESS read-only 
3517: 
3518:   
3519: Petrova                     INTERNET DRAFT                          62 
3519: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
3520: 
3521: 
3522: 
3523: 
3524: 
3525: 
3526: 
3527: 
3528:                                PGM MIB                      June 2002 
3529:  
3530:  
3531:     STATUS     current 
3532:     DESCRIPTION 
3533:             "Number of data messages sent for this TSI." 
3534:     ::= { pgmSourcePerformanceEntry 4 } 
3534: warning - warning: flushing recent incorrect declaration, see previous error(s)
3535:  
3536: pgmSourceBytesBuffered OBJECT-TYPE 
3537:     SYNTAX     Counter32 
3538:     MAX-ACCESS read-only 
3539:     STATUS     current 
3540:     DESCRIPTION 
3541:             "Number of bytes currently buffered for this  
3542:              TSI." 
3543:     ::= { pgmSourcePerformanceEntry 5 } 
3544:  
3545: pgmSourceMsgsBuffered OBJECT-TYPE 
3546:     SYNTAX     Counter32 
3547:     MAX-ACCESS read-only 
3548:     STATUS     current 
3549:     DESCRIPTION 
3550:             "Number of messages currently buffered for  
3551:              this TSI." 
3552:     ::= { pgmSourcePerformanceEntry 6 } 
3553:  
3554: pgmSourceBytesRetransmitted OBJECT-TYPE 
3555:     SYNTAX     Counter32 
3556:     MAX-ACCESS read-only 
3557:     STATUS     current 
3558:     DESCRIPTION 
3559:             "Number of bytes retransmitted for this TSI." 
3560:     ::= { pgmSourcePerformanceEntry 7 } 
3560: error - type of `pgmSourceBytesRetransmitted' in sequence and object type definition do not match
3561:  
3562: pgmSourceMsgsRetransmitted OBJECT-TYPE 
3563:     SYNTAX     Counter32 
3564:     MAX-ACCESS read-only 
3565:     STATUS     current 
3566:     DESCRIPTION 
3567:             "Number of messages retransmitted for this TSI." 
3568:     ::= { pgmSourcePerformanceEntry 8 } 
3569:  
3570: pgmSourceBytesSent OBJECT-TYPE 
3571:     SYNTAX     Counter32 
3572:     MAX-ACCESS read-only 
3573:     STATUS     current 
3574:     DESCRIPTION 
3575:             "The number of bytes send for this TSI. Includes 
3576:              IP header and non-data messages." 
3577: 
3578:   
3579: Petrova                     INTERNET DRAFT                          63 
3579: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
3580: 
3581: 
3582: 
3583: 
3584: 
3585: 
3586: 
3587: 
3588:                                PGM MIB                      June 2002 
3589:  
3590:  
3591:     ::= { pgmSourcePerformanceEntry 9 } 
3591: warning - warning: flushing recent incorrect declaration, see previous error(s)
3592:  
3593: pgmSourceRawNaksReceived OBJECT-TYPE 
3594:     SYNTAX     Counter32 
3595:     MAX-ACCESS read-only 
3596:     STATUS     current 
3597:     DESCRIPTION 
3598:             "Raw number of NAK packets received." 
3599:     ::= { pgmSourcePerformanceEntry 10 } 
3600:  
3601: pgmSourceNaksIgnored OBJECT-TYPE 
3602:     SYNTAX     Counter32 
3603:     MAX-ACCESS read-only 
3604:     STATUS     current 
3605:     DESCRIPTION 
3606:             "Number of ignored Naks for this TSI, due to 
3607:              duplicate NAKs reception." 
3608:     ::= { pgmSourcePerformanceEntry 11 } 
3609:  
3610: pgmSourceCksumErrors OBJECT-TYPE 
3611:     SYNTAX     Counter32 
3612:     MAX-ACCESS read-only 
3613:     STATUS     current 
3614:     DESCRIPTION 
3615:             "Number of checksum errors for this TSI." 
3616:     ::= { pgmSourcePerformanceEntry 12 } 
3617:  
3618: pgmSourceMalformedNaks OBJECT-TYPE 
3619:     SYNTAX     Counter32 
3620:     MAX-ACCESS read-only 
3621:     STATUS     current 
3622:     DESCRIPTION 
3623:             "Number of malformed NAK packets." 
3624:     ::= { pgmSourcePerformanceEntry 13 } 
3625:  
3626: pgmSourcePacketsDiscarded OBJECT-TYPE 
3627:     SYNTAX     Counter32 
3628:     MAX-ACCESS read-only 
3629:     STATUS     current 
3630:     DESCRIPTION 
3631:             "Number of discarded data packets. This counter 
3632:              is used to count all discarded incoming packets 
3633:              per TSI in cases of duplicates, header and 
3634:              packet errors, etc."  
3635:     ::= { pgmSourcePerformanceEntry 14 } 
3636:  
3637: 
3638:   
3639: Petrova                     INTERNET DRAFT                          64 
3639: error - `Petrova' should start with a lower case letter
3639: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
3640: 
3641: 
3642: 
3643: 
3644: 
3645: 
3646: 
3647: 
3648:                                PGM MIB                      June 2002 
3649:  
3650:  
3651: pgmSourceNaksRcvd OBJECT-TYPE 
3652:     SYNTAX     Counter32 
3653:     MAX-ACCESS read-only 
3654:     STATUS     current 
3655:     DESCRIPTION 
3656:             "Number of Sequence Numbers NAKed." 
3657:     ::= { pgmSourcePerformanceEntry 15 } 
3657: warning - warning: flushing recent incorrect declaration, see previous error(s)
3658:  
3659: pgmSourceParityBytesRetransmitted OBJECT-TYPE 
3660:     SYNTAX     Counter32 
3661:     MAX-ACCESS read-only 
3662:     STATUS     current 
3663:     DESCRIPTION 
3664:             "Number of bytes sent in parity retransmissions." 
3665:     ::= { pgmSourcePerformanceEntry 16 } 
3666:  
3667: pgmSourceSelectiveBytesRetransmited OBJECT-TYPE 
3668:     SYNTAX     Counter32 
3669:     MAX-ACCESS read-only 
3670:     STATUS     current 
3671:     DESCRIPTION 
3672:             "Number of bytes sent in selective retransmissions." 
3673:     ::= { pgmSourcePerformanceEntry 17 } 
3674:  
3675: pgmSourceParityMsgsRetransmitted OBJECT-TYPE 
3676:     SYNTAX     Counter32 
3677:     MAX-ACCESS read-only 
3678:     STATUS     current 
3679:     DESCRIPTION 
3680:             "Number of parity retransmissions sent." 
3681:     ::= { pgmSourcePerformanceEntry 18 } 
3682:  
3683: pgmSourceSelectiveMsgsRetransmitted OBJECT-TYPE 
3684:     SYNTAX     Counter32 
3685:     MAX-ACCESS read-only 
3686:     STATUS     current 
3687:     DESCRIPTION 
3688:             "Number of selective retransmissions sent." 
3689:     ::= { pgmSourcePerformanceEntry 19 } 
3690:  
3691: pgmSourceBytesAdmit OBJECT-TYPE 
3692:     SYNTAX     Counter32 
3693:     MAX-ACCESS read-only 
3694:     STATUS     current 
3695:     DESCRIPTION 
3696:             "Number of bytes currently in the rate controled 
3697: 
3698:   
3699: Petrova                     INTERNET DRAFT                          65 
3700: 
3701: 
3702: 
3703: 
3704: 
3705: 
3706: 
3707: 
3708:                                PGM MIB                      June 2002 
3709:  
3710:  
3711:              admit queue. Includes IP header, UDP header if 
3712:              encapsulated, PGM header, and data." 
3713:     ::= { pgmSourcePerformanceEntry 20 } 
3714:  
3715: pgmSourceMsgsAdmit OBJECT-TYPE 
3716:     SYNTAX     Counter32 
3717:     MAX-ACCESS read-only 
3718:     STATUS     current 
3719:     DESCRIPTION 
3720:             "Number of messages currently in the rate controled 
3721:              admit queue. Includes data messages, retransmissions, 
3722:              and SPMs." 
3723:     ::= { pgmSourcePerformanceEntry 21 } 
3724:  
3725: pgmSourceParityNakPacketsReceived OBJECT-TYPE 
3726:     SYNTAX     Counter32 
3727:     MAX-ACCESS read-only 
3728:     STATUS     current 
3729:     DESCRIPTION 
3730:             "Number of parity NAK packets received." 
3731:     ::= { pgmSourcePerformanceEntry 22 } 
3732:  
3733: pgmSourceSelectiveNakPacketsReceived OBJECT-TYPE 
3734:     SYNTAX     Counter32 
3735:     MAX-ACCESS read-only 
3736:     STATUS     current 
3737:     DESCRIPTION 
3738:             "Number of selective NAK packets received." 
3739:     ::= { pgmSourcePerformanceEntry 23 } 
3740:  
3741: pgmSourceParityNaksReceived OBJECT-TYPE 
3742:     SYNTAX     Counter32 
3743:     MAX-ACCESS read-only 
3744:     STATUS     current 
3745:     DESCRIPTION 
3746:             "Number of individual parity NAKs received." 
3747:     ::= { pgmSourcePerformanceEntry 24 } 
3748:  
3749: pgmSourceSelectiveNaksReceived OBJECT-TYPE 
3750:     SYNTAX     Counter32 
3751:     MAX-ACCESS read-only 
3752:     STATUS     current 
3753:     DESCRIPTION 
3754:             "Number of individual selective NAKs received." 
3755:     ::= { pgmSourcePerformanceEntry 25 } 
3756:  
3757: 
3758:   
3759: Petrova                     INTERNET DRAFT                          66 
3759: error - `Petrova' should start with a lower case letter
3759: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
3760: 
3761: 
3762: 
3763: 
3764: 
3765: 
3766: 
3767: 
3768:                                PGM MIB                      June 2002 
3769:  
3770:  
3771: pgmSourceParityNaksIgnored OBJECT-TYPE 
3772:     SYNTAX     Counter32 
3773:     MAX-ACCESS read-only 
3774:     STATUS     current 
3775:     DESCRIPTION 
3776:             "Number of individual parity NAKs ignored." 
3777:     ::= { pgmSourcePerformanceEntry 26 } 
3777: warning - warning: flushing recent incorrect declaration, see previous error(s)
3778:  
3779: pgmSourceSelectiveNaksIgnored OBJECT-TYPE 
3780:     SYNTAX     Counter32 
3781:     MAX-ACCESS read-only 
3782:     STATUS     current 
3783:     DESCRIPTION 
3784:             "Number of individual selective NAKs ignored." 
3785:     ::= { pgmSourcePerformanceEntry 27 } 
3786:  
3787: pgmSourceAckErrors OBJECT-TYPE 
3788:     SYNTAX     Counter32 
3789:     MAX-ACCESS read-only 
3790:     STATUS     current 
3791:     DESCRIPTION 
3792:             "Number of ACK packets received with error in 
3793:              them, different than checksum error." 
3794:     ::= { pgmSourcePerformanceEntry 28 } 
3795:  
3796: pgmSourcePgmCCAcker OBJECT-TYPE 
3797:     SYNTAX     IpAddress 
3798:     MAX-ACCESS read-only 
3799:     STATUS     current 
3800:     DESCRIPTION 
3801:             "Ip Address of the currently designated pgm 
3802:              congestion control ACKER." 
3803:     ::= { pgmSourcePerformanceEntry 29 } 
3804:  
3805: pgmSourceTransmissionCurrentRate OBJECT-TYPE 
3806:     SYNTAX     Counter32 
3807:     MAX-ACCESS read-only 
3808:     STATUS     current 
3809:     DESCRIPTION 
3810:             "Current transmission rate." 
3811:     ::= { pgmSourcePerformanceEntry 30 } 
3812:  
3813: pgmSourceAckPacketsReceived OBJECT-TYPE 
3814:     SYNTAX     Counter32 
3815:     MAX-ACCESS read-only 
3816:     STATUS     current 
3817: 
3818:   
3819: Petrova                     INTERNET DRAFT                          67 
3819: error - description missing in object definition
3819: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
3820: 
3821: 
3822: 
3823: 
3824: 
3825: 
3826: 
3827: 
3828:                                PGM MIB                      June 2002 
3829:  
3830:  
3831:     DESCRIPTION 
3832:             "Number of ACK packets received." 
3833:     ::= { pgmSourcePerformanceEntry 31 } 
3833: warning - warning: flushing recent incorrect declaration, see previous error(s)
3834:  
3835: pgmSourceNNakPacketsReceived OBJECT-TYPE 
3836:     SYNTAX     Counter32 
3837:     MAX-ACCESS read-only 
3838:     STATUS     current 
3839:     DESCRIPTION 
3840:             "Number of Null NAKs received." 
3841:     ::= { pgmSourcePerformanceEntry 32 } 
3842:  
3843: pgmSourceParityNNakPacketsReceived OBJECT-TYPE 
3844:     SYNTAX     Counter32 
3845:     MAX-ACCESS read-only 
3846:     STATUS     current 
3847:     DESCRIPTION 
3848:             "Number of parity Null NAK packets received." 
3849:     ::= { pgmSourcePerformanceEntry 33 } 
3850:  
3851: pgmSourceSelectiveNNakPacketsReceived OBJECT-TYPE 
3852:     SYNTAX     Counter32 
3853:     MAX-ACCESS read-only 
3854:     STATUS     current 
3855:     DESCRIPTION 
3856:             "Number of selective Null NAK packets received." 
3857:     ::= { pgmSourcePerformanceEntry 34 } 
3858:  
3859: pgmSourceNNaksReceived OBJECT-TYPE 
3860:     SYNTAX     Counter32 
3861:     MAX-ACCESS read-only 
3862:     STATUS     current 
3863:     DESCRIPTION 
3864:             "Number of individual NAKs, received in Null 
3865:              NAK packets." 
3866:     ::= { pgmSourcePerformanceEntry 35 } 
3867:  
3868: pgmSourceParityNNaksReceived OBJECT-TYPE 
3869:     SYNTAX     Counter32 
3870:     MAX-ACCESS read-only 
3871:     STATUS     current 
3872:     DESCRIPTION 
3873:             "Number of individual parity NAKs,  
3874:              received in Null NAK packets." 
3875:     ::= { pgmSourcePerformanceEntry 36 } 
3876:  
3877: 
3878:   
3879: Petrova                     INTERNET DRAFT                          68 
3879: error - `Petrova' should start with a lower case letter
3879: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
3880: 
3881: 
3882: 
3883: 
3884: 
3885: 
3886: 
3887: 
3888:                                PGM MIB                      June 2002 
3889:  
3890:  
3891: pgmSourceSelectiveNNaksReceived OBJECT-TYPE 
3892:     SYNTAX     Counter32 
3893:     MAX-ACCESS read-only 
3894:     STATUS     current 
3895:     DESCRIPTION 
3896:             "Number of individual  NAKs,  
3897:              received in Null NAK packets." 
3898:     ::= { pgmSourcePerformanceEntry 37 } 
3898: warning - warning: flushing recent incorrect declaration, see previous error(s)
3899:  
3900: pgmSourceNNakErrors OBJECT-TYPE 
3901:     SYNTAX     Counter32 
3902:     MAX-ACCESS read-only 
3903:     STATUS     current 
3904:     DESCRIPTION 
3905:             "Number of Null NAK packets received that contain 
3906:              error, different than checksum error." 
3907:     ::= { pgmSourcePerformanceEntry 38 } 
3908:  
3909: -- 
3910: -- PGM Receiver  
3911: -- 
3912:  
3913: -- PGM Receiver general management information 
3914:  
3915: pgmReceiverSaveDefaults OBJECT-TYPE 
3916:     SYNTAX     INTEGER { initial (1), 
3917:                          save (2),  
3918:                          pending (3), 
3919:                          success (4), 
3920:                          failure (5) } 
3921:     MAX-ACCESS read-write 
3922:     STATUS     current 
3923:     DESCRIPTION 
3924:             "Flag used to initiate the storing  
3925:              of all default variable values to  
3926:              non-volatile storage and to report the  
3927:              result of the operation. 
3928:              The following values can only be read, 
3929:              never written : 
3930:              initial(1) - returned prior to any requests 
3931:              for saving the default configuration 
3932:              pending(3) - saving in progress 
3933:              success(4) - returned when a save(2) request 
3934:              is successful 
3935:              failure(5) - returned when a save(2) request 
3936:              is unsuccessful 
3937: 
3938:   
3939: Petrova                     INTERNET DRAFT                          69 
3940: 
3941: 
3942: 
3943: 
3944: 
3945: 
3946: 
3947: 
3948:                                PGM MIB                      June 2002 
3949:  
3950:  
3951:  
3952:              The following values can only be written, 
3953:              never read : 
3954:              save(2) - to indicate that the default 
3955:              configuration should be saved." 
3956:     ::= { pgmReceiver 1 } 
3957:  
3958: pgmReceiverLastUpdateTime OBJECT-TYPE 
3959:     SYNTAX     TimeTicks 
3960:     MAX-ACCESS read-only 
3961:     STATUS     current 
3962:     DESCRIPTION 
3963:             "Number of TimeTicks since the last update 
3964:              of the non-volatile storage."  
3965:     ::= { pgmReceiver 2 } 
3966:  
3967: pgmReceiverDefaultNakBackoffIvl OBJECT-TYPE 
3968:     SYNTAX     Unsigned32 
3969:     MAX-ACCESS read-write 
3970:     STATUS     current 
3971:     DESCRIPTION 
3972:             "NAK random backoff interval." 
3973:     ::= { pgmReceiver 3 } 
3974:  
3975: pgmReceiverDefaultNakRepeatIvl OBJECT-TYPE 
3976:     SYNTAX     Unsigned32 
3977:     MAX-ACCESS read-write 
3978:     STATUS     current 
3979:     DESCRIPTION 
3980:             "NAK repeat interval." 
3981:     ::= { pgmReceiver 4 } 
3982:  
3983: pgmReceiverDefaultNakNcfRetries OBJECT-TYPE 
3984:     SYNTAX     Unsigned32 
3985:     MAX-ACCESS read-write 
3986:     STATUS     current 
3987:     DESCRIPTION 
3988:             "Max NAK retries while witing for matching NCF." 
3989:     ::= { pgmReceiver 5 } 
3990:  
3991: pgmReceiverDefaultNakRdataIvl OBJECT-TYPE 
3992:     SYNTAX     Unsigned32 
3993:     MAX-ACCESS read-write 
3994:     STATUS     current 
3995:     DESCRIPTION 
3996:             "Default NAK RDATA interval, i.e the amount of 
3997: 
3998:   
3999: Petrova                     INTERNET DRAFT                          70 
4000: 
4001: 
4002: 
4003: 
4004: 
4005: 
4006: 
4007: 
4008:                                PGM MIB                      June 2002 
4009:  
4010:  
4011:              time to cease NAKs for a particular piece of 
4012:              data after a corresponding NCF has been received." 
4013:     ::= { pgmReceiver 6 } 
4014:  
4015: pgmReceiverDefaultNakDataRetries OBJECT-TYPE 
4016:     SYNTAX     Unsigned32 
4017:     MAX-ACCESS read-write 
4018:     STATUS     current 
4019:     DESCRIPTION 
4020:             "Max NAK retries while waiting for missing data." 
4021:     ::= { pgmReceiver 7 } 
4022:  
4023: pgmReceiverDefaultSendNaks OBJECT-TYPE 
4024:     SYNTAX     INTEGER {  
4025:                         enabled(1),  
4026:                         disabled(2)  
4027:                } 
4028:     MAX-ACCESS read-write 
4029:     STATUS     current 
4030:     DESCRIPTION 
4031:             "Flag to indicate whether or not receiver should 
4032:              send NAKs or be totally passive." 
4033:     ::= { pgmReceiver 8 } 
4034:  
4035: pgmReceiverDefaultLateJoin OBJECT-TYPE 
4036:     SYNTAX     INTEGER {  
4037:                         enabled(1),  
4038:                         disabled(2)  
4039:                } 
4040:     MAX-ACCESS read-only 
4041:     STATUS     current 
4042:     DESCRIPTION 
4043:             "Flag to indicate whether or not the receiver 
4044:              should wait for a OPT_JOIN SPM before  
4045:              attempting to late join." 
4046:     ::= { pgmReceiver 9 } 
4047:  
4048: pgmReceiverDefaultNakTtl OBJECT-TYPE 
4049:     SYNTAX     Unsigned32(1..255) 
4050:     MAX-ACCESS read-write 
4051:     STATUS     current 
4052:     DESCRIPTION 
4053:             "TTL on NAK packets sent for loss." 
4054:     ::= { pgmReceiver 10 } 
4055:  
4056: pgmReceiverDefaultDeliveryOrder OBJECT-TYPE 
4057: 
4058:   
4059: Petrova                     INTERNET DRAFT                          71 
4059: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
4060: 
4061: 
4062: 
4063: 
4064: 
4065: 
4066: 
4067: 
4068:                                PGM MIB                      June 2002 
4069:  
4070:  
4071:     SYNTAX     INTEGER { 
4072:                         unordered(1), 
4073:                         ordered(2) 
4074:                } 
4074: warning - warning: flushing recent incorrect declaration, see previous error(s)
4075:     MAX-ACCESS read-write 
4075: severe - syntax error, unexpected MAX_ACCESS
4076:     STATUS     current 
4077:     DESCRIPTION 
4078:             "Packet Delivery Order for the receiving  
4079:              application." 
4080:     ::= { pgmReceiver 11 } 
4080: warning - warning: flushing recent incorrect declaration, see previous error(s)
4081:  
4082: pgmReceiverDefaultNextPgmHop OBJECT-TYPE 
4083:     SYNTAX     IpAddress 
4084:     MAX-ACCESS read-write 
4085:     STATUS     current 
4086:     DESCRIPTION 
4087:             "Next hop PGM router address. This option 
4088:              sets the default address to send NAKs to, 
4089:              instead of sending to the last hop address."  
4090:     ::= { pgmReceiver 12 } 
4091:  
4092: pgmReceiverDefaultGroupAddress OBJECT-TYPE 
4093:     SYNTAX     IpAddress 
4094:     MAX-ACCESS read-write 
4095:     STATUS     current 
4096:     DESCRIPTION 
4097:             "Default IP Multicast group address  
4098:              used by the sender." 
4099:     ::= { pgmReceiver 13 } 
4100:  
4101: pgmReceiverUpdateSinceLastSave OBJECT-TYPE 
4102:     SYNTAX     INTEGER 
4103:                { 
4104:                    notUpdated(1), 
4105:                    updated(2) 
4106:                } 
4107:     MAX-ACCESS read-only 
4108:     STATUS     current 
4109:     DESCRIPTION 
4110:             "Specifies if any of the Receiver Default 
4111:              variables have been updated or not, 
4112:              since the last successful pgmSourceSaveDefaults. 
4113:              notUpdated - none of the default Receiver 
4114:                           variables were set after the last 
4115:                           successful save to a non-volatile 
4116:                           storage. 
4117: 
4118:   
4119: Petrova                     INTERNET DRAFT                          72 
4120: 
4121: 
4122: 
4123: 
4124: 
4125: 
4126: 
4127: 
4128:                                PGM MIB                      June 2002 
4129:  
4130:  
4131:              updated - at least one of the default Receiver 
4132:                           variables were set after the last 
4133:                           successful save to a non-volatile 
4134:                           storage." 
4135:     ::= { pgmReceiver 14 } 
4136:  
4137: pgmReceiverDefaultNakFailureThresholdTimer OBJECT-TYPE 
4138:     SYNTAX     Unsigned32 
4139:     UNITS      "seconds" 
4140:     MAX-ACCESS read-write 
4141:     STATUS     current 
4142:     DESCRIPTION 
4143:             "Timer that defines the default  
4144:              interval of time during which unrecoverable 
4145:              lost packets are monitored 
4146:              for purposes of SNMP trap generation." 
4147:     ::= { pgmReceiver 15 } 
4148:  
4149: pgmReceiverDefaultNakFailureThreshold OBJECT-TYPE 
4150:     SYNTAX     Unsigned32 
4151:     MAX-ACCESS read-write 
4152:     STATUS     current 
4153:     DESCRIPTION 
4154:             "The default number of unrecoverable  
4155:              lost packets within the defined interval 
4156:              after which an SNMP trap is generated." 
4157:     ::= { pgmReceiver 16 } 
4158:  
4159:  
4160: -- PGM Receiver per Receiver management information 
4161:  
4162: pgmReceiverTsi OBJECT IDENTIFIER ::= { pgmReceiver 100 } 
4163:  
4164: pgmReceiverNumberOfEntries OBJECT-TYPE 
4165:     SYNTAX     Unsigned32 
4166:     MAX-ACCESS read-only 
4167:     STATUS     current 
4168:     DESCRIPTION 
4169:             "Number of PGM Receivers." 
4170:     ::= { pgmReceiverTsi 1 } 
4171:  
4172: -- PGM Receiver Fault Management Table 
4173:  
4174: pgmReceiverTable  OBJECT-TYPE 
4175:     SYNTAX SEQUENCE OF PgmReceiverEntry 
4176:     MAX-ACCESS not-accessible 
4177: 
4178:   
4179: Petrova                     INTERNET DRAFT                          73 
4179: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
4180: 
4181: 
4182: 
4183: 
4184: 
4185: 
4186: 
4187: 
4188:                                PGM MIB                      June 2002 
4189:  
4190:  
4191:     STATUS     current 
4192:     DESCRIPTION 
4193:             "The table holding per TSI fault  
4194:              management and general information  
4195:              related to the PGM Receiver." 
4196:     ::= {pgmReceiverTsi 2} 
4196: warning - warning: flushing recent incorrect declaration, see previous error(s)
4197:  
4198: pgmReceiverEntry OBJECT-TYPE 
4198: error - row's parent node must be a table node
4198: warning -
warning: index of row `pgmReceiverEntry' can exceed OID size limit by 65413 subidentifier(s)
4199:     SYNTAX     PgmReceiverEntry 
4200:     MAX-ACCESS not-accessible 
4201:     STATUS     current 
4202:     DESCRIPTION 
4203:             "Per PGM receiver fault management 
4204:              and general information." 
4205:     INDEX   { pgmReceiverGlobalId, 
4205: severe - unknown object identifier label `pgmReceiverGlobalId'
4205: minor error -
index element `pgmReceiverGlobalId' of row `pgmReceiverEntry' must have a size restriction
4206:               pgmReceiverSourcePort, 
4207:               pgmReceiverInstance } 
4208:     ::= { pgmReceiverTable 1 } 
4208: severe - unknown object identifier label `pgmReceiverTable'
4209:  
4210: PgmReceiverEntry ::= SEQUENCE { 
4210: minor error - SEQUENCE element #1 `pgmReceiverGlobalId' is not a child node under `pgmReceiverEntry'
4210: warning - warning: SEQUENCE element #2 `pgmReceiverSourcePort' does not match order of columnar objects under `pgmReceiverEntry'
4211:     pgmReceiverGlobalId 
4212:         OCTET STRING, 
4213:     pgmReceiverSourcePort 
4214:         Unsigned32, 
4215:     pgmReceiverInstance 
4216:         Unsigned32, 
4217:     pgmReceiverGroupAddress 
4218:         IpAddress, 
4219:     pgmReceiverDestPort 
4220:         Unsigned32, 
4221:     pgmReceiverSourceAddress 
4222:         IpAddress, 
4223:     pgmReceiverLastHop 
4224:         IpAddress, 
4224: severe - unknown object identifier label `pgmReceiverLastHop'
4225:     pgmReceiverSourceGsi 
4226:         OCTET STRING, 
4227:     pgmReceiverSourcePortNumber 
4228:         Unsigned32, 
4229:     pgmReceiverUniqueInstance 
4230:         Unsigned32 
4231:     } 
4232:  
4233: pgmReceiverGlobalId OBJECT-TYPE 
4234:     SYNTAX     OCTET STRING (SIZE (12)) 
4235:     MAX-ACCESS not-accessible 
4236:     STATUS     current 
4237: 
4238:   
4239: Petrova                     INTERNET DRAFT                          74 
4239: error - description missing in object definition
4239: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
4240: 
4241: 
4242: 
4243: 
4244: 
4245: 
4246: 
4247: 
4248:                                PGM MIB                      June 2002 
4249:  
4250:  
4251:     DESCRIPTION 
4252:             "Globally unique source identifier (GSI)." 
4253:     ::= { pgmReceiverEntry 1 } 
4253: warning - warning: flushing recent incorrect declaration, see previous error(s)
4254:  
4255: pgmReceiverSourcePort OBJECT-TYPE 
4256:     SYNTAX     Unsigned32(0..65535) 
4257:     MAX-ACCESS not-accessible 
4258:     STATUS     current 
4259:     DESCRIPTION 
4260:             "Source port number." 
4261:     ::= { pgmReceiverEntry 2 } 
4262:  
4263: pgmReceiverInstance OBJECT-TYPE 
4264:     SYNTAX     Unsigned32 
4265:     MAX-ACCESS not-accessible 
4266:     STATUS     current 
4267:     DESCRIPTION 
4268:             "Positive number, uniquely identifying  
4269:              a Receiver." 
4270:     ::= { pgmReceiverEntry 3 } 
4271:  
4272: pgmReceiverGroupAddress OBJECT-TYPE 
4273:     SYNTAX     IpAddress 
4274:     MAX-ACCESS read-only 
4275:     STATUS     current 
4276:     DESCRIPTION 
4277:             "IP Multicast group address used by the sender." 
4278:     ::= { pgmReceiverEntry 4 } 
4279:  
4280: pgmReceiverDestPort OBJECT-TYPE 
4281:     SYNTAX     Unsigned32(0..65535) 
4282:     MAX-ACCESS read-only 
4283:     STATUS     current 
4284:     DESCRIPTION 
4285:             "Destination port number." 
4286:     ::= { pgmReceiverEntry 5 } 
4287:  
4288: pgmReceiverSourceAddress OBJECT-TYPE 
4289:     SYNTAX     IpAddress 
4290:     MAX-ACCESS read-only 
4291:     STATUS     current 
4292:     DESCRIPTION 
4293:             "Source IP address number." 
4294:     ::= { pgmReceiverEntry 6 } 
4295:  
4296: pgmReceiverLastHop OBJECT-TYPE 
4297: 
4298:   
4299: Petrova                     INTERNET DRAFT                          75 
4299: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
4300: 
4301: 
4302: 
4303: 
4304: 
4305: 
4306: 
4307: 
4308:                                PGM MIB                      June 2002 
4309:  
4310:  
4311:     SYNTAX     IpAddress 
4312:     MAX-ACCESS read-only 
4313:     STATUS     current 
4314:     DESCRIPTION 
4315:             "Last hop PGM router address." 
4316:     ::= { pgmReceiverEntry 7 } 
4316: warning - warning: flushing recent incorrect declaration, see previous error(s)
4317:  
4318: pgmReceiverSourceGsi OBJECT-TYPE 
4319:     SYNTAX     OCTET STRING (SIZE (12)) 
4320:     MAX-ACCESS read-only 
4321:     STATUS     current 
4322:     DESCRIPTION 
4323:             "Globally unique source identifier (GSI)." 
4324:     ::= { pgmReceiverEntry 8 } 
4325:  
4326: pgmReceiverSourcePortNumber OBJECT-TYPE 
4327:     SYNTAX     Unsigned32(0..65535) 
4328:     MAX-ACCESS read-only 
4329:     STATUS     current 
4330:     DESCRIPTION 
4331:             "Source port number." 
4332:     ::= { pgmReceiverEntry 9 } 
4333:  
4334: pgmReceiverUniqueInstance OBJECT-TYPE 
4335:     SYNTAX     Unsigned32 
4336:     MAX-ACCESS read-only 
4337:     STATUS     current 
4338:     DESCRIPTION 
4339:             "Positive number, uniquely identifying  
4340:              a Receiver." 
4341:     ::= { pgmReceiverEntry 10 } 
4342:  
4343: -- PGM Receiver Configuration Management Table 
4344:  
4345: pgmReceiverConfigTable  OBJECT-TYPE 
4346:     SYNTAX SEQUENCE OF PgmReceiverConfigEntry 
4347:     MAX-ACCESS not-accessible 
4348:     STATUS     current 
4349:     DESCRIPTION 
4350:             "The table holding per TSI configuration  
4351:              management information related  
4352:              to the PGM Receiver." 
4353:     ::= {pgmReceiverTsi 3 } 
4354:  
4355: pgmReceiverConfigEntry OBJECT-TYPE 
4356:     SYNTAX     PgmReceiverConfigEntry 
4357: 
4358:   
4359: Petrova                     INTERNET DRAFT                          76 
4359: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
4360: 
4361: 
4362: 
4363: 
4364: 
4365: 
4366: 
4367: 
4368:                                PGM MIB                      June 2002 
4369:  
4370:  
4371:     MAX-ACCESS not-accessible 
4372:     STATUS     current 
4373:     DESCRIPTION 
4374:             "Per PGM receiver configuration management 
4375:              information." 
4376:     INDEX   { pgmReceiverConfigGlobalId, 
4377:               pgmReceiverConfigSourcePort, 
4378:               pgmReceiverConfigInstance } 
4378: warning - warning: flushing recent incorrect declaration, see previous error(s)
4379:     ::= { pgmReceiverConfigTable 1 } 
4379: severe - syntax error, unexpected COLON_COLON_EQUAL
4379: warning - warning: flushing recent incorrect declaration, see previous error(s)
4380:  
4381: PgmReceiverConfigEntry ::= SEQUENCE { 
4382:     pgmReceiverConfigGlobalId 
4383:         OCTET STRING, 
4383: severe - unknown object identifier label `pgmReceiverConfigGlobalId'
4384:     pgmReceiverConfigSourcePort 
4385:         Unsigned32, 
4386:     pgmReceiverConfigInstance 
4387:         Unsigned32, 
4388:     pgmReceiverNakBackoffIvl 
4389:         Unsigned32, 
4390:     pgmReceiverNakRepeatIvl 
4391:         Unsigned32, 
4392:     pgmReceiverNakNcfRetries 
4393:         Unsigned32, 
4394:     pgmReceiverNakRdataIvl 
4395:         Unsigned32, 
4395: severe - unknown object identifier label `pgmReceiverNakRdataIvl'
4396:     pgmReceiverNakDataRetries 
4397:         Unsigned32, 
4398:     pgmReceiverSendNaks 
4399:         INTEGER, 
4400:     pgmReceiverLateJoin 
4401:         INTEGER, 
4402:     pgmReceiverNakTtl 
4403:         Unsigned32, 
4403: severe - unknown object identifier label `pgmReceiverNakTtl'
4404:     pgmReceiverDeliveryOrder 
4405:         INTEGER, 
4406:     pgmReceiverMcastNaks 
4407:         INTEGER, 
4408:     pgmReceiverNakFailureThresholdTimer 
4409:         Unsigned32, 
4410:     pgmReceiverNakFailureThreshold 
4411:         Unsigned32 
4412:     } 
4413:  
4414: pgmReceiverConfigGlobalId OBJECT-TYPE 
4415:     SYNTAX     OCTET STRING (SIZE (12)) 
4416:     MAX-ACCESS not-accessible 
4417: 
4418:   
4419: Petrova                     INTERNET DRAFT                          77 
4419: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
4420: 
4421: 
4422: 
4423: 
4424: 
4425: 
4426: 
4427: 
4428:                                PGM MIB                      June 2002 
4429:  
4430:  
4431:     STATUS     current 
4432:     DESCRIPTION 
4433:             "Globally unique source identifier (GSI)." 
4434:     ::= { pgmReceiverConfigEntry 1 } 
4434: warning - warning: flushing recent incorrect declaration, see previous error(s)
4435:  
4436: pgmReceiverConfigSourcePort OBJECT-TYPE 
4437:     SYNTAX     Unsigned32(0..65535) 
4438:     MAX-ACCESS not-accessible 
4439:     STATUS     current 
4440:     DESCRIPTION 
4441:             "Source port number." 
4442:     ::= { pgmReceiverConfigEntry 2 } 
4442: severe - unknown object identifier label `pgmReceiverConfigEntry'
4443:  
4444: pgmReceiverConfigInstance OBJECT-TYPE 
4445:     SYNTAX     Unsigned32 
4446:     MAX-ACCESS not-accessible 
4447:     STATUS     current 
4448:     DESCRIPTION 
4449:             "Positive number, uniquely identifying  
4450:              a Receiver." 
4451:     ::= { pgmReceiverConfigEntry 3 } 
4452:  
4453: pgmReceiverNakBackoffIvl OBJECT-TYPE 
4454:     SYNTAX     Unsigned32 
4455:     MAX-ACCESS read-write 
4456:     STATUS     current 
4457:     DESCRIPTION 
4458:             "NAK random backoff interval." 
4459:     ::= { pgmReceiverConfigEntry 4 } 
4460:  
4461: pgmReceiverNakRepeatIvl OBJECT-TYPE 
4462:     SYNTAX     Unsigned32 
4463:     MAX-ACCESS read-write 
4464:     STATUS     current 
4465:     DESCRIPTION 
4466:             "NAK repeat interval." 
4467:     ::= { pgmReceiverConfigEntry 5 } 
4468:  
4469: pgmReceiverNakNcfRetries OBJECT-TYPE 
4470:     SYNTAX     Unsigned32 
4471:     MAX-ACCESS read-write 
4472:     STATUS     current 
4473:     DESCRIPTION 
4474:             "Max NAK retries while witing for matching NCF." 
4475:     ::= { pgmReceiverConfigEntry 6 } 
4476:  
4477: 
4478:   
4479: Petrova                     INTERNET DRAFT                          78 
4479: error - `Petrova' should start with a lower case letter
4479: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
4480: 
4481: 
4482: 
4483: 
4484: 
4485: 
4486: 
4487: 
4488:                                PGM MIB                      June 2002 
4489:  
4490:  
4491: pgmReceiverNakRdataIvl OBJECT-TYPE 
4492:     SYNTAX     Unsigned32 
4493:     MAX-ACCESS read-write 
4494:     STATUS     current 
4495:     DESCRIPTION 
4496:             "NAK RDATA interval." 
4497:     ::= { pgmReceiverConfigEntry 7 } 
4497: warning - warning: flushing recent incorrect declaration, see previous error(s)
4498:  
4499: pgmReceiverNakDataRetries OBJECT-TYPE 
4500:     SYNTAX     Unsigned32 
4501:     MAX-ACCESS read-write 
4502:     STATUS     current 
4503:     DESCRIPTION 
4504:             "Max NAK retries while waiting for missing data." 
4505:     ::= { pgmReceiverConfigEntry 8 } 
4506:  
4507: pgmReceiverSendNaks OBJECT-TYPE 
4508:     SYNTAX     INTEGER {  
4509:                         enabled(1),  
4510:                         disabled(2)  
4511:                } 
4512:     MAX-ACCESS read-write 
4513:     STATUS     current 
4514:     DESCRIPTION 
4515:             "Flag to indicate whether or not receiver should 
4516:              send NAKs or be totally passive." 
4517:     ::= { pgmReceiverConfigEntry 9 } 
4518:  
4519: pgmReceiverLateJoin OBJECT-TYPE 
4520:     SYNTAX     INTEGER {  
4521:                         enabled(1),  
4522:                         disabled(2)  
4523:                } 
4524:     MAX-ACCESS read-only 
4525:     STATUS     current 
4526:     DESCRIPTION 
4527:             "Flag to indicate whether or not the receiver 
4528:              should wait for a OPT_JOIN SPM before  
4529:              attempting to late join." 
4530:     ::= { pgmReceiverConfigEntry 10 } 
4531:  
4532: pgmReceiverNakTtl OBJECT-TYPE 
4533:     SYNTAX     Unsigned32(1..255) 
4534:     MAX-ACCESS read-write 
4535:     STATUS     current 
4536:     DESCRIPTION 
4537: 
4538:   
4539: Petrova                     INTERNET DRAFT                          79 
4539: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
4540: 
4541: 
4542: 
4543: 
4544: 
4545: 
4546: 
4547: 
4548:                                PGM MIB                      June 2002 
4549:  
4550:  
4551:             "TTL on NAK packets sent for loss." 
4552:     ::= { pgmReceiverConfigEntry 11 } 
4552: warning - warning: flushing recent incorrect declaration, see previous error(s)
4553:  
4554: pgmReceiverDeliveryOrder OBJECT-TYPE 
4555:     SYNTAX     INTEGER { 
4556:                         unordered(1), 
4557:                         ordered(2) 
4558:                } 
4559:     MAX-ACCESS read-write 
4560:     STATUS     current 
4561:     DESCRIPTION 
4562:             "Packet Delivery Order for the receiving  
4563:              application." 
4564:     ::= { pgmReceiverConfigEntry 12 } 
4565:  
4566: pgmReceiverMcastNaks OBJECT-TYPE 
4567:     SYNTAX     INTEGER {  
4568:                         enabled(1),  
4569:                         disabled(2)  
4570:                } 
4571:     MAX-ACCESS read-write 
4572:     STATUS     current 
4573:     DESCRIPTION 
4574:             "Flag to indicate whether or not receiver should 
4575:              send multicast NAKs." 
4576:     ::= { pgmReceiverConfigEntry 13 } 
4577:  
4578: pgmReceiverNakFailureThresholdTimer OBJECT-TYPE 
4579:     SYNTAX     Unsigned32 
4580:     UNITS      "seconds" 
4581:     MAX-ACCESS read-write 
4582:     STATUS     current 
4583:     DESCRIPTION 
4584:             "Timer that defines per receiver 
4585:              interval of time during which unrecoverable 
4586:              lost packets are monitored 
4587:              for purposes of SNMP trap generation." 
4588:     ::= { pgmReceiverConfigEntry 14 } 
4589:  
4590: pgmReceiverNakFailureThreshold OBJECT-TYPE 
4591:     SYNTAX     Unsigned32 
4592:     MAX-ACCESS read-write 
4593:     STATUS     current 
4594:     DESCRIPTION 
4595:             "The number of unrecoverable lost packets  
4596:              within the defined interval 
4597: 
4598:   
4599: Petrova                     INTERNET DRAFT                          80 
4600: 
4601: 
4602: 
4603: 
4604: 
4605: 
4606: 
4607: 
4608:                                PGM MIB                      June 2002 
4609:  
4610:  
4611:              after which an SNMP trap is generated." 
4612:     ::= { pgmReceiverConfigEntry 15 } 
4613:  
4614:  
4615: -- PGM Receiver Performance Management Table 
4616:  
4617: pgmReceiverPerformanceTable  OBJECT-TYPE 
4618:     SYNTAX SEQUENCE OF PgmReceiverPerformanceEntry 
4618: error - unknown type `PgmReceiverPerformanceEntry'
4619:     MAX-ACCESS not-accessible 
4620:     STATUS     current 
4621:     DESCRIPTION 
4622:             "The table holding per TSI 
4623:              performance management information  
4624:              related to the PGM Receiver." 
4625:     ::= {pgmReceiverTsi 4} 
4626:  
4627: pgmReceiverPerformanceEntry OBJECT-TYPE 
4628:     SYNTAX     PgmReceiverPerformanceEntry 
4629:     MAX-ACCESS not-accessible 
4630:     STATUS     current 
4631:     DESCRIPTION 
4632:             "Per PGM Receiver session performance  
4633:              management information." 
4634:     INDEX   { pgmReceiverPerformanceGlobalId, 
4635:               pgmReceiverPerformanceSourcePort, 
4636:               pgmReceiverPerformanceInstance } 
4637:     ::= { pgmReceiverPerformanceTable 1 } 
4638:  
4639: PgmReceiverPerformanceEntry ::= SEQUENCE { 
4640:     pgmReceiverPerformanceGlobalId 
4641:         OCTET STRING, 
4642:     pgmReceiverPerformanceSourcePort 
4643:         Unsigned32, 
4644:     pgmReceiverPerformanceInstance 
4645:         Unsigned32, 
4646:     pgmReceiverDataBytesReceived 
4647:         Counter32, 
4648:     pgmReceiverDataMsgsReceived 
4649:         Counter32, 
4649: severe - unknown object identifier label `pgmReceiverDataMsgsReceived'
4650:     pgmReceiverNaksSent 
4651:         Counter32, 
4652:     pgmReceiverNaksRetransmitted 
4653:         Counter32, 
4654:     pgmReceiverNakFailures 
4655:         Counter32, 
4656:     pgmReceiverBytesReceived 
4657: 
4658:   
4659: Petrova                     INTERNET DRAFT                          81 
4659: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
4660: 
4661: 
4662: 
4663: 
4664: 
4665: 
4666: 
4667: 
4668:                                PGM MIB                      June 2002 
4669:  
4670:  
4671:         Counter32, 
4672:     pgmReceiverNaksSuppressed 
4673:         Counter32, 
4674:     pgmReceiverCksumErrors 
4675:         Counter32, 
4676:     pgmReceiverMalformedSpms 
4677:         Counter32, 
4678:     pgmReceiverMalformedOdata 
4679:         Counter32, 
4680:     pgmReceiverMalformedRdata 
4681:         Counter32, 
4682:     pgmReceiverMalformedNcfs 
4683:         Counter32, 
4684:     pgmReceiverPacketsDiscarded 
4685:         Counter32, 
4686:     pgmReceiverLosses 
4687:         Counter32, 
4688:     pgmReceiverBytesDeliveredToApp 
4689:         Counter32, 
4690:     pgmReceiverMsgsDeliveredToApp 
4691:         Counter32, 
4692:     pgmReceiverDupSpms 
4693:         Counter32, 
4694:     pgmReceiverDupDatas 
4695:         Counter32, 
4696:     pgmReceiverDupParities 
4697:         Counter32, 
4698:     pgmReceiverNakPacketsSent 
4699:         Counter32, 
4700:     pgmReceiverParityNakPacketsSent 
4701:         Counter32, 
4702:     pgmReceiverSelectiveNakPacketsSent 
4703:         Counter32, 
4704:     pgmReceiverParityNaksSent 
4705:         Counter32, 
4706:     pgmReceiverSelectiveNaksSent 
4707:         Counter32, 
4708:     pgmReceiverParityNaksRetransmitted 
4709:         Counter32, 
4710:     pgmReceiverSelectiveNaksRetransmitted 
4711:         Counter32, 
4712:     pgmReceiverNaksFailed 
4713:         Counter32, 
4714:     pgmReceiverParityNaksFailed 
4715:         Counter32, 
4716:     pgmReceiverSelectiveNaksFailed 
4717: 
4718:   
4719: Petrova                     INTERNET DRAFT                          82 
4720: 
4721: 
4722: 
4723: 
4724: 
4725: 
4726: 
4727: 
4728:                                PGM MIB                      June 2002 
4729:  
4730:  
4731:         Counter32, 
4732:     pgmReceiverNaksFailedRxwAdvanced 
4733:         Counter32, 
4734:     pgmReceiverNaksFaledNcfRetriesExceeded 
4735:         Counter32, 
4736:     pgmReceiverNaksFailedDataRetriesExceeded 
4737:         Counter32, 
4738:     pgmReceiverNaksFailedGenExpired 
4739:         Counter32, 
4740:     pgmReceiverNakFailuresDelivered 
4741:         Counter32, 
4742:     pgmReceiverParityNaksSuppressed 
4743:         Counter32, 
4744:     pgmReceiverSelectiveNaksSuppressed 
4745:         Counter32, 
4746:     pgmReceiverNakErrors 
4747:         Counter32, 
4748:     pgmReceiverOutstandingParityNaks 
4749:         Counter32, 
4750:     pgmReceiverOutstandingSelectiveNaks 
4751:         Counter32, 
4752:     pgmReceiverLastActivity 
4753:         Counter32, 
4754:     pgmReceiverNakSvcTimeMin 
4755:         Counter32, 
4756:     pgmReceiverNakSvcTimeMean 
4757:         Counter32, 
4758:     pgmReceiverNakSvcTimeMax 
4759:         Counter32, 
4760:     pgmReceiverNakFailTimeMin 
4761:         Counter32, 
4762:     pgmReceiverNakFailTimeMean 
4763:         Counter32, 
4764:     pgmReceiverNakFailTimeMax 
4765:         Counter32, 
4766:     pgmReceiverNakTransmitMin 
4767:         Counter32, 
4768:     pgmReceiverNakTransmitMean 
4769:         Counter32, 
4770:     pgmReceiverNakTransmitMax 
4771:         Counter32, 
4772:     pgmReceiverAcksSent 
4773:         Counter32, 
4774:     pgmReceiverRxwTrail 
4775:         Counter32, 
4776:     pgmReceiverRxwLead 
4777: 
4778:   
4779: Petrova                     INTERNET DRAFT                          83 
4780: 
4781: 
4782: 
4783: 
4784: 
4785: 
4786: 
4787: 
4788:                                PGM MIB                      June 2002 
4789:  
4790:  
4791:         Counter32, 
4792:     pgmReceiverNakFailuresLastInterval 
4793:         Counter32, 
4794:     pgmReceiverLastIntervalNakFailures 
4795:         Counter32 
4796: } 
4796: warning - warning: flushing recent incorrect declaration, see previous error(s)
4797:  
4798: pgmReceiverPerformanceGlobalId OBJECT-TYPE 
4799:     SYNTAX     OCTET STRING (SIZE (12)) 
4800:     MAX-ACCESS not-accessible 
4801:     STATUS     current 
4802:     DESCRIPTION 
4803:             "Globally unique source identifier (GSI)." 
4804:     ::= { pgmReceiverPerformanceEntry 1 } 
4805:  
4806: pgmReceiverPerformanceSourcePort OBJECT-TYPE 
4807:     SYNTAX     Unsigned32(0..65535) 
4808:     MAX-ACCESS not-accessible 
4809:     STATUS     current 
4810:     DESCRIPTION 
4811:             "Source port number." 
4812:     ::= { pgmReceiverPerformanceEntry 2 } 
4813:  
4814: pgmReceiverPerformanceInstance OBJECT-TYPE 
4815:     SYNTAX     Unsigned32 
4816:     MAX-ACCESS not-accessible 
4817:     STATUS     current 
4818:     DESCRIPTION 
4819:             "Positive number, uniquely identifying  
4820:              a Receiver." 
4821:     ::= { pgmReceiverPerformanceEntry 3 } 
4822:  
4823: pgmReceiverDataBytesReceived OBJECT-TYPE 
4824:     SYNTAX     Counter32 
4825:     MAX-ACCESS read-only 
4826:     STATUS     current 
4827:     DESCRIPTION 
4828:             "Number of data bytes received for this PGM 
4829:              Receiver session." 
4830:     ::= { pgmReceiverPerformanceEntry 4 } 
4831:  
4832: pgmReceiverDataMsgsReceived OBJECT-TYPE 
4833:     SYNTAX     Counter32 
4834:     MAX-ACCESS read-only 
4835:     STATUS     current 
4836:     DESCRIPTION 
4837: 
4838:   
4839: Petrova                     INTERNET DRAFT                          84 
4839: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
4840: 
4841: 
4842: 
4843: 
4844: 
4845: 
4846: 
4847: 
4848:                                PGM MIB                      June 2002 
4849:  
4850:  
4851:             "Number of data messages received for this 
4852:              PGM Receiver session." 
4853:     ::= { pgmReceiverPerformanceEntry 5 } 
4853: warning - warning: flushing recent incorrect declaration, see previous error(s)
4854:  
4855: pgmReceiverNaksSent OBJECT-TYPE 
4856:     SYNTAX     Counter32 
4857:     MAX-ACCESS read-only 
4858:     STATUS     current 
4859:     DESCRIPTION 
4860:             "Number of NAKs sent for this session." 
4861:     ::= { pgmReceiverPerformanceEntry 6 } 
4862:  
4863: pgmReceiverNaksRetransmitted OBJECT-TYPE 
4864:     SYNTAX     Counter32 
4865:     MAX-ACCESS read-only 
4866:     STATUS     current 
4867:     DESCRIPTION 
4868:             "Number of NAKs retransmitted for this  
4869:              session." 
4870:     ::= { pgmReceiverPerformanceEntry 7 } 
4871:  
4872: pgmReceiverNakFailures OBJECT-TYPE 
4873:     SYNTAX     Counter32 
4874:     MAX-ACCESS read-only 
4875:     STATUS     current 
4876:     DESCRIPTION 
4877:             "Number of NAK failures for this session. 
4878:              This counter represents the number of 
4879:              unrecoverable/unrepairable data packets." 
4880:     ::= { pgmReceiverPerformanceEntry 8 } 
4881:  
4882: pgmReceiverBytesReceived OBJECT-TYPE 
4883:     SYNTAX     Counter32 
4884:     MAX-ACCESS read-only 
4885:     STATUS     current 
4886:     DESCRIPTION 
4887:             "Number of bytes received for this session. 
4888:              It counts all bytes received, including IP  
4889:              and PGM header and non-data messages." 
4890:     ::= { pgmReceiverPerformanceEntry 9 } 
4890: error - type of `pgmReceiverBytesReceived' in sequence and object type definition do not match
4891:  
4892: pgmReceiverNaksSuppressed OBJECT-TYPE 
4893:     SYNTAX     Counter32 
4894:     MAX-ACCESS read-only 
4895:     STATUS     current 
4896:     DESCRIPTION 
4897: 
4898:   
4899: Petrova                     INTERNET DRAFT                          85 
4899: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
4900: 
4901: 
4902: 
4903: 
4904: 
4905: 
4906: 
4907: 
4908:                                PGM MIB                      June 2002 
4909:  
4910:  
4911:             "Number of suppressed NAKs." 
4912:     ::= { pgmReceiverPerformanceEntry 10 } 
4912: warning - warning: flushing recent incorrect declaration, see previous error(s)
4913:  
4914: pgmReceiverCksumErrors OBJECT-TYPE 
4915:     SYNTAX     Counter32 
4916:     MAX-ACCESS read-only 
4917:     STATUS     current 
4918:     DESCRIPTION 
4919:             "Number of checksum errors for this session." 
4920:     ::= { pgmReceiverPerformanceEntry 11 } 
4921:  
4922: pgmReceiverMalformedSpms OBJECT-TYPE 
4923:     SYNTAX     Counter32 
4924:     MAX-ACCESS read-only 
4925:     STATUS     current 
4926:     DESCRIPTION 
4927:             "Number of malformed SPMs for this session." 
4928:     ::= { pgmReceiverPerformanceEntry 12 } 
4929:  
4930: pgmReceiverMalformedOdata OBJECT-TYPE 
4931:     SYNTAX     Counter32 
4932:     MAX-ACCESS read-only 
4933:     STATUS     current 
4934:     DESCRIPTION 
4935:             "Number of malformed ODATA packets for this 
4936:              session." 
4937:     ::= { pgmReceiverPerformanceEntry 13 } 
4938:  
4939: pgmReceiverMalformedRdata OBJECT-TYPE 
4940:     SYNTAX     Counter32 
4941:     MAX-ACCESS read-only 
4942:     STATUS     current 
4943:     DESCRIPTION 
4944:             "Number of malformed RDATA packets for this 
4945:              session." 
4946:     ::= { pgmReceiverPerformanceEntry 14 } 
4947:  
4948: pgmReceiverMalformedNcfs OBJECT-TYPE 
4949:     SYNTAX     Counter32 
4950:     MAX-ACCESS read-only 
4951:     STATUS     current 
4952:     DESCRIPTION 
4953:             "Number of malformed NCF packets for this 
4954:              session." 
4955:     ::= { pgmReceiverPerformanceEntry 15 } 
4956:  
4957: 
4958:   
4959: Petrova                     INTERNET DRAFT                          86 
4959: error - `Petrova' should start with a lower case letter
4959: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
4960: 
4961: 
4962: 
4963: 
4964: 
4965: 
4966: 
4967: 
4968:                                PGM MIB                      June 2002 
4969:  
4970:  
4971: pgmReceiverPacketsDiscarded OBJECT-TYPE 
4972:     SYNTAX     Counter32 
4973:     MAX-ACCESS read-only 
4974:     STATUS     current 
4975:     DESCRIPTION 
4976:             "Number of discarded packets for this 
4977:              session." 
4978:     ::= { pgmReceiverPerformanceEntry 16 } 
4978: warning - warning: flushing recent incorrect declaration, see previous error(s)
4979:  
4980: pgmReceiverLosses OBJECT-TYPE 
4981:     SYNTAX     Counter32 
4982:     MAX-ACCESS read-only 
4983:     STATUS     current 
4984:     DESCRIPTION 
4985:             "Number of detected missed packets for  
4986:              this session. This counter is incremented 
4987:              every time a Receiver detects a missing  
4988:              packet." 
4989:     ::= { pgmReceiverPerformanceEntry 17 } 
4990:  
4991: pgmReceiverBytesDeliveredToApp OBJECT-TYPE 
4992:     SYNTAX     Counter32 
4993:     MAX-ACCESS read-only 
4994:     STATUS     current 
4995:     DESCRIPTION 
4996:             "Number of bytes, delivered to the 
4997:              application." 
4998:     ::= { pgmReceiverPerformanceEntry 18 } 
4999:  
5000: pgmReceiverMsgsDeliveredToApp OBJECT-TYPE 
5001:     SYNTAX     Counter32 
5002:     MAX-ACCESS read-only 
5003:     STATUS     current 
5004:     DESCRIPTION 
5005:             "Number of messages, delivered to the 
5006:              application." 
5007:     ::= { pgmReceiverPerformanceEntry 19 } 
5008:  
5009: pgmReceiverDupSpms OBJECT-TYPE 
5010:     SYNTAX     Counter32 
5011:     MAX-ACCESS read-only 
5012:     STATUS     current 
5013:     DESCRIPTION 
5014:             "Number of duplicate SPMs." 
5015:     ::= { pgmReceiverPerformanceEntry 20 } 
5016:  
5017: 
5018:   
5019: Petrova                     INTERNET DRAFT                          87 
5019: error - `Petrova' should start with a lower case letter
5019: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
5020: 
5021: 
5022: 
5023: 
5024: 
5025: 
5026: 
5027: 
5028:                                PGM MIB                      June 2002 
5029:  
5030:  
5031: pgmReceiverDupDatas OBJECT-TYPE 
5032:     SYNTAX     Counter32 
5033:     MAX-ACCESS read-only 
5034:     STATUS     current 
5035:     DESCRIPTION 
5036:             "Number of duplicate RDATA/ODATA." 
5037:     ::= { pgmReceiverPerformanceEntry 21 } 
5037: warning - warning: flushing recent incorrect declaration, see previous error(s)
5038:  
5039: pgmReceiverDupParities OBJECT-TYPE 
5040:     SYNTAX     Counter32 
5041:     MAX-ACCESS read-only 
5042:     STATUS     current 
5043:     DESCRIPTION 
5044:             "Number of duplicate parities seen." 
5045:     ::= { pgmReceiverPerformanceEntry 22 } 
5046:  
5047: pgmReceiverNakPacketsSent OBJECT-TYPE 
5048:     SYNTAX     Counter32 
5049:     MAX-ACCESS read-only 
5050:     STATUS     current 
5051:     DESCRIPTION 
5052:             "Number of NAK packets sent. 
5053:              Includes parity and selective." 
5054:     ::= { pgmReceiverPerformanceEntry 23 } 
5055:  
5056: pgmReceiverParityNakPacketsSent OBJECT-TYPE 
5057:     SYNTAX     Counter32 
5058:     MAX-ACCESS read-only 
5059:     STATUS     current 
5060:     DESCRIPTION 
5061:             "Number of parity NAK packets sent." 
5062:     ::= { pgmReceiverPerformanceEntry 24 } 
5063:  
5064: pgmReceiverSelectiveNakPacketsSent OBJECT-TYPE 
5065:     SYNTAX     Counter32 
5066:     MAX-ACCESS read-only 
5067:     STATUS     current 
5068:     DESCRIPTION 
5069:             "Number of selective NAK packets sent." 
5070:     ::= { pgmReceiverPerformanceEntry 25 } 
5071:  
5072: pgmReceiverParityNaksSent OBJECT-TYPE 
5073:     SYNTAX     Counter32 
5074:     MAX-ACCESS read-only 
5075:     STATUS     current 
5076:     DESCRIPTION 
5077: 
5078:   
5079: Petrova                     INTERNET DRAFT                          88 
5079: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
5080: 
5081: 
5082: 
5083: 
5084: 
5085: 
5086: 
5087: 
5088:                                PGM MIB                      June 2002 
5089:  
5090:  
5091:             "Number of individual parity NAK packets sent." 
5092:     ::= { pgmReceiverPerformanceEntry 26 } 
5092: warning - warning: flushing recent incorrect declaration, see previous error(s)
5093:  
5094: pgmReceiverSelectiveNaksSent OBJECT-TYPE 
5095:     SYNTAX     Counter32 
5096:     MAX-ACCESS read-only 
5097:     STATUS     current 
5098:     DESCRIPTION 
5099:             "Number of individual selective NAK packets sent." 
5100:     ::= { pgmReceiverPerformanceEntry 27 } 
5101:  
5102: pgmReceiverParityNaksRetransmitted OBJECT-TYPE 
5103:     SYNTAX     Counter32 
5104:     MAX-ACCESS read-only 
5105:     STATUS     current 
5106:     DESCRIPTION 
5107:             "Number of individual parity NAKs retransmitted." 
5108:     ::= { pgmReceiverPerformanceEntry 28 } 
5109:  
5110: pgmReceiverSelectiveNaksRetransmitted OBJECT-TYPE 
5111:     SYNTAX     Counter32 
5112:     MAX-ACCESS read-only 
5113:     STATUS     current 
5114:     DESCRIPTION 
5115:             "Number of individual selective NAKs retransmitted." 
5116:     ::= { pgmReceiverPerformanceEntry 29 } 
5117:  
5118: pgmReceiverNaksFailed OBJECT-TYPE 
5119:     SYNTAX     Counter32 
5120:     MAX-ACCESS read-only 
5121:     STATUS     current 
5122:     DESCRIPTION 
5123:             "Number of individual NAKs that failed." 
5124:     ::= { pgmReceiverPerformanceEntry 30 } 
5125:  
5126: pgmReceiverParityNaksFailed OBJECT-TYPE 
5127:     SYNTAX     Counter32 
5128:     MAX-ACCESS read-only 
5129:     STATUS     current 
5130:     DESCRIPTION 
5131:             "Number of individual parity NAKs that failed." 
5132:     ::= { pgmReceiverPerformanceEntry 31 } 
5133:  
5134: pgmReceiverSelectiveNaksFailed OBJECT-TYPE 
5135:     SYNTAX     Counter32 
5136:     MAX-ACCESS read-only 
5137: 
5138:   
5139: Petrova                     INTERNET DRAFT                          89 
5139: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
5140: 
5141: 
5142: 
5143: 
5144: 
5145: 
5146: 
5147: 
5148:                                PGM MIB                      June 2002 
5149:  
5150:  
5151:     STATUS     current 
5152:     DESCRIPTION 
5153:             "Number of individual selective NAKs that failed." 
5154:     ::= { pgmReceiverPerformanceEntry 32 } 
5154: warning - warning: flushing recent incorrect declaration, see previous error(s)
5155:  
5156: pgmReceiverNaksFailedRxwAdvanced OBJECT-TYPE 
5157:     SYNTAX     Counter32 
5158:     MAX-ACCESS read-only 
5159:     STATUS     current 
5160:     DESCRIPTION 
5161:             "Number of individual NAKs that failed, due to the 
5162:              window being advanced over them." 
5163:     ::= { pgmReceiverPerformanceEntry 33 } 
5164:  
5165: pgmReceiverNaksFaledNcfRetriesExceeded OBJECT-TYPE 
5166:     SYNTAX     Counter32 
5167:     MAX-ACCESS read-only 
5168:     STATUS     current 
5169:     DESCRIPTION 
5170:             "Number of individual NAKs that failed, due to ncf 
5171:              retry limit exceeded." 
5172:     ::= { pgmReceiverPerformanceEntry 34 } 
5173:  
5174: pgmReceiverNaksFailedDataRetriesExceeded OBJECT-TYPE 
5175:     SYNTAX     Counter32 
5176:     MAX-ACCESS read-only 
5177:     STATUS     current 
5178:     DESCRIPTION 
5179:             "Number of individual NAKs that failed, due to data  
5180:              retry limit exceeded." 
5181:     ::= { pgmReceiverPerformanceEntry 35 } 
5182:  
5183: pgmReceiverNaksFailedGenExpired OBJECT-TYPE 
5184:     SYNTAX     Counter32 
5185:     MAX-ACCESS read-only 
5186:     STATUS     current 
5187:     DESCRIPTION 
5188:             "Number of individual NAKs that failed, due to NAK 
5189:              generation interval expiring before it  
5190:              could be repaired." 
5191:     ::= { pgmReceiverPerformanceEntry 36 } 
5192:  
5193: pgmReceiverNakFailuresDelivered OBJECT-TYPE 
5194:     SYNTAX     Counter32 
5195:     MAX-ACCESS read-only 
5196:     STATUS     current 
5197: 
5198:   
5199: Petrova                     INTERNET DRAFT                          90 
5199: error - description missing in object definition
5199: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
5200: 
5201: 
5202: 
5203: 
5204: 
5205: 
5206: 
5207: 
5208:                                PGM MIB                      June 2002 
5209:  
5210:  
5211:     DESCRIPTION 
5212:             "Number of NAK failures delivered to application." 
5213:     ::= { pgmReceiverPerformanceEntry 37 } 
5213: warning - warning: flushing recent incorrect declaration, see previous error(s)
5214:  
5215: pgmReceiverParityNaksSuppressed OBJECT-TYPE 
5216:     SYNTAX     Counter32 
5217:     MAX-ACCESS read-only 
5218:     STATUS     current 
5219:     DESCRIPTION 
5220:             "Number of individual parity NAKs that were 
5221:              suppressed from being sent due to reception 
5222:              of an NCF or ODATA/RDATA for the loss." 
5223:     ::= { pgmReceiverPerformanceEntry 38 } 
5224:  
5225: pgmReceiverSelectiveNaksSuppressed OBJECT-TYPE 
5226:     SYNTAX     Counter32 
5227:     MAX-ACCESS read-only 
5228:     STATUS     current 
5229:     DESCRIPTION 
5230:             "Number of individual selective NAKs that were 
5231:              suppressed from being sent due to reception 
5232:              of an NCF or ODATA/RDATA for the loss." 
5233:     ::= { pgmReceiverPerformanceEntry 39 } 
5234:  
5235: pgmReceiverNakErrors OBJECT-TYPE 
5236:     SYNTAX     Counter32 
5237:     MAX-ACCESS read-only 
5238:     STATUS     current 
5239:     DESCRIPTION 
5240:             "Number of NAK packets, that contained 
5241:              errors in them." 
5242:     ::= { pgmReceiverPerformanceEntry 40 } 
5243:  
5244: pgmReceiverOutstandingParityNaks OBJECT-TYPE 
5245:     SYNTAX     Counter32 
5246:     MAX-ACCESS read-only 
5247:     STATUS     current 
5248:     DESCRIPTION 
5249:             "Current number of outstanding individual parity  
5250:              NAKs that are waiting to be repaired." 
5251:     ::= { pgmReceiverPerformanceEntry 41 } 
5252:  
5253: pgmReceiverOutstandingSelectiveNaks OBJECT-TYPE 
5254:     SYNTAX     Counter32 
5255:     MAX-ACCESS read-only 
5256:     STATUS     current 
5257: 
5258:   
5259: Petrova                     INTERNET DRAFT                          91 
5259: error - description missing in object definition
5259: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
5260: 
5261: 
5262: 
5263: 
5264: 
5265: 
5266: 
5267: 
5268:                                PGM MIB                      June 2002 
5269:  
5270:  
5271:     DESCRIPTION 
5272:             "Current number of outstanding individual selective 
5273:              NAKs that are waiting to be repaired." 
5274:     ::= { pgmReceiverPerformanceEntry 42 } 
5274: warning - warning: flushing recent incorrect declaration, see previous error(s)
5275:  
5276: pgmReceiverLastActivity OBJECT-TYPE 
5277:     SYNTAX  Counter32   
5278:     UNITS      "seconds" 
5279:     MAX-ACCESS read-only 
5280:     STATUS     current 
5281:     DESCRIPTION 
5282:             "Last time activity was observed from 
5283:              the Source. In seconds since the epoch, 
5284:              January 1, 1970." 
5285:     ::= { pgmReceiverPerformanceEntry 43 } 
5286:  
5287: pgmReceiverNakSvcTimeMin OBJECT-TYPE 
5288:     SYNTAX     Counter32 
5289:     UNITS      "miliseconds" 
5290:     MAX-ACCESS read-only 
5291:     STATUS     current 
5292:     DESCRIPTION 
5293:             "The min time that it took for a loss 
5294:              to be repaired." 
5295:     ::= { pgmReceiverPerformanceEntry 44 } 
5296:  
5297: pgmReceiverNakSvcTimeMean OBJECT-TYPE 
5298:     SYNTAX     Counter32 
5299:     UNITS      "miliseconds" 
5300:     MAX-ACCESS read-only 
5301:     STATUS     current 
5302:     DESCRIPTION 
5303:             "The mean time that it took for all losses 
5304:              to be repaired." 
5305:     ::= { pgmReceiverPerformanceEntry 45 } 
5306:  
5307: pgmReceiverNakSvcTimeMax OBJECT-TYPE 
5308:     SYNTAX     Counter32 
5309:     UNITS      "miliseconds" 
5310:     MAX-ACCESS read-only 
5311:     STATUS     current 
5312:     DESCRIPTION 
5313:             "The max time that it took for a loss 
5314:              to be repaired." 
5315:     ::= { pgmReceiverPerformanceEntry 46 } 
5316:  
5317: 
5318:   
5319: Petrova                     INTERNET DRAFT                          92 
5319: error - `Petrova' should start with a lower case letter
5319: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
5320: 
5321: 
5322: 
5323: 
5324: 
5325: 
5326: 
5327: 
5328:                                PGM MIB                      June 2002 
5329:  
5330:  
5331: pgmReceiverNakFailTimeMin OBJECT-TYPE 
5332:     SYNTAX     Counter32 
5333:     UNITS      "miliseconds" 
5334:     MAX-ACCESS read-only 
5335:     STATUS     current 
5336:     DESCRIPTION 
5337:             "The min time it took for a loss 
5338:              to be considered unrecoverable." 
5339:     ::= { pgmReceiverPerformanceEntry 47 } 
5339: warning - warning: flushing recent incorrect declaration, see previous error(s)
5340:  
5341: pgmReceiverNakFailTimeMean OBJECT-TYPE 
5342:     SYNTAX     Counter32 
5343:     UNITS      "miliseconds" 
5344:     MAX-ACCESS read-only 
5345:     STATUS     current 
5346:     DESCRIPTION 
5347:             "The mean time it took for all losses 
5348:             to be considered unrecoverable." 
5349:     ::= { pgmReceiverPerformanceEntry 48 } 
5350:  
5351: pgmReceiverNakFailTimeMax OBJECT-TYPE 
5352:     SYNTAX     Counter32 
5353:     UNITS      "miliseconds" 
5354:     MAX-ACCESS read-only 
5355:     STATUS     current 
5356:     DESCRIPTION 
5357:             "The max time it took for a loss 
5358:              to be considered unrecoverable." 
5359:     ::= { pgmReceiverPerformanceEntry 49 } 
5360:  
5361: pgmReceiverNakTransmitMin OBJECT-TYPE 
5362:     SYNTAX     Counter32 
5363:     MAX-ACCESS read-only 
5364:     STATUS     current 
5365:     DESCRIPTION 
5366:             "The min number of times an individual NAK 
5367:              needed to be retransmitted before it was repaired." 
5368:     ::= { pgmReceiverPerformanceEntry 50 } 
5369:  
5370: pgmReceiverNakTransmitMean OBJECT-TYPE 
5371:     SYNTAX     Counter32 
5372:     MAX-ACCESS read-only 
5373:     STATUS     current 
5374:     DESCRIPTION 
5375:             "The mean number of times an individual NAK 
5376:              needed to be retransmitted before it was repaired." 
5377: 
5378:   
5379: Petrova                     INTERNET DRAFT                          93 
5379: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
5380: 
5381: 
5382: 
5383: 
5384: 
5385: 
5386: 
5387: 
5388:                                PGM MIB                      June 2002 
5389:  
5390:  
5391:     ::= { pgmReceiverPerformanceEntry 51 } 
5391: warning - warning: flushing recent incorrect declaration, see previous error(s)
5392:  
5393: pgmReceiverNakTransmitMax OBJECT-TYPE 
5394:     SYNTAX     Counter32 
5395:     MAX-ACCESS read-only 
5396:     STATUS     current 
5397:     DESCRIPTION 
5398:             "The max number of times an individual NAK 
5399:              needed to be retransmitted before it was repaired." 
5400:     ::= { pgmReceiverPerformanceEntry 52 } 
5401:  
5402: pgmReceiverAcksSent OBJECT-TYPE 
5403:     SYNTAX     Counter32 
5404:     MAX-ACCESS read-only 
5405:     STATUS     current 
5406:     DESCRIPTION 
5407:             "The number of ACKs sent from the congestion 
5408:              control operation." 
5409:     ::= { pgmReceiverPerformanceEntry 53 } 
5410:  
5411: pgmReceiverRxwTrail OBJECT-TYPE 
5412:     SYNTAX     Counter32 
5413:     MAX-ACCESS read-only 
5414:     STATUS     current 
5415:     DESCRIPTION 
5416:             "Sequence number of the trailing edge of  
5417:              the transmission window as is being advertised 
5418:              by the sender." 
5419:     ::= { pgmReceiverPerformanceEntry 54 } 
5420:  
5421: pgmReceiverRxwLead OBJECT-TYPE 
5422:     SYNTAX     Counter32 
5423:     MAX-ACCESS read-only 
5424:     STATUS     current 
5425:     DESCRIPTION 
5426:             "Sequence number of the leading edge of  
5427:              the transmission window as is being advertised 
5428:              by the sender." 
5429:     ::= { pgmReceiverPerformanceEntry 55 } 
5430:  
5431: pgmReceiverNakFailuresLastInterval OBJECT-TYPE 
5432:     SYNTAX     Counter32 
5433:     MAX-ACCESS read-only 
5434:     STATUS     current 
5435:     DESCRIPTION 
5436:             "The actual number of seconds since the 
5437: 
5438:   
5439: Petrova                     INTERNET DRAFT                          94 
5440: 
5441: 
5442: 
5443: 
5444: 
5445: 
5446: 
5447: 
5448:                                PGM MIB                      June 2002 
5449:  
5450:  
5451:              last pgmReceiverLastIntervalNakFailures 
5452:              counter reset due to number of nak failures  
5453:              threshold exceeded." 
5454:     ::= { pgmReceiverPerformanceEntry 56 } 
5455:  
5456: pgmReceiverLastIntervalNakFailures OBJECT-TYPE 
5457:     SYNTAX     Counter32 
5458:     MAX-ACCESS read-only 
5459:     STATUS     current 
5460:     DESCRIPTION 
5461:             "Number of actual unrecoverable failures for  
5462:              the requested threshold interval for this session." 
5463:     ::= { pgmReceiverPerformanceEntry 57 } 
5464:  
5465: -- 
5466: -- Designated Local Repairer (DLR)  
5467: -- 
5468:  
5469: -- Designated Local Repairer (DLR) Default Configuration 
5470:  
5471: pgmDlrSaveDefaults OBJECT-TYPE 
5472:     SYNTAX     INTEGER { initial (1), 
5473:                          save (2),  
5474:                          pending (3), 
5475:                          success (4), 
5476:                          failure (5) } 
5477:     MAX-ACCESS read-write 
5478:     STATUS     current 
5479:     DESCRIPTION 
5480:             "Flag used to initiate the storing  
5481:              of all default variable values to  
5482:              non-volatile storage and to report the  
5483:              result of the operation. 
5484:              The following values can only be read, 
5485:              never written : 
5486:              initial(1) - returned prior to any requests 
5487:              for saving the default configuration 
5488:              pending(3) - saving in progress 
5489:              success(4) - returned when a save(2) request 
5490:              is successful 
5491:              failure(5) - returned when a save(2) request 
5492:              is unsuccessful 
5493:  
5494:              The following values can only be written, 
5495:              never read : 
5496:              save(2) - to indicate that the default 
5497: 
5498:   
5499: Petrova                     INTERNET DRAFT                          95 
5500: 
5501: 
5502: 
5503: 
5504: 
5505: 
5506: 
5507: 
5508:                                PGM MIB                      June 2002 
5509:  
5510:  
5511:              configuration should be saved." 
5512:     ::= { pgmDLR 1 } 
5512: severe - unknown object identifier label `pgmDLR'
5513:  
5514: pgmDlrLastUpdateTime OBJECT-TYPE 
5515:     SYNTAX     TimeTicks 
5516:     MAX-ACCESS read-only 
5517:     STATUS     current 
5518:     DESCRIPTION 
5519:             "Number of TimeTicks since the last update 
5520:              of the non-volatile storage."  
5521:     ::= { pgmDLR 2 } 
5522:  
5523: pgmDlrGroupAddress OBJECT-TYPE 
5524:     SYNTAX     IpAddress 
5525:     MAX-ACCESS read-write 
5526:     STATUS     current 
5527:     DESCRIPTION 
5528:             "Multicast group address to listen for traffic 
5529:              on." 
5530:     ::= { pgmDLR 3 } 
5531:  
5532: pgmDlrCacheRtx OBJECT-TYPE 
5533:     SYNTAX     INTEGER 
5534:                { 
5535:                    cacheOFF(1), 
5536:                    cacheON(2) 
5537:                }  
5538:     MAX-ACCESS read-write 
5539:     STATUS     current 
5540:     DESCRIPTION 
5541:             "Specifies if the NE should also cache data for 
5542:              retransmission or simply suppress duplicate  
5543:              NAKs and forward the NAKs to it's parent NE or 
5544:              sender."   
5545:     ::= { pgmDLR 4 } 
5546:  
5547: pgmDlrActivityIvl OBJECT-TYPE 
5548:     SYNTAX     Unsigned32 
5549:     MAX-ACCESS read-write 
5550:     STATUS     current 
5551:     DESCRIPTION 
5552:             "Specifies the delay between activity checks 
5553:              for specific PGM sessions." 
5554:     ::= { pgmDLR 5 } 
5555:  
5556: pgmDlrMaxRate OBJECT-TYPE 
5557: 
5558:   
5559: Petrova                     INTERNET DRAFT                          96 
5559: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting SYNTAX
5560: 
5561: 
5562: 
5563: 
5564: 
5565: 
5566: 
5567: 
5568:                                PGM MIB                      June 2002 
5569:  
5570:  
5571:     SYNTAX     Unsigned32 
5572:     MAX-ACCESS read-write 
5573:     STATUS     current 
5574:     DESCRIPTION 
5575:             "Specifies the maximum rate (in bps) for 
5576:              retransmissions." 
5577:     ::= { pgmDLR 6 } 
5577: warning - warning: flushing recent incorrect declaration, see previous error(s)
5578:  
5579: pgmDlrParentNeAddr OBJECT-TYPE 
5580:     SYNTAX     IpAddress 
5581:     MAX-ACCESS read-write 
5582:     STATUS     current 
5583:     DESCRIPTION 
5584:             "Ip Address of the NE to send all NAKs to." 
5585:     ::= { pgmDLR 7 } 
5586:  
5587: pgmDlrUpdateSinceLastSave OBJECT-TYPE 
5588:     SYNTAX     INTEGER 
5589:                { 
5590:                    notUpdated(1), 
5591:                    updated(2) 
5592:                } 
5593:     MAX-ACCESS read-only 
5594:     STATUS     current 
5595:     DESCRIPTION 
5596:             "Specifies if any of the Dlr Default 
5597:              variables have been updated or not, 
5598:              since the last successful pgmDlrSaveDefaults. 
5599:              notUpdated - none of the default Dlr 
5600:                           variables were set after the last 
5601:                           successful save to a non-volatile 
5602:                           storage. 
5603:              updated - at least one of the default Dlr 
5604:                           variables were set after the last 
5605:                           successful save to a non-volatile 
5606:                           storage." 
5607:     ::= { pgmDLR 8 } 
5608:  
5609:  
5610: -- 
5611: -- PGM DLR Source/Re-transmitter Sessions 
5612: -- 
5613: pgmDlrSource OBJECT IDENTIFIER ::= { pgmDLR 100 } 
5614:  
5615: pgmDlrSourceNumberOfEntries OBJECT-TYPE 
5616:     SYNTAX     Unsigned32 
5617: 
5618:   
5619: Petrova                     INTERNET DRAFT                          97 
5619: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
5620: 
5621: 
5622: 
5623: 
5624: 
5625: 
5626: 
5627: 
5628:                                PGM MIB                      June 2002 
5629:  
5630:  
5631:     MAX-ACCESS read-only 
5632:     STATUS     current 
5633:     DESCRIPTION 
5634:             "The total number of PGM Source sessions for 
5635:              the PGM DLR." 
5636:     ::= { pgmDlrSource 1 } 
5636: warning - warning: flushing recent incorrect declaration, see previous error(s)
5637:  
5638: -- PGM Dlr Source Fault Management Table 
5639:  
5640: pgmDlrSourceTable  OBJECT-TYPE 
5641:     SYNTAX SEQUENCE OF PgmDlrSourceEntry 
5642:     MAX-ACCESS not-accessible 
5643:     STATUS     current 
5644:     DESCRIPTION 
5645:             "The table holding per TSI fault  
5646:              management and general information  
5647:              related to the PGM DLR Source sessions." 
5648:     ::= {pgmDlrSource 2} 
5649:  
5650: pgmDlrSourceEntry OBJECT-TYPE 
5650: warning - warning: index of row `pgmDlrSourceEntry' can exceed OID size limit by 65414 subidentifier(s)
5651:     SYNTAX     PgmDlrSourceEntry 
5652:     MAX-ACCESS not-accessible 
5653:     STATUS     current 
5654:     DESCRIPTION 
5655:             "Per PGM DLR Source sessions fault  
5656:              management information." 
5657:     INDEX   { pgmDlrSourceGlobalId, 
5657: severe - unknown object identifier label `pgmDlrSourceGlobalId'
5657: minor error -
index element `pgmDlrSourceGlobalId' of row `pgmDlrSourceEntry' must have a size restriction
5658:               pgmDlrSourceSourcePort } 
5659:     ::= { pgmDlrSourceTable 1 } 
5660:  
5661: PgmDlrSourceEntry ::= SEQUENCE { 
5661: minor error - SEQUENCE element #1 `pgmDlrSourceGlobalId' is not a child node under `pgmDlrSourceEntry'
5661: warning - warning: SEQUENCE element #2 `pgmDlrSourceSourcePort' does not match order of columnar objects under `pgmDlrSourceEntry'
5662:     pgmDlrSourceGlobalId 
5663:         OCTET STRING, 
5664:     pgmDlrSourceSourcePort 
5665:         Unsigned32, 
5666:     pgmDlrSourceGroupAddress 
5667:         IpAddress, 
5668:     pgmDlrSourceSourceGsi 
5669:         OCTET STRING, 
5670:     pgmDlrSourceSourcePortNumber 
5671:         Unsigned32 
5672:     } 
5673:  
5674: pgmDlrSourceGlobalId OBJECT-TYPE 
5675:     SYNTAX     OCTET STRING (SIZE (12)) 
5676:     MAX-ACCESS not-accessible 
5677: 
5678:   
5679: Petrova                     INTERNET DRAFT                          98 
5679: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
5680: 
5681: 
5682: 
5683: 
5684: 
5685: 
5686: 
5687: 
5688:                                PGM MIB                      June 2002 
5689:  
5690:  
5691:     STATUS     current 
5692:     DESCRIPTION 
5693:             "Globally unique source identifier (GSI)." 
5694:     ::= { pgmDlrSourceEntry 1 } 
5694: warning - warning: flushing recent incorrect declaration, see previous error(s)
5695:  
5696: pgmDlrSourceSourcePort OBJECT-TYPE 
5697:     SYNTAX     Unsigned32(0..65535) 
5698:     MAX-ACCESS not-accessible 
5699:     STATUS     current 
5700:     DESCRIPTION 
5701:             "Source port number." 
5702:     ::= { pgmDlrSourceEntry 2 } 
5703:  
5704: pgmDlrSourceGroupAddress OBJECT-TYPE 
5705:     SYNTAX     IpAddress 
5706:     MAX-ACCESS read-only 
5707:     STATUS     current 
5708:     DESCRIPTION 
5709:             "Multicast group interface address  
5710:              to send multicast packets on." 
5711:     ::= { pgmDlrSourceEntry 3 } 
5712:  
5713: pgmDlrSourceSourceGsi OBJECT-TYPE 
5714:     SYNTAX     OCTET STRING (SIZE (12)) 
5715:     MAX-ACCESS read-only 
5716:     STATUS     current 
5717:     DESCRIPTION 
5718:             "Globally unique source identifier (GSI)." 
5719:     ::= { pgmDlrSourceEntry 4 } 
5720:  
5721: pgmDlrSourceSourcePortNumber OBJECT-TYPE 
5722:     SYNTAX     Unsigned32(0..65535) 
5723:     MAX-ACCESS read-only 
5724:     STATUS     current 
5725:     DESCRIPTION 
5726:             "Source port number." 
5727:     ::= { pgmDlrSourceEntry 5 } 
5728:  
5729: -- PGM DLR Source Configuration Management Table 
5730:  
5731: pgmDlrSourceConfigTable  OBJECT-TYPE 
5732:     SYNTAX SEQUENCE OF PgmDlrSourceConfigEntry 
5733:     MAX-ACCESS not-accessible 
5734:     STATUS     current 
5735:     DESCRIPTION 
5736:             "The table holding per TSI configuration  
5737: 
5738:   
5739: Petrova                     INTERNET DRAFT                          99 
5740: 
5741: 
5742: 
5743: 
5744: 
5745: 
5746: 
5747: 
5748:                                PGM MIB                      June 2002 
5749:  
5750:  
5751:              management information related to the  
5752:              PGM DLR Source sessions." 
5753:     ::= {pgmDlrSource 3} 
5754:  
5755: pgmDlrSourceConfigEntry OBJECT-TYPE 
5756:     SYNTAX     PgmDlrSourceConfigEntry 
5757:     MAX-ACCESS not-accessible 
5758:     STATUS     current 
5759:     DESCRIPTION 
5760:             "Per PGM DLR Source sessions configuration  
5761:              management information." 
5762:     INDEX   { pgmDlrSourceConfigGlobalId, 
5763:               pgmDlrSourceConfigSourcePort } 
5764:     ::= { pgmDlrSourceConfigTable 1 } 
5765:  
5766: PgmDlrSourceConfigEntry ::= SEQUENCE { 
5766: minor error - SEQUENCE element #3 `pgmDlrSourceGroupTtl' is not a child node under `pgmDlrSourceConfigEntry'
5766: minor error - SEQUENCE element #4 `pgmDlrSourceRdataBackoffIvl' is not a child node under `pgmDlrSourceConfigEntry'
5767:     pgmDlrSourceConfigGlobalId 
5768:         OCTET STRING, 
5769:     pgmDlrSourceConfigSourcePort 
5770:         Unsigned32, 
5771:     pgmDlrSourceGroupTtl 
5772:         Unsigned32, 
5772: severe - unknown object identifier label `pgmDlrSourceGroupTtl'
5773:     pgmDlrSourceRdataBackoffIvl 
5774:         Unsigned32 
5775:     } 
5776:  
5777: pgmDlrSourceConfigGlobalId OBJECT-TYPE 
5778:     SYNTAX     OCTET STRING (SIZE (12)) 
5779:     MAX-ACCESS not-accessible 
5780:     STATUS     current 
5781:     DESCRIPTION 
5782:             "Globally unique source identifier (GSI)." 
5783:     ::= { pgmDlrSourceConfigEntry 1 } 
5784:  
5785: pgmDlrSourceConfigSourcePort OBJECT-TYPE 
5786:     SYNTAX     Unsigned32(0..65535) 
5787:     MAX-ACCESS not-accessible 
5788:     STATUS     current 
5789:     DESCRIPTION 
5790:             "Source port number." 
5791:     ::= { pgmDlrSourceConfigEntry 2 } 
5792:  
5793: pgmDlrSourceGroupTtl OBJECT-TYPE 
5794:     SYNTAX     Unsigned32(1..255) 
5795:     MAX-ACCESS read-write 
5796:     STATUS     current 
5797: 
5798:   
5799: Petrova                     INTERNET DRAFT                         100 
5799: error - description missing in object definition
5799: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
5800: 
5801: 
5802: 
5803: 
5804: 
5805: 
5806: 
5807: 
5808:                                PGM MIB                      June 2002 
5809:  
5810:  
5811:     DESCRIPTION 
5812:             "This option sets the default TTL to use for 
5813:              multicast packets. " 
5814:     ::= { pgmDlrSourceConfigEntry 3 } 
5814: warning - warning: flushing recent incorrect declaration, see previous error(s)
5815:  
5816: pgmDlrSourceRdataBackoffIvl OBJECT-TYPE 
5817:     SYNTAX     Unsigned32 
5818:     UNITS      "milliseconds" 
5819:     MAX-ACCESS read-write 
5820:     STATUS     current 
5821:     DESCRIPTION 
5822:             "This option sets the default RDATA backoff 
5823:              interval. The value is expressed in milliseconds. 
5824:              The  value of 0 indicates no backoff." 
5825:     ::= { pgmDlrSourceConfigEntry 4 } 
5826:  
5827:  
5828: -- PGM DLR Source Performance Management Table 
5829:  
5830: pgmDlrSourcePerformanceTable  OBJECT-TYPE 
5831:     SYNTAX SEQUENCE OF PgmDlrSourcePerformanceEntry 
5831: error - unknown type `PgmDlrSourcePerformanceEntry'
5832:     MAX-ACCESS not-accessible 
5833:     STATUS     current 
5834:     DESCRIPTION 
5835:             "The table holding per TSI performance  
5836:              management information related to the  
5837:              PGM DLR Source sessions." 
5838:     ::= {pgmDlrSource 4} 
5839:  
5840: pgmDlrSourcePerformanceEntry OBJECT-TYPE 
5841:     SYNTAX     PgmDlrSourcePerformanceEntry 
5842:     MAX-ACCESS not-accessible 
5843:     STATUS     current 
5844:     DESCRIPTION 
5845:             "Per PGM DLR Source performance management 
5846:              information." 
5847:     INDEX   { pgmDlrSourcePerformanceGlobalId, 
5848:               pgmDlrSourcePerformanceSourcePort } 
5849:     ::= { pgmDlrSourcePerformanceTable 1 } 
5850:  
5851: PgmDlrSourcePerformanceEntry ::= SEQUENCE { 
5852:     pgmDlrSourcePerformanceGlobalId 
5853:         OCTET STRING, 
5854:     pgmDlrSourcePerformanceSourcePort 
5855:         Unsigned32, 
5856:     pgmDlrSourceRdataMsgsSent 
5857: 
5858:   
5859: Petrova                     INTERNET DRAFT                         101 
5859: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
5860: 
5861: 
5862: 
5863: 
5864: 
5865: 
5866: 
5867: 
5868:                                PGM MIB                      June 2002 
5869:  
5870:  
5871:        Counter32, 
5872:     pgmDlrSourceRdataBytesSent 
5873:        Counter32, 
5874:     pgmDlrSourceBytesSent 
5875:        Counter32, 
5876:     pgmDlrSourceNaksRcvd 
5877:        Counter32, 
5878:     pgmDlrSourceNaksIgnored 
5879:        Counter32, 
5880:     pgmDlrSourceNakErrors 
5881:        Counter32, 
5882:     pgmDlrSourceDiscards 
5883:         Counter32, 
5884:     pgmDlrSourceCksumErrors 
5885:        Counter32, 
5886:     pgmDlrSourceNNaksSent 
5887:         Counter32, 
5888:     pgmDlrSourceBytesBuffered 
5889:         Counter32, 
5890:     pgmDlrSourceMsgsBuffered 
5891:         Counter32, 
5892:     pgmDlrSourceParityBytesRetransmitted 
5893:         Counter32, 
5894:     pgmDlrSourceSelectiveBytesRetransmited 
5895:         Counter32, 
5896:     pgmDlrSourceParityMsgsRetransmitted 
5897:         Counter32, 
5898:     pgmDlrSourceSelectiveMsgsRetransmitted 
5899:         Counter32, 
5900:     pgmDlrSourceBytesAdmit 
5901:         Counter32, 
5902:     pgmDlrSourceMsgsAdmit 
5903:         Counter32, 
5904:     pgmDlrSourceNakPacketsReceived 
5905:         Counter32, 
5906:     pgmDlrSourceParityNakPacketsReceived 
5907:         Counter32, 
5908:     pgmDlrSourceSelectiveNakPacketsReceived 
5909:         Counter32, 
5910:     pgmDlrSourceParityNaksReceived 
5911:         Counter32, 
5912:     pgmDlrSourceSelectiveNaksReceived 
5913:         Counter32, 
5914:     pgmDlrSourceParityNaksIgnored 
5915:         Counter32, 
5916:     pgmDlrSourceSelectiveNaksIgnored 
5917: 
5918:   
5919: Petrova                     INTERNET DRAFT                         102 
5920: 
5921: 
5922: 
5923: 
5924: 
5925: 
5926: 
5927: 
5928:                                PGM MIB                      June 2002 
5929:  
5930:  
5931:         Counter32, 
5932:     pgmDlrSourceAckErrors 
5933:         Counter32, 
5934:     pgmDlrSourceNNakErrors 
5935:         Counter32, 
5936:     pgmDlrSourceAckPacketsReceived 
5937:         Counter32, 
5938:     pgmDlrSourceNNakPacketsReceived 
5939:         Counter32, 
5940:     pgmDlrSourceParityNNakPacketsReceived 
5941:         Counter32, 
5942:     pgmDlrSourceSelectiveNNakPacketsReceived 
5943:         Counter32, 
5944:     pgmDlrSourceNNaksReceived 
5945:         Counter32, 
5946:     pgmDlrSourceParityNNaksReceived 
5947:         Counter32, 
5948:     pgmDlrSourceSelectiveNNaksReceived 
5949:         Counter32 
5950:     } 
5950: warning - warning: flushing recent incorrect declaration, see previous error(s)
5951:  
5952: pgmDlrSourcePerformanceGlobalId OBJECT-TYPE 
5953:     SYNTAX     OCTET STRING (SIZE (12)) 
5954:     MAX-ACCESS not-accessible 
5955:     STATUS     current 
5956:     DESCRIPTION 
5957:             "Globally unique source identifier (GSI)." 
5958:     ::= { pgmDlrSourcePerformanceEntry 1 } 
5959:  
5960: pgmDlrSourcePerformanceSourcePort OBJECT-TYPE 
5961:     SYNTAX     Unsigned32(0..65535) 
5962:     MAX-ACCESS not-accessible 
5963:     STATUS     current 
5964:     DESCRIPTION 
5965:             "Source port number." 
5966:     ::= { pgmDlrSourcePerformanceEntry 2 } 
5967:  
5968: pgmDlrSourceRdataMsgsSent OBJECT-TYPE 
5969:     SYNTAX     Counter32 
5970:     MAX-ACCESS read-only 
5971:     STATUS     current 
5972:     DESCRIPTION 
5973:             "Number of Repair Data (RDATA) packets sent for 
5974:              this PGM DLR." 
5975:     ::= { pgmDlrSourcePerformanceEntry 3 } 
5975: error - type of `pgmDlrSourceRdataMsgsSent' in sequence and object type definition do not match
5976:  
5977: 
5978:   
5979: Petrova                     INTERNET DRAFT                         103 
5979: error - `Petrova' should start with a lower case letter
5979: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
5980: 
5981: 
5982: 
5983: 
5984: 
5985: 
5986: 
5987: 
5988:                                PGM MIB                      June 2002 
5989:  
5990:  
5991: pgmDlrSourceRdataBytesSent OBJECT-TYPE 
5992:     SYNTAX     Counter32 
5993:     MAX-ACCESS read-only 
5994:     STATUS     current 
5995:     DESCRIPTION 
5996:             "Number of RDATA bytes sent." 
5997:     ::= { pgmDlrSourcePerformanceEntry 4 } 
5997: warning - warning: flushing recent incorrect declaration, see previous error(s)
5998:  
5999: pgmDlrSourceBytesSent OBJECT-TYPE 
6000:     SYNTAX     Counter32 
6001:     MAX-ACCESS read-only 
6002:     STATUS     current 
6003:     DESCRIPTION 
6004:             "Number of bytes sent. This includes IP and 
6005:              PGM header and non-data msgs." 
6006:     ::= { pgmDlrSourcePerformanceEntry 5 } 
6007:  
6008: pgmDlrSourceNaksRcvd OBJECT-TYPE 
6009:     SYNTAX     Counter32 
6010:     MAX-ACCESS read-only 
6011:     STATUS     current 
6012:     DESCRIPTION 
6013:             "Number of NAKs received on this TSI." 
6014:     ::= { pgmDlrSourcePerformanceEntry 6 } 
6015:  
6016: pgmDlrSourceNaksIgnored OBJECT-TYPE 
6017:     SYNTAX     Counter32 
6018:     MAX-ACCESS read-only 
6019:     STATUS     current 
6020:     DESCRIPTION 
6021:             "Number of NAKs ignored on this TSI, due to 
6022:              duplicates." 
6023:     ::= { pgmDlrSourcePerformanceEntry 7 } 
6024:  
6025: pgmDlrSourceNakErrors OBJECT-TYPE 
6026:     SYNTAX     Counter32 
6027:     MAX-ACCESS read-only 
6028:     STATUS     current 
6029:     DESCRIPTION 
6030:             "Number of malformed NAKs on this TSI." 
6031:     ::= { pgmDlrSourcePerformanceEntry 8 } 
6032:  
6033: pgmDlrSourceDiscards OBJECT-TYPE 
6034:     SYNTAX     Counter32 
6035:     MAX-ACCESS read-only 
6036:     STATUS     current 
6037: 
6038:   
6039: Petrova                     INTERNET DRAFT                         104 
6039: error - description missing in object definition
6039: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
6040: 
6041: 
6042: 
6043: 
6044: 
6045: 
6046: 
6047: 
6048:                                PGM MIB                      June 2002 
6049:  
6050:  
6051:     DESCRIPTION 
6052:             "Number of discarded packets on this TSI. 
6053:              This counter is used to count all discarded 
6054:              incoming packets per TSI in cases of  
6055:              duplicates, header and packet errors, etc."  
6056:     ::= { pgmDlrSourcePerformanceEntry 9 } 
6056: warning - warning: flushing recent incorrect declaration, see previous error(s)
6057:  
6058: pgmDlrSourceCksumErrors OBJECT-TYPE 
6059:     SYNTAX     Counter32 
6060:     MAX-ACCESS read-only 
6061:     STATUS     current 
6062:     DESCRIPTION 
6063:             "Number of checksum errors on this TSI." 
6064:     ::= { pgmDlrSourcePerformanceEntry 10 } 
6065:  
6066: pgmDlrSourceNNaksSent OBJECT-TYPE 
6067:     SYNTAX     Counter32 
6068:     MAX-ACCESS read-only 
6069:     STATUS     current 
6070:     DESCRIPTION 
6071:             "Number of Null NAKs (in number of packets)  
6072:              sent by this PGM DLR session." 
6073:     ::= { pgmDlrSourcePerformanceEntry 11 } 
6074:  
6075: pgmDlrSourceBytesBuffered OBJECT-TYPE 
6076:     SYNTAX     Counter32 
6077:     MAX-ACCESS read-only 
6078:     STATUS     current 
6079:     DESCRIPTION 
6080:             "Number of bytes currently buffered for this 
6081:              TSI." 
6082:     ::= { pgmDlrSourcePerformanceEntry 12 } 
6083:  
6084: pgmDlrSourceMsgsBuffered OBJECT-TYPE 
6085:     SYNTAX     Counter32 
6086:     MAX-ACCESS read-only 
6087:     STATUS     current 
6088:     DESCRIPTION 
6089:             "Number of messages currently buffered for 
6090:              this TSI." 
6091:     ::= { pgmDlrSourcePerformanceEntry 13 } 
6092:  
6093: pgmDlrSourceParityBytesRetransmitted OBJECT-TYPE 
6094:     SYNTAX     Counter32 
6095:     MAX-ACCESS read-only 
6096:     STATUS     current 
6097: 
6098:   
6099: Petrova                     INTERNET DRAFT                         105 
6099: error - description missing in object definition
6099: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
6100: 
6101: 
6102: 
6103: 
6104: 
6105: 
6106: 
6107: 
6108:                                PGM MIB                      June 2002 
6109:  
6110:  
6111:     DESCRIPTION 
6112:             "Number of bytes sent in parity retransmissions." 
6113:     ::= { pgmDlrSourcePerformanceEntry 14 } 
6113: warning - warning: flushing recent incorrect declaration, see previous error(s)
6114:  
6115: pgmDlrSourceSelectiveBytesRetransmited OBJECT-TYPE 
6116:     SYNTAX     Counter32 
6117:     MAX-ACCESS read-only 
6118:     STATUS     current 
6119:     DESCRIPTION 
6120:             "Number of bytes sent in selective retransmissions." 
6121:     ::= { pgmDlrSourcePerformanceEntry 15 } 
6122:  
6123: pgmDlrSourceParityMsgsRetransmitted OBJECT-TYPE 
6124:     SYNTAX     Counter32 
6125:     MAX-ACCESS read-only 
6126:     STATUS     current 
6127:     DESCRIPTION 
6128:             "Number of parity retransmissions sent." 
6129:     ::= { pgmDlrSourcePerformanceEntry 16 } 
6130:  
6131: pgmDlrSourceSelectiveMsgsRetransmitted OBJECT-TYPE 
6132:     SYNTAX     Counter32 
6133:     MAX-ACCESS read-only 
6134:     STATUS     current 
6135:     DESCRIPTION 
6136:             "Number of selective retransmissions sent." 
6137:     ::= { pgmDlrSourcePerformanceEntry 17 } 
6138:  
6139: pgmDlrSourceBytesAdmit OBJECT-TYPE 
6140:     SYNTAX     Counter32 
6141:     MAX-ACCESS read-only 
6142:     STATUS     current 
6143:     DESCRIPTION 
6144:             "Number of bytes currently in the rate controled 
6145:              admit queue. Includes IP header, UDP header if 
6146:              encapsulated, PGM header, and data." 
6147:     ::= { pgmDlrSourcePerformanceEntry 18 } 
6148:  
6149: pgmDlrSourceMsgsAdmit OBJECT-TYPE 
6150:     SYNTAX     Counter32 
6151:     MAX-ACCESS read-only 
6152:     STATUS     current 
6153:     DESCRIPTION 
6154:             "Number of messages currently in the rate controled 
6155:              admit queue. Includes data messages, retransmissions, 
6156:              and SPMs." 
6157: 
6158:   
6159: Petrova                     INTERNET DRAFT                         106 
6159: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
6160: 
6161: 
6162: 
6163: 
6164: 
6165: 
6166: 
6167: 
6168:                                PGM MIB                      June 2002 
6169:  
6170:  
6171:     ::= { pgmDlrSourcePerformanceEntry 19 } 
6171: warning - warning: flushing recent incorrect declaration, see previous error(s)
6172:  
6173: pgmDlrSourceNakPacketsReceived OBJECT-TYPE 
6174:     SYNTAX     Counter32 
6175:     MAX-ACCESS read-only 
6176:     STATUS     current 
6177:     DESCRIPTION 
6178:             "Number of NAK packets received." 
6179:     ::= { pgmDlrSourcePerformanceEntry 20 } 
6180:  
6181: pgmDlrSourceParityNakPacketsReceived OBJECT-TYPE 
6182:     SYNTAX     Counter32 
6183:     MAX-ACCESS read-only 
6184:     STATUS     current 
6185:     DESCRIPTION 
6186:             "Number of parity NAK packets received." 
6187:     ::= { pgmDlrSourcePerformanceEntry 21 } 
6188:  
6189: pgmDlrSourceSelectiveNakPacketsReceived OBJECT-TYPE 
6190:     SYNTAX     Counter32 
6191:     MAX-ACCESS read-only 
6192:     STATUS     current 
6193:     DESCRIPTION 
6194:             "Number of selective NAK packets received." 
6195:     ::= { pgmDlrSourcePerformanceEntry 22 } 
6196:  
6197: pgmDlrSourceParityNaksReceived OBJECT-TYPE 
6198:     SYNTAX     Counter32 
6199:     MAX-ACCESS read-only 
6200:     STATUS     current 
6201:     DESCRIPTION 
6202:             "Number of individual parity NAKs received." 
6203:     ::= { pgmDlrSourcePerformanceEntry 23 } 
6204:  
6205: pgmDlrSourceSelectiveNaksReceived OBJECT-TYPE 
6206:     SYNTAX     Counter32 
6207:     MAX-ACCESS read-only 
6208:     STATUS     current 
6209:     DESCRIPTION 
6210:             "Number of individual selective NAKs received." 
6211:     ::= { pgmDlrSourcePerformanceEntry 24 } 
6212:  
6213: pgmDlrSourceParityNaksIgnored OBJECT-TYPE 
6214:     SYNTAX     Counter32 
6215:     MAX-ACCESS read-only 
6216:     STATUS     current 
6217: 
6218:   
6219: Petrova                     INTERNET DRAFT                         107 
6219: error - description missing in object definition
6219: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
6220: 
6221: 
6222: 
6223: 
6224: 
6225: 
6226: 
6227: 
6228:                                PGM MIB                      June 2002 
6229:  
6230:  
6231:     DESCRIPTION 
6232:             "Number of individual parity NAKs ignored." 
6233:     ::= { pgmDlrSourcePerformanceEntry 25 } 
6233: warning - warning: flushing recent incorrect declaration, see previous error(s)
6234:  
6235: pgmDlrSourceSelectiveNaksIgnored OBJECT-TYPE 
6236:     SYNTAX     Counter32 
6237:     MAX-ACCESS read-only 
6238:     STATUS     current 
6239:     DESCRIPTION 
6240:             "Number of individual selective NAKs ignored." 
6241:     ::= { pgmDlrSourcePerformanceEntry 26 } 
6242:  
6243: pgmDlrSourceAckErrors OBJECT-TYPE 
6244:     SYNTAX     Counter32 
6245:     MAX-ACCESS read-only 
6246:     STATUS     current 
6247:     DESCRIPTION 
6248:             "Number of ACK packets received with error in 
6249:              them, different than checksum error." 
6250:     ::= { pgmDlrSourcePerformanceEntry 27 } 
6251:  
6252: pgmDlrSourceNNakErrors OBJECT-TYPE 
6253:     SYNTAX     Counter32 
6254:     MAX-ACCESS read-only 
6255:     STATUS     current 
6256:     DESCRIPTION 
6257:             "Number of Null NAK packets received that contain 
6258:              error, rSifferent than checksum error." 
6259:     ::= { pgmDlrSourcePerformanceEntry 28 } 
6260:  
6261: pgmDlrSourceAckPacketsReceived OBJECT-TYPE 
6262:     SYNTAX     Counter32 
6263:     MAX-ACCESS read-only 
6264:     STATUS     current 
6265:     DESCRIPTION 
6266:             "Number of ACK packets received." 
6267:     ::= { pgmDlrSourcePerformanceEntry 29 } 
6268:  
6269: pgmDlrSourceNNakPacketsReceived OBJECT-TYPE 
6270:     SYNTAX     Counter32 
6271:     MAX-ACCESS read-only 
6272:     STATUS     current 
6273:     DESCRIPTION 
6274:             "Number of Null NAKs received." 
6275:     ::= { pgmDlrSourcePerformanceEntry 30 } 
6276:  
6277: 
6278:   
6279: Petrova                     INTERNET DRAFT                         108 
6279: error - `Petrova' should start with a lower case letter
6279: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
6280: 
6281: 
6282: 
6283: 
6284: 
6285: 
6286: 
6287: 
6288:                                PGM MIB                      June 2002 
6289:  
6290:  
6291: pgmDlrSourceParityNNakPacketsReceived OBJECT-TYPE 
6292:     SYNTAX     Counter32 
6293:     MAX-ACCESS read-only 
6294:     STATUS     current 
6295:     DESCRIPTION 
6296:             "Number of parity Null NAK packets received." 
6297:     ::= { pgmDlrSourcePerformanceEntry 31 } 
6297: warning - warning: flushing recent incorrect declaration, see previous error(s)
6298:  
6299: pgmDlrSourceSelectiveNNakPacketsReceived OBJECT-TYPE 
6300:     SYNTAX     Counter32 
6301:     MAX-ACCESS read-only 
6302:     STATUS     current 
6303:     DESCRIPTION 
6304:             "Number of selective Null NAK packets received." 
6305:     ::= { pgmDlrSourcePerformanceEntry 32 } 
6306:  
6307: pgmDlrSourceNNaksReceived OBJECT-TYPE 
6308:     SYNTAX     Counter32 
6309:     MAX-ACCESS read-only 
6310:     STATUS     current 
6311:     DESCRIPTION 
6312:             "Number of individual NAKs, received in Null 
6313:              NAK packets." 
6314:     ::= { pgmDlrSourcePerformanceEntry 33 } 
6315:  
6316: pgmDlrSourceParityNNaksReceived OBJECT-TYPE 
6317:     SYNTAX     Counter32 
6318:     MAX-ACCESS read-only 
6319:     STATUS     current 
6320:     DESCRIPTION 
6321:             "Number of individual parity NAKs, 
6322:              received in Null NAK packets." 
6323:     ::= { pgmDlrSourcePerformanceEntry 34 } 
6324:  
6325: pgmDlrSourceSelectiveNNaksReceived OBJECT-TYPE 
6326:     SYNTAX     Counter32 
6327:     MAX-ACCESS read-only 
6328:     STATUS     current 
6329:     DESCRIPTION 
6330:             "Number of individual  NAKs, 
6331:              received in Null NAK packets." 
6332:     ::= { pgmDlrSourcePerformanceEntry 35 } 
6333:  
6334: -- Notifications 
6335:  
6336: pgmNotifications       OBJECT IDENTIFIER ::=  
6337: 
6338:   
6339: Petrova                     INTERNET DRAFT                         109 
6339: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '{'
6340: 
6341: 
6342: 
6343: 
6344: 
6345: 
6346: 
6347: 
6348:                                PGM MIB                      June 2002 
6349:  
6350:  
6351:                        { pgmNotificationPrefix 0 } 
6351: warning - warning: flushing recent incorrect declaration, see previous error(s)
6352:  
6353: pgmStart NOTIFICATION-TYPE 
6354:     STATUS      current 
6355:     DESCRIPTION 
6356:         "This trap is sent when the pgm snmp agent starts" 
6357:     ::= { pgmNotifications 1 } 
6357: severe - unknown object identifier label `pgmNotifications'
6358:  
6359: pgmStop NOTIFICATION-TYPE 
6360:     STATUS      current 
6361:     DESCRIPTION 
6362:         "This trap is sent when the pgm snmp agent terminates" 
6363:     ::= { pgmNotifications 2 } 
6364:  
6365: -- PGM Source Specific Traps 
6366:  
6367: pgmNewSourceTrap NOTIFICATION-TYPE 
6367: change recommended - warning: notification `pgmNewSourceTrap' must be contained in at least one conformance group
6368:     OBJECTS {  
6369:              pgmSourceSourceGsi, 
6370:              pgmSourceSourcePortNumber 
6371:             } 
6372:     STATUS   current     
6373:     DESCRIPTION 
6374:             "New Source Session created." 
6375:     ::= { pgmNotifications 3 } 
6376:  
6377: pgmClosedSourceTrap NOTIFICATION-TYPE 
6377: change recommended - warning: notification `pgmClosedSourceTrap' must be contained in at least one conformance group
6378:     OBJECTS {  
6379:              pgmSourceSourceGsi, 
6380:              pgmSourceSourcePortNumber 
6381:             } 
6382:     STATUS   current     
6383:     DESCRIPTION 
6384:             "Source Session closed." 
6385:     ::= { pgmNotifications 4 } 
6386:  
6387: -- PGM Receiver Specific Traps 
6388:  
6389: pgmNewReceiverTrap NOTIFICATION-TYPE 
6390:     OBJECTS {  
6391:              pgmReceiverSourceGsi, 
6392:              pgmReceiverSourcePortNumber, 
6393:              pgmReceiverUniqueInstance 
6394:             } 
6395:     STATUS   current     
6396:     DESCRIPTION 
6397: 
6398:   
6399: Petrova                     INTERNET DRAFT                         110 
6399: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
6400: 
6401: 
6402: 
6403: 
6404: 
6405: 
6406: 
6407: 
6408:                                PGM MIB                      June 2002 
6409:  
6410:  
6411:             "New Receiver Session created. 
6412:              This trap is optional." 
6413:     ::= { pgmNotifications 5 } 
6413: warning - warning: flushing recent incorrect declaration, see previous error(s)
6414:  
6415: pgmClosedReceiverTrap NOTIFICATION-TYPE 
6416:     OBJECTS {  
6417:              pgmReceiverSourceGsi, 
6418:              pgmReceiverSourcePortNumber, 
6419:              pgmReceiverUniqueInstance 
6420:             } 
6421:     STATUS   current     
6422:     DESCRIPTION 
6423:             "Receiver Session closed. 
6424:              This trap is optional." 
6425:     ::= { pgmNotifications 6 } 
6426:  
6427: pgmNakFailuresTrap NOTIFICATION-TYPE 
6428:     OBJECTS {  
6429:              pgmReceiverSourceGsi, 
6430:              pgmReceiverSourcePortNumber, 
6431:              pgmReceiverUniqueInstance, 
6432:              pgmReceiverNakFailureThresholdTimer, 
6433:              pgmReceiverNakFailureThreshold, 
6434:              pgmReceiverNakFailuresLastInterval, 
6435:              pgmReceiverLastIntervalNakFailures 
6436:             } 
6437:     STATUS   current     
6438:     DESCRIPTION 
6439:             "The number of unrecovered lost packets 
6440:              exceeded the threshold limit for the  
6441:              corresponding threshold interval." 
6442:     ::= { pgmNotifications 7 } 
6443:  
6444: -- PGM Dlr Source Specific Traps 
6445:  
6446: pgmNewDlrSourceTrap NOTIFICATION-TYPE 
6447:     OBJECTS {  
6448:              pgmDlrSourceSourceGsi, 
6449:              pgmDlrSourceSourcePortNumber 
6450:             } 
6451:     STATUS   current     
6452:     DESCRIPTION 
6453:             "New Dlr Source Session created." 
6454:     ::= { pgmNotifications 8 } 
6455:  
6456: pgmClosedDlrSourceTrap NOTIFICATION-TYPE 
6457: 
6458:   
6459: Petrova                     INTERNET DRAFT                         111 
6459: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting STATUS
6460: 
6461: 
6462: 
6463: 
6464: 
6465: 
6466: 
6467: 
6468:                                PGM MIB                      June 2002 
6469:  
6470:  
6471:     OBJECTS {  
6472:              pgmDlrSourceSourceGsi, 
6473:              pgmDlrSourceSourcePortNumber 
6474:             } 
6474: warning - warning: flushing recent incorrect declaration, see previous error(s)
6475:     STATUS   current     
6475: severe - syntax error, unexpected STATUS
6476:     DESCRIPTION 
6477:             "Dlr Source Session closed." 
6478:     ::= { pgmNotifications 9 } 
6478: warning - warning: flushing recent incorrect declaration, see previous error(s)
6479:  
6480: -- Conformance information 
6481:  
6482: pgmMIBConformance OBJECT IDENTIFIER ::= { pgmMIB 3 } 
6483: pgmMIBCompliances OBJECT IDENTIFIER ::= { pgmMIBConformance 1 } 
6484: pgmMIBGroups      OBJECT IDENTIFIER ::= { pgmMIBConformance 2 } 
6485:  
6486: -- Compliance statements 
6487:  
6488: pgmNetworkElementMIBCompliance MODULE-COMPLIANCE 
6489:     STATUS  current 
6490:     DESCRIPTION 
6491:             "The compliance statement for devices running as PGM  
6492:              Network Elements." 
6493:     MODULE  -- this module 
6494:       MANDATORY-GROUPS { pgmNetworkElementMIBGroup } 
6495:  
6496:     ::= { pgmMIBCompliances 1 } 
6497:  
6498: pgmSourceMIBCompliance MODULE-COMPLIANCE 
6499:     STATUS  current 
6500:     DESCRIPTION 
6501:             "The compliance statement for devices running as PGM 
6502:              sources." 
6503:     MODULE  -- this module 
6504:       MANDATORY-GROUPS { pgmSourceMIBGroup } 
6505:  
6506:     ::= { pgmMIBCompliances 2 } 
6507:  
6508: pgmReceiverMIBCompliance MODULE-COMPLIANCE 
6509:     STATUS  current 
6510:     DESCRIPTION 
6511:             "The compliance statement for devices running as PGM 
6512:              receivers." 
6513:     MODULE  -- this module 
6514:       MANDATORY-GROUPS { pgmReceiverMIBGroup } 
6515:  
6516:     ::= { pgmMIBCompliances 3 } 
6517: 
6518:   
6519: Petrova                     INTERNET DRAFT                         112 
6519: error - `Petrova' should start with a lower case letter
6519: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
6520: 
6521: 
6522: 
6523: 
6524: 
6525: 
6526: 
6527: 
6528:                                PGM MIB                      June 2002 
6529:  
6530:  
6531:  
6532: pgmDLRMIBCompliance MODULE-COMPLIANCE 
6533:     STATUS  current 
6534:     DESCRIPTION 
6535:             "The compliance statement for devices running as PGM 
6536:              designated local repairers (DLR)." 
6537:     MODULE  -- this module 
6538:       MANDATORY-GROUPS { pgmDLRMIBGroup, 
6539:                          pgmReceiverMIBGroup } 
6539: warning - warning: flushing recent incorrect declaration, see previous error(s)
6540:  
6541:     ::= { pgmMIBCompliances 4 } 
6541: severe - syntax error, unexpected COLON_COLON_EQUAL
6541: warning - warning: flushing recent incorrect declaration, see previous error(s)
6542:  
6543: pgmTrapsMIBCompliance MODULE-COMPLIANCE 
6544:     STATUS  current 
6545:     DESCRIPTION 
6546:             "The compliance statement for PGM traps." 
6547:     MODULE  -- this module 
6548:       MANDATORY-GROUPS { pgmTrapsMIBGroup,  
6549:                          pgmTrapsSourceMIBGroup, 
6549: severe - unknown object identifier label `pgmTrapsSourceMIBGroup'
6550:                          pgmTrapsReceiverMIBGroup, 
6551:                          pgmTrapsDlrSourceMIBGroup } 
6552:     ::= { pgmMIBCompliances 5 } 
6553:  
6554: -- Units of conformance 
6555:  
6556: pgmNetworkElementMIBGroup OBJECT-GROUP 
6557:     OBJECTS { pgmNeEnable,  
6558:               pgmNeSessionLifeTime,  
6559:               pgmNeMaxReXmitStates, 
6560:               pgmNeMaxSessions,  
6560: severe - unknown object identifier label `pgmNeMaxSessions'
6561:               pgmNeTotalInterfacesNumberOfEntries,  
6562:               pgmNeIfPgmEnable,  
6563:               pgmNeIfNakRptInterval, 
6564:               pgmNeIfNakRptRate, 
6565:               pgmNeIfNakRdataInterval, 
6566:               pgmNeIfNakEliminateInterval, 
6567:               pgmNeIfReXmitStates,  
6568:               pgmNeIfReXmitTimedOut, 
6569:               pgmNeIfInSpms,  
6570:               pgmNeIfOutSpms,  
6571:               pgmNeIfInParitySpms, 
6572:               pgmNeIfOutParitySpms,  
6573:               pgmNeIfInRdata,  
6574:               pgmNeIfOutRdata, 
6575:               pgmNeIfInParityRdata,  
6576:               pgmNeIfOutParityRdata, 
6576: severe - unknown object identifier label `pgmNeIfOutParityRdata'
6577: 
6578:   
6579: Petrova                     INTERNET DRAFT                         113 
6579: error - `Petrova' should start with a lower case letter
6579: error -
`INTERNET' should start with a lower case letter

6579: error - Object identifier element `INTERNET' name only allowed as first element

6579: error -
`DRAFT' should start with a lower case letter

6579: error - Object identifier element `DRAFT' name only allowed as first element

6579: severe - unknown object identifier label `Petrova'

6579: severe - unknown object identifier label `INTERNET'

6579: severe - unknown object identifier label `DRAFT'

6579: warning - warning: implicit node definition
6580: 
6581: 
6582: 
6583: 
6584: 
6585: 
6586: 
6587: 
6588:                                PGM MIB                      June 2002 
6588: error - `PGM' should start with a lower case letter
6588: error - Object identifier element `PGM' name only allowed as first element

6588: error -
`MIB' should start with a lower case letter

6588: error - Object identifier element `MIB' name only allowed as first element

6588: error -
`June' should start with a lower case letter

6588: error - Object identifier element `June' name only allowed as first element

6588: severe - unknown object identifier label `PGM'

6588: severe - unknown object identifier label `MIB'

6588: severe - unknown object identifier label `June'

6588: warning - warning: implicit node definition
6589:  
6590:  
6591:               pgmNeIfInRdataNoSessionErrors,  
6591: error - Object identifier element `pgmNeIfInRdataNoSessionErrors' name only allowed as first element
6592:               pgmNeIfUniqueNaks, 
6593:               pgmNeIfInNaks,  
6594:               pgmNeIfOutNaks,  
6595:               pgmNeIfUniqueParityNaks,  
6595: severe - unknown object identifier label `pgmNeIfUniqueParityNaks'
6596:               pgmNeIfInParityNaks,  
6597:               pgmNeIfOutParityNaks, 
6598:               pgmNeIfInNakNoSessionErrors,  
6599:               pgmNeIfInNakSeqErrors, 
6600:               pgmNeIfInParityNakTgErrors,  
6601:               pgmNeIfInNnaks, 
6602:               pgmNeIfOutNnaks,  
6603:               pgmNeIfInParityNnaks, 
6604:               pgmNeIfOutParityNnaks,  
6605:               pgmNeIfInNnakNoSessionErrors,  
6605: severe - unknown object identifier label `pgmNeIfInNnakNoSessionErrors'
6606:               pgmNeIfInNcfs,  
6607:               pgmNeIfOutNcfs,  
6608:               pgmNeIfInParityNcfs,  
6609:               pgmNeIfOutParityNcfs,  
6610:               pgmNeIfInNcfNoSessionErrors,  
6611:               pgmNeIfInRedirectNcfs,  
6611: severe - unknown object identifier label `pgmNeIfInRedirectNcfs'
6612:               pgmNeIfMalformed, 
6613:               pgmNeIfSpmFromSource,  
6614:               pgmNeIfSpmBadSqn,  
6615:               pgmNeIfSpmError,  
6616:               pgmNeIfPollRandomIgnore,  
6616: severe - unknown object identifier label `pgmNeIfPollRandomIgnore'
6617:               pgmNeIfPollTsiStateError, 
6618:               pgmNeIfPollParentError,  
6619:               pgmNeIfPollTypeError, 
6620:               pgmNeIfPollError,  
6621:               pgmNeIfPollSuccess, 
6621: severe - unknown object identifier label `pgmNeIfPollSuccess'
6622:               pgmNeIfPollOriginated,  
6623:               pgmNeIfPolrNoState, 
6624:               pgmNeIfPolrError,  
6625:               pgmNeIfPolrParityError, 
6626:               pgmNeIfPolrSuccess,  
6626: severe - unknown object identifier label `pgmNeIfPolrSuccess'
6627:               pgmNeIfPolrOriginated, 
6628:               pgmNeIfNcfError,  
6629:               pgmNeIfNcfParityError,  
6630:               pgmNeIfNcfPartialParity,  
6631:               pgmNeIfNcfReceived,  
6631: severe - unknown object identifier label `pgmNeIfNcfReceived'
6632:               pgmNeIfNcfAnticipated, 
6633:               pgmNeIfNcfRedirecting,  
6634:               pgmNeIfNakEliminated, 
6635:               pgmNeIfNakError,  
6636:               pgmNeIfNakParityError,  
6637: 
6638:   
6639: Petrova                     INTERNET DRAFT                         114 
6639: error - `Petrova' should start with a lower case letter
6639: error -
`INTERNET' should start with a lower case letter

6639: error - Object identifier element `INTERNET' name only allowed as first element

6639: error -
`DRAFT' should start with a lower case letter

6639: error - Object identifier element `DRAFT' name only allowed as first element

6639: warning - warning: implicit node definition
6640: 
6641: 
6642: 
6643: 
6644: 
6645: 
6646: 
6647: 
6648:                                PGM MIB                      June 2002 
6648: error - `PGM' should start with a lower case letter
6648: error - Object identifier element `PGM' name only allowed as first element

6648: error -
`MIB' should start with a lower case letter

6648: error - Object identifier element `MIB' name only allowed as first element

6648: error -
`June' should start with a lower case letter

6648: error - Object identifier element `June' name only allowed as first element
6649:  
6650:  
6651:               pgmNeIfNNakEliminated,  
6651: error - Object identifier element `pgmNeIfNNakEliminated' name only allowed as first element
6652:               pgmNeIfNNakError, 
6653:               pgmNeIfNNakParityError, 
6654:               pgmNeIfNNakCongestionReports,  
6655:               pgmNeIfNakRetryExpired, 
6655: severe - unknown object identifier label `pgmNeIfNakRetryExpired'
6656:               pgmNeIfNakRetryExpiredDLR,  
6657:               pgmNeIfNakForwardedDLR,  
6658:               pgmNeIfNakRetransmitted, 
6659:               pgmNeIfRdataEliminatedOIF, 
6660:               pgmNeIfRdataEliminatedSqn,  
6661:               pgmNeIfInRdataFragments, 
6661: severe - unknown object identifier label `pgmNeIfInRdataFragments'
6662:               pgmNeIfRdataFragmentsNoSessionErrors, 
6663:               pgmNeIfRdataFragmentsEliminatedOIF, 
6664:               pgmNeIfRdataFragmentsEliminatedSqn, 
6665:               pgmNeIfOutRdataFragments,  
6666:               pgmNeTotalTsiNumberOfEntries, 
6667:               pgmNeTsiStateBits, 
6668:               pgmNeTsiDataDestinationPort,  
6669:               pgmNeTsiSourceAddress, 
6670:               pgmNeTsiGroupAddress,  
6671:               pgmNeTsiUpstreamAddress, 
6672:               pgmNeTsiUpstreamIfIndex,  
6673:               pgmNeTsiDlrAddress, 
6674:               pgmNeTsiSessionTrailEdgeSeq,  
6675:               pgmNeTsiSessionIncrSeq, 
6676:               pgmNeTsiLeadEdgeSeq,  
6677:               pgmNeTsiInSpms,  
6678:               pgmNeTsiOutSpms, 
6679:               pgmNeTsiInParitySpms,  
6680:               pgmNeTsiOutParitySpms, 
6681:               pgmNeTsiTotalReXmitStates,  
6682:               pgmNeTsiTotalReXmitTimedOut, 
6683:               pgmNeTsiInRdata,  
6684:               pgmNeTsiOutRdata, 
6685:               pgmNeTsiInParityRdata,  
6686:               pgmNeTsiOutParityRdata, 
6687:               pgmNeTsiInRdataNoStateErrors,  
6688:               pgmNeTsiUniqueNaks, 
6689:               pgmNeTsiInNaks,  
6690:               pgmNeTsiOutNaks, 
6690: severe - unknown object identifier label `pgmNeTsiOutNaks'
6691:               pgmNeTsiUniqueParityNaks,  
6692:               pgmNeTsiInParityNaks, 
6693:               pgmNeTsiOutParityNaks,  
6694:               pgmNeTsiInNakSeqErrors, 
6695:               pgmNeTsiInNnaks,  
6695: severe - unknown object identifier label `pgmNeTsiInNnaks'
6696:               pgmNeTsiOutNnaks, 
6697: 
6698:   
6699: Petrova                     INTERNET DRAFT                         115 
6699: error - `Petrova' should start with a lower case letter
6699: error -
`INTERNET' should start with a lower case letter

6699: error - Object identifier element `INTERNET' name only allowed as first element

6699: error -
`DRAFT' should start with a lower case letter

6699: error - Object identifier element `DRAFT' name only allowed as first element

6699: warning - warning: implicit node definition
6700: 
6701: 
6702: 
6703: 
6704: 
6705: 
6706: 
6707: 
6708:                                PGM MIB                      June 2002 
6708: error - `PGM' should start with a lower case letter
6708: error - Object identifier element `PGM' name only allowed as first element

6708: error -
`MIB' should start with a lower case letter

6708: error - Object identifier element `MIB' name only allowed as first element

6708: error -
`June' should start with a lower case letter

6708: error - Object identifier element `June' name only allowed as first element
6709:  
6710:  
6711:               pgmNeTsiInParityNnaks,  
6711: error - Object identifier element `pgmNeTsiInParityNnaks' name only allowed as first element
6712:               pgmNeTsiOutParityNnaks, 
6713:               pgmNeTsiInNcfs,  
6714:               pgmNeTsiOutNcfs,  
6715:               pgmNeTsiInParityNcfs, 
6715: severe - unknown object identifier label `pgmNeTsiInParityNcfs'
6716:               pgmNeTsiOutParityNcfs,  
6717:               pgmNeTsiSpmSequenceNumber, 
6718:               pgmNeTsiTransmissionGroupSize,  
6719:               pgmNeTsiTimeout, 
6720:               pgmNeTsiLastTtl,  
6720: severe - unknown object identifier label `pgmNeTsiLastTtl'
6721:               pgmNeTsiLinkLossRate, 
6722:               pgmNeTsiPathLossRate,  
6723:               pgmNeTsiReceiverLossRate, 
6724:               pgmNeTsiCongestionReportLead, 
6725:               pgmNeTsiCongestionReportWorstReceiver, 
6725: severe - unknown object identifier label `pgmNeTsiCongestionReportWorstReceiver'
6726:               pgmNeTsiRtxNumberOfEntries, 
6727:               pgmNeTsiRtxReqParityTgCount, 
6728:               pgmNeTsiRtxTimeout,  
6728: severe - unknown object identifier label `pgmNeTsiRtxTimeout'
6729:               pgmNeTsiRtxStateBits, 
6730:               pgmNeTsiRtxIfNumberOfEntries, 
6731:               pgmNeTsiRtxIfPacketCount,  
6732:               pgmNeTsiPolrNumberOfEntries, 
6733:               pgmNeTsiPolrSequenceNumber, 
6734:               pgmNeTsiPollNumberOfEntries,  
6735:               pgmNeTsiPollSequence,  
6736:               pgmNeTsiPollChildBackoff, 
6737:               pgmNeTsiPollMask,  
6738:               pgmNeTsiPollPeriod,  
6739:               pgmNeTsiPollCount, 
6740:               pgmNeTsiPollTimeout } 
6741:     STATUS  current 
6742:     DESCRIPTION 
6743:          "A collection of objects to support  
6744:           management of PGM Network Elements." 
6745:     ::= { pgmMIBGroups 1 } 
6746:  
6747: pgmSourceMIBGroup OBJECT-GROUP 
6748:     OBJECTS { pgmSourceSaveDefaults, 
6748: severe - unknown object identifier label `pgmSourceSaveDefaults'
6749:               pgmSourceLastUpdateTime, 
6750:               pgmSourceDefaultTtl, 
6751:               pgmSourceDefaultAdvMode, 
6751: severe - unknown object identifier label `pgmSourceDefaultAdvMode'
6752:               pgmSourceDefaultLateJoin, 
6753:               pgmSourceDefaultTxwMaxRte, 
6754:               pgmSourceDefaultTxwSecs, 
6755:               pgmSourceDefaultTxwAdvSecs, 
6755: severe - unknown object identifier label `pgmSourceDefaultTxwAdvSecs'
6756:               pgmSourceDefaultAdvIvl, 
6757: 
6758:   
6759: Petrova                     INTERNET DRAFT                         116 
6759: error - `Petrova' should start with a lower case letter
6759: error -
`INTERNET' should start with a lower case letter

6759: error - Object identifier element `INTERNET' name only allowed as first element

6759: error -
`DRAFT' should start with a lower case letter

6759: error - Object identifier element `DRAFT' name only allowed as first element

6759: warning - warning: implicit node definition
6760: 
6761: 
6762: 
6763: 
6764: 
6765: 
6766: 
6767: 
6768:                                PGM MIB                      June 2002 
6768: error - `PGM' should start with a lower case letter
6768: error - Object identifier element `PGM' name only allowed as first element

6768: error -
`MIB' should start with a lower case letter

6768: error - Object identifier element `MIB' name only allowed as first element

6768: error -
`June' should start with a lower case letter

6768: error - Object identifier element `June' name only allowed as first element
6769:  
6770:  
6771:               pgmSourceDefaultSpmIvl, 
6771: error - Object identifier element `pgmSourceDefaultSpmIvl' name only allowed as first element
6772:               pgmSourceDefaultSpmHeartBeatIvlMin, 
6773:               pgmSourceDefaultSpmHeartBeatIvlMax, 
6774:               pgmSourceDefaultRdataBackoffIvl, 
6774: severe - unknown object identifier label `pgmSourceDefaultRdataBackoffIvl'
6775:               pgmSourceDefaultFECProactiveParitySize, 
6776:               pgmSourceDefaultGroupAddress, 
6777:               pgmSourceUpdateSinceLastSave, 
6777: severe - unknown object identifier label `pgmSourceUpdateSinceLastSave'
6778:               pgmSourceNumberOfEntries, 
6779:               pgmSourceSourceAddress, 
6780:               pgmSourceGroupAddress,  
6781:               pgmSourceDestPort, 
6782:               pgmSourceSourceGsi, 
6783:               pgmSourceSourcePortNumber,  
6784:               pgmSourceTtl,  
6785:               pgmSourceAdvMode,  
6786:               pgmSourceLateJoin, 
6787:               pgmSourceTxwMaxRte,  
6788:               pgmSourceTxwSecs, 
6788: severe - unknown object identifier label `pgmSourceTxwSecs'
6789:               pgmSourceTxwAdvSecs,  
6790:               pgmSourceAdvIvl, 
6791:               pgmSourceSpmIvl, 
6792:               pgmSourceSpmHeartBeatIvlMin, 
6793:               pgmSourceSpmHeartBeatIvlMax,  
6793: severe - unknown object identifier label `pgmSourceSpmHeartBeatIvlMax'
6794:               pgmSourceRdataBackoffIvl, 
6795:               pgmSourceFEC,  
6796:               pgmSourceFECTransmissionGrpSize,  
6797:               pgmSourceFECProactiveParitySize,  
6797: severe - unknown object identifier label `pgmSourceFECProactiveParitySize'
6798:               pgmSourceSpmPathAddress, 
6799:               pgmSourceDataBytesSent, 
6800:               pgmSourceDataMsgsSent,  
6801:               pgmSourceBytesBuffered, 
6802:               pgmSourceMsgsBuffered,  
6803:               pgmSourceBytesRetransmitted, 
6804:               pgmSourceMsgsRetransmitted,  
6805:               pgmSourceBytesSent, 
6805: severe - unknown object identifier label `pgmSourceBytesSent'
6806:               pgmSourceRawNaksReceived,  
6807:               pgmSourceNaksIgnored, 
6808:               pgmSourceCksumErrors,  
6809:               pgmSourceMalformedNaks, 
6810:               pgmSourcePacketsDiscarded,  
6811:               pgmSourceNaksRcvd, 
6811: severe - unknown object identifier label `pgmSourceNaksRcvd'
6812:               pgmSourceParityBytesRetransmitted, 
6813:               pgmSourceSelectiveBytesRetransmited, 
6814:               pgmSourceParityMsgsRetransmitted, 
6815:               pgmSourceSelectiveMsgsRetransmitted, 
6816:               pgmSourceBytesAdmit, 
6817: 
6818:   
6819: Petrova                     INTERNET DRAFT                         117 
6819: error - `Petrova' should start with a lower case letter
6819: error -
`INTERNET' should start with a lower case letter

6819: error - Object identifier element `INTERNET' name only allowed as first element

6819: error -
`DRAFT' should start with a lower case letter

6819: error - Object identifier element `DRAFT' name only allowed as first element

6819: warning - warning: implicit node definition
6820: 
6821: 
6822: 
6823: 
6824: 
6825: 
6826: 
6827: 
6828:                                PGM MIB                      June 2002 
6828: error - `PGM' should start with a lower case letter
6828: error - Object identifier element `PGM' name only allowed as first element

6828: error -
`MIB' should start with a lower case letter

6828: error - Object identifier element `MIB' name only allowed as first element

6828: error -
`June' should start with a lower case letter

6828: error - Object identifier element `June' name only allowed as first element
6829:  
6830:  
6831:               pgmSourceMsgsAdmit, 
6831: error - Object identifier element `pgmSourceMsgsAdmit' name only allowed as first element
6832:               pgmSourceParityNakPacketsReceived, 
6833:               pgmSourceSelectiveNakPacketsReceived, 
6834:               pgmSourceParityNaksReceived, 
6835:               pgmSourceSelectiveNaksReceived, 
6836:               pgmSourceParityNaksIgnored, 
6836: severe - unknown object identifier label `pgmSourceParityNaksIgnored'
6837:               pgmSourceSelectiveNaksIgnored, 
6838:               pgmSourceAckErrors, 
6839:               pgmSourcePgmCCAcker, 
6840:               pgmSourceTransmissionCurrentRate, 
6841:               pgmSourceAckPacketsReceived, 
6841: severe - unknown object identifier label `pgmSourceAckPacketsReceived'
6842:               pgmSourceNNakPacketsReceived, 
6843:               pgmSourceParityNNakPacketsReceived, 
6844:               pgmSourceSelectiveNNakPacketsReceived, 
6845:               pgmSourceNNaksReceived, 
6846:               pgmSourceParityNNaksReceived, 
6847:               pgmSourceSelectiveNNaksReceived, 
6847: severe - unknown object identifier label `pgmSourceSelectiveNNaksReceived'
6848:               pgmSourceNNakErrors } 
6849:     STATUS  current 
6850:     DESCRIPTION 
6851:             "A collection of objects to support management of 
6852:              PGM sources." 
6853:     ::= { pgmMIBGroups 2 } 
6854:  
6855: pgmReceiverMIBGroup OBJECT-GROUP 
6856:     OBJECTS { pgmReceiverSaveDefaults, 
6857:               pgmReceiverLastUpdateTime, 
6858:               pgmReceiverDefaultNakBackoffIvl, 
6859:               pgmReceiverDefaultNakRepeatIvl, 
6860:               pgmReceiverDefaultNakNcfRetries, 
6861:               pgmReceiverDefaultNakRdataIvl, 
6862:               pgmReceiverDefaultNakDataRetries, 
6863:               pgmReceiverDefaultSendNaks, 
6864:               pgmReceiverDefaultLateJoin, 
6865:               pgmReceiverDefaultNakTtl, 
6866:               pgmReceiverDefaultDeliveryOrder, 
6866: severe - unknown object identifier label `pgmReceiverDefaultDeliveryOrder'
6867:               pgmReceiverDefaultNextPgmHop, 
6868:               pgmReceiverDefaultGroupAddress, 
6869:               pgmReceiverUpdateSinceLastSave, 
6870:               pgmReceiverDefaultNakFailureThresholdTimer, 
6871:               pgmReceiverDefaultNakFailureThreshold, 
6872:               pgmReceiverNumberOfEntries,  
6873:               pgmReceiverGroupAddress, 
6874:               pgmReceiverDestPort,  
6875:               pgmReceiverSourceAddress,  
6876:               pgmReceiverLastHop,  
6877: 
6878:   
6879: Petrova                     INTERNET DRAFT                         118 
6879: error - `Petrova' should start with a lower case letter
6879: error -
`INTERNET' should start with a lower case letter

6879: error - Object identifier element `INTERNET' name only allowed as first element

6879: error -
`DRAFT' should start with a lower case letter

6879: error - Object identifier element `DRAFT' name only allowed as first element

6879: warning - warning: implicit node definition
6880: 
6881: 
6882: 
6883: 
6884: 
6885: 
6886: 
6887: 
6888:                                PGM MIB                      June 2002 
6888: error - `PGM' should start with a lower case letter
6888: error - Object identifier element `PGM' name only allowed as first element

6888: error -
`MIB' should start with a lower case letter

6888: error - Object identifier element `MIB' name only allowed as first element

6888: error -
`June' should start with a lower case letter

6888: error - Object identifier element `June' name only allowed as first element
6889:  
6890:  
6891:               pgmReceiverSourceGsi, 
6891: error - Object identifier element `pgmReceiverSourceGsi' name only allowed as first element
6892:               pgmReceiverSourcePortNumber, 
6893:               pgmReceiverUniqueInstance, 
6894:               pgmReceiverNakBackoffIvl, 
6895:               pgmReceiverNakRepeatIvl,  
6896:               pgmReceiverNakNcfRetries, 
6897:               pgmReceiverNakRdataIvl,  
6898:               pgmReceiverNakDataRetries, 
6899:               pgmReceiverSendNaks,  
6900:               pgmReceiverLateJoin, 
6901:               pgmReceiverNakTtl,  
6902:               pgmReceiverDeliveryOrder, 
6903:               pgmReceiverMcastNaks, 
6904:               pgmReceiverNakFailureThresholdTimer, 
6905:               pgmReceiverNakFailureThreshold, 
6906:               pgmReceiverDataBytesReceived,  
6907:               pgmReceiverDataMsgsReceived, 
6908:               pgmReceiverNaksSent,  
6909:               pgmReceiverNaksRetransmitted, 
6910:               pgmReceiverNakFailures,  
6911:               pgmReceiverBytesReceived, 
6912:               pgmReceiverNaksSuppressed,  
6912: severe - unknown object identifier label `pgmReceiverNaksSuppressed'
6913:               pgmReceiverCksumErrors, 
6914:               pgmReceiverMalformedSpms,  
6915:               pgmReceiverMalformedOdata, 
6916:               pgmReceiverMalformedRdata,  
6917:               pgmReceiverMalformedNcfs, 
6918:               pgmReceiverPacketsDiscarded,  
6918: severe - unknown object identifier label `pgmReceiverPacketsDiscarded'
6919:               pgmReceiverLosses, 
6920:               pgmReceiverBytesDeliveredToApp, 
6921:               pgmReceiverMsgsDeliveredToApp,  
6922:               pgmReceiverDupSpms, 
6923:               pgmReceiverDupDatas,  
6923: severe - unknown object identifier label `pgmReceiverDupDatas'
6924:               pgmReceiverDupParities, 
6925:               pgmReceiverNakPacketsSent, 
6926:               pgmReceiverParityNakPacketsSent, 
6927:               pgmReceiverSelectiveNakPacketsSent, 
6928:               pgmReceiverParityNaksSent, 
6928: severe - unknown object identifier label `pgmReceiverParityNaksSent'
6929:               pgmReceiverSelectiveNaksSent, 
6930:               pgmReceiverParityNaksRetransmitted, 
6931:               pgmReceiverSelectiveNaksRetransmitted, 
6932:               pgmReceiverNaksFailed, 
6933:               pgmReceiverParityNaksFailed, 
6934:               pgmReceiverSelectiveNaksFailed, 
6934: severe - unknown object identifier label `pgmReceiverSelectiveNaksFailed'
6935:               pgmReceiverNaksFailedRxwAdvanced, 
6936:               pgmReceiverNaksFaledNcfRetriesExceeded, 
6937: 
6938:   
6939: Petrova                     INTERNET DRAFT                         119 
6939: error - `Petrova' should start with a lower case letter
6939: error -
`INTERNET' should start with a lower case letter

6939: error - Object identifier element `INTERNET' name only allowed as first element

6939: error -
`DRAFT' should start with a lower case letter

6939: error - Object identifier element `DRAFT' name only allowed as first element

6939: warning - warning: implicit node definition
6940: 
6941: 
6942: 
6943: 
6944: 
6945: 
6946: 
6947: 
6948:                                PGM MIB                      June 2002 
6948: error - `PGM' should start with a lower case letter
6948: error - Object identifier element `PGM' name only allowed as first element

6948: error -
`MIB' should start with a lower case letter

6948: error - Object identifier element `MIB' name only allowed as first element

6948: error -
`June' should start with a lower case letter

6948: error - Object identifier element `June' name only allowed as first element
6949:  
6950:  
6951:               pgmReceiverNaksFailedDataRetriesExceeded, 
6951: error - Object identifier element `pgmReceiverNaksFailedDataRetriesExceeded' name only allowed as first element
6952:               pgmReceiverNaksFailedGenExpired, 
6953:               pgmReceiverNakFailuresDelivered, 
6953: severe - unknown object identifier label `pgmReceiverNakFailuresDelivered'
6954:               pgmReceiverParityNaksSuppressed, 
6955:               pgmReceiverSelectiveNaksSuppressed, 
6956:               pgmReceiverNakErrors, 
6957:               pgmReceiverOutstandingParityNaks, 
6958:               pgmReceiverOutstandingSelectiveNaks, 
6958: severe - unknown object identifier label `pgmReceiverOutstandingSelectiveNaks'
6959:               pgmReceiverLastActivity, 
6960:               pgmReceiverNakSvcTimeMin, 
6961:               pgmReceiverNakSvcTimeMean, 
6962:               pgmReceiverNakSvcTimeMax, 
6963:               pgmReceiverNakFailTimeMin, 
6963: severe - unknown object identifier label `pgmReceiverNakFailTimeMin'
6964:               pgmReceiverNakFailTimeMean, 
6965:               pgmReceiverNakFailTimeMax, 
6966:               pgmReceiverNakTransmitMin, 
6967:               pgmReceiverNakTransmitMean, 
6967: severe - unknown object identifier label `pgmReceiverNakTransmitMean'
6968:               pgmReceiverNakTransmitMax, 
6969:               pgmReceiverAcksSent, 
6970:               pgmReceiverRxwTrail, 
6971:               pgmReceiverRxwLead, 
6972:               pgmReceiverNakFailuresLastInterval, 
6973:               pgmReceiverLastIntervalNakFailures } 
6974:     STATUS  current 
6975:     DESCRIPTION 
6976:             "A collection of objects to support management of 
6977:              PGM receivers." 
6978:     ::= { pgmMIBGroups 3 } 
6979:  
6980: pgmDLRMIBGroup OBJECT-GROUP 
6980: warning - warning: current group `pgmDLRMIBGroup' is not referenced in this module
6981:     OBJECTS { pgmDlrSaveDefaults,  
6982:               pgmDlrLastUpdateTime, 
6983:               pgmDlrGroupAddress,  
6984:               pgmDlrCacheRtx, 
6985:               pgmDlrActivityIvl,  
6986:               pgmDlrMaxRate,  
6986: severe - unknown object identifier label `pgmDlrMaxRate'
6987:               pgmDlrParentNeAddr,  
6988:               pgmDlrUpdateSinceLastSave, 
6989:               pgmDlrSourceNumberOfEntries, 
6989: severe - unknown object identifier label `pgmDlrSourceNumberOfEntries'
6990:               pgmDlrSourceGroupAddress,  
6991:               pgmDlrSourceSourceGsi, 
6992:               pgmDlrSourceSourcePortNumber,  
6993:               pgmDlrSourceGroupTtl, 
6994:               pgmDlrSourceRdataBackoffIvl, 
6995:               pgmDlrSourceRdataMsgsSent,  
6996:               pgmDlrSourceRdataBytesSent, 
6996: severe - unknown object identifier label `pgmDlrSourceRdataBytesSent'
6997: 
6998:   
6999: Petrova                     INTERNET DRAFT                         120 
6999: error - `Petrova' should start with a lower case letter
6999: error -
`INTERNET' should start with a lower case letter

6999: error - Object identifier element `INTERNET' name only allowed as first element

6999: error -
`DRAFT' should start with a lower case letter

6999: error - Object identifier element `DRAFT' name only allowed as first element

6999: warning - warning: implicit node definition
7000: 
7001: 
7002: 
7003: 
7004: 
7005: 
7006: 
7007: 
7008:                                PGM MIB                      June 2002 
7008: error - `PGM' should start with a lower case letter
7008: error - Object identifier element `PGM' name only allowed as first element

7008: error -
`MIB' should start with a lower case letter

7008: error - Object identifier element `MIB' name only allowed as first element

7008: error -
`June' should start with a lower case letter

7008: error - Object identifier element `June' name only allowed as first element
7009:  
7010:  
7011:               pgmDlrSourceBytesSent, 
7011: error - Object identifier element `pgmDlrSourceBytesSent' name only allowed as first element
7012:               pgmDlrSourceNaksRcvd,  
7013:               pgmDlrSourceNaksIgnored, 
7014:               pgmDlrSourceNakErrors,  
7015:               pgmDlrSourceDiscards, 
7015: severe - unknown object identifier label `pgmDlrSourceDiscards'
7016:               pgmDlrSourceCksumErrors, 
7017:               pgmDlrSourceNNaksSent, 
7018:               pgmDlrSourceBytesBuffered, 
7019:               pgmDlrSourceMsgsBuffered, 
7020:               pgmDlrSourceParityBytesRetransmitted, 
7020: severe - unknown object identifier label `pgmDlrSourceParityBytesRetransmitted'
7021:               pgmDlrSourceSelectiveBytesRetransmited, 
7022:               pgmDlrSourceParityMsgsRetransmitted, 
7023:               pgmDlrSourceSelectiveMsgsRetransmitted, 
7024:               pgmDlrSourceBytesAdmit, 
7025:               pgmDlrSourceMsgsAdmit, 
7025: severe - unknown object identifier label `pgmDlrSourceMsgsAdmit'
7026:               pgmDlrSourceNakPacketsReceived, 
7027:               pgmDlrSourceParityNakPacketsReceived, 
7028:               pgmDlrSourceSelectiveNakPacketsReceived, 
7029:               pgmDlrSourceParityNaksReceived, 
7030:               pgmDlrSourceSelectiveNaksReceived, 
7031:               pgmDlrSourceParityNaksIgnored, 
7031: severe - unknown object identifier label `pgmDlrSourceParityNaksIgnored'
7032:               pgmDlrSourceSelectiveNaksIgnored, 
7033:               pgmDlrSourceAckErrors, 
7034:               pgmDlrSourceNNakErrors, 
7035:               pgmDlrSourceAckPacketsReceived, 
7036:               pgmDlrSourceNNakPacketsReceived, 
7037:               pgmDlrSourceParityNNakPacketsReceived, 
7037: severe - unknown object identifier label `pgmDlrSourceParityNNakPacketsReceived'
7038:               pgmDlrSourceSelectiveNNakPacketsReceived, 
7039:               pgmDlrSourceNNaksReceived, 
7040:               pgmDlrSourceParityNNaksReceived, 
7041:               pgmDlrSourceSelectiveNNaksReceived } 
7042:     STATUS  current 
7043:     DESCRIPTION 
7044:             "A collection of objects to support management of  
7045:              PGM designated local repairers (DLR)." 
7046:     ::= { pgmMIBGroups 4 } 
7047:  
7048: pgmTrapsMIBGroup NOTIFICATION-GROUP 
7049:     NOTIFICATIONS { pgmStart, 
7050:                     pgmStop } 
7051:     STATUS  current 
7052:     DESCRIPTION 
7053:             "A collection of objects to support pgm  
7054:              specific traps." 
7055:     ::= { pgmMIBGroups 5 } 
7056:  
7057: 
7058:   
7059: Petrova                     INTERNET DRAFT                         121 
7059: error - `Petrova' should start with a lower case letter
7059: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
7060: 
7061: 
7062: 
7063: 
7064: 
7065: 
7066: 
7067: 
7068:                                PGM MIB                      June 2002 
7069:  
7070:  
7071: pgmTrapsSourceMIBGroup NOTIFICATION-GROUP 
7072:     NOTIFICATIONS { pgmNewSourceTrap, 
7073:                     pgmClosedSourceTrap } 
7073: warning - warning: flushing recent incorrect declaration, see previous error(s)
7074:     STATUS  current 
7074: severe - syntax error, unexpected STATUS
7075:     DESCRIPTION 
7076:             "A collection of objects to support pgm  
7077:              source specific traps." 
7078:     ::= { pgmMIBGroups 6 } 
7078: warning - warning: flushing recent incorrect declaration, see previous error(s)
7079:  
7080: pgmTrapsReceiverMIBGroup NOTIFICATION-GROUP 
7081:     NOTIFICATIONS { pgmNewReceiverTrap, 
7081: severe - unknown object identifier label `pgmNewReceiverTrap'
7082:                     pgmClosedReceiverTrap, 
7083:                     pgmNakFailuresTrap } 
7084:     STATUS  current 
7085:     DESCRIPTION 
7086:             "A collection of objects to support pgm  
7087:              receiver specific traps." 
7088:     ::= { pgmMIBGroups 7 } 
7089:  
7090: pgmTrapsDlrSourceMIBGroup NOTIFICATION-GROUP 
7091:     NOTIFICATIONS { pgmNewDlrSourceTrap, 
7092:                     pgmClosedDlrSourceTrap } 
7092: severe - unknown object identifier label `pgmClosedDlrSourceTrap'
7093:     STATUS  current 
7094:     DESCRIPTION 
7095:             "A collection of objects to support pgm  
7096:              dlr source specific traps." 
7097:     ::= { pgmMIBGroups 8 } 
7098:  
7099:  
7100: END 
7101: 
7102: --    "Copyright (C) The Internet Society (2000). All Rights Reserved. 
7103: --    This document and translations of it may be copied and furnished to 
7104: --    others, and derivative works that comment on or otherwise explain it 
7105: --    or assist in its implementation may be prepared, copied, published 
7106: --    and distributed, in whole or in part, without restriction of any 
7107: --    kind, provided that the above copyright notice and this paragraph 
7108: --    are included on all such copies and derivative works. However, this 
7109: --    document itself may not be modified in any way, such as by removing 
7110: --    the copyright notice or references to the Internet Society or other 
7111: --    Internet organizations, except as needed for the purpose of 
7112: --    developing Internet standards in which case the procedures for 
7113: --    copyrights defined in the Internet Standards process must be 
7114: --    followed, or as required to translate it into languages other than 
7115: --    English. 
7116: --     
7117: --    The limited permissions granted above are perpetual and will not be 
7118: --    revoked by the Internet Society or its successors or assigns. 
7119: --     
7120: --    This document and the information contained herein is provided on an 
7121: --    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING 
7122: --    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING 
7123: --    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION 
7124: --    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF 
7125: --    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 
7126: --     
7127: