1-- ******************************************************************* 2-- CISCO-WAN-TRAP-VARS-MIB 3-- 4-- MIB Containing Objects Which are used only in trap definitions. 5-- 6-- November 2002, Yizhong Shen 7-- 8-- Copyright(c) 1999-2002 by Cisco Systems,Inc. 9-- All Rights Reserved. 10-- ******************************************************************** 11 12CISCO-WAN-TRAP-VARS-MIB DEFINITIONS ::= BEGIN 13 14IMPORTS 15 MODULE-IDENTITY, 16 OBJECT-TYPE,Integer32, 17 Unsigned32 FROM SNMPv2-SMI 18 MODULE-COMPLIANCE, 19 OBJECT-GROUP FROM SNMPv2-CONF 20 AutonomousType, 21 DisplayString FROM SNMPv2-TC 22 ciscoWan FROM CISCOWAN-SMI; 23 24ciscoWanTrapVarsMIB MODULE-IDENTITY 25 LAST-UPDATED "200211260000Z" 26 ORGANIZATION "Cisco Systems, Inc." 27 CONTACT-INFO 28 " Cisco Systems 29 Customer Service 30 31 Postal: 170 W Tasman Drive 32 San Jose, CA 95134 33 USA 34 35 Tel: +1 800 553-NETS 36 37 E-mail: cs-wanatm@cisco.com" 38 DESCRIPTION 39 "This MIB module is for Supporting Varbinds used only 40 in trap defintions. The NMS applications should not 41 depend on the implementation of these objects.The 42 SNMP Requests(GET,GET-NEXT) may not be valid for 43 these objects." 44 45 REVISION "200211260000Z" 46 DESCRIPTION "Added following objects: 47 - cwTrapSecondIndex 48 - cwTrapThirdIndex 49 " 50 51 REVISION "200207170000Z" 52 DESCRIPTION "a) Importing Unsigned32 from SNMPv2-SMI. 53 b) Add cwTrapVarLength, cwTrapAtmAdressType 54 and cwTrapReference. 55 c) Add cwTrapSecondIndex and cwTrapThirdIndex" 56 57 REVISION "200111070000Z" 58 DESCRIPTION "Added following objects: 59 cwTrapCardRole, 60 cwTrapSctCardType, cwTrapSctType, cwTrapSctId and 61 cwTrapSctMajorVersion." 62 63 REVISION "200111060000Z" 64 DESCRIPTION "Added following objects: 65 cwTrapPhysicalContainer, 66 cwTrapPhysicalUnit." 67 68 REVISION "200107260000Z" 69 DESCRIPTION "Add cwTrapDisplayString" 70 71 REVISION "199905210000Z" 72 DESCRIPTION "Initial version of the MIB" 73 74 ::= { ciscoWan 5 } 75 76cwTrapVarMIBObjects OBJECT IDENTIFIER ::= { ciscoWanTrapVarsMIB 1 } 77 78cwTrapVars OBJECT IDENTIFIER ::= { cwTrapVarMIBObjects 1 } 79 80cwTrapIndex OBJECT-TYPE 81 SYNTAX Integer32(0..2147483647) 82-- MAX-ACCESS accessible-for-notify 83 MAX-ACCESS read-only 84 STATUS current 85 DESCRIPTION 86 "The object containing the value which can be used 87 for indexing to any table." 88 ::= { cwTrapVars 1 } 89 90cwTrapSlotNumber OBJECT-TYPE 91 SYNTAX Integer32(1..64) 92-- MAX-ACCESS accessible-for-notify 93 MAX-ACCESS read-only 94 STATUS current 95 DESCRIPTION 96 "This object contains the slot number of the module." 97 ::= { cwTrapVars 2 } 98 99cwTrapPhysicalVendorType OBJECT-TYPE 100 SYNTAX AutonomousType 101-- MAX-ACCESS accessible-for-notify 102 MAX-ACCESS read-only 103 STATUS current 104 DESCRIPTION 105 "This object contains the entPhysicalVendorType value 106 for the physical entity." 107 ::= { cwTrapVars 3 } 108 109cwTrapLineModuleNumber OBJECT-TYPE 110 SYNTAX Integer32(1..4) 111-- MAX-ACCESS accessible-for-notify 112 MAX-ACCESS read-only 113 STATUS current 114 DESCRIPTION 115 "This object contains the value for entPhysicalParentRelPos 116 object for line modules." 117 ::= { cwTrapVars 4 } 118 119cwTrapOctetString OBJECT-TYPE 120 SYNTAX OCTET STRING (SIZE (0..1024)) 121-- MAX-ACCESS accessible-for-notify 122 MAX-ACCESS read-only 123 STATUS current 124 DESCRIPTION 125 "This object contains the octet string value." 126 ::= { cwTrapVars 5 } 127 128cwTrapDisplayString OBJECT-TYPE 129 SYNTAX DisplayString 130-- MAX-ACCESS accessible-for-notify 131 MAX-ACCESS read-only 132 STATUS current 133 DESCRIPTION 134 "This object contains the display string value." 135 ::= { cwTrapVars 6 } 136 137cwTrapPhysicalContainer OBJECT-TYPE 138 SYNTAX INTEGER (0..2147483647) 139-- MAX-ACCESS accessible-for-notify 140 MAX-ACCESS read-only 141 STATUS current 142 DESCRIPTION 143 "This object contains the container(parent unit number) number of 144 an entity in entPhysicalTable. This object contains the value 145 for the following entities: 146 Fan Tray 147 Power Supply Tray/Group. 148 If it contains value zero, then this object is not applicable 149 for the entity identified by cwTrapPhysicalUnit." 150 ::= { cwTrapVars 7 } 151 152cwTrapPhysicalUnit OBJECT-TYPE 153 SYNTAX INTEGER (0..2147483647) 154-- MAX-ACCESS accessible-for-notify 155 MAX-ACCESS read-only 156 STATUS current 157 DESCRIPTION 158 "This object contains the physical unit number(Relative Position) 159 of the physical entity. The physical unit number depends upon 160 the value specified in cwTrapPhysicalContainer object." 161 ::= { cwTrapVars 8 } 162 163cwTrapCardRole OBJECT-TYPE 164 SYNTAX INTEGER { 165 t1(1), 166 e1(2), 167 t3(3), 168 e3(4) 169 } 170-- MAX-ACCESS accessible-for-notify 171 MAX-ACCESS read-only 172 STATUS current 173 DESCRIPTION 174 "This object indicates the card role change to 175 T1 from E1, or T3 from E3, vice versa. In case of a card 176 with multiple roles, this object only indicates the changeable 177 role swap between T1 and E1, or T3 and E3." 178 ::= { cwTrapVars 9 } 179 180cwTrapSctCardType OBJECT-TYPE 181 SYNTAX INTEGER { 182 axsm (1), 183 axsme (2), 184 pxm1e (3), 185 hsfr (4) 186 } 187-- MAX-ACCESS accessible-for-notify 188 MAX-ACCESS read-only 189 STATUS current 190 DESCRIPTION 191 "This object is used only for traps and represents the 192 cwSctCardType object in CISCO-WAN-SCT-MGMT-MIB.my." 193 ::= { cwTrapVars 10 } 194 195cwTrapSctType OBJECT-TYPE 196 SYNTAX INTEGER { 197 portSct(1), 198 cardSct(2) 199 } 200-- MAX-ACCESS accessible-for-notify 201 MAX-ACCESS read-only 202 STATUS current 203 DESCRIPTION 204 "This object is used only for traps and represents the 205 cwSctType object in CISCO-WAN-SCT-MGMT-MIB.my." 206 ::= { cwTrapVars 11 } 207 208cwTrapSctId OBJECT-TYPE 209 SYNTAX Unsigned32 (1..65535) 210-- MAX-ACCESS accessible-for-notify 211 MAX-ACCESS read-only 212 STATUS current 213 DESCRIPTION 214 "This object is used only for traps and represents the cwSctId 215 object in CISCO-WAN-SCT-MGMT-MIB.my." 216 ::= { cwTrapVars 12 } 217 218cwTrapSctMajorVersion OBJECT-TYPE 219 SYNTAX Unsigned32 (1..65535) 220-- MAX-ACCESS accessible-for-notify 221 MAX-ACCESS read-only 222 STATUS current 223 DESCRIPTION 224 "This object is used only for traps and represents the 225 cwSctMajorVersion object in CISCO-WAN-SCT-MGMT-MIB.my." 226 ::= { cwTrapVars 13 } 227 228cwTrapVarLength OBJECT-TYPE 229 SYNTAX Unsigned32(1..1024) 230-- MAX-ACCESS accessible-for-notify 231 MAX-ACCESS read-only 232 STATUS current 233 DESCRIPTION 234 "This is an object used only for traps and contains 235 a value for the length of another object. 236 For instance, this can be the length of 237 an address." 238 ::= { cwTrapVars 14 } 239 240cwTrapAtmAddressType OBJECT-TYPE 241 SYNTAX INTEGER{ 242 e164(3), 243 nsap(8) 244 } 245-- MAX-ACCESS accessible-for-notify 246 MAX-ACCESS read-only 247 STATUS current 248 DESCRIPTION 249 "This object is used only for traps and represents 250 the type of an ATM addresses." 251 ::= { cwTrapVars 15 } 252 253cwTrapReference OBJECT-TYPE 254 SYNTAX Integer32(1..65535) 255-- MAX-ACCESS accessible-for-notify 256 MAX-ACCESS read-only 257 STATUS current 258 DESCRIPTION 259 "This object is used only for traps and represents an object 260 of the same SYNTAX. This object is used in place of: 261 a) 'cwapReference' in CISCO-WAN-ATM-PARTY-MIB.my." 262 ::= { cwTrapVars 16 } 263 264cwTrapSecondIndex OBJECT-TYPE 265 SYNTAX Integer32(0..2147483647) 266 MAX-ACCESS read-only 267 STATUS current 268 DESCRIPTION 269 "The object containing the value which can be used 270 for indexing to any table." 271 ::= { cwTrapVars 17 } 272 273cwTrapThirdIndex OBJECT-TYPE 274 SYNTAX Integer32(0..2147483647) 275 MAX-ACCESS read-only 276 STATUS current 277 DESCRIPTION 278 "The object containing the value which can be used 279 for indexing to any table." 280 ::= { cwTrapVars 18 } 281 282 283-- conformance information 284cwTrapVarsMIBConformance OBJECT IDENTIFIER ::= { ciscoWanTrapVarsMIB 2 } 285 286cwTrapVarsMIBCompliances OBJECT IDENTIFIER ::= { cwTrapVarsMIBConformance 1 } 287cwTrapVarsMIBGroups OBJECT IDENTIFIER ::= { cwTrapVarsMIBConformance 2 } 288 289-- compliance statements 290cwTrapVarsCompliance MODULE-COMPLIANCE 291 STATUS deprecated -- replaced by cwTrapVarsCompliance2 292 DESCRIPTION 293 "The compliance statement for cwTrapVarsGroup." 294 MODULE -- this module 295 296 GROUP cwTrapVarsTrapGroup 297 DESCRIPTION 298 "Implementation of this group is not mandatory for the agents 299 which does not use these objects in traps. 300 " 301 302 OBJECT cwTrapIndex 303 MIN-ACCESS not-accessible 304 DESCRIPTION 305 "Read and write access is not required.This Object is 306 used only in trap varbinds." 307 308 OBJECT cwTrapSlotNumber 309 MIN-ACCESS not-accessible 310 DESCRIPTION 311 "Read and write access is not required.This Object is 312 used only in trap varbinds." 313 314 OBJECT cwTrapPhysicalVendorType 315 MIN-ACCESS not-accessible 316 DESCRIPTION 317 "Read and write access is not required.This Object is 318 used only in trap varbinds." 319 320 OBJECT cwTrapLineModuleNumber 321 MIN-ACCESS not-accessible 322 DESCRIPTION 323 "Read and write access is not required.This Object is 324 used only in trap varbinds." 325 OBJECT cwTrapOctetString 326 MIN-ACCESS not-accessible 327 DESCRIPTION 328 "Read and write access is not required.This Object is 329 used only in trap varbinds." 330 ::= { cwTrapVarsMIBCompliances 1 } 331 332cwTrapVarsCompliance2 MODULE-COMPLIANCE 333 STATUS deprecated -- replaced by cwTrapVarsCompliance3 334 DESCRIPTION 335 "The compliance statement for cwTrapVarsGroup." 336 MODULE -- this module 337 338 GROUP cwTrapVarsTrapGroup2 339 DESCRIPTION 340 "Implementation of this group is not mandatory for the agents 341 which does not use these objects in traps. 342 " 343 344 OBJECT cwTrapIndex 345 MIN-ACCESS not-accessible 346 DESCRIPTION 347 "Read and write access is not required.This Object is 348 used only in trap varbinds." 349 350 OBJECT cwTrapSlotNumber 351 MIN-ACCESS not-accessible 352 DESCRIPTION 353 "Read and write access is not required.This Object is 354 used only in trap varbinds." 355 356 OBJECT cwTrapPhysicalVendorType 357 MIN-ACCESS not-accessible 358 DESCRIPTION 359 "Read and write access is not required.This Object is 360 used only in trap varbinds." 361 362 OBJECT cwTrapLineModuleNumber 363 MIN-ACCESS not-accessible 364 DESCRIPTION 365 "Read and write access is not required.This Object is 366 used only in trap varbinds." 367 368 OBJECT cwTrapOctetString 369 MIN-ACCESS not-accessible 370 DESCRIPTION 371 "Read and write access is not required.This Object is 372 used only in trap varbinds." 373 374 OBJECT cwTrapDisplayString 375 MIN-ACCESS not-accessible 376 DESCRIPTION 377 "Read and write access is not required.This Object is 378 used only in trap varbinds." 379 380 ::= { cwTrapVarsMIBCompliances 2 } 381 382cwTrapVarsCompliance3 MODULE-COMPLIANCE 383 STATUS deprecated -- replaced by cwTrapVarsCompliance4 384 DESCRIPTION 385 "The compliance statement for cwTrapVarsGroup." 386 MODULE -- this module 387 388 GROUP cwTrapVarsTrapGroup3 389 DESCRIPTION 390 "Implementation of this group is not mandatory for the agents 391 which does not use these objects in traps. 392 " 393 394 OBJECT cwTrapIndex 395 MIN-ACCESS not-accessible 396 DESCRIPTION 397 "Read and write access is not required.This Object is 398 used only in trap varbinds." 399 400 OBJECT cwTrapSlotNumber 401 MIN-ACCESS not-accessible 402 DESCRIPTION 403 "Read and write access is not required.This Object is 404 used only in trap varbinds." 405 406 OBJECT cwTrapPhysicalVendorType 407 MIN-ACCESS not-accessible 408 DESCRIPTION 409 "Read and write access is not required.This Object is 410 used only in trap varbinds." 411 412 OBJECT cwTrapLineModuleNumber 413 MIN-ACCESS not-accessible 414 DESCRIPTION 415 "Read and write access is not required.This Object is 416 used only in trap varbinds." 417 418 OBJECT cwTrapOctetString 419 MIN-ACCESS not-accessible 420 DESCRIPTION 421 "Read and write access is not required.This Object is 422 used only in trap varbinds." 423 424 OBJECT cwTrapDisplayString 425 MIN-ACCESS not-accessible 426 DESCRIPTION 427 "Read and write access is not required.This Object is 428 used only in trap varbinds." 429 430 OBJECT cwTrapPhysicalContainer 431 MIN-ACCESS not-accessible 432 DESCRIPTION 433 "Read and write access is not required.This Object is 434 used only in trap varbinds." 435 436 OBJECT cwTrapPhysicalUnit 437 MIN-ACCESS not-accessible 438 DESCRIPTION 439 "Read and write access is not required.This Object is 440 used only in trap varbinds." 441 ::= { cwTrapVarsMIBCompliances 3 } 442 443 444cwTrapVarsCompliance4 MODULE-COMPLIANCE 445 STATUS deprecated -- replaced by cwTrapVarsCompliance5 446 DESCRIPTION 447 "The compliance statement for cwTrapVarsGroup." 448 MODULE -- this module 449 450 GROUP cwTrapVarsTrapGroup4 451 DESCRIPTION 452 "Implementation of this group is not mandatory for the agents 453 which does not use these objects in traps. 454 " 455 456 OBJECT cwTrapIndex 457 MIN-ACCESS not-accessible 458 DESCRIPTION 459 "Read and write access is not required.This Object is 460 used only in trap varbinds." 461 462 OBJECT cwTrapSlotNumber 463 MIN-ACCESS not-accessible 464 DESCRIPTION 465 "Read and write access is not required.This Object is 466 used only in trap varbinds." 467 468 OBJECT cwTrapPhysicalVendorType 469 MIN-ACCESS not-accessible 470 DESCRIPTION 471 "Read and write access is not required.This Object is 472 used only in trap varbinds." 473 474 OBJECT cwTrapLineModuleNumber 475 MIN-ACCESS not-accessible 476 DESCRIPTION 477 "Read and write access is not required.This Object is 478 used only in trap varbinds." 479 480 OBJECT cwTrapOctetString 481 MIN-ACCESS not-accessible 482 DESCRIPTION 483 "Read and write access is not required.This Object is 484 used only in trap varbinds." 485 486 OBJECT cwTrapDisplayString 487 MIN-ACCESS not-accessible 488 DESCRIPTION 489 "Read and write access is not required.This Object is 490 used only in trap varbinds." 491 492 OBJECT cwTrapPhysicalContainer 493 MIN-ACCESS not-accessible 494 DESCRIPTION 495 "Read and write access is not required.This Object is 496 used only in trap varbinds." 497 498 OBJECT cwTrapPhysicalUnit 499 MIN-ACCESS not-accessible 500 DESCRIPTION 501 "Read and write access is not required.This Object is 502 used only in trap varbinds." 503 504 OBJECT cwTrapCardRole 505 MIN-ACCESS not-accessible 506 DESCRIPTION 507 "Read and write access is not required.This Object is 508 used only in trap varbinds." 509 510 OBJECT cwTrapSctCardType 511 MIN-ACCESS not-accessible 512 DESCRIPTION 513 "Read and write access is not required.This Object is 514 used only in trap varbinds." 515 516 OBJECT cwTrapSctType 517 MIN-ACCESS not-accessible 518 DESCRIPTION 519 "Read and write access is not required.This Object is 520 used only in trap varbinds." 521 522 OBJECT cwTrapSctId 523 MIN-ACCESS not-accessible 524 DESCRIPTION 525 "Read and write access is not required.This Object is 526 used only in trap varbinds." 527 528 OBJECT cwTrapSctMajorVersion 529 MIN-ACCESS not-accessible 530 DESCRIPTION 531 "Read and write access is not required.This Object is 532 used only in trap varbinds." 533 ::= { cwTrapVarsMIBCompliances 4 } 534 535cwTrapVarsCompliance5 MODULE-COMPLIANCE 536 STATUS current 537 DESCRIPTION 538 "The compliance statement for cwTrapVarsGroup." 539 MODULE -- this module 540 541 GROUP cwTrapVarsTrapGroup5 542 DESCRIPTION 543 "Implementation of this group is not mandatory for the agents 544 which does not use these objects in traps. 545 " 546 547 OBJECT cwTrapIndex 548 MIN-ACCESS not-accessible 549 DESCRIPTION 550 "Read and write access is not required.This Object is 551 used only in trap varbinds." 552 553 OBJECT cwTrapSlotNumber 554 MIN-ACCESS not-accessible 555 DESCRIPTION 556 "Read and write access is not required.This Object is 557 used only in trap varbinds." 558 559 OBJECT cwTrapPhysicalVendorType 560 MIN-ACCESS not-accessible 561 DESCRIPTION 562 "Read and write access is not required.This Object is 563 used only in trap varbinds." 564 565 OBJECT cwTrapLineModuleNumber 566 MIN-ACCESS not-accessible 567 DESCRIPTION 568 "Read and write access is not required.This Object is 569 used only in trap varbinds." 570 571 OBJECT cwTrapOctetString 572 MIN-ACCESS not-accessible 573 DESCRIPTION 574 "Read and write access is not required.This Object is 575 used only in trap varbinds." 576 577 OBJECT cwTrapDisplayString 578 MIN-ACCESS not-accessible 579 DESCRIPTION 580 "Read and write access is not required.This Object is 581 used only in trap varbinds." 582 583 OBJECT cwTrapPhysicalContainer 584 MIN-ACCESS not-accessible 585 DESCRIPTION 586 "Read and write access is not required.This Object is 587 used only in trap varbinds." 588 589 OBJECT cwTrapPhysicalUnit 590 MIN-ACCESS not-accessible 591 DESCRIPTION 592 "Read and write access is not required.This Object is 593 used only in trap varbinds." 594 595 OBJECT cwTrapCardRole 596 MIN-ACCESS not-accessible 597 DESCRIPTION 598 "Read and write access is not required.This Object is 599 used only in trap varbinds." 600 601 OBJECT cwTrapSctCardType 602 MIN-ACCESS not-accessible 603 DESCRIPTION 604 "Read and write access is not required.This Object is 605 used only in trap varbinds." 606 607 OBJECT cwTrapSctType 608 MIN-ACCESS not-accessible 609 DESCRIPTION 610 "Read and write access is not required.This Object is 611 used only in trap varbinds." 612 613 OBJECT cwTrapSctId 614 MIN-ACCESS not-accessible 615 DESCRIPTION 616 "Read and write access is not required.This Object is 617 used only in trap varbinds." 618 619 OBJECT cwTrapSctMajorVersion 620 MIN-ACCESS not-accessible 621 DESCRIPTION 622 "Read and write access is not required.This Object is 623 used only in trap varbinds." 624 625 OBJECT cwTrapVarLength 626 MIN-ACCESS not-accessible 627 DESCRIPTION 628 "Read and write access is not required.This Object is 629 used only in trap varbinds." 630 631 OBJECT cwTrapAtmAddressType 632 MIN-ACCESS not-accessible 633 DESCRIPTION 634 "Read and write access is not required.This Object is 635 used only in trap varbinds." 636 637 OBJECT cwTrapReference 638 MIN-ACCESS not-accessible 639 DESCRIPTION 640 "Read and write access is not required.This Object is 641 used only in trap varbinds." 642 643 OBJECT cwTrapSecondIndex 644 MIN-ACCESS not-accessible 645 DESCRIPTION 646 "Read and write access is not required.This Object is 647 used only in trap varbinds." 648 649 OBJECT cwTrapThirdIndex 650 MIN-ACCESS not-accessible 651 DESCRIPTION 652 "Read and write access is not required.This Object is 653 used only in trap varbinds." 654 655 656 ::= { cwTrapVarsMIBCompliances 5 } 657 658 659-- Units of conformance 660 661cwTrapVarsTrapGroup OBJECT-GROUP 662 OBJECTS { 663 cwTrapIndex, 664 cwTrapSlotNumber, 665 cwTrapPhysicalVendorType, 666 cwTrapLineModuleNumber, 667 cwTrapOctetString 668 } 669 STATUS deprecated -- replaced by cwTrapVarsTrapGroup2 670 DESCRIPTION 671 "The collection of objects which are used only 672 in trap varbinds." 673 ::= { cwTrapVarsMIBGroups 1 } 674 675cwTrapVarsTrapGroup2 OBJECT-GROUP 676 OBJECTS { 677 cwTrapIndex, 678 cwTrapSlotNumber, 679 cwTrapPhysicalVendorType, 680 cwTrapLineModuleNumber, 681 cwTrapOctetString, 682 cwTrapDisplayString 683 } 684 STATUS deprecated -- replaced by cwTrapVarsTrapGroup3 685 DESCRIPTION 686 "The collection of objects which are used only 687 in trap varbinds." 688 ::= { cwTrapVarsMIBGroups 2 } 689 690cwTrapVarsTrapGroup3 OBJECT-GROUP 691 OBJECTS { 692 cwTrapIndex, 693 cwTrapSlotNumber, 694 cwTrapPhysicalVendorType, 695 cwTrapLineModuleNumber, 696 cwTrapOctetString, 697 cwTrapDisplayString, 698 cwTrapPhysicalContainer, 699 cwTrapPhysicalUnit 700 } 701 STATUS deprecated -- replaced by cwTrapVarsTrapGroup4 702 DESCRIPTION 703 "The collection of objects which are used only 704 in trap varbinds." 705 ::= { cwTrapVarsMIBGroups 3 } 706 707 708cwTrapVarsTrapGroup4 OBJECT-GROUP 709 OBJECTS { 710 cwTrapIndex, 711 cwTrapSlotNumber, 712 cwTrapPhysicalVendorType, 713 cwTrapLineModuleNumber, 714 cwTrapOctetString, 715 cwTrapDisplayString, 716 cwTrapPhysicalContainer, 717 cwTrapPhysicalUnit, 718 cwTrapCardRole, 719 cwTrapSctCardType, 720 cwTrapSctType, 721 cwTrapSctId, 722 cwTrapSctMajorVersion 723 } 724 STATUS deprecated -- replaced by cwTrapVarsTrapGroup5 725 DESCRIPTION 726 "The collection of objects which are used only 727 in trap varbinds." 728 ::= { cwTrapVarsMIBGroups 4 } 729 730cwTrapVarsTrapGroup5 OBJECT-GROUP 731 OBJECTS { 732 cwTrapIndex, 733 cwTrapSlotNumber, 734 cwTrapPhysicalVendorType, 735 cwTrapLineModuleNumber, 736 cwTrapOctetString, 737 cwTrapDisplayString, 738 cwTrapPhysicalContainer, 739 cwTrapPhysicalUnit, 740 cwTrapCardRole, 741 cwTrapSctCardType, 742 cwTrapSctType, 743 cwTrapSctId, 744 cwTrapSctMajorVersion, 745 cwTrapVarLength, 746 cwTrapAtmAddressType, 747 cwTrapReference, 748 cwTrapSecondIndex, 749 cwTrapThirdIndex 750 } 751 STATUS current 752 DESCRIPTION 753 "The collection of objects which are used only 754 in trap varbinds." 755 ::= { cwTrapVarsMIBGroups 5 } 756 757END 758