IBM3172-MIB

File: IBM3172-MIB.mib (54694 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 enterprises DisplayString
MODULE-COMPLIANCE OBJECT-GROUP ifIndex

Defined Types

Ibm3172SystemTableEntry  
SEQUENCE    
  ibm3172Descr DisplayString
  ibm3172Contact DisplayString
  ibm3172Location DisplayString
  ibm3172ifNumber Integer32

Ibm3172ifTrapTableEntry  
SEQUENCE    
  ibm3172ifTrapEnable INTEGER

Ibm3172ifChanCountersTableEntry  
SEQUENCE    
  ibm3172ifInChanOctets Counter32
  ibm3172ifOutChanOctets Counter32
  ibm3172ifInChanBlocks Counter32
  ibm3172ifOutChanBlocks Counter32

Ibm3172ifLANCountersTableEntry  
SEQUENCE    
  ibm3172ifInLANOctets Counter32
  ibm3172ifOutLANOctets Counter32
  ibm3172ifInLANFrames Counter32
  ibm3172ifOutLANFrames Counter32
  ibm3172ifInLANErrors Counter32
  ibm3172ifOutLANErrors Counter32
  ibm3172ifInLANDiscards Counter32
  ibm3172ifOutLANDiscards Counter32

Ibm3172ifBlkCountersTableEntry  
SEQUENCE    
  ibm3172ifBlkRcvOctets Counter32
  ibm3172ifBlkXmitOctets Counter32
  ibm3172ifBlkRcvFrames Counter32
  ibm3172ifBlkXmitBlocks Counter32
  ibm3172ifInBlkErrors Counter32
  ibm3172ifInBlkDiscards Counter32

Ibm3172ifDblkCountersTableEntry  
SEQUENCE    
  ibm3172ifDblkRcvOctets Counter32
  ibm3172ifDblkXmitOctets Counter32
  ibm3172ifDblkRcvBlocks Counter32
  ibm3172ifDblkXmitFrames Counter32
  ibm3172ifOutDblkErrors Counter32
  ibm3172ifOutDblkDiscards Counter32

Ibm3172ifDeviceTableEntry  
SEQUENCE    
  ibm3172ifDeviceNumber Integer32

Defined Values

ibm3172MIB 1.3.6.1.4.1.2.6.1.8
The MIB module for managing an IBM 3172 Device that has is running ICP.
MODULE-IDENTITY    

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmProd 1.3.6.1.4.1.2.6
OBJECT IDENTIFIER    

ibm3172 1.3.6.1.4.1.2.6.1
OBJECT IDENTIFIER    

ibm3172SystemTable 1.3.6.1.4.1.2.6.1.1
Descriptive information about units of 3172s.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172SystemTableEntry

ibm3172SystemTableEntry 1.3.6.1.4.1.2.6.1.1.1
Descriptive information about a 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172SystemTableEntry  

ibm3172Descr 1.3.6.1.4.1.2.6.1.1.1.1
Text Description of the 3172. Contains information on the hardware and software of the 3172. The format of the ibm3172Descr variable is : ttttxMODELxmmm,xSERIALxNUMBERxsssssssss,xiiiiiiiiiix 111111,xPROGRAMxNUMBERxpppppp where : x represents a blank character upper case letters are hardcoded characters , represents a comma the remaining lower case letters represent variable data as follows: t - machine type m - model number s - serial number i - software program name l - software level numbers p - software program product number. An example of the information sent with this attribute would be : '3172 MODEL 001, SERIAL NUMBER 000001234, 3172 Interconnect Ctlr Program 020100, 5601433'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..253)  

ibm3172Contact 1.3.6.1.4.1.2.6.1.1.1.2
The textual identification of the contact person for this 3172, together with information on how to contact this person. This information is provided by the 3172 Operator Facility.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

ibm3172Location 1.3.6.1.4.1.2.6.1.1.1.3
The physical location of this node. This information is provided by the 3172 Operator Facility.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

ibm3172ifNumber 1.3.6.1.4.1.2.6.1.1.1.4
The number of interfaces (regardless of their current state) on which this 3172 can send data.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ibm3172ifTrapTable 1.3.6.1.4.1.2.6.1.2
Table of objects at the interface level pertaining to the trap function.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172ifTrapTableEntry

ibm3172ifTrapTableEntry 1.3.6.1.4.1.2.6.1.2.1
Objects at the interface level pertaining to the trap function.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172ifTrapTableEntry  

ibm3172ifTrapEnable 1.3.6.1.4.1.2.6.1.2.1.1
Flag to indicate whether the 3172 should send traps for this interface to the SNMP proxy agent. '0' indicates the trap function of the 3172 is disabled, '1' indicates that it is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ibm3172ifChanCountersTable 1.3.6.1.4.1.2.6.1.3
Table of objects at the subnetwork layer and below pertaining to a particular subchannel of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172ifChanCountersTableEntry

ibm3172ifChanCountersTableEntry 1.3.6.1.4.1.2.6.1.3.1
Objects at the subnetwork layer and below pertaining to a particular subchannel of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172ifChanCountersTableEntry  

ibm3172ifInChanOctets 1.3.6.1.4.1.2.6.1.3.1.1
The number of inbound octets which were transmitted to the host by the 3172, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutChanOctets 1.3.6.1.4.1.2.6.1.3.1.2
The number of outbound octets which were received from the host by the 3172, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifInChanBlocks 1.3.6.1.4.1.2.6.1.3.1.3
The number of inbound blocks which were transmitted to the host by the 3172.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutChanBlocks 1.3.6.1.4.1.2.6.1.3.1.4
The number of outbound blocks which were received from the host by the 3172.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifLANCountersTable 1.3.6.1.4.1.2.6.1.4
Table of objects at the subnetwork layer and below pertaining to a particular LAN of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172ifLANCountersTableEntry

ibm3172ifLANCountersTableEntry 1.3.6.1.4.1.2.6.1.4.1
Objects at the subnetwork layer and below pertaining to a particular LAN of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172ifLANCountersTableEntry  

ibm3172ifInLANOctets 1.3.6.1.4.1.2.6.1.4.1.1
The number of inbound octets which were received from the LAN by the 3172, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutLANOctets 1.3.6.1.4.1.2.6.1.4.1.2
The number of outbound octets which were transmitted to the LAN by the 3172, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifInLANFrames 1.3.6.1.4.1.2.6.1.4.1.3
The number of inbound frames which were received from the LAN by the 3172.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutLANFrames 1.3.6.1.4.1.2.6.1.4.1.4
The number of outbound frames which were transmitted to the LAN by the 3172.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifInLANErrors 1.3.6.1.4.1.2.6.1.4.1.5
The number of inbound frames received from the LAN by the 3172 that contained errors preventing them from being deliverable to a higher layer protocol. This variable, when combined with ibm3172ifInBlkErrors, reflects the total number of inbound frames not forwarded from the LAN to the host because of errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutLANErrors 1.3.6.1.4.1.2.6.1.4.1.6
The number of outbound frames that could not be transmitted to the LAN because of transmission failures. This variable, when combined with ibm3172ifOutDblkErrors, reflects the total number of outbound frames not transmitted to the LAN because of transmission errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifInLANDiscards 1.3.6.1.4.1.2.6.1.4.1.7
The number of inbound frames received from the LAN that were discarded by the 3172, even though no errors had been detected to prevent their being deliverable to a higher layer protocol. One possible reason for discarding such a frame could be because of insufficient buffer space. This variable, when combined with ibm3172ifInBlkDiscards, reflects the total number of inbound frames not forwarded from the LAN when no error was detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutLANDiscards 1.3.6.1.4.1.2.6.1.4.1.8
The number of outbound frames that are discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifBlkCountersTable 1.3.6.1.4.1.2.6.1.5
Table of objects at the Subnetwork layer and below pertaining to a particular Blocker Task of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172ifBlkCountersTableEntry

ibm3172ifBlkCountersTableEntry 1.3.6.1.4.1.2.6.1.5.1
Objects at the Subnetwork layer and below pertaining to a particular Blocker Task of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172ifBlkCountersTableEntry  

ibm3172ifBlkRcvOctets 1.3.6.1.4.1.2.6.1.5.1.1
The number of inbound octets which were received by the Blocker from the LAN, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifBlkXmitOctets 1.3.6.1.4.1.2.6.1.5.1.2
The number of inbound octets which were transmitted to the channel adapter by the Blocker, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifBlkRcvFrames 1.3.6.1.4.1.2.6.1.5.1.3
The number of inbound frames which were received from the LAN adapter by the Blocker Task.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifBlkXmitBlocks 1.3.6.1.4.1.2.6.1.5.1.4
The number of inbound blocks which were transmitted to the channel adapter by the blocker task.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifInBlkErrors 1.3.6.1.4.1.2.6.1.5.1.5
The number of inbound frames transmitted by the LAN adapter to the Blocker Task which contained errors preventing them from being deliverable to a higher layer protocol. This variable, when combined with ibm3172ifInLANErrors, reflects the total number of inbound frames discarded by the 3172 because of errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifInBlkDiscards 1.3.6.1.4.1.2.6.1.5.1.6
The number of inbound frames transmitted by the LAN adapter to the Blocker Task which were discarded by the 3172, even though no errors had been detected to prevent their being deliverable to a higher layer protocol. One possible reason for discarding such a frame could be because of insufficient buffer space. This variable, when combined with ibm3172ifInLANDiscards, reflects the total number of inbound frames discarded by the 3172 when no error was detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifDblkCountersTable 1.3.6.1.4.1.2.6.1.6
Table of objects at the subnetwork layer and below pertaining to a particular Deblocker Task of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172ifDblkCountersTableEntry

ibm3172ifDblkCountersTableEntry 1.3.6.1.4.1.2.6.1.6.1
Objects at the subnetwork layer and below pertaining to a particular Deblocker Task of the 3172.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172ifDblkCountersTableEntry  

ibm3172ifDblkRcvOctets 1.3.6.1.4.1.2.6.1.6.1.1
The number of outbound octets which were received by the Deblocker from the channel adapter, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifDblkXmitOctets 1.3.6.1.4.1.2.6.1.6.1.2
The number of outbound octets which were transmitted to the LAN adapter by the Deblocker, including all headers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifDblkRcvBlocks 1.3.6.1.4.1.2.6.1.6.1.3
The number of outbound blocks which were received from the channel adapter by the deblocker task.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifDblkXmitFrames 1.3.6.1.4.1.2.6.1.6.1.4
The number of outbound frames which were transmitted to the LAN adapter by the Deblocker Task.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutDblkErrors 1.3.6.1.4.1.2.6.1.6.1.5
The number of outbound frames transmitted by the channel adapter to the Deblocker Task which contained errors preventing them from being deliverable to a higher layer protocol. This variable, when combined with ibm3172ifOutLANErrors, reflects the total number of outbound frames discarded by the 3172 because of errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifOutDblkDiscards 1.3.6.1.4.1.2.6.1.6.1.6
The number of outbound frames transmitted by the channel adapter to the Deblocker Task which were discarded by the 3172, even though no errors had been detected to prevent their being deliverable to a higher layer protocol . One possible reason for discarding such a frame could be because of insufficient buffer space. This variable reflects the total number of outbound frames discarded by the 3172 when no error was detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ibm3172ifDeviceTable 1.3.6.1.4.1.2.6.1.7
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ibm3172ifDeviceTableEntry

ibm3172ifDeviceTableEntry 1.3.6.1.4.1.2.6.1.7.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  Ibm3172ifDeviceTableEntry  

ibm3172ifDeviceNumber 1.3.6.1.4.1.2.6.1.7.1.1
The instance number, used to reference the ibm3172SystemTable, for the device associated with this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ibm3172MIBConformance 1.3.6.1.4.1.2.6.1.8.2
OBJECT IDENTIFIER    

ibm3172MIBCompliances 1.3.6.1.4.1.2.6.1.8.2.1
OBJECT IDENTIFIER    

ibm3172MIBGroups 1.3.6.1.4.1.2.6.1.8.2.2
OBJECT IDENTIFIER    

ibm3172MIBCompliance 1.3.6.1.4.1.2.6.1.8.2.1.1
The compliance statement for SNMPv2 entities which implement the IBM3172 MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ibm3172Group 1.3.6.1.4.1.2.6.1.8.2.2.1
The ibm3172 group of objects providing for basic management of of an IBM 3172 device running ICP.
Status: current Access: read-only
OBJECT-GROUP