IB-PM-MIB

File: IB-PM-MIB.mib (59410 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 experimental NOTIFICATION-TYPE
TEXTUAL-CONVENTION TruthValue

Defined Types

PmClassPortInfoEntry  
SEQUENCE    
  pmClassPortInfoGUID OCTET STRING
  pmClassPortInfoAllPortSelect TruthValue

PmPortSampleCntrlEntry  
SEQUENCE    
  pmPortSampleCntrlGUID OCTET STRING
  pmPortSampleCntrlOpCode Integer32
  pmPortSampleCntrlPortSelect Integer32
  pmPortSampleCntrlTick Integer32
  pmPortSampleCntrlCounterWidth INTEGER
  pmPortSampleCntrlCounter0Mask Integer32
  pmPortSampleCntrlCounter1Mask Integer32
  pmPortSampleCntrlCounter2Mask Integer32
  pmPortSampleCntrlCounter3Mask Integer32
  pmPortSampleCntrlCounter4Mask Integer32
  pmPortSampleCntrlCounter5Mask Integer32
  pmPortSampleCntrlCounter6Mask Integer32
  pmPortSampleCntrlCounter7Mask Integer32
  pmPortSampleCntrlCounter8Mask Integer32
  pmPortSampleCntrlCounter9Mask Integer32
  pmPortSampleCntrlCounter10Mask Integer32
  pmPortSampleCntrlCounter11Mask Integer32
  pmPortSampleCntrlCounter12Mask Integer32
  pmPortSampleCntrlCounter13Mask Integer32
  pmPortSampleCntrlCounter14Mask Integer32
  pmPortSampleCntrlSampleMechanisms Integer32
  pmPortSampleCntrlSampleStatus INTEGER
  pmPortSampleCntrlOptionMask OCTET STRING
  pmPortSampleCntrlVendorMask OCTET STRING
  pmPortSampleCntrlSampleStart Integer32
  pmPortSampleCntrlSampleInterval Integer32
  pmPortSampleCntrlTag OCTET STRING
  pmPortSampleCntrlCounterSelect0 Integer32
  pmPortSampleCntrlCounterSelect1 Integer32
  pmPortSampleCntrlCounterSelect2 Integer32
  pmPortSampleCntrlCounterSelect3 Integer32
  pmPortSampleCntrlCounterSelect4 Integer32
  pmPortSampleCntrlCounterSelect5 Integer32
  pmPortSampleCntrlCounterSelect6 Integer32
  pmPortSampleCntrlCounterSelect7 Integer32
  pmPortSampleCntrlCounterSelect8 Integer32
  pmPortSampleCntrlCounterSelect9 Integer32
  pmPortSampleCntrlCounterSelect10 Integer32
  pmPortSampleCntrlCounterSelect11 Integer32
  pmPortSampleCntrlCounterSelect12 Integer32
  pmPortSampleCntrlCounterSelect13 Integer32
  pmPortSampleCntrlCounterSelect14 Integer32

PmPortSampleResultEntry  
SEQUENCE    
  pmPortSampleResultGUID OCTET STRING
  pmPortSampleResultTag OCTET STRING
  pmResultSampleStatus Integer32
  pmPortSampleResultCounter0 Counter32
  pmPortSampleResultCounter1 Counter32
  pmPortSampleResultCounter2 Counter32
  pmPortSampleResultCounter3 Counter32
  pmPortSampleResultCounter4 Counter32
  pmPortSampleResultCounter5 Counter32
  pmPortSampleResultCounter6 Counter32
  pmPortSampleResultCounter7 Counter32
  pmPortSampleResultCounter8 Counter32
  pmPortSampleResultCounter9 Counter32
  pmPortSampleResultCounter10 Counter32
  pmPortSampleResultCounter11 Counter32
  pmPortSampleResultCounter12 Counter32
  pmPortSampleResultCounter13 Counter32
  pmPortSampleResultCounter14 Counter32

PmPortCountersEntry  
SEQUENCE    
  pmPortCountersGUID OCTET STRING
  pmPortCountersPortSelect Integer32
  pmPortCountersSymbolErrors Integer32
  pmPortCountersLinkErrorRecovery Integer32
  pmPortCountersLinkDown Integer32
  pmPortCountersRcvErrors Integer32
  pmPortCountersRcvRemoteErrors Integer32
  pmPortCountersRcvSwRelayErrors Integer32
  pmPortCountersXmitDiscards Integer32
  pmPortCountersXmitConstraintErrors Integer32
  pmPortCountersRcvConstraintErrors Integer32
  pmPortCountersLocalLinkIntegrityErrors Integer32
  pmPortCountersExcessiveBufferOverrun Integer32
  pmPortCountersVL15Dropped Integer32
  pmPortCountersXmitData Integer32
  pmPortCountersRcvData Integer32
  pmPortCountersXmitPkts Integer32
  pmPortCountersRcvPkts Integer32

Defined Values

pm 1.3.6.1.3.117
The managed objects for an InfiniBand Performance Management.
MODULE-IDENTITY    

pmMIBObjects 1.3.6.1.3.117.1
OBJECT IDENTIFIER    

pmClassPortInfoTable 1.3.6.1.3.117.1.1
A table used to list all ClassPortInfoEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PmClassPortInfoEntry

pmClassPortInfoEntry 1.3.6.1.3.117.1.1.1
Table entry for pmClassPortInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PmClassPortInfoEntry  

pmClassPortInfoGUID 1.3.6.1.3.117.1.1.1.1
The GUID of this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

pmClassPortInfoAllPortSelect 1.3.6.1.3.117.1.1.1.2
If reported as TRUE, indicates that all attributes containing the PortSelect component support setting it to 0xFF to gather data from all ports at once. If reported as FALSE, using 0xFF in PortSelect results in undefined behavior.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pmPortSampleCntrlTable 1.3.6.1.3.117.1.2
A table used to list all PortSampleCntrlEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PmPortSampleCntrlEntry

pmPortSampleCntrlEntry 1.3.6.1.3.117.1.2.1
Table entry for pmPortSampleCntrlTable .
Status: current Access: not-accessible
OBJECT-TYPE    
  PmPortSampleCntrlEntry  

pmPortSampleCntrlGUID 1.3.6.1.3.117.1.2.1.1
The GUID of this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

pmPortSampleCntrlOpCode 1.3.6.1.3.117.1.2.1.2
Used to select a specific packet OpCode (as found in BTH) when sampling optional quantities that are op code specific. If OpCode is 0xFF, all OpCodes are sampled as one otherwise only one OpCode can be sampled at a time, although multiple quantities can be sampled for the same OpCode. The possible OpCode are defined as follows: 0x0 : RC SEND First, 0x1 : RC SEND Middle, 0x2 : RC SEND Last, 0x3 : RC SEND Last with Immediate, 0x4 : RC SEND Only, 0x5 : RC SEND Only with Immediate, 0x6 : RC RDMA Write First, 0x7 : RC RDMA Write Middle, 0x8 : RC RDMA Write Last, 0x9 : RC RDMA Write Last with Immediate, 0xA : RC RDMA Write Only, 0xB : RC RDMA Write Only with Immediate, 0xC : RC RDMA Read Request, 0xD : RC RDMA Read Response First, 0xE : RC RDMA Read Response Middle, 0xF : RC RDMA Read Response Last, 0x10 : RC RDMA Read Response Only, 0x11 : RC RDMA Acknowledge, 0x12 : RC RDMA Atomic Acknowledge, 0x13 : RC RDMA CmpSwap, 0x14 : RC RDMA FetchAdd, 0x15 - 0x1F : RC Reserved, 0x20 : UC Send First, 0x21 : UC Send Middle, 0x22 : UC Send Last, 0x23 : UC Send Last with Immediate, 0x24 : UC Send Only, 0x25 : UC Send Only with Immediate, 0x26 : UC RDMA Write First, 0x27 : UC RDMA Write Middle, 0x28 : UC RDMA Write Last, 0x29 : UC RDMA Write Last with Immediate, 0x2A : UC RDMA Write Only, 0x2B : UC RDMA Write Only with Immediate, 0x2C - 0x3F : UC Reserved 0x40 : RD Send First, 0x41 : RD Send Middle, 0x42 : RD Send Last, 0x43 : RD Send Last with Immediate, 0x44 : RD Send Only, 0x45 : RD Send Only with Immediate, 0x46 : RD RDMA Write First, 0x47 : RD RDMA Write Middle, 0x48 : RD RDMA Write Last, 0x49 : RD RDMA Write Last with Immediate, 0x4A : RD RDMA Write Only, 0x4B : RD RDMA Write Only with Immediate, 0x4C : RD RDMA Read Request, 0x4D : RD RDMA Read Response First, 0x4E : RD RDMA Read Response Middle, 0x4F : RD RDMA Read Response Last, 0x50 : RD RDMA Read Only, 0x51 : RD Acknowledge, 0x52 : RD Atomic Acknowledge, 0x53 : RD CmpSwap, 0x54 : RD FetchAdd, 0x55 - 0x5F : RD Reserved, 0x64 : UD Send Only, 0x65 : UD Send Only with Immediate, 0x66 - 0x7F : UD Reserved, 0x80 - 0xBF : Reserved, 0xC0 - 0xEF : Manufacture Specific Opcodes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlPortSelect 1.3.6.1.3.117.1.2.1.3
Selects which port will be sampled. For an HCA or TCA, PortSelect refers to an end port. For a switch, PortSelect refers to a switch port. If the value does not correspond to an actual port, the sample timers run normally but the resulting sample counter values are zero. If gathering data from all ports at once is supported (see pmAllPortSelect), setting PortSelect to 0xFF will cause samples from all ports to be accumulated.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlTick 1.3.6.1.3.117.1.2.1.4
Indicates the nodes sampling clock interval as a multiple of 10x the link transfer period. For a 2.5G transfer link, the transfer period is 400 picoseconds. The encoding is: 0x00 = 10 x link transfer period (4 nanoseconds for 2.5G link) 0x01 = 20 x link transfer period 0x02 = 30 x link transfer period ... 0xFF = 2,560 x link transfer period To maximize utility of the performance attributes, implementers are encouraged to choose the smallest practical tick size.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterWidth 1.3.6.1.3.117.1.2.1.5
Indicates the actual width in bits of the following components: - SampleStart - SampleInterval - PortSamplesResult:Counter0 to 14 Counters smaller than 32 bits shall be implemented as the least significant bits of the corresponding 32-bit attribute component, with the unimplemented upper bits of the component returning zeros for Get and ignored for Set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER width16Bits(0), width20Bits(1), width24Bits(2), width28Bits(3), width32Bits(4)  

pmPortSampleCntrlCounter0Mask 1.3.6.1.3.117.1.2.1.6
A bitmask that determines the capabilities of PortSamplesResult:Counter0. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter1Mask 1.3.6.1.3.117.1.2.1.7
A bitmask that determines the capabilities of PortSamplesResult:Counter1. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter2Mask 1.3.6.1.3.117.1.2.1.8
A bitmask that determines the capabilities of PortSamplesResult:Counter2. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter3Mask 1.3.6.1.3.117.1.2.1.9
A bitmask that determines the capabilities of PortSamplesResult:Counter3. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter4Mask 1.3.6.1.3.117.1.2.1.10
A bitmask that determines the capabilities of PortSamplesResult:Counter4. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter5Mask 1.3.6.1.3.117.1.2.1.11
A bitmask that determines the capabilities of PortSamplesResult:Counter5. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter6Mask 1.3.6.1.3.117.1.2.1.12
A bitmask that determines the capabilities of PortSamplesResult:Counter6. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter7Mask 1.3.6.1.3.117.1.2.1.13
A bitmask that determines the capabilities of PortSamplesResult:Counter7. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter8Mask 1.3.6.1.3.117.1.2.1.14
A bitmask that determines the capabilities of PortSamplesResult:Counter8. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter9Mask 1.3.6.1.3.117.1.2.1.15
A bitmask that determines the capabilities of PortSamplesResult:Counter9. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter10Mask 1.3.6.1.3.117.1.2.1.16
A bitmask that determines the capabilities of PortSamplesResult:Counter10. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter11Mask 1.3.6.1.3.117.1.2.1.17
A bitmask that determines the capabilities of PortSamplesResult:Counter11. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter12Mask 1.3.6.1.3.117.1.2.1.18
A bitmask that determines the capabilities of PortSamplesResult:Counter12. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter13Mask 1.3.6.1.3.117.1.2.1.19
A bitmask that determines the capabilities of PortSamplesResult:Counter13. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounter14Mask 1.3.6.1.3.117.1.2.1.20
A bitmask that determines the capabilities of PortSamplesResult:Counter14. - Bit 0 = supports all mandatory quantities; shall be 1 - Bit 1 = supports all optional quantities - Bit 2 = supports vendor-defined quantities
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlSampleMechanisms 1.3.6.1.3.117.1.2.1.21
The number of independent sample mechanisms implemented, i.e., sets of PortSamplesControl and PortSamplesResult, minus one: 0 = one sample mechanism is available 1 = two sample mechanism is available ... 255 = 256 sample mechanisms are available. Providing multiple sampling mechanisms is optional. N sample mechanisms would permit N independent samples to be run simultaneously. A special value of Attribute Modifier (0xFFFFFFFF) allows all sample mechanisms to be started with a single Set, sampling the same quantities during the same interval on N ports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlSampleStatus 1.3.6.1.3.117.1.2.1.22
Indicates the status of sampling.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER samplingComplete(0), sampleStartTimerRunning(1), samplingUnderway(2), reserved(3)  

pmPortSampleCntrlOptionMask 1.3.6.1.3.117.1.2.1.23
A bit mask indicating which optional InfiniBand performance quantities are implemented. Its value is described as follows: Bit 0 (LSB) = reserved ahall be zero Bit 1 = PortXmitQueue[n] Bit 2 = PortXmitDataVL[n] Bit 3 = PortRcvDataVL[n] Bit 4 = PortXmitPktVL[n] Bit 5 = PortRcvPktVL[n] Bit 6 = PortRcvErrorDetails:PortLocalPhysicalErrors Bit 7 = PortRcvErrorDetails:PortMalformedPacketErrors Bit 8 = PortRcvErrorDetails:PortBufferOverrunErrors Bit 9 = PortRcvErrorDetails:PortDLIDMappingErrors Bit 10 = PortRcvErrorDetails:PortVLMappingErrors Bit 11 = PortRcvErrorDetails:PortLoopingErrors Bit 12 = PortXmitDiscardDetails:PortInactiveDiscards Bit 13 = PortXmitDiscardDetails:PortNeighborMTUDiscards Bit 14 = PortXmitDiscardDetails:PortSwwLifetimeLimitDiscards Bit 15 = PortXmitDiscardDetails:PortSwHOQLifetimeLimitDiscards Bit 16 = PortOpRcvCounters:PortOpRcvPkts Bit 17 = PortOpRcvCounters:PortOpRcvData Bit 18 = PortFlowCtlCounters:PortXmitFlowPkts Bit 19 = PortFlowCtlCounters:PortRcvFlowPkts Bit 20 = PortVLOpPackets:PortVLOpPackets[n] Bit 21 = PortVLOpData:PortVLOpData[n] Bit 22 = PortVLXmitFlowCtlUpdateErrors:PortVLXmitFlowCtlUpdateErrors[n ] Bit 23 = PortVLXmitWaitCounters:PortVLXmitWait[n] Bit 24-47 = Reserved shall be zero Bit 48 = SwPortVLUnkDests:PortVLUnkDests[n] Bit 49-63 = Reserved shall be zero
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

pmPortSampleCntrlVendorMask 1.3.6.1.3.117.1.2.1.24
A bitmask indicating which vendor-specific counters are implemented. Must be zero if the node does not support any vendor-specific counters. Otherwise use is vendor defined.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

pmPortSampleCntrlSampleStart 1.3.6.1.3.117.1.2.1.25
Determines when the sampling interval starts. When Set, this value is loaded into a timer and the following events occur: - Sample Status is set to 1 - Counters in PortSamplesResult are set to zero - The timer begins decrementing once per tick. When the timer reaches zero, timing stops and the following evetns occur: i. The PortXmitQueue quantities if selected are latched ii. PortSamplesResult counters are started iii. SampleStatus is set to 2 iv. The SampleInterval timer is started The SampleStart timer allows a performance application to randomize the sample start time and insure decoupling from node or network events. Values used will typically be 10s of milliseconds. It is the fine granularity of this interval with respect to the link rate that makes decoupling possible.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlSampleInterval 1.3.6.1.3.117.1.2.1.26
Detemine the length of the sampling interval. When Set, this value is loaded into a timer. When the SampleStart counter reaches zero, this timer begins decrementing once per tick. When it reaches zero, timing stops and the following event occur: - PortSample2 counters are stopped and the resulting values made available. - SampleStatus is set to zero.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlTag 1.3.6.1.3.117.1.2.1.27
Used by a performance application when it does a PerformanceSet(PortSamplesControl) to uniquely identify its sample run in case of a collision with another performance application. When an application wishes to start a sample run, it should pick a random Tag value and do a PerformanceSet(PortSamplesControl). If the returned value of Tag does not match the selected value, another application is using the sampling mechanism. In this case the first application must wait for a suitable time and retry its sample.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

pmPortSampleCntrlCounterSelect0 1.3.6.1.3.117.1.2.1.28
Selects quantity to be sampled by PortSamplesResult:Counter0. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter0 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect1 1.3.6.1.3.117.1.2.1.29
Selects quantity to be sampled by PortSamplesResult:Counter1. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter1 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect2 1.3.6.1.3.117.1.2.1.30
Selects quantity to be sampled by PortSamplesResult:Counter2. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter2 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect3 1.3.6.1.3.117.1.2.1.31
Selects quantity to be sampled by PortSamplesResult:Counter3. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter3 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect4 1.3.6.1.3.117.1.2.1.32
Selects quantity to be sampled by PortSamplesResult:Counter4. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter4 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect5 1.3.6.1.3.117.1.2.1.33
Selects quantity to be sampled by PortSamplesResult:Counter5. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter5 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect6 1.3.6.1.3.117.1.2.1.34
Selects quantity to be sampled by PortSamplesResult:Counter6. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter6 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect7 1.3.6.1.3.117.1.2.1.35
Selects quantity to be sampled by PortSamplesResult:Counter7. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter7 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect8 1.3.6.1.3.117.1.2.1.36
Selects quantity to be sampled by PortSamplesResult:Counter8. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter8 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect9 1.3.6.1.3.117.1.2.1.37
Selects quantity to be sampled by PortSamplesResult:Counter9. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter9 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect10 1.3.6.1.3.117.1.2.1.38
Selects quantity to be sampled by PortSamplesResult:Counter10. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter10 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect11 1.3.6.1.3.117.1.2.1.39
Selects quantity to be sampled by PortSamplesResult:Counter11. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter11 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect12 1.3.6.1.3.117.1.2.1.40
Selects quantity to be sampled by PortSamplesResult:Counter12. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter12 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect13 1.3.6.1.3.117.1.2.1.41
Selects quantity to be sampled by PortSamplesResult:Counter13. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter13 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleCntrlCounterSelect14 1.3.6.1.3.117.1.2.1.42
Selects quantity to be sampled by PortSamplesResult:Counter14. IF an unimplemented quantity is selected, a Get to PortSamplesResult:Counter14 returns zeroes. The possible values are specified in Table 187 of IBTA v1.0.a specifications.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortSampleResultTable 1.3.6.1.3.117.1.3
A table used to list all pmPortSampleResultEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PmPortSampleResultEntry

pmPortSampleResultEntry 1.3.6.1.3.117.1.3.1
Table entry for pmPortSampleResultTable .
Status: current Access: not-accessible
OBJECT-TYPE    
  PmPortSampleResultEntry  

pmPortSampleResultGUID 1.3.6.1.3.117.1.3.1.1
The GUID of this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

pmPortSampleResultTag 1.3.6.1.3.117.1.3.1.2
Read-only copy of PortSamplesControl:Tag. The Tag mechanism provides a means for performance applications to detect collisions when using the sampling mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

pmResultSampleStatus 1.3.6.1.3.117.1.3.1.3
Read-only copy of PortSamplesControl:SampleStatus. Provided here to minimize traffic whil application is polling for sample completion.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pmPortSampleResultCounter0 1.3.6.1.3.117.1.3.1.4
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect0. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter1 1.3.6.1.3.117.1.3.1.5
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect1. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter2 1.3.6.1.3.117.1.3.1.6
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect2. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter3 1.3.6.1.3.117.1.3.1.7
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect3. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter4 1.3.6.1.3.117.1.3.1.8
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect4. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter5 1.3.6.1.3.117.1.3.1.9
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect5. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter6 1.3.6.1.3.117.1.3.1.10
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect6. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter7 1.3.6.1.3.117.1.3.1.11
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect7. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter8 1.3.6.1.3.117.1.3.1.12
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect8. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter9 1.3.6.1.3.117.1.3.1.13
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect9. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter10 1.3.6.1.3.117.1.3.1.14
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect10. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter11 1.3.6.1.3.117.1.3.1.15
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect11. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter12 1.3.6.1.3.117.1.3.1.16
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect12. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter13 1.3.6.1.3.117.1.3.1.17
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect13. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortSampleResultCounter14 1.3.6.1.3.117.1.3.1.18
Mandatory counter. When PortSamplesControl:SampleStatus is zero, contains the result of sampling the quantity selected by PortSamplesControl:CounterSelect14. Undefined when PortSamplesControl:SampleStatus is non-zero. The actual number of valid (least significant) bits in the counter is defined by PortSamplesControl:CounterWidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pmPortCountersTable 1.3.6.1.3.117.1.4
A table used to list all pmPortCountersEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PmPortCountersEntry

pmPortCountersoEntry 1.3.6.1.3.117.1.4.1
Table entry for pmPortCountersTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PmPortCountersEntry  

pmPortCountersGUID 1.3.6.1.3.117.1.4.1.1
The GUID of this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

pmPortCountersPortSelect 1.3.6.1.3.117.1.4.1.2
Selects the port for which the data is reported. Selecting a non-existent port results in all zeros. If gathering data from all ports at once is supported, setting pmPortCountersPortSelect to 0xFF will cause data from all ports to be accumulated.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersSymbolErrors 1.3.6.1.3.117.1.4.1.3
Total number of symbol errors detected on one or more lanes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersLinkErrorRecovery 1.3.6.1.3.117.1.4.1.4
Total number of times the port training state machine has successfully completed the link error recovery process.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersLinkDown 1.3.6.1.3.117.1.4.1.5
Total number of times the port training state machine has failed the link error recovery process and downed the link.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersRcvErrors 1.3.6.1.3.117.1.4.1.6
Total number of packets containing an error that were received on the port. These errors include: - Local physical errors (ICRC, VCRC, FCCRC, and all physical errors that cause entry into bad) - Malformed data packet errors (Lver, length, VL) - Malformed link packet errors (operand, length, VL) - Packets discarded due to buffer overrun
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersRcvRemoteErrors 1.3.6.1.3.117.1.4.1.7
Total number of packets marked with the EBP delimiter received on the port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersRcvSwRelayErrors 1.3.6.1.3.117.1.4.1.8
Total number of packets received on the port that were discarded because they could be forwarded by the switch relay. Reasons for this include: - DLID mapping - VL mapping - Looping (output port = input port).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersXmitDiscards 1.3.6.1.3.117.1.4.1.9
Total number of outbound packets discarded by the port because the port is down or congested. Reasons for this include: - Output port is in the inactive state - Packet length exceeded neighbor MTU - Switch lifetime limit exceeds - Switch HOQ limit exceeds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersXmitConstraintErrors 1.3.6.1.3.117.1.4.1.10
Total number of packets not transmitted from the port for the following reasons: - FilterRawOutbound is true and packet is raw - PatitionEnforcementOutbound is true and packet fails partition key check, IP version check, or transport header version check.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersRcvConstraintErrors 1.3.6.1.3.117.1.4.1.11
Total number of packets received on the port that are discarded for the following reasons: - FilterRawInbound is true and packet is raw - PartitionEnforcementInbound is true and packet fails partition key check, IP version check, or transport header version check.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersLocalLinkIntegrityErrors 1.3.6.1.3.117.1.4.1.12
The number of times that the frequency of packets containing local physical errors exceeded local_phy_errors.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersExcessiveBufferOverrun 1.3.6.1.3.117.1.4.1.13
The number of times that overrun errors consecutive flow control update periods occurred with at least one overrun error in each period.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersVL15Dropped 1.3.6.1.3.117.1.4.1.14
Number of incoming VL15 packets dropped due to resource limitations on port selected by PortSelect.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersXmitData 1.3.6.1.3.117.1.4.1.15
Optional; shall be zero if not implemented. Total number of data octets, divided by 4, transmitted on all VLs from the port selected by PortSelect. This includes all octets between (and not including) the start of packet delimiter and VCRC. It excludes all link packets. Implementers may choose to count data octets in groups larger than four but are encouraged to choose the smallest group possible. Results are still reported as a multiple of four octets.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersRcvData 1.3.6.1.3.117.1.4.1.16
Optional; shall be zero if not implemented. Total number of data octets, divided by 4, received on all VLs from the port selected by PortSelect. This includes all octets between (and not including) the start of packet delimiter and VCRC. It excludes all link packets. Implementers may choose to count data octets in groups larger than four but are encouraged to choose the smallest group possible. Results are still reported as a multiple of four octets.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersXmitPkts 1.3.6.1.3.117.1.4.1.17
Optional; shall be zero if not implemented. Total number of data packets, excluding link packets, transmitted on all VLs from the port selected by PortSelect.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pmPortCountersRcvPkts 1.3.6.1.3.117.1.4.1.18
Optional; shall be zero if not implemented. Total number of data packets, excluding link packets, received on all VLs from the port selected by PortSelect.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32