IBM-BCM-MIB

File: IBM-BCM-MIB.mib (35667 bytes)

Imported modules

SNMPv2-SMI-v1 RFC-1212 SNMPv2-TC-v1
LAN-EMULATION-CLIENT-MIB LAN-EMULATION-BUS-MIB NWAYSMSS-MIB

Imported symbols

Counter32 Integer32 OBJECT-TYPE
RowStatus MacAddress TruthValue
AtmLaneAddress busConfEntry busConfIndex
mssServerLanE

Defined Types

BcmCacheAge  
INTEGER 0..255    

BcmConfEntry  
SEQUENCE    
  bcmRouteCacheEnabled TruthValue

BcmStaticTargetsEntry  
SEQUENCE    
  bcmStaticTargetsIndex Integer32
  bcmStaticTargetsAtmAddress AtmLaneAddress
  bcmStaticTargetsMacAddress MacAddress
  bcmStaticTargetsProtocol INTEGER
  bcmStaticTargetsRowStatus RowStatus

BcmIpConfEntry  
SEQUENCE    
  bcmIpConfOperStatus INTEGER
  bcmIpConfAdminStatus INTEGER
  bcmIpConfCacheAge BcmCacheAge

BcmIpxConfEntry  
SEQUENCE    
  bcmIpxConfOperStatus INTEGER
  bcmIpxConfAdminStatus INTEGER
  bcmIpxConfCacheAge BcmCacheAge

BcmNbConfEntry  
SEQUENCE    
  bcmNbConfOperStatus INTEGER
  bcmNbConfAdminStatus INTEGER
  bcmNbConfCacheAge BcmCacheAge

BcmStatEntry  
SEQUENCE    
  bcmFramesReceived Counter32
  bcmOctetsReceived Counter32
  bcmFramesReturned Counter32
  bcmOctetsReturned Counter32
  bcmFramesDiscarded Counter32
  bcmOctetsDiscarded Counter32
  bcmFramesTransmitted Counter32
  bcmOctetsTransmitted Counter32
  bcmTransmitErrorFrames Counter32
  bcmTransmitErrorOctets Counter32
  bcmBroadcastFramesDirectedNoRif Counter32
  bcmBroadcastFramesDirectedAre Counter32
  bcmBroadcastFramesDirectedSte Counter32
  bcmBroadcastFramesDirectedSrf Counter32

BcmIpStatEntry  
SEQUENCE    
  bcmIpFramesReceived Counter32
  bcmIpOctetsReceived Counter32
  bcmIpFramesReturned Counter32
  bcmIpOctetsReturned Counter32
  bcmIpFramesDiscarded Counter32
  bcmIpOctetsDiscarded Counter32
  bcmIpFramesTransmitted Counter32
  bcmIpOctetsTransmitted Counter32
  bcmIpTransmitErrorFrames Counter32
  bcmIpTransmitErrorOctets Counter32
  bcmIpBroadcastFramesDirectedNoRif Counter32
  bcmIpBroadcastFramesDirectedAre Counter32
  bcmIpBroadcastFramesDirectedSte Counter32
  bcmIpBroadcastFramesDirectedSrf Counter32

BcmIpxStatEntry  
SEQUENCE    
  bcmIpxFramesReceived Counter32
  bcmIpxOctetsReceived Counter32
  bcmIpxFramesReturned Counter32
  bcmIpxOctetsReturned Counter32
  bcmIpxFramesDiscarded Counter32
  bcmIpxOctetsDiscarded Counter32
  bcmIpxFramesTransmitted Counter32
  bcmIpxOctetsTransmitted Counter32
  bcmIpxTransmitErrorFrames Counter32
  bcmIpxTransmitErrorOctets Counter32
  bcmIpxBroadcastFramesDirectedNoRif Counter32
  bcmIpxBroadcastFramesDirectedAre Counter32
  bcmIpxBroadcastFramesDirectedSte Counter32
  bcmIpxBroadcastFramesDirectedSrf Counter32

BcmNbStatEntry  
SEQUENCE    
  bcmNbFramesReceived Counter32
  bcmNbOctetsReceived Counter32
  bcmNbFramesReturned Counter32
  bcmNbOctetsReturned Counter32
  bcmNbFramesDiscarded Counter32
  bcmNbOctetsDiscarded Counter32
  bcmNbFramesTransmitted Counter32
  bcmNbOctetsTransmitted Counter32
  bcmNbTransmitErrorFrames Counter32
  bcmNbTransmitErrorOctets Counter32
  bcmNbBroadcastFramesDirectedNoRif Counter32
  bcmNbBroadcastFramesDirectedAre Counter32
  bcmNbBroadcastFramesDirectedSte Counter32
  bcmNbBroadcastFramesDirectedSrf Counter32

Defined Values

ibmBcmMIB 1.3.6.1.4.1.2.6.118.1.2.1.3
OBJECT IDENTIFIER    

bcmConfGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.1
OBJECT IDENTIFIER    

bcmStatGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.2
OBJECT IDENTIFIER    

bcmMIBConformance 1.3.6.1.4.1.2.6.118.1.2.1.3.3
OBJECT IDENTIFIER    

bcmMIBGroups 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1
OBJECT IDENTIFIER    

bcmMIBCompliances 1.3.6.1.4.1.2.6.118.1.2.1.3.3.2
OBJECT IDENTIFIER    

bcmConfTable 1.3.6.1.4.1.2.6.118.1.2.1.3.1.1
This table contains configuration values for the broadcast management functions of a BUS. It is an extension to the busConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmConfEntry

bcmConfEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.1.1.1
Each entry in this table represents an extension of a corresponding enty in the busConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmConfEntry  

bcmRouteCacheEnabled 1.3.6.1.4.1.2.6.118.1.2.1.3.1.1.1.1
When 'true', the BCM will cache routes. When 'false', it will not.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthValue  

bcmStaticTargetsNextId 1.3.6.1.4.1.2.6.118.1.2.1.3.1.2
The next available index in the bcmStaticTargetsTable. The value of this object can be used as the index by the network manager to create an entry in the table. Note: since the bcmStaticTargetsTable is statically defined, by the MSS agent this object has no meaning. This object always has a value of 1. The agent statically defines three rows in this table and sets rowStatus based on initial configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

bcmStaticTargetsTable 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3
This table contains static broadcast target addresses for all the BCMs at this agent. Each BCM may have multiple entries. Object bcmStaticTargetsRowStatus is required during row creation and deletion.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmStaticTargetsEntry

bcmStaticTargetsEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1
Each entry in this table defines a broadcast target address for a BCM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmStaticTargetsEntry  

bcmStaticTargetsIndex 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.1
A value which uniquely identifies a conceptual row in the bcmStaticTargetsTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Integer32  

bcmStaticTargetsAtmAddress 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.2
The ATM address of the static broadcast target.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AtmLaneAddress  

bcmStaticTargetsMacAddress 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.3
The MAC address of the static broadcast target. This object is optional.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

bcmStaticTargetsProtocol 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.4
The protocol designation for static broadcast target. Indicates for which protocol broadcast frames are forwarded. Currently, only IPX is supported (i.e., configured static entries only apply to IPX).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noStaticProtocolDefined(0), ipx(4)  

bcmStaticTargetsRowStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.5
This object is used to create or activate and inactivate entries in the bcmStaticTargetsTable. Note: in order to set RowStatus active bcmStaticTargetsProtocol and bcmStaticTargetsAtmAddress must be set to in the same SET bindings. If the optional object bcmStaticTargetsMacAddress is desired it must also be SET in the same bindings. Once the RowStatus is set to active, objects maybe individually set. Only values of active(1) and inActive(2) are supported for this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

bcmIpConfTable 1.3.6.1.4.1.2.6.118.1.2.1.3.1.4
This table contains configuration parameters for the IP protocol for the BCMs at the agent. This table augments the bcmConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmIpConfEntry

bcmIpConfEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1
Each entry in this table represents the configuration for the IP protocol of a single BCM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmIpConfEntry  

bcmIpConfOperStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1.1
The operational state of BCM/IP on this entry. Other defines the transition states between up and down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

bcmIpConfAdminStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1.2
The administrative state of the BCM/IP on this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(2), down(3)  

bcmIpConfCacheAge 1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1.3
The maximum number of minutes an IP Address entry is kept without re-verification of its location.
Status: mandatory Access: read-write
OBJECT-TYPE    
  BcmCacheAge  

bcmIpxConfTable 1.3.6.1.4.1.2.6.118.1.2.1.3.1.5
This table contains configuration parameters for the IPX protocol for the BCMs at the agent. This table augments the bcmConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmIpxConfEntry

bcmIpxConfEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1
Each entry in this table represents the configuration for the IPX protocol of a single BCM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmIpxConfEntry  

bcmIpxConfOperStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1.1
The operational state of BCM/IPX on this entry. Other defines the transition states between up and down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

bcmIpxConfAdminStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1.2
The administrative state of the BCM/IPX on this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(2), down(3)  

bcmIpxConfCacheAge 1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1.3
The maximum number of minutes an IPX Address entry is kept without re-verification of its location.
Status: mandatory Access: read-write
OBJECT-TYPE    
  BcmCacheAge  

bcmNbConfTable 1.3.6.1.4.1.2.6.118.1.2.1.3.1.6
This table contains configuration parameters for the NetBIOS protocol for the BCMs at the agent. This table augments the bcmConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmNbConfEntry

bcmNbConfEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1
Each entry in this table represents the configuration for the NetBIOS protocol of a single BCM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmNbConfEntry  

bcmNbConfOperStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1.1
The operational state of BCM/NetBIOS on this entry. Other defines the transition states between up and down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

bcmNbConfAdminStatus 1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1.2
The administrative state of the BCM/NetBIOS on this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(2), down(3)  

bcmNbConfCacheAge 1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1.3
The maximum number of minutes an NetBIOS Address entry is kept without re-verification of its location.
Status: mandatory Access: read-write
OBJECT-TYPE    
  BcmCacheAge  

bcmStatTable 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1
This table contains all the counters maintained by the BCMs within the scope of an agent. This table augments the bcmConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmStatEntry

bcmStatEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1
Each entry in this table contains a BCM and its counters. These counters accumulate totals for all protocols.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmStatEntry  

bcmFramesReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.1
Total number of frames received by BCM for all protocols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmOctetsReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.2
Total number of octets received by BCM for all protocols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmFramesReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.3
Total number of frames, for all protocols, not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmOctetsReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.4
Total number of octets, for all protocols, not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmFramesDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.5
Total number of frames discarded (filtered) by BCM for all protocols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmOctetsDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.6
Total number of octets discarded (filtered) by BCM for all protocols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmFramesTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.7
Total number of frames transmitted by BCM for all protocols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmOctetsTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.8
Total number of octets transmitted by BCM for all protocols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmTransmitErrorFrames 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.9
Total number of frames, for all protocols, that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmTransmitErrorOctets 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.10
Total number of octets, for all protocols, that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmBroadcastFramesDirectedNoRif 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.11
Total number of frames, for all protocols, transmitted by BCM with no RI Field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmBroadcastFramesDirectedAre 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.12
Total number of frames, for all protocols, transmitted by BCM left as ARE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmBroadcastFramesDirectedSte 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.13
Total number of frames, for all protocols, transmitted by BCM that were converted from ARE or STE to SRF by Source Route Management, or left as SRF multicast frame (a rare frame type).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmBroadcastFramesDirectedSrf 1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.14
Frames sent on one VCC, changed to SRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpStatTable 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2
Each entry in this table contains the counters for the IP operation of a BCM. The table augments the bcmStatTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmIpStatEntry

bcmIpStatEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1
Each entry in this table contains the counters for the IP operation of a BCM. The table augments the bcmStatTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmIpStatEntry  

bcmIpFramesReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.1
Number of (IP) frames received by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpOctetsReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.2
Number of (IP) octets received by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpFramesReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.3
Number of (IP) frames not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpOctetsReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.4
Number of (IP) octets not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpFramesDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.5
Number of (IP) frames discarded (filtered) by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpOctetsDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.6
Number of (IP) octets discarded (filtered) by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpFramesTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.7
Number of (IP) frames transmitted by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpOctetsTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.8
Number of (IP) octets transmitted by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpTransmitErrorFrames 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.9
Number of (IP) frames that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpTransmitErrorOctets 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.10
Number of (IP) octets that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpBroadcastFramesDirectedNoRif 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.11
Number of (IP) frames transmitted by BCM with no RI Field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpBroadcastFramesDirectedAre 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.12
Number of (IP) frames transmitted by BCM left as ARE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpBroadcastFramesDirectedSte 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.13
Number of (IP) frames transmitted by BCM left as STE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpBroadcastFramesDirectedSrf 1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.14
Number of (IP) frames transmitted by BCM that were converted from ARE or STE to SRF by Source Route Management, or left as SRF multicast frame (a rare frame type).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxStatTable 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3
Each entry in this table contains the counters for the IPX operation of a BCM. The table augments the bcmStatTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmIpxStatEntry

bcmIpxStatEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1
Each entry in this table contains the counters for the IPX operation of a BCM. The table augments the bcmStatTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmIpxStatEntry  

bcmIpxFramesReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.1
Number of (IPX) frames received by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxOctetsReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.2
Number of (IPX) octets received by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxFramesReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.3
Number of (IPX) frames not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxOctetsReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.4
Number of (IPX) octets not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxFramesDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.5
Number of (IPX) frames discarded (filtered) by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxOctetsDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.6
Number of (IPX) octets discarded (filtered) by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxFramesTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.7
Number of (IPX) frames transmitted by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxOctetsTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.8
Number of (IPX) octets transmitted by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxTransmitErrorFrames 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.9
Number of (IPX) frames that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxTransmitErrorOctets 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.10
Number of (IPX) octets that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxBroadcastFramesDirectedNoRif 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.11
Frame sent on one VCC, no RIF in them.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxBroadcastFramesDirectedAre 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.12
Number of (IPX) frames transmitted by BCM left as ARE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxBroadcastFramesDirectedSte 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.13
Number of (IPX) frames transmitted by BCM left as STE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmIpxBroadcastFramesDirectedSrf 1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.14
Number of (IPX) frames transmitted by BCM that were converted from ARE or STE to SRF by Source Route Management, or left as SRF multicast frame (a rare frame type).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbStatTable 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4
Each entry in this table contains the counters for the NetBIOS operation of a BCM. The table augments the bcmStatTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcmNbStatEntry

bcmNbStatEntry 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1
Each entry in this table contains the counters for the NetBIOS operation of a BCM. The table augments the bcmStatTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BcmNbStatEntry  

bcmNbFramesReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.1
Number of (NetBIOS) frames received by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbOctetsReceived 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.2
Number of (NetBIOS) octets received by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbFramesReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.3
Number of (NetBIOS) frames not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbOctetsReturned 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.4
Number of (NetBIOS) octets not managed by BCM and returned to BUS for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbFramesDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.5
Number of (NetBIOS) frames discarded (filtered) by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbOctetsDiscarded 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.6
Number of (NetBIOS) octets discarded (filtered) by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbFramesTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.7
Number of (NetBIOS) frames transmitted by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbOctetsTransmitted 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.8
Number of (NetBIOS) octets transmitted by BCM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbTransmitErrorFrames 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.9
Number of (NetBIOS) frames that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbTransmitErrorOctets 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.10
Number of (NetBIOS) octets that the BCM could not sent due to an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbBroadcastFramesDirectedNoRif 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.11
Number of (NetBIOS) frames transmitted by BCM with no RI Field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbBroadcastFramesDirectedAre 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.12
Number of (NetBIOS) frames transmitted by BCM left as ARE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbBroadcastFramesDirectedSte 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.13
Number of (NetBIOS) frames transmitted by BCM left as STE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmNbBroadcastFramesDirectedSrf 1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.14
Number of (NetBIOS) frames transmitted by BCM that were converted from ARE or STE to SRF by Source Route Management, or left as SRF ulticast frame (a rare frame type).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

bcmCConfGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.1
OBJECT IDENTIFIER    

bcmCStaticTargetsConfigGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.2
OBJECT IDENTIFIER    

bcmCIpConfigGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.3
OBJECT IDENTIFIER    

bcmCIpxConfigGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.4
OBJECT IDENTIFIER    

bcmCNbConfigGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.5
OBJECT IDENTIFIER    

bcmCStatGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.6
OBJECT IDENTIFIER    

bcmCIpStatGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.7
OBJECT IDENTIFIER    

bcmCIpxStatGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.8
OBJECT IDENTIFIER    

bcmCNbStatGroup 1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.9
OBJECT IDENTIFIER    

bcmMIBCompliance 1.3.6.1.4.1.2.6.118.1.2.1.3.3.2.1
OBJECT IDENTIFIER