home *** CD-ROM | disk | FTP | other *** search
/ HP Vectra VL400 Image Library & Diagnostics System / ILD_VL400.iso / packages / nt4 / driver / lan / intel / iaa3201 / setup.exe / Package / DMIDisk / intelnic.mib < prev    next >
Encoding:
Text File  |  1998-10-21  |  40.2 KB  |  1,534 lines

  1. --  Intelnic.mib version 09-23-1998
  2. --  Version 3.00.00
  3.  
  4. INTEL-NIC-MIB DEFINITIONS ::= BEGIN
  5.  
  6. IMPORTS
  7.     enterprises
  8.         FROM RFC1155-SMI
  9.     OBJECT-TYPE
  10.         FROM RFC-1212
  11.     Counter,Gauge,
  12.     DisplayString
  13.         FROM RFC1213-MIB
  14.     Dmi_Date,Dmi_Integer64,
  15.     dmiEventDateTime,dmiCompId,dmiEventSeverity,
  16.     dmiEventStateKey,dmiEventAssociatedGroup,
  17.     dmiEventSystem,dmiEventSubSystem
  18.         FROM DMTF-DMI;
  19.  
  20. DmiCounter            ::= Counter
  21. DmiCounter64        ::= Counter64
  22. DmiGauge            ::= Gauge
  23. DmiInteger            ::= INTEGER
  24. DmiOctetstring        ::= OCTET STRING
  25. DmiDisplaystring    ::= DisplayString
  26. DmiCompId    ::= INTEGER
  27. DmiGroupId    ::= INTEGER
  28.  
  29. dmtf                    OBJECT IDENTIFIER ::= { enterprises 412 }
  30. dmtfStdMifs             OBJECT IDENTIFIER ::= { dmtf 2 }
  31. dmtfDynOids             OBJECT IDENTIFIER ::= { dmtf 3 }
  32.  
  33. intelnic        OBJECT IDENTIFIER ::= { nic-products    1 }
  34.  
  35.  
  36. SintelComponentID ::= SEQUENCE {
  37.     manufacturerAtt1    DmiDisplaystring,
  38.     productAtt2    DmiDisplaystring,
  39.     versionAtt3    DmiDisplaystring,
  40.     serialNumberAtt4    DmiDisplaystring,
  41.     installationAtt5    DmiDate,
  42.     verifyAtt6    DmiInteger
  43. }
  44.  
  45. intelComponentIDTable OBJECT-TYPE
  46.     SYNTAX        SEQUENCE OF SintelComponentID
  47.     ACCESS        not-accessible
  48.     STATUS        mandatory
  49.     DESCRIPTION    "This group defines the attributes common to all components.
  50. This groupis required."
  51.     ::= {  intelnic 3 }
  52.  
  53. intelComponentIDEntry OBJECT-TYPE
  54.     SYNTAX        SintelComponentID
  55.     ACCESS        not-accessible
  56.     STATUS        mandatory
  57.     DESCRIPTION    "This group defines the attributes common to all components.
  58. This groupis required."
  59.     INDEX        { DmiCompId,DmiGroupId }
  60.     ::= { intelComponentIDTable 1 }
  61.  
  62.  
  63. manufacturerAtt1 OBJECT-TYPE
  64.     SYNTAX        DmiDisplaystring
  65.     ACCESS        read-only
  66.     STATUS        mandatory
  67.     DESCRIPTION    "Manufacturer of this system."
  68.     REFERENCE "'Intel|ComponentID|001' 1"
  69.     ::= { intelComponentIDEntry 1 }
  70.  
  71. productAtt2 OBJECT-TYPE
  72.     SYNTAX        DmiDisplaystring
  73.     ACCESS        read-only
  74.     STATUS        mandatory
  75.     DESCRIPTION    "Product name for this system."
  76.     REFERENCE "'Intel|ComponentID|001' 2"
  77.     ::= { intelComponentIDEntry 2 }
  78.  
  79. versionAtt3 OBJECT-TYPE
  80.     SYNTAX        DmiDisplaystring
  81.     ACCESS        read-only
  82.     STATUS        mandatory
  83.     DESCRIPTION    "Version number of this system."
  84.     REFERENCE "'Intel|ComponentID|001' 3"
  85.     ::= { intelComponentIDEntry 3 }
  86.  
  87. serialNumberAtt4 OBJECT-TYPE
  88.     SYNTAX        DmiDisplaystring
  89.     ACCESS        read-only
  90.     STATUS        mandatory
  91.     DESCRIPTION    "Serial number for this system."
  92.     REFERENCE "'Intel|ComponentID|001' 4"
  93.     ::= { intelComponentIDEntry 4 }
  94.  
  95. installationAtt5 OBJECT-TYPE
  96.     SYNTAX        DmiDate
  97.     ACCESS        read-only
  98.     STATUS        mandatory
  99.     DESCRIPTION    "The time and date when this component was installed."
  100.     REFERENCE "'Intel|ComponentID|001' 5"
  101.     ::= { intelComponentIDEntry 5 }
  102.  
  103. verifyAtt6 OBJECT-TYPE
  104.     SYNTAX        INTEGER {
  105.         anErrorOccurredCheckStatusCode(0),
  106.         thisComponentDoesNotExist(1),
  107.         verificationIsNotSupported(2),
  108.         reserved(3),
  109.         thisComponentExistsButTheFunctionalityIsUntested(4),
  110.         thisComponentExistsButTheFunctionalityIsUnknown(5),
  111.         thisComponentExistsAndIsNotFunctioningCorrectly(6),
  112.         thisComponentExistsAndIsFunctioningCorrectly(7)
  113.     }
  114.     ACCESS        read-only
  115.     STATUS        mandatory
  116.     DESCRIPTION    "A code that provides a level of verification that the component is still installed and working."
  117.     REFERENCE "'Intel|ComponentID|001' 6"
  118.     ::= { intelComponentIDEntry 6 }
  119.  
  120. SintelNetworkAdapterDriver ::= SEQUENCE {
  121.     intelNetworkAdapterDriverState INTEGER,
  122.     driverIndexAtt1    DmiInteger,
  123.     driverSoftwareNameAtt2    DmiDisplaystring,
  124.     driverSoftwareVersionAtt3    DmiDisplaystring,
  125.     driverSoftwareDescriptionAtt4    DmiDisplaystring,
  126.     driverSizeAtt5    DmiInteger,
  127.     driverInterfaceTypeAtt6    DmiInteger,
  128.     driverInterfaceVersionAtt7    DmiDisplaystring,
  129.     driverInterfaceDescriptionAtt8    DmiDisplaystring
  130. }
  131.  
  132. intelNetworkAdapterDriverTable OBJECT-TYPE
  133.     SYNTAX        SEQUENCE OF SintelNetworkAdapterDriver
  134.     ACCESS        not-accessible
  135.     STATUS        mandatory
  136.     DESCRIPTION    ""
  137.     ::= { intelnic  4 }
  138.  
  139. intelNetworkAdapterDriverEntry OBJECT-TYPE
  140.     SYNTAX        SintelNetworkAdapterDriver
  141.     ACCESS        not-accessible
  142.     STATUS        mandatory
  143.     DESCRIPTION    ""
  144.     INDEX        { DmiCompId,DmiGroupId, driverIndexAtt1 }
  145.     ::= { intelNetworkAdapterDriverTable 1 }
  146.  
  147.  
  148. intelNetworkAdapterDriverState OBJECT-TYPE
  149.     SYNTAX        INTEGER {
  150.         active(1),
  151.         notInService(2),
  152.         notReady(3),
  153.         createAndGo(4),
  154.         createAndWait(5),
  155.         destroy(6)
  156.     }
  157.     ACCESS        read-write
  158.     STATUS        mandatory
  159.     REFERENCE "'Intel|Network Adapter Driver|001' 0"
  160.     ::= { intelNetworkAdapterDriverEntry 0 }
  161.  
  162. driverIndexAtt1 OBJECT-TYPE
  163.     SYNTAX        DmiInteger
  164.     ACCESS        read-only
  165.     STATUS        mandatory
  166.     DESCRIPTION    ""
  167.     REFERENCE "'Intel|Network Adapter Driver|001' 1"
  168.     ::= { intelNetworkAdapterDriverEntry 1 }
  169.  
  170. driverSoftwareNameAtt2 OBJECT-TYPE
  171.     SYNTAX        DmiDisplaystring
  172.     ACCESS        read-only
  173.     STATUS        mandatory
  174.     DESCRIPTION    ""
  175.     REFERENCE "'Intel|Network Adapter Driver|001' 2"
  176.     ::= { intelNetworkAdapterDriverEntry 2 }
  177.  
  178. driverSoftwareVersionAtt3 OBJECT-TYPE
  179.     SYNTAX        DmiDisplaystring
  180.     ACCESS        read-only
  181.     STATUS        mandatory
  182.     DESCRIPTION    ""
  183.     REFERENCE "'Intel|Network Adapter Driver|001' 3"
  184.     ::= { intelNetworkAdapterDriverEntry 3 }
  185.  
  186. driverSoftwareDescriptionAtt4 OBJECT-TYPE
  187.     SYNTAX        DmiDisplaystring
  188.     ACCESS        read-only
  189.     STATUS        mandatory
  190.     DESCRIPTION    ""
  191.     REFERENCE "'Intel|Network Adapter Driver|001' 4"
  192.     ::= { intelNetworkAdapterDriverEntry 4 }
  193.  
  194. driverSizeAtt5 OBJECT-TYPE
  195.     SYNTAX        DmiInteger
  196.     ACCESS        read-only
  197.     STATUS        mandatory
  198.     DESCRIPTION    ""
  199.     REFERENCE "'Intel|Network Adapter Driver|001' 5"
  200.     ::= { intelNetworkAdapterDriverEntry 5 }
  201.  
  202. driverInterfaceTypeAtt6 OBJECT-TYPE
  203.     SYNTAX        INTEGER {
  204.         other(1),
  205.         ipx(2),
  206.         odi(3),
  207.         ndis(4),
  208.         packetDriver(5),
  209.         lantastic(6),
  210.         unix(7),
  211.         appletalk(8),
  212.         ibmLanSupportProgram(9),
  213.         llc(10),
  214.         netbios(11),
  215.         pathworksDLL(12)
  216.     }
  217.     ACCESS        read-only
  218.     STATUS        mandatory
  219.     DESCRIPTION    "Driver interface type."
  220.     REFERENCE "'Intel|Network Adapter Driver|001' 6"
  221.     ::= { intelNetworkAdapterDriverEntry 6 }
  222.  
  223. driverInterfaceVersionAtt7 OBJECT-TYPE
  224.     SYNTAX        DmiDisplaystring
  225.     ACCESS        read-only
  226.     STATUS        mandatory
  227.     DESCRIPTION    "Driver interface version."
  228.     REFERENCE "'Intel|Network Adapter Driver|001' 7"
  229.     ::= { intelNetworkAdapterDriverEntry 7 }
  230.  
  231. driverInterfaceDescriptionAtt8 OBJECT-TYPE
  232.     SYNTAX        DmiDisplaystring
  233.     ACCESS        read-only
  234.     STATUS        mandatory
  235.     DESCRIPTION    "Description of the driver interface."
  236.     REFERENCE "'Intel|Network Adapter Driver|001' 8"
  237.     ::= { intelNetworkAdapterDriverEntry 8 }
  238.  
  239. SintelNetworkAdapter802Port ::= SEQUENCE {
  240.     intelNetworkAdapter802PortState INTEGER,
  241.     portIndexAtt1    DmiInteger,
  242.     permanentNetworkAddressAtt2    DmiDisplaystring,
  243.     currentNetworkAddressAtt3    DmiDisplaystring,
  244.     connectorTypeAtt4    DmiInteger,
  245.     dataRateAtt5    DmiInteger,
  246.     totalPacketsTransmittedAtt6    DmiCounter64,
  247.     totalBytesTransmittedAtt7    DmiCounter64,
  248.     totalPacketsReceivedAtt8    DmiCounter64,
  249.     totalBytesReceivedAtt9    DmiCounter64,
  250.     totalTransmitErrorsAtt10    DmiCounter64,
  251.     totalReceiveErrorsAtt11    DmiCounter64,
  252.     totalHostErrorsAtt12    DmiCounter64,
  253.     totalWireErrorsAtt13    DmiCounter64
  254. }
  255.  
  256. intelNetworkAdapter802PortTable OBJECT-TYPE
  257.     SYNTAX        SEQUENCE OF SintelNetworkAdapter802Port
  258.     ACCESS        not-accessible
  259.     STATUS        mandatory
  260.     DESCRIPTION    ""
  261.     ::= { intelnic  5 }
  262.  
  263. intelNetworkAdapter802PortEntry OBJECT-TYPE
  264.     SYNTAX        SintelNetworkAdapter802Port
  265.     ACCESS        not-accessible
  266.     STATUS        mandatory
  267.     DESCRIPTION    ""
  268.     INDEX        { DmiCompId,DmiGroupId, portIndexAtt1 }
  269.     ::= { intelNetworkAdapter802PortTable 1 }
  270.  
  271.  
  272. intelNetworkAdapter802PortState OBJECT-TYPE
  273.     SYNTAX        INTEGER {
  274.         active(1),
  275.         notInService(2),
  276.         notReady(3),
  277.         createAndGo(4),
  278.         createAndWait(5),
  279.         destroy(6)
  280.     }
  281.     ACCESS        read-write
  282.     STATUS        mandatory
  283.     REFERENCE "'Intel|Network Adapter 802 Port|001' 0"
  284.     ::= { intelNetworkAdapter802PortEntry 0 }
  285.  
  286. portIndexAtt1 OBJECT-TYPE
  287.     SYNTAX        DmiInteger
  288.     ACCESS        read-only
  289.     STATUS        mandatory
  290.     DESCRIPTION    " An index value that uniquely identifies the
  291.            interface to an ethernet-like medium."
  292.     REFERENCE "'Intel|Network Adapter 802 Port|001' 1"
  293.     ::= { intelNetworkAdapter802PortEntry 1 }
  294.  
  295. permanentNetworkAddressAtt2 OBJECT-TYPE
  296.     SYNTAX        DmiDisplaystring
  297.     ACCESS        read-only
  298.     STATUS        mandatory
  299.     DESCRIPTION    "Permanent network address."
  300.     REFERENCE "'Intel|Network Adapter 802 Port|001' 2"
  301.     ::= { intelNetworkAdapter802PortEntry 2 }
  302.  
  303. currentNetworkAddressAtt3 OBJECT-TYPE
  304.     SYNTAX        DmiDisplaystring
  305.     ACCESS        read-only
  306.     STATUS        mandatory
  307.     DESCRIPTION    "Current network address."
  308.     REFERENCE "'Intel|Network Adapter 802 Port|001' 3"
  309.     ::= { intelNetworkAdapter802PortEntry 3 }
  310.  
  311. connectorTypeAtt4 OBJECT-TYPE
  312.     SYNTAX        INTEGER {
  313.         unknown(1),
  314.         aUI(2),
  315.         uTPCategory3(3),
  316.         uTPCategory4(4),
  317.         uTPCategory5(5),
  318.         bNC(6),
  319.         sTPRJ45(7),
  320.         sTPDB9(8),
  321.         fiberMIC(9),
  322.         appleAUI(10)
  323.     }
  324.     ACCESS        read-only
  325.     STATUS        mandatory
  326.     DESCRIPTION    "Connector type."
  327.     REFERENCE "'Intel|Network Adapter 802 Port|001' 4"
  328.     ::= { intelNetworkAdapter802PortEntry 4 }
  329.  
  330. dataRateAtt5 OBJECT-TYPE
  331.     SYNTAX        DmiInteger
  332.     ACCESS        read-only
  333.     STATUS        mandatory
  334.     DESCRIPTION    "Data rate."
  335.     REFERENCE "'Intel|Network Adapter 802 Port|001' 5"
  336.     ::= { intelNetworkAdapter802PortEntry 5 }
  337.  
  338. totalPacketsTransmittedAtt6 OBJECT-TYPE
  339.     SYNTAX        DmiCounter64
  340.     ACCESS        read-only
  341.     STATUS        mandatory
  342.     DESCRIPTION    "Total packets transmitted successfully."
  343.     REFERENCE "'Intel|Network Adapter 802 Port|001' 6"
  344.     ::= { intelNetworkAdapter802PortEntry 6 }
  345.  
  346. totalBytesTransmittedAtt7 OBJECT-TYPE
  347.     SYNTAX        DmiCounter64
  348.     ACCESS        read-only
  349.     STATUS        mandatory
  350.     DESCRIPTION    "Total bytes transmitted successfully."
  351.     REFERENCE "'Intel|Network Adapter 802 Port|001' 7"
  352.     ::= { intelNetworkAdapter802PortEntry 7 }
  353.  
  354. totalPacketsReceivedAtt8 OBJECT-TYPE
  355.     SYNTAX        DmiCounter64
  356.     ACCESS        read-only
  357.     STATUS        mandatory
  358.     DESCRIPTION    "Total packets received without errors."
  359.     REFERENCE "'Intel|Network Adapter 802 Port|001' 8"
  360.     ::= { intelNetworkAdapter802PortEntry 8 }
  361.  
  362. totalBytesReceivedAtt9 OBJECT-TYPE
  363.     SYNTAX        DmiCounter64
  364.     ACCESS        read-only
  365.     STATUS        mandatory
  366.     DESCRIPTION    "Total bytes received without errors."
  367.     REFERENCE "'Intel|Network Adapter 802 Port|001' 9"
  368.     ::= { intelNetworkAdapter802PortEntry 9 }
  369.  
  370. totalTransmitErrorsAtt10 OBJECT-TYPE
  371.     SYNTAX        DmiCounter64
  372.     ACCESS        read-only
  373.     STATUS        mandatory
  374.     DESCRIPTION    "Count of transmit errors."
  375.     REFERENCE "'Intel|Network Adapter 802 Port|001' 10"
  376.     ::= { intelNetworkAdapter802PortEntry 10 }
  377.  
  378. totalReceiveErrorsAtt11 OBJECT-TYPE
  379.     SYNTAX        DmiCounter64
  380.     ACCESS        read-only
  381.     STATUS        mandatory
  382.     DESCRIPTION    "Count of receive errors."
  383.     REFERENCE "'Intel|Network Adapter 802 Port|001' 11"
  384.     ::= { intelNetworkAdapter802PortEntry 11 }
  385.  
  386. totalHostErrorsAtt12 OBJECT-TYPE
  387.     SYNTAX        DmiCounter64
  388.     ACCESS        read-only
  389.     STATUS        mandatory
  390.     DESCRIPTION    "Count of host-side errors."
  391.     REFERENCE "'Intel|Network Adapter 802 Port|001' 12"
  392.     ::= { intelNetworkAdapter802PortEntry 12 }
  393.  
  394. totalWireErrorsAtt13 OBJECT-TYPE
  395.     SYNTAX        DmiCounter64
  396.     ACCESS        read-only
  397.     STATUS        mandatory
  398.     DESCRIPTION    "Count of network-side errors."
  399.     REFERENCE "'Intel|Network Adapter 802 Port|001' 13"
  400.     ::= { intelNetworkAdapter802PortEntry 13 }
  401.  
  402. SintelNetworkAdapterInstrumentation ::= SEQUENCE {
  403.     mIFIdAtt1    DmiInteger,
  404.     versionAtt2    DmiDisplaystring
  405. }
  406.  
  407. intelNetworkAdapterInstrumentationTable OBJECT-TYPE
  408.     SYNTAX        SEQUENCE OF SintelNetworkAdapterInstrumentation
  409.     ACCESS        not-accessible
  410.     STATUS        mandatory
  411.     DESCRIPTION    ""
  412.     ::= { intelnic  6 }
  413.  
  414. intelNetworkAdapterInstrumentationEntry OBJECT-TYPE
  415.     SYNTAX        SintelNetworkAdapterInstrumentation
  416.     ACCESS        not-accessible
  417.     STATUS        mandatory
  418.     DESCRIPTION    ""
  419.     INDEX        { DmiCompId,DmiGroupId }
  420.     ::= { intelNetworkAdapterInstrumentationTable 1 }
  421.  
  422.  
  423. mIFIdAtt1 OBJECT-TYPE
  424.     SYNTAX        DmiInteger
  425.     ACCESS        read-only
  426.     STATUS        mandatory
  427.     DESCRIPTION    ""
  428.     REFERENCE "'Intel|Network Adapter Instrumentation|001' 1"
  429.     ::= { intelNetworkAdapterInstrumentationEntry 1 }
  430.  
  431. versionAtt2 OBJECT-TYPE
  432.     SYNTAX        DmiDisplaystring
  433.     ACCESS        read-only
  434.     STATUS        mandatory
  435.     DESCRIPTION    ""
  436.     REFERENCE "'Intel|Network Adapter Instrumentation|001' 2"
  437.     ::= { intelNetworkAdapterInstrumentationEntry 2 }
  438.  
  439. SintelDriverExtensionsGroup ::= SEQUENCE {
  440.     intelDriverExtensionsGroupState INTEGER,
  441.     driverIndexAtt1    DmiInteger,
  442.     driverFilePathAtt1    DmiDisplaystring,
  443.     driverFileDateAtt2    DmiDisplaystring
  444. }
  445.  
  446. intelDriverExtensionsGroupTable OBJECT-TYPE
  447.     SYNTAX        SEQUENCE OF SintelDriverExtensionsGroup
  448.     ACCESS        not-accessible
  449.     STATUS        mandatory
  450.     DESCRIPTION    ""
  451.     ::= { intelnic 7 }
  452.  
  453. intelDriverExtensionsGroupEntry OBJECT-TYPE
  454.     SYNTAX        SintelDriverExtensionsGroup
  455.     ACCESS        not-accessible
  456.     STATUS        mandatory
  457.     DESCRIPTION    ""
  458.     INDEX        { DmiCompId,DmiGroupId, driverIndexAtt1 }
  459.     ::= { intelDriverExtensionsGroupTable 1 }
  460.  
  461.  
  462. intelDriverExtensionsGroupState OBJECT-TYPE
  463.     SYNTAX        INTEGER {
  464.         active(1),
  465.         notInService(2),
  466.         notReady(3),
  467.         createAndGo(4),
  468.         createAndWait(5),
  469.         destroy(6)
  470.     }
  471.     ACCESS        read-write
  472.     STATUS        mandatory
  473.     REFERENCE "'Intel|Network Adapter Driver Extensions Group|001' 0"
  474.     ::= { intelDriverExtensionsGroupEntry 0 }
  475.  
  476. driverIndexAtt1 OBJECT-TYPE
  477.     SYNTAX        DmiInteger
  478.     ACCESS        read-only
  479.     STATUS        mandatory
  480.     DESCRIPTION    " An index value that uniquely identifies the
  481.            interface to an ethernet-like medium."
  482.     REFERENCE "'Intel|Network Adapter Driver Extensions Group|001' 1"
  483.  
  484.     ::= { intelDriverExtensionsGroupEntry 1 }
  485.  
  486. driverFilePathAtt1 OBJECT-TYPE
  487.     SYNTAX        DmiDisplaystring
  488.     ACCESS        read-only
  489.     STATUS        mandatory
  490.     DESCRIPTION    "The file path of the adapter driver."
  491.     REFERENCE "'Intel|Network Adapter Driver Extensions Group|001' 2"
  492.     ::= { intelDriverExtensionsGroupEntry 2 }
  493.  
  494. driverFileDateAtt2 OBJECT-TYPE
  495.     SYNTAX        DmiDisplaystring
  496.     ACCESS        read-only
  497.     STATUS        mandatory
  498.     DESCRIPTION    "Adapter driver file date."
  499.     REFERENCE "'Intel|Network Adapter Driver Extensions Group|001' 3"
  500.     ::= { intelDriverExtensionsGroupEntry 3 }
  501.  
  502. SintelEtherLike ::= SEQUENCE {
  503.     intelEtherLikeState INTEGER,
  504.     indexAtt1    DmiInteger,
  505.     alignmentErrorsAtt2    DmiCounter64,
  506.     fcsErrorsAtt3    DmiCounter64,
  507.     singleCollisionFramesAtt4    DmiCounter64,
  508.     multipleCollisionFramesAtt5    DmiCounter64,
  509.     sqeTestErrorsAtt6    DmiCounter64,
  510.     deferredTransmissionsAtt7    DmiCounter64,
  511.     lateCollisionsAtt8    DmiCounter64,
  512.     excessiveCollisionsAtt9    DmiCounter64,
  513.     internalMacTransmitErrorsAtt10    DmiCounter64,
  514.     carrierSenseErrorsAtt11    DmiCounter64,
  515.     frameTooLongAtt12    DmiCounter64,
  516.     internalMacReceiveErrorsAtt13    DmiCounter64,
  517.     etherChipSetAtt14    DmiDisplaystring
  518. }
  519.  
  520. intelEtherLikeTable OBJECT-TYPE
  521.     SYNTAX        SEQUENCE OF SintelEtherLike
  522.     ACCESS        not-accessible
  523.     STATUS        mandatory
  524.     DESCRIPTION    ""
  525.     ::= { intelnic  8 }
  526.  
  527. intelEtherLikeEntry OBJECT-TYPE
  528.     SYNTAX        SintelEtherLike
  529.     ACCESS        not-accessible
  530.     STATUS        mandatory
  531.     DESCRIPTION    ""
  532.     INDEX        { DmiCompId,DmiGroupId, indexAtt1 }
  533.     ::= { intelEtherLikeTable 1 }
  534.  
  535.  
  536. intelEtherLikeState OBJECT-TYPE
  537.     SYNTAX        INTEGER {
  538.         active(1),
  539.         notInService(2),
  540.         notReady(3),
  541.         createAndGo(4),
  542.         createAndWait(5),
  543.         destroy(6)
  544.     }
  545.     ACCESS        read-write
  546.     STATUS        mandatory
  547.     REFERENCE "'Intel|Ether-like|001' 0"
  548.     ::= { intelEtherLikeEntry 0 }
  549.  
  550. indexAtt1 OBJECT-TYPE
  551.     SYNTAX        DmiInteger
  552.     ACCESS        read-only
  553.     STATUS        mandatory
  554.     DESCRIPTION    "An index value that uniquely identifies the
  555.            interface to an ethernet-like medium."
  556.     REFERENCE "'Intel|Ether-like|001' 1"
  557.     ::= { intelEtherLikeEntry 1 }
  558.  
  559. alignmentErrorsAtt2 OBJECT-TYPE
  560.     SYNTAX        DmiCounter64
  561.     ACCESS        read-only
  562.     STATUS        mandatory
  563.     DESCRIPTION    "A count of frames received on a particular 
  564.                interface that are not an integral number of
  565.                octets in length and do not pass the FCS check."
  566.     REFERENCE "'Intel|Ether-like|001' 2"
  567.     ::= { intelEtherLikeEntry 2 }
  568.  
  569. fcsErrorsAtt3 OBJECT-TYPE
  570.     SYNTAX        DmiCounter64
  571.     ACCESS        read-only
  572.     STATUS        mandatory
  573.     DESCRIPTION    "A count of frames received on a particular
  574.          interface that are an integral number of octets
  575.          in length but do not pass the FCS check."
  576.     REFERENCE "'Intel|Ether-like|001' 3"
  577.     ::= { intelEtherLikeEntry 3 }
  578.  
  579.  
  580. singleCollisionFramesAtt4 OBJECT-TYPE
  581.     SYNTAX        DmiCounter64
  582.     ACCESS        read-only
  583.     STATUS        mandatory
  584.     DESCRIPTION    "A count of successfully transmitted frames on
  585.          a particular interface for which transmission
  586.          is inhibited by exactly one collision."
  587.     REFERENCE "'Intel|Ether-like|001' 4"
  588.     ::= { intelEtherLikeEntry 4 }
  589.  
  590. multipleCollisionFramesAtt5 OBJECT-TYPE
  591.     SYNTAX        DmiCounter64
  592.     ACCESS        read-only
  593.     STATUS        mandatory
  594.     DESCRIPTION    "A count of successfully transmitted frames on
  595.          a particular interface for which transmission
  596.          is inhibited by more than one collision."
  597.     REFERENCE "'Intel|Ether-like|001' 5"
  598.     ::= { intelEtherLikeEntry 5 }
  599.  
  600. sqeTestErrorsAtt6 OBJECT-TYPE
  601.     SYNTAX        DmiCounter64
  602.     ACCESS        read-only
  603.     STATUS        mandatory
  604.     DESCRIPTION    "A count of times that the SQE TEST ERROR
  605.        message is generated by the PLS sublayer for a
  606.          particular interface. The SQE TEST ERROR
  607.          message is defined in section 7.2.2.2.4 of
  608.          ANSI/IEEE 802.3-1985 and its generation is
  609.          described in section 7.2.4.6 of the same
  610.          document."
  611.     REFERENCE "'Intel|Ether-like|001' 6"
  612.     ::= { intelEtherLikeEntry 6 }
  613.  
  614. deferredTransmissionsAtt7 OBJECT-TYPE
  615.     SYNTAX        DmiCounter64
  616.     ACCESS        read-only
  617.     STATUS        mandatory
  618.     DESCRIPTION    "A count of frames for which the first
  619.          transmission attempt on a particular interface
  620.          is delayed because the medium is busy."
  621.     REFERENCE "'Intel|Ether-like|001' 7"
  622.     ::= { intelEtherLikeEntry 7 }
  623.  
  624. lateCollisionsAtt8 OBJECT-TYPE
  625.     SYNTAX        DmiCounter64
  626.     ACCESS        read-only
  627.     STATUS        mandatory
  628.     DESCRIPTION    "The number of times that a collision is
  629.          detected on a particular interface later than
  630.          512 bit-times into the transmission of a
  631.          packet."
  632.     REFERENCE "'Intel|Ether-like|001' 8"
  633.     ::= { intelEtherLikeEntry 8 }
  634.  
  635. excessiveCollisionsAtt9 OBJECT-TYPE
  636.     SYNTAX        DmiCounter64
  637.     ACCESS        read-only
  638.     STATUS        mandatory
  639.     DESCRIPTION    "A count of frames for which transmission on a
  640.          particular interface fails due to excessive
  641.          collisions."
  642.     REFERENCE "'Intel|Ether-like|001' 9"
  643.     ::= { intelEtherLikeEntry 9 }
  644.  
  645. internalMacTransmitErrorsAtt10 OBJECT-TYPE
  646.     SYNTAX        DmiCounter64
  647.     ACCESS        read-only
  648.     STATUS        mandatory
  649.     DESCRIPTION    "A count of frames for which transmission on a
  650.          particular interface fails due to an internal
  651.          MAC sublayer transmit error."
  652.     REFERENCE "'Intel|Ether-like|001' 10"
  653.     ::= { intelEtherLikeEntry 10 }
  654.  
  655. carrierSenseErrorsAtt11 OBJECT-TYPE
  656.     SYNTAX        DmiCounter64
  657.     ACCESS        read-only
  658.     STATUS        mandatory
  659.     DESCRIPTION    "The number of times that the carrier sense
  660.          condition was lost or never asserted when
  661.          attempting to transmit a frame on a particular
  662.          interface."
  663.     REFERENCE "'Intel|Ether-like|001' 11"
  664.     ::= { intelEtherLikeEntry 11 }
  665.  
  666. frameTooLongAtt12 OBJECT-TYPE
  667.     SYNTAX        DmiCounter64
  668.     ACCESS        read-only
  669.     STATUS        mandatory
  670.     DESCRIPTION    "A count of frames received on a particular
  671.          interface that exceed the maximum permitted
  672.          frame size."
  673.     REFERENCE "'Intel|Ether-like|001' 12"
  674.     ::= { intelEtherLikeEntry 12 }
  675.  
  676. internalMacReceiveErrorsAtt13 OBJECT-TYPE
  677.     SYNTAX        DmiCounter64
  678.     ACCESS        read-only
  679.     STATUS        mandatory
  680.     DESCRIPTION    "A count of frames for which reception on a
  681.          particular interface fails due to an internal
  682.          MAC sublayer receive error."
  683.     REFERENCE "'Intel|Ether-like|001' 13"
  684.     ::= { intelEtherLikeEntry 13 }
  685.  
  686. etherChipSetAtt14 OBJECT-TYPE
  687.     SYNTAX        DmiDisplaystring
  688.     ACCESS        read-only
  689.     STATUS        mandatory
  690.     DESCRIPTION    "This object contains a description 
  691.          Of the chipset used to realize the interface."
  692.     REFERENCE "'Intel|Ether-like|001' 14"
  693.     ::= { intelEtherLikeEntry 14 }
  694.  
  695.  
  696. SintelVLANGroup ::= SEQUENCE { 
  697.     intelVLANGroupState INTEGER,
  698.     vLANIdAtt1    DmiInteger,
  699.     vLANNameAtt2    DmiDisplaystring,
  700.     typeOfVLANAtt3    DmiInteger
  701. }
  702.  
  703. intelVLANGroupTable OBJECT-TYPE
  704.     SYNTAX        SEQUENCE OF SintelVLANGroup
  705.     ACCESS        not-accessible
  706.     STATUS        mandatory
  707.     DESCRIPTION    ""
  708.     ::= { intelnic 9 }
  709.  
  710. intelVLANGroupEntry OBJECT-TYPE
  711.     SYNTAX        SintelVLANGroup
  712.     ACCESS        not-accessible
  713.     STATUS        mandatory
  714.     DESCRIPTION    ""
  715.     INDEX        { DmiCompId,DmiGroupId, vLANIdAtt1 }
  716.     ::= { intelVLANGroupTable 1 }
  717.  
  718.  
  719. intelVLANGroupState OBJECT-TYPE
  720.     SYNTAX        INTEGER { 
  721.         active(1),
  722.         notInService(2),
  723.         notReady(3),
  724.         createAndGo(4),
  725.         createAndWait(5),
  726.         destroy(6)
  727.     }
  728.     ACCESS        read-write
  729.     STATUS        mandatory
  730.     REFERENCE "'Intel|VLAN Group|001' 0"
  731.     ::= { intelVLANGroupEntry 0 }
  732.  
  733. vLANIdAtt1 OBJECT-TYPE
  734.     SYNTAX        DmiInteger
  735.     ACCESS        read-only
  736.     STATUS        mandatory
  737.     DESCRIPTION    ""
  738.     REFERENCE "'Intel|VLAN Group|001' 1"
  739.     ::= { intelVLANGroupEntry 1 }
  740.  
  741. vLANNameAtt2 OBJECT-TYPE
  742.     SYNTAX        DmiDisplaystring
  743.     ACCESS        read-only
  744.     STATUS        mandatory
  745.     DESCRIPTION    ""
  746.     REFERENCE "'Intel|VLAN Group|001' 2"
  747.     ::= { intelVLANGroupEntry 2 }
  748.  
  749. typeOfVLANAtt3 OBJECT-TYPE
  750.     SYNTAX        INTEGER { 
  751.         iSLStandard(1),
  752.         iEEEStandard(2)
  753.         
  754.     }
  755.     ACCESS        read-only
  756.     STATUS        mandatory
  757.     DESCRIPTION    ""
  758.     REFERENCE "'Intel|VLAN Group|001' 3"
  759.     ::= { intelVLANGroupEntry 3 }
  760.  
  761. SintelNICHEALTH ::= SEQUENCE { 
  762.     intelNICHEALTHState INTEGER,
  763.     eventTypeAtt1    DmiInteger,
  764.     deviceNumberAtt2    DmiInteger,
  765.     eventSolutionAtt3    DmiInteger,
  766.     deviceInstanceAtt4    DmiDisplaystring
  767. }
  768.  
  769. intelNICHEALTHTable OBJECT-TYPE
  770.     SYNTAX        SEQUENCE OF SintelNICHEALTH
  771.     ACCESS        not-accessible
  772.     STATUS        mandatory
  773.     DESCRIPTION    "This group defines various attributes for the NIC Generated
  774. Events."
  775.     ::= { intelnic 10 }
  776.  
  777. intelNICHEALTHEntry OBJECT-TYPE
  778.     SYNTAX        SintelNICHEALTH
  779.     ACCESS        not-accessible
  780.     STATUS        mandatory
  781.     DESCRIPTION    "This group defines various attributes for the NIC Generated
  782. Events."
  783.     INDEX        { DmiCompId,DmiGroupId, eventTypeAtt1 }
  784.     ::= { intelNICHEALTHTable 1 }
  785.  
  786.  
  787. intelNICHEALTHState OBJECT-TYPE
  788.     SYNTAX        INTEGER { 
  789.         active(1),
  790.         notInService(2),
  791.         notReady(3),
  792.         createAndGo(4),
  793.         createAndWait(5),
  794.         destroy(6)
  795.     }
  796.     ACCESS        read-write
  797.     STATUS        mandatory
  798.     REFERENCE "'Intel|NIC_HEALTH|001' 0"
  799.     ::= { intelNICHEALTHEntry 0 }
  800.  
  801. eventTypeAtt1 OBJECT-TYPE
  802.     SYNTAX        INTEGER { 
  803.         unknown(0),
  804.         lanControllerHardwareFailure(1),
  805.         cableUnpluggedNoLANActivity(2),
  806.         sWError(4),
  807.         linkDown(8),
  808.         adapterInitializationFailure(16),
  809.         lineUp(32),
  810.         lineDown(64)
  811.     }
  812.     ACCESS        read-only
  813.     STATUS        mandatory
  814.     DESCRIPTION    "The type of event that has occurred."
  815.     REFERENCE "'Intel|NIC_HEALTH|001' 1"
  816.     ::= { intelNICHEALTHEntry 1 }
  817.  
  818. deviceNumberAtt2 OBJECT-TYPE
  819.     SYNTAX        DmiInteger
  820.     ACCESS        read-only
  821.     STATUS        mandatory
  822.     DESCRIPTION    ""
  823.     REFERENCE "'Intel|NIC_HEALTH|001' 2"
  824.     ::= { intelNICHEALTHEntry 2 }
  825.  
  826. eventSolutionAtt3 OBJECT-TYPE
  827.     SYNTAX        INTEGER { 
  828.         unknown(0),
  829.         noActionIsRequiredAtThisTime(1),
  830.         reboot(2),
  831.         reloadTheDriver(4),
  832.         plugInTheCable(8),
  833.         checkAdapterHardware(16)
  834.     }
  835.     ACCESS        read-only
  836.     STATUS        mandatory
  837.     DESCRIPTION    "A solution to the problem that caused the event."
  838.     REFERENCE "'Intel|NIC_HEALTH|001' 3"
  839.     ::= { intelNICHEALTHEntry 3 }
  840.  
  841. deviceInstanceAtt4 OBJECT-TYPE
  842.     SYNTAX        DmiDisplaystring
  843.     ACCESS        read-only
  844.     STATUS        mandatory
  845.     DESCRIPTION    "Name of the instance of the Device"
  846.     REFERENCE "'Intel|NIC_HEALTH|001' 4"
  847.     ::= { intelNICHEALTHEntry 4 }
  848.  
  849. SintelTeamingEventsGroup ::= SEQUENCE { 
  850.     intelTeamingEventsGroupState INTEGER,
  851.     teamIDAtt1    DmiInteger,
  852.     eventTypeAtt2    DmiInteger,
  853.     teamModeAtt3    DmiInteger,
  854.     teamSizeAtt4    DmiInteger
  855. }
  856.  
  857. intelTeamingEventsGroupTable OBJECT-TYPE
  858.     SYNTAX        SEQUENCE OF SintelTeamingEventsGroup
  859.     ACCESS        not-accessible
  860.     STATUS        mandatory
  861.     DESCRIPTION    "This group defines various attributes for the Teaming Generated
  862. Events."
  863.     ::= { intelnic 11 }
  864.  
  865. intelTeamingEventsGroupEntry OBJECT-TYPE
  866.     SYNTAX        SintelTeamingEventsGroup
  867.     ACCESS        not-accessible
  868.     STATUS        mandatory
  869.     DESCRIPTION    "This group defines various attributes for the Teaming Generated
  870. Events."
  871.     INDEX        { DmiCompId,DmiGroupId, teamIDAtt1 }
  872.     ::= { intelTeamingEventsGroupTable 1 }
  873.  
  874.  
  875. intelTeamingEventsGroupState OBJECT-TYPE
  876.     SYNTAX        INTEGER { 
  877.         active(1),
  878.         notInService(2),
  879.         notReady(3),
  880.         createAndGo(4),
  881.         createAndWait(5),
  882.         destroy(6)
  883.     }
  884.     ACCESS        read-write
  885.     STATUS        mandatory
  886.     REFERENCE "'Intel|Teaming Events Group|001' 0"
  887.     ::= { intelTeamingEventsGroupEntry 0 }
  888.  
  889. teamIDAtt1 OBJECT-TYPE
  890.     SYNTAX        DmiInteger
  891.     ACCESS        read-only
  892.     STATUS        mandatory
  893.     DESCRIPTION    "The ID of the Team where event occurs.Secondary adapters"
  894.     REFERENCE "'Intel|Teaming Events Group|001' 1"
  895.     ::= { intelTeamingEventsGroupEntry 1 }
  896.  
  897. eventTypeAtt2 OBJECT-TYPE
  898.     SYNTAX        INTEGER { 
  899.         unknown(0),
  900.         primaryAdapterSwitchingOverAndSecondaryTookOver(1),
  901.         primaryAdapterBecameActive(2),
  902.         secondaryAdapterDeactivatedFromTheTeam(4),
  903.         lastAdapterLostLinkAndNetworkConnectionLost(8),
  904.         preferredPrimaryDetected(16),
  905.         teamOnlyHasOneActiveAdapter(32),
  906.         secondaryAdapterRejoinedTheTeam(64),
  907.         preferredPrimaryAdapterHasTakenOver(128),
  908.         networkConnectionRestored(256)
  909.     }
  910.     ACCESS        read-only
  911.     STATUS        mandatory
  912.     DESCRIPTION    "The type of event that has occurred."
  913.     REFERENCE "'Intel|Teaming Events Group|001' 2"
  914.     ::= { intelTeamingEventsGroupEntry 2 }
  915.  
  916. teamModeAtt3 OBJECT-TYPE
  917.     SYNTAX        INTEGER { 
  918.         faultToleranceOnlyAFT(1),
  919.         loadBalancingALB(2),
  920.         fastEtherChannnelTMFEC(3)
  921.     }
  922.     ACCESS        read-only
  923.     STATUS        mandatory
  924.     DESCRIPTION    "The configuration mode of the team"
  925.     REFERENCE "'Intel|Teaming Events Group|001' 3"
  926.     ::= { intelTeamingEventsGroupEntry 3 }
  927.  
  928. teamSizeAtt4 OBJECT-TYPE
  929.     SYNTAX        DmiInteger
  930.     ACCESS        read-only
  931.     STATUS        mandatory
  932.     DESCRIPTION    "Total number of adapters in the team"
  933.     REFERENCE "'Intel|Teaming Events Group|001' 4"
  934.     ::= { intelTeamingEventsGroupEntry 4 }
  935.  
  936. SintelTeamingGroup ::= SEQUENCE { 
  937.     intelTeamingGroupState INTEGER,
  938.     teamIDAtt1    DmiInteger,
  939.     teamModeAtt2    DmiInteger,
  940.     teamSizeAtt3    DmiInteger,
  941.     currentPrimaryAdapterAtt4    DmiInteger,
  942.     originalPrimaryAdapterAtt5    DmiInteger,
  943.     preferredPrimaryAdapterAtt6    DmiInteger
  944. }
  945.  
  946. intelTeamingGroupTable OBJECT-TYPE
  947.     SYNTAX        SEQUENCE OF SintelTeamingGroup
  948.     ACCESS        not-accessible
  949.     STATUS        mandatory
  950.     DESCRIPTION    "This group defines various attributes for an AFT/ALB/FEC
  951. Team."
  952.     ::= { intelnic 12 }
  953.  
  954. intelTeamingGroupEntry OBJECT-TYPE
  955.     SYNTAX        SintelTeamingGroup
  956.     ACCESS        not-accessible
  957.     STATUS        mandatory
  958.     DESCRIPTION    "This group defines various attributes for an AFT/ALB/FEC
  959. Team."
  960.     INDEX        { DmiCompId,DmiGroupId, teamIDAtt1 }
  961.     ::= { intelTeamingGroupTable 1 }
  962.  
  963.  
  964. intelTeamingGroupState OBJECT-TYPE
  965.     SYNTAX        INTEGER { 
  966.         active(1),
  967.         notInService(2),
  968.         notReady(3),
  969.         createAndGo(4),
  970.         createAndWait(5),
  971.         destroy(6)
  972.     }
  973.     ACCESS        read-write
  974.     STATUS        mandatory
  975.     REFERENCE "'Intel|Teaming Group|001' 0"
  976.     ::= { intelTeamingGroupEntry 0 }
  977.  
  978. teamIDAtt1 OBJECT-TYPE
  979.     SYNTAX        DmiInteger
  980.     ACCESS        read-only
  981.     STATUS        mandatory
  982.     DESCRIPTION    "The ID of the team."
  983.     REFERENCE "'Intel|Teaming Group|001' 1"
  984.     ::= { intelTeamingGroupEntry 1 }
  985.  
  986. teamModeAtt2 OBJECT-TYPE
  987.     SYNTAX        INTEGER { 
  988.         faultToleranceOnly(0),
  989.         loadBalancing(1),
  990.         fastEtherChannnel(2)
  991.     }
  992.     ACCESS        read-only
  993.     STATUS        mandatory
  994.     DESCRIPTION    "The configuration mode of the team"
  995.     REFERENCE "'Intel|Teaming Group|001' 2"
  996.     ::= { intelTeamingGroupEntry 2 }
  997.  
  998. teamSizeAtt3 OBJECT-TYPE
  999.     SYNTAX        DmiInteger
  1000.     ACCESS        read-only
  1001.     STATUS        mandatory
  1002.     DESCRIPTION    "Total number of adapters in the team"
  1003.     REFERENCE "'Intel|Teaming Group|001' 3"
  1004.     ::= { intelTeamingGroupEntry 3 }
  1005.  
  1006. currentPrimaryAdapterAtt4 OBJECT-TYPE
  1007.     SYNTAX        DmiInteger
  1008.     ACCESS        read-only
  1009.     STATUS        mandatory
  1010.     DESCRIPTION    "ID of the current Primary member of the Team"
  1011.     REFERENCE "'Intel|Teaming Group|001' 4"
  1012.     ::= { intelTeamingGroupEntry 4 }
  1013.  
  1014. originalPrimaryAdapterAtt5 OBJECT-TYPE
  1015.     SYNTAX        DmiInteger
  1016.     ACCESS        read-only
  1017.     STATUS        mandatory
  1018.     DESCRIPTION    "ID of the original Primary member of the Team since last
  1019. reset."
  1020.     REFERENCE "'Intel|Teaming Group|001' 5"
  1021.     ::= { intelTeamingGroupEntry 5 }
  1022.  
  1023. preferredPrimaryAdapterAtt6 OBJECT-TYPE
  1024.     SYNTAX        DmiInteger
  1025.     ACCESS        read-write
  1026.     STATUS        mandatory
  1027.     DESCRIPTION    "ID of the current designated Preferred Primary adapter in
  1028. the team.This may be NULL if not set."
  1029.     REFERENCE "'Intel|Teaming Group|001' 6"
  1030.     ::= { intelTeamingGroupEntry 6 }
  1031.  
  1032. SintelTeamingMemberGroup ::= SEQUENCE { 
  1033.     intelTeamingMemberGroupState INTEGER,
  1034.     boardTypeAtt1    DmiDisplaystring,
  1035.     adapterStatusAtt2    DmiInteger,
  1036.     adapterFunctionAtt3    DmiInteger,
  1037.     adapterIDAtt4    DmiInteger,
  1038.     permanentMACAddressAtt5    DmiDisplaystring,
  1039.     currentMACAddressAtt6    DmiDisplaystring
  1040. }
  1041.  
  1042. intelTeamingMemberGroupTable OBJECT-TYPE
  1043.     SYNTAX        SEQUENCE OF SintelTeamingMemberGroup
  1044.     ACCESS        not-accessible
  1045.     STATUS        mandatory
  1046.     DESCRIPTION    "This group defines various attributes for each AFT/ALB/FEC
  1047. member."
  1048.     ::= { intelnic 13 }
  1049.  
  1050. intelTeamingMemberGroupEntry OBJECT-TYPE
  1051.     SYNTAX        SintelTeamingMemberGroup
  1052.     ACCESS        not-accessible
  1053.     STATUS        mandatory
  1054.     DESCRIPTION    "This group defines various attributes for each AFT/ALB/FEC
  1055. member."
  1056.     INDEX        { DmiCompId,DmiGroupId, boardTypeAtt1 }
  1057.     ::= { intelTeamingMemberGroupTable 1 }
  1058.  
  1059.  
  1060. intelTeamingMemberGroupState OBJECT-TYPE
  1061.     SYNTAX        INTEGER { 
  1062.         active(1),
  1063.         notInService(2),
  1064.         notReady(3),
  1065.         createAndGo(4),
  1066.         createAndWait(5),
  1067.         destroy(6)
  1068.     }
  1069.     ACCESS        read-write
  1070.     STATUS        mandatory
  1071.     REFERENCE "'Intel|Teaming Member Group|001' 0"
  1072.     ::= { intelTeamingMemberGroupEntry 0 }
  1073.  
  1074. boardTypeAtt1 OBJECT-TYPE
  1075.     SYNTAX        DmiDisplaystring
  1076.     ACCESS        read-only
  1077.     STATUS        mandatory
  1078.     DESCRIPTION    "The board type of this adapter."
  1079.     REFERENCE "'Intel|Teaming Member Group|001' 1"
  1080.     ::= { intelTeamingMemberGroupEntry 1 }
  1081.  
  1082. adapterStatusAtt2 OBJECT-TYPE
  1083.     SYNTAX        INTEGER { 
  1084.         active(0),
  1085.         inactive(1)
  1086.     }
  1087.     ACCESS        read-only
  1088.     STATUS        mandatory
  1089.     DESCRIPTION    "The current status of the adapter."
  1090.     REFERENCE "'Intel|Teaming Member Group|001' 2"
  1091.     ::= { intelTeamingMemberGroupEntry 2 }
  1092.  
  1093. adapterFunctionAtt3 OBJECT-TYPE
  1094.     SYNTAX        INTEGER { 
  1095.         standby(0),
  1096.         primary(1)
  1097.     }
  1098.     ACCESS        read-only
  1099.     STATUS        mandatory
  1100.     DESCRIPTION    "The current role played by the adapter in the team."
  1101.     REFERENCE "'Intel|Teaming Member Group|001' 3"
  1102.     ::= { intelTeamingMemberGroupEntry 3 }
  1103.  
  1104. adapterIDAtt4 OBJECT-TYPE
  1105.     SYNTAX        DmiInteger
  1106.     ACCESS        read-only
  1107.     STATUS        mandatory
  1108.     DESCRIPTION    "ID of the adapter."
  1109.     REFERENCE "'Intel|Teaming Member Group|001' 4"
  1110.     ::= { intelTeamingMemberGroupEntry 4 }
  1111.  
  1112. permanentMACAddressAtt5 OBJECT-TYPE
  1113.     SYNTAX        DmiDisplaystring
  1114.     ACCESS        read-only
  1115.     STATUS        mandatory
  1116.     DESCRIPTION    "The permanent MAC address as stored in the EEPROM."
  1117.     REFERENCE "'Intel|Teaming Member Group|001' 5"
  1118.     ::= { intelTeamingMemberGroupEntry 5 }
  1119.  
  1120. currentMACAddressAtt6 OBJECT-TYPE
  1121.     SYNTAX        DmiDisplaystring
  1122.     ACCESS        read-only
  1123.     STATUS        mandatory
  1124.     DESCRIPTION    "The current MAC address utilized by the Team Member.  This
  1125. canchange etc."
  1126.     REFERENCE "'Intel|Teaming Member Group|001' 6"
  1127.     ::= { intelTeamingMemberGroupEntry 6 }
  1128.  
  1129. SintelFCTCOGroup ::= SEQUENCE {
  1130.     intelFCTCOGroupState INTEGER,
  1131.     indexAtt1    DmiInteger,
  1132.     flowControlTxPauseAtt2    DmiCounter64,
  1133.     flowControlRxPauseAtt3    DmiCounter64,
  1134.     flowControlRxUnsupportedAtt4    DmiCounter64,
  1135.     transmitTCOFramesAtt5    DmiCounter64,
  1136.     receiveTCOFramesAtt6    DmiCounter64
  1137. }
  1138.  
  1139. intelFCTCOGroupTable OBJECT-TYPE
  1140.     SYNTAX        SEQUENCE OF SintelFCTCOGroup
  1141.     ACCESS        not-accessible
  1142.     STATUS        mandatory
  1143.     DESCRIPTION    ""
  1144.     ::= { intelnic  14 }
  1145.  
  1146. intelFCTCOGroupEntry OBJECT-TYPE
  1147.     SYNTAX        SintelFCTCOGroup 
  1148.     ACCESS        not-accessible
  1149.     STATUS        mandatory
  1150.     DESCRIPTION    ""
  1151.     INDEX        { DmiCompId,DmiGroupId, indexAtt1 }
  1152.     ::= { intelFCTCOGroupTable 1 }
  1153.  
  1154.  
  1155. intelFCTCOGroupState OBJECT-TYPE
  1156.     SYNTAX        INTEGER {
  1157.         active(1),
  1158.         notInService(2),
  1159.         notReady(3),
  1160.         createAndGo(4),
  1161.         createAndWait(5),
  1162.         destroy(6)
  1163.     }
  1164.     ACCESS        read-write
  1165.     STATUS        mandatory
  1166.     REFERENCE "'Intel|FlowControl and TCO Group|001' 0"
  1167.     ::= { intelFCTCOGroupEntry 0 }
  1168.  
  1169. indexAtt1 OBJECT-TYPE
  1170.     SYNTAX        DmiInteger
  1171.     ACCESS        read-only
  1172.     STATUS        mandatory
  1173.     DESCRIPTION    "An index value that uniquely identifies the
  1174.            interface to an ethernet-like medium."
  1175.     REFERENCE "'Intel|FlowControl and TCO Group|001' 1"
  1176.     ::= { intelFCTCOGroupEntry 1 }
  1177.  
  1178. flowControlTxPauseAtt2    OBJECT-TYPE
  1179.     SYNTAX        DmiCounter64
  1180.     ACCESS        read-only
  1181.     STATUS        mandatory
  1182.     DESCRIPTION    "Number of Flow Control frames transmitted by the device."
  1183.     REFERENCE "'Intel|FlowControl and TCO Group|001' 2"
  1184.     ::= { intelFCTCOGroupEntry 2 }
  1185.  
  1186. flowControlRxPauseAtt3    OBJECT-TYPE
  1187.     SYNTAX        DmiCounter64
  1188.     ACCESS        read-only
  1189.     STATUS        mandatory
  1190.     DESCRIPTION    "Number of Flow Control frames received by the device."
  1191.     REFERENCE "'Intel|FlowControl and TCO Group|001' 3"
  1192.     ::= { intelFCTCOGroupEntry 3 }
  1193.  
  1194.  
  1195. flowControlRxUnsupportedAtt4    OBJECT-TYPE
  1196.     SYNTAX        DmiCounter64
  1197.     ACCESS        read-only
  1198.     STATUS        mandatory
  1199.     DESCRIPTION    "Number of MAC Control frames received by the device that are not Flow Control Pause frames."
  1200.     REFERENCE "'Intel|FlowControl and TCO Group|001' 4"
  1201.     ::= { intelFCTCOGroupEntry 4 }
  1202.  
  1203. transmitTCOFramesAtt5    OBJECT-TYPE
  1204.     SYNTAX        DmiCounter64
  1205.     ACCESS        read-only
  1206.     STATUS        mandatory
  1207.     DESCRIPTION    "Number of TCO frames transmitted."
  1208.     REFERENCE "'Intel|FlowControl and TCO Group|001' 5"
  1209.     ::= { intelFCTCOGroupEntry 5 }
  1210.  
  1211. receiveTCOFramesAtt6    OBJECT-TYPE
  1212.     SYNTAX        DmiCounter64
  1213.     ACCESS        read-only
  1214.     STATUS        mandatory
  1215.     DESCRIPTION    "Number of TCO frames received."
  1216.     REFERENCE "'Intel|FlowControl and TCO Group|001' 6"
  1217.     ::= { intelFCTCOGroupEntry 6 }
  1218.  
  1219.  
  1220.  
  1221. intelNICHEALTHEvSys OBJECT-TYPE
  1222.     SYNTAX        INTEGER { 
  1223.         unknown(0),
  1224.         adapter(1)
  1225.     }
  1226.     ACCESS        not-accessible
  1227.     STATUS        mandatory
  1228.     DESCRIPTION    "The major functional aspect of the product causing the fault."
  1229.     ::= { intelNICHEALTHTable 6 }
  1230.  
  1231. intelNICHEALTHEvSub OBJECT-TYPE
  1232.     SYNTAX        INTEGER { 
  1233.         unknown(0),
  1234.         driver(1),
  1235.         oS(2)
  1236.     }
  1237.     ACCESS        not-accessible
  1238.     STATUS        mandatory
  1239.     DESCRIPTION    "The minor functional aspect of the product causing the fault."
  1240.     ::= { intelNICHEALTHTable 7 }
  1241.  
  1242. intelNICHEALTHEvt0 TRAP-TYPE
  1243.     ENTERPRISE intelNICHEALTHTable
  1244.     VARIABLES { 
  1245.         dmiEventDateTime,
  1246.         dmiCompId,
  1247.         dmiEventSeverity,
  1248.         dmiEventStateKey,
  1249.         dmiEventAssociatedGroup,
  1250.         intelNICHEALTHEvSys,
  1251.         intelNICHEALTHEvSub
  1252.         }
  1253.     DESCRIPTION "unknown"
  1254.     REFERENCE "'Intel|NIC_HEALTH|001' 0"
  1255.     ::= 0
  1256.  
  1257. intelNICHEALTHEvt1 TRAP-TYPE
  1258.     ENTERPRISE intelNICHEALTHTable
  1259.     VARIABLES { 
  1260.         dmiEventDateTime,
  1261.         dmiCompId,
  1262.         dmiEventSeverity,
  1263.         dmiEventStateKey,
  1264.         dmiEventAssociatedGroup,
  1265.         intelNICHEALTHEvSys,
  1266.         intelNICHEALTHEvSub
  1267.         }
  1268.     DESCRIPTION "lanControllerHardwareFailure"
  1269.     REFERENCE "'Intel|NIC_HEALTH|001' 1"
  1270.     ::= 1
  1271.  
  1272. intelNICHEALTHEvt2 TRAP-TYPE
  1273.     ENTERPRISE intelNICHEALTHTable
  1274.     VARIABLES { 
  1275.         dmiEventDateTime,
  1276.         dmiCompId,
  1277.         dmiEventSeverity,
  1278.         dmiEventStateKey,
  1279.         dmiEventAssociatedGroup,
  1280.         intelNICHEALTHEvSys,
  1281.         intelNICHEALTHEvSub
  1282.         }
  1283.     DESCRIPTION "cableUnpluggedNoLANActivity"
  1284.     REFERENCE "'Intel|NIC_HEALTH|001' 2"
  1285.     ::= 2
  1286.  
  1287. intelNICHEALTHEvt4 TRAP-TYPE
  1288.     ENTERPRISE intelNICHEALTHTable
  1289.     VARIABLES { 
  1290.         dmiEventDateTime,
  1291.         dmiCompId,
  1292.         dmiEventSeverity,
  1293.         dmiEventStateKey,
  1294.         dmiEventAssociatedGroup,
  1295.         intelNICHEALTHEvSys,
  1296.         intelNICHEALTHEvSub
  1297.         }
  1298.     DESCRIPTION "sWError"
  1299.     REFERENCE "'Intel|NIC_HEALTH|001' 4"
  1300.     ::= 4
  1301.  
  1302. intelNICHEALTHEvt8 TRAP-TYPE
  1303.     ENTERPRISE intelNICHEALTHTable
  1304.     VARIABLES { 
  1305.         dmiEventDateTime,
  1306.         dmiCompId,
  1307.         dmiEventSeverity,
  1308.         dmiEventStateKey,
  1309.         dmiEventAssociatedGroup,
  1310.         intelNICHEALTHEvSys,
  1311.         intelNICHEALTHEvSub
  1312.         }
  1313.     DESCRIPTION "linkDown"
  1314.     REFERENCE "'Intel|NIC_HEALTH|001' 8"
  1315.     ::= 8
  1316.  
  1317. intelNICHEALTHEvt16 TRAP-TYPE
  1318.     ENTERPRISE intelNICHEALTHTable
  1319.     VARIABLES { 
  1320.         dmiEventDateTime,
  1321.         dmiCompId,
  1322.         dmiEventSeverity,
  1323.         dmiEventStateKey,
  1324.         dmiEventAssociatedGroup,
  1325.         intelNICHEALTHEvSys,
  1326.         intelNICHEALTHEvSub
  1327.         }
  1328.     DESCRIPTION "adapterInitializationFailure"
  1329.     REFERENCE "'Intel|NIC_HEALTH|001' 16"
  1330.     ::= 16
  1331.  
  1332. intelNICHEALTHEvt32 TRAP-TYPE
  1333.     ENTERPRISE intelNICHEALTHTable
  1334.     VARIABLES { 
  1335.         dmiEventDateTime,
  1336.         dmiCompId,
  1337.         dmiEventSeverity,
  1338.         dmiEventStateKey,
  1339.         dmiEventAssociatedGroup,
  1340.         intelNICHEALTHEvSys,
  1341.         intelNICHEALTHEvSub
  1342.         }
  1343.     DESCRIPTION "lineUp"
  1344.     REFERENCE "'Intel|NIC_HEALTH|001' 32"
  1345.     ::= 32
  1346.  
  1347. intelNICHEALTHEvt64 TRAP-TYPE
  1348.     ENTERPRISE intelNICHEALTHTable
  1349.     VARIABLES { 
  1350.         dmiEventDateTime,
  1351.         dmiCompId,
  1352.         dmiEventSeverity,
  1353.         dmiEventStateKey,
  1354.         dmiEventAssociatedGroup,
  1355.         intelNICHEALTHEvSys,
  1356.         intelNICHEALTHEvSub
  1357.         }
  1358.     DESCRIPTION "lineDown"
  1359.     REFERENCE "'Intel|NIC_HEALTH|001' 64"
  1360.     ::= 64
  1361.  
  1362. intelTeamingEventsGroupEvSys OBJECT-TYPE
  1363.     SYNTAX        INTEGER { 
  1364.         unknown(0),
  1365.         adapter(1)
  1366.     }
  1367.     ACCESS        not-accessible
  1368.     STATUS        mandatory
  1369.     DESCRIPTION    "The major functional aspect of the product causing the fault."
  1370.     ::= { intelTeamingEventsGroupTable 6 }
  1371.  
  1372. intelTeamingEventsGroupEvSub OBJECT-TYPE
  1373.     SYNTAX        INTEGER { 
  1374.         unknown(0),
  1375.         driver(1),
  1376.         oS(2)
  1377.     }
  1378.     ACCESS        not-accessible
  1379.     STATUS        mandatory
  1380.     DESCRIPTION    "The minor functional aspect of the product causing the fault."
  1381.     ::= { intelTeamingEventsGroupTable 7 }
  1382.  
  1383. intelTeamingEventsGroupEvt0 TRAP-TYPE
  1384.     ENTERPRISE intelTeamingEventsGroupTable
  1385.     VARIABLES { 
  1386.         dmiEventDateTime,
  1387.         dmiCompId,
  1388.         dmiEventSeverity,
  1389.         dmiEventStateKey,
  1390.         dmiEventAssociatedGroup,
  1391.         intelTeamingEventsGroupEvSys,
  1392.         intelTeamingEventsGroupEvSub
  1393.         }
  1394.     DESCRIPTION "unknown"
  1395.     REFERENCE "'Intel|Teaming Events Group|001' 0"
  1396.     ::= 0
  1397.  
  1398. intelTeamingEventsGroupEvt1 TRAP-TYPE
  1399.     ENTERPRISE intelTeamingEventsGroupTable
  1400.     VARIABLES { 
  1401.         dmiEventDateTime,
  1402.         dmiCompId,
  1403.         dmiEventSeverity,
  1404.         dmiEventStateKey,
  1405.         dmiEventAssociatedGroup,
  1406.         intelTeamingEventsGroupEvSys,
  1407.         intelTeamingEventsGroupEvSub
  1408.         }
  1409.     DESCRIPTION "primaryAdapterSwitchingOverAndSecondaryTookOver"
  1410.     REFERENCE "'Intel|Teaming Events Group|001' 1"
  1411.     ::= 1
  1412.  
  1413. intelTeamingEventsGroupEvt2 TRAP-TYPE
  1414.     ENTERPRISE intelTeamingEventsGroupTable
  1415.     VARIABLES { 
  1416.         dmiEventDateTime,
  1417.         dmiCompId,
  1418.         dmiEventSeverity,
  1419.         dmiEventStateKey,
  1420.         dmiEventAssociatedGroup,
  1421.         intelTeamingEventsGroupEvSys,
  1422.         intelTeamingEventsGroupEvSub
  1423.         }
  1424.     DESCRIPTION "primaryAdapterBecameActive"
  1425.     REFERENCE "'Intel|Teaming Events Group|001' 2"
  1426.     ::= 2
  1427.  
  1428. intelTeamingEventsGroupEvt4 TRAP-TYPE
  1429.     ENTERPRISE intelTeamingEventsGroupTable
  1430.     VARIABLES { 
  1431.         dmiEventDateTime,
  1432.         dmiCompId,
  1433.         dmiEventSeverity,
  1434.         dmiEventStateKey,
  1435.         dmiEventAssociatedGroup,
  1436.         intelTeamingEventsGroupEvSys,
  1437.         intelTeamingEventsGroupEvSub
  1438.         }
  1439.     DESCRIPTION "secondaryAdapterDeactivatedFromTheTeam"
  1440.     REFERENCE "'Intel|Teaming Events Group|001' 4"
  1441.     ::= 4
  1442.  
  1443. intelTeamingEventsGroupEvt8 TRAP-TYPE
  1444.     ENTERPRISE intelTeamingEventsGroupTable
  1445.     VARIABLES { 
  1446.         dmiEventDateTime,
  1447.         dmiCompId,
  1448.         dmiEventSeverity,
  1449.         dmiEventStateKey,
  1450.         dmiEventAssociatedGroup,
  1451.         intelTeamingEventsGroupEvSys,
  1452.         intelTeamingEventsGroupEvSub
  1453.         }
  1454.     DESCRIPTION "lastAdapterLostLinkAndNetworkConnectionLost"
  1455.     REFERENCE "'Intel|Teaming Events Group|001' 8"
  1456.     ::= 8
  1457.  
  1458. intelTeamingEventsGroupEvt16 TRAP-TYPE
  1459.     ENTERPRISE intelTeamingEventsGroupTable
  1460.     VARIABLES { 
  1461.         dmiEventDateTime,
  1462.         dmiCompId,
  1463.         dmiEventSeverity,
  1464.         dmiEventStateKey,
  1465.         dmiEventAssociatedGroup,
  1466.         intelTeamingEventsGroupEvSys,
  1467.         intelTeamingEventsGroupEvSub
  1468.         }
  1469.     DESCRIPTION "preferredPrimaryDetected"
  1470.     REFERENCE "'Intel|Teaming Events Group|001' 16"
  1471.     ::= 16
  1472.  
  1473. intelTeamingEventsGroupEvt32 TRAP-TYPE
  1474.     ENTERPRISE intelTeamingEventsGroupTable
  1475.     VARIABLES { 
  1476.         dmiEventDateTime,
  1477.         dmiCompId,
  1478.         dmiEventSeverity,
  1479.         dmiEventStateKey,
  1480.         dmiEventAssociatedGroup,
  1481.         intelTeamingEventsGroupEvSys,
  1482.         intelTeamingEventsGroupEvSub
  1483.         }
  1484.     DESCRIPTION "teamOnlyHasOneActiveAdapter"
  1485.     REFERENCE "'Intel|Teaming Events Group|001' 32"
  1486.     ::= 32
  1487.  
  1488. intelTeamingEventsGroupEvt64 TRAP-TYPE
  1489.     ENTERPRISE intelTeamingEventsGroupTable
  1490.     VARIABLES { 
  1491.         dmiEventDateTime,
  1492.         dmiCompId,
  1493.         dmiEventSeverity,
  1494.         dmiEventStateKey,
  1495.         dmiEventAssociatedGroup,
  1496.         intelTeamingEventsGroupEvSys,
  1497.         intelTeamingEventsGroupEvSub
  1498.         }
  1499.     DESCRIPTION "secondaryAdapterRejoinedTheTeam"
  1500.     REFERENCE "'Intel|Teaming Events Group|001' 64"
  1501.     ::= 64
  1502.  
  1503. intelTeamingEventsGroupEvt128 TRAP-TYPE
  1504.     ENTERPRISE intelTeamingEventsGroupTable
  1505.     VARIABLES { 
  1506.         dmiEventDateTime,
  1507.         dmiCompId,
  1508.         dmiEventSeverity,
  1509.         dmiEventStateKey,
  1510.         dmiEventAssociatedGroup,
  1511.         intelTeamingEventsGroupEvSys,
  1512.         intelTeamingEventsGroupEvSub
  1513.         }
  1514.     DESCRIPTION "preferredPrimaryAdapterHasTakenOver"
  1515.     REFERENCE "'Intel|Teaming Events Group|001' 128"
  1516.     ::= 128
  1517.  
  1518. intelTeamingEventsGroupEvt256 TRAP-TYPE
  1519.     ENTERPRISE intelTeamingEventsGroupTable
  1520.     VARIABLES { 
  1521.         dmiEventDateTime,
  1522.         dmiCompId,
  1523.         dmiEventSeverity,
  1524.         dmiEventStateKey,
  1525.         dmiEventAssociatedGroup,
  1526.         intelTeamingEventsGroupEvSys,
  1527.         intelTeamingEventsGroupEvSub
  1528.         }
  1529.     DESCRIPTION "networkConnectionRestored"
  1530.     REFERENCE "'Intel|Teaming Events Group|001' 256"
  1531.     ::= 256
  1532.  
  1533. END
  1534.