IBM-BCM-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for IBM-BCM-MIB.
107
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
107 total| Object Name |
|---|
ibmBcmMIB OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3 |
SNMPv2-SMI-v1 Unknown .1.3.6.1.4.1.2.6.118.1.2.1.3 |
bcmConfGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.1 |
bcmConfTableThis table contains configuration values for the
broadcast management functions of a BUS. It is
an extension to the busConfTable. SEQUENCE OF BcmConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.1 |
bcmConfEntryEach entry in this table represents an extension
of a corresponding enty in the busConfTable. BcmConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.1.1 |
bcmRouteCacheEnabledWhen 'true', the BCM will cache routes. When 'false', it will not.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.2.6.118.1.2.1.3.1.1.1.1 |
bcmStaticTargetsNextIdThe 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.ro Integer32 .1.3.6.1.4.1.2.6.118.1.2.1.3.1.2 |
bcmStaticTargetsTableThis 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. SEQUENCE OF BcmStaticTargetsEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3 |
bcmStaticTargetsEntryEach entry in this table defines a broadcast target
address for a BCM. BcmStaticTargetsEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1 |
bcmStaticTargetsIndexA value which uniquely identifies a conceptual row
in the bcmStaticTargetsTable.rw Integer32 .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.1 |
bcmStaticTargetsAtmAddressThe ATM address of the static broadcast target.rw AtmLaneAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.2 |
bcmStaticTargetsMacAddressThe MAC address of the static broadcast target.
This object is optional.rw MacAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.3 |
bcmStaticTargetsProtocolThe 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).rw Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.4 |
bcmStaticTargetsRowStatusThis 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.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.5 |
bcmIpConfTableThis table contains configuration parameters for
the IP protocol for the BCMs at the agent. This
table augments the bcmConfTable. SEQUENCE OF BcmIpConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.4 |
bcmIpConfEntryEach entry in this table represents the configuration
for the IP protocol of a single BCM. BcmIpConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1 |
bcmIpConfOperStatusThe operational state of BCM/IP on this entry.
Other defines the transition states between up and down.ro Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1.1 |
bcmIpConfAdminStatusThe administrative state of the BCM/IP on this entry.rw Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1.2 |
bcmIpConfCacheAgeThe maximum number of minutes an IP Address entry is
kept without re-verification of its location.rw BcmCacheAge -- Rsyntax INTEGER .1.3.6.1.4.1.2.6.118.1.2.1.3.1.4.1.3 |
bcmIpxConfTableThis table contains configuration parameters for
the IPX protocol for the BCMs at the agent. This
table augments the bcmConfTable. SEQUENCE OF BcmIpxConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.5 |
bcmIpxConfEntryEach entry in this table represents the configuration
for the IPX protocol of a single BCM. BcmIpxConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1 |
bcmIpxConfOperStatusThe operational state of BCM/IPX on this entry.
Other defines the transition states between up and down.ro Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1.1 |
bcmIpxConfAdminStatusThe administrative state of the BCM/IPX on this entry.rw Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1.2 |
bcmIpxConfCacheAgeThe maximum number of minutes an IPX Address entry is
kept without re-verification of its location.rw BcmCacheAge -- Rsyntax INTEGER .1.3.6.1.4.1.2.6.118.1.2.1.3.1.5.1.3 |
bcmNbConfTableThis table contains configuration parameters for
the NetBIOS protocol for the BCMs at the agent. This
table augments the bcmConfTable. SEQUENCE OF BcmNbConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.6 |
bcmNbConfEntryEach entry in this table represents the configuration
for the NetBIOS protocol of a single BCM. BcmNbConfEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1 |
bcmNbConfOperStatusThe operational state of BCM/NetBIOS on this entry.
Other defines the transition states between up and down.ro Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1.1 |
bcmNbConfAdminStatusThe administrative state of the BCM/NetBIOS on this entry.rw Enumeration .1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1.2 |
bcmNbConfCacheAgeThe maximum number of minutes an NetBIOS Address entry is
kept without re-verification of its location.rw BcmCacheAge -- Rsyntax INTEGER .1.3.6.1.4.1.2.6.118.1.2.1.3.1.6.1.3 |
bcmStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.2 |
bcmStatTableThis table contains all the counters maintained by
the BCMs within the scope of an agent. This table
augments the bcmConfTable. SEQUENCE OF BcmStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1 |
bcmStatEntryEach entry in this table contains a BCM and its counters.
These counters accumulate totals for all protocols. BcmStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1 |
bcmFramesReceivedTotal number of frames received by BCM for all protocols.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.1 |
bcmOctetsReceivedTotal number of octets received by BCM for all protocols.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.2 |
bcmFramesReturnedTotal number of frames, for all protocols, not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.3 |
bcmOctetsReturnedTotal number of octets, for all protocols, not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.4 |
bcmFramesDiscardedTotal number of frames discarded (filtered) by BCM for all protocols.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.5 |
bcmOctetsDiscardedTotal number of octets discarded (filtered) by BCM for all protocols.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.6 |
bcmFramesTransmittedTotal number of frames transmitted by BCM for all protocols.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.7 |
bcmOctetsTransmittedTotal number of octets transmitted by BCM for all protocols.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.8 |
bcmTransmitErrorFramesTotal number of frames, for all protocols, that the BCM could
not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.9 |
bcmTransmitErrorOctetsTotal number of octets, for all protocols, that the BCM could
not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.10 |
bcmBroadcastFramesDirectedNoRifTotal number of frames, for all protocols, transmitted by BCM
with no RI Field.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.11 |
bcmBroadcastFramesDirectedAreTotal number of frames, for all protocols, transmitted by BCM
left as ARE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.12 |
bcmBroadcastFramesDirectedSteTotal 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).ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.13 |
bcmBroadcastFramesDirectedSrfFrames sent on one VCC, changed to SRF.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.1.1.14 |
bcmIpStatTableEach entry in this table contains the counters for the
IP operation of a BCM. The table augments the bcmStatTable. SEQUENCE OF BcmIpStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2 |
bcmIpStatEntryEach entry in this table contains the counters for the
IP operation of a BCM. The table augments the bcmStatTable. BcmIpStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1 |
bcmIpFramesReceivedNumber of (IP) frames received by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.1 |
bcmIpOctetsReceivedNumber of (IP) octets received by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.2 |
bcmIpFramesReturnedNumber of (IP) frames not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.3 |
bcmIpOctetsReturnedNumber of (IP) octets not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.4 |
bcmIpFramesDiscardedNumber of (IP) frames discarded (filtered) by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.5 |
bcmIpOctetsDiscardedNumber of (IP) octets discarded (filtered) by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.6 |
bcmIpFramesTransmittedNumber of (IP) frames transmitted by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.7 |
bcmIpOctetsTransmittedNumber of (IP) octets transmitted by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.8 |
bcmIpTransmitErrorFramesNumber of (IP) frames that the BCM could not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.9 |
bcmIpTransmitErrorOctetsNumber of (IP) octets that the BCM could not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.10 |
bcmIpBroadcastFramesDirectedNoRifNumber of (IP) frames transmitted by BCM with no RI Field.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.11 |
bcmIpBroadcastFramesDirectedAreNumber of (IP) frames transmitted by BCM left as ARE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.12 |
bcmIpBroadcastFramesDirectedSteNumber of (IP) frames transmitted by BCM left as STE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.13 |
bcmIpBroadcastFramesDirectedSrfNumber 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).ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.2.1.14 |
bcmIpxStatTableEach entry in this table contains the counters for the
IPX operation of a BCM. The table augments the bcmStatTable. SEQUENCE OF BcmIpxStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3 |
bcmIpxStatEntryEach entry in this table contains the counters for the
IPX operation of a BCM. The table augments the bcmStatTable. BcmIpxStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1 |
bcmIpxFramesReceivedNumber of (IPX) frames received by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.1 |
bcmIpxOctetsReceivedNumber of (IPX) octets received by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.2 |
bcmIpxFramesReturnedNumber of (IPX) frames not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.3 |
bcmIpxOctetsReturnedNumber of (IPX) octets not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.4 |
bcmIpxFramesDiscardedNumber of (IPX) frames discarded (filtered) by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.5 |
bcmIpxOctetsDiscardedNumber of (IPX) octets discarded (filtered) by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.6 |
bcmIpxFramesTransmittedNumber of (IPX) frames transmitted by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.7 |
bcmIpxOctetsTransmittedNumber of (IPX) octets transmitted by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.8 |
bcmIpxTransmitErrorFramesNumber of (IPX) frames that the BCM could not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.9 |
bcmIpxTransmitErrorOctetsNumber of (IPX) octets that the BCM could not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.10 |
bcmIpxBroadcastFramesDirectedNoRifFrame sent on one VCC, no RIF in them.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.11 |
bcmIpxBroadcastFramesDirectedAreNumber of (IPX) frames transmitted by BCM left as ARE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.12 |
bcmIpxBroadcastFramesDirectedSteNumber of (IPX) frames transmitted by BCM left as STE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.13 |
bcmIpxBroadcastFramesDirectedSrfNumber 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).ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.3.1.14 |
bcmNbStatTableEach entry in this table contains the counters for the
NetBIOS operation of a BCM. The table augments the bcmStatTable. SEQUENCE OF BcmNbStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4 |
bcmNbStatEntryEach entry in this table contains the counters for the
NetBIOS operation of a BCM. The table augments the bcmStatTable. BcmNbStatEntry .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1 |
bcmNbFramesReceivedNumber of (NetBIOS) frames received by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.1 |
bcmNbOctetsReceivedNumber of (NetBIOS) octets received by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.2 |
bcmNbFramesReturnedNumber of (NetBIOS) frames not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.3 |
bcmNbOctetsReturnedNumber of (NetBIOS) octets not managed by BCM and
returned to BUS for transmission.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.4 |
bcmNbFramesDiscardedNumber of (NetBIOS) frames discarded (filtered) by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.5 |
bcmNbOctetsDiscardedNumber of (NetBIOS) octets discarded (filtered) by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.6 |
bcmNbFramesTransmittedNumber of (NetBIOS) frames transmitted by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.7 |
bcmNbOctetsTransmittedNumber of (NetBIOS) octets transmitted by BCM.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.8 |
bcmNbTransmitErrorFramesNumber of (NetBIOS) frames that the BCM could not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.9 |
bcmNbTransmitErrorOctetsNumber of (NetBIOS) octets that the BCM could not sent due to an error.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.10 |
bcmNbBroadcastFramesDirectedNoRifNumber of (NetBIOS) frames transmitted by BCM with no RI Field.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.11 |
bcmNbBroadcastFramesDirectedAreNumber of (NetBIOS) frames transmitted by BCM left as ARE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.12 |
bcmNbBroadcastFramesDirectedSteNumber of (NetBIOS) frames transmitted by BCM left as STE.ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.13 |
bcmNbBroadcastFramesDirectedSrfNumber 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).ro Counter32 .1.3.6.1.4.1.2.6.118.1.2.1.3.2.4.1.14 |
bcmMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3 |
bcmMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1 |
bcmCConfGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.1 |
bcmCStaticTargetsConfigGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.2 |
bcmCIpConfigGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.3 |
bcmCIpxConfigGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.4 |
bcmCNbConfigGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.5 |
bcmCStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.6 |
bcmCIpStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.7 |
bcmCIpxStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.8 |
bcmCNbStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.1.9 |
bcmMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.2 |
bcmMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.2.6.118.1.2.1.3.3.2.1 |