LBHUB-BLC-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: LBHUB-BLC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     mib_2 1.3.6.1.2.1
         system 1.3.6.1.2.1.1
         interfaces 1.3.6.1.2.1.2
         at 1.3.6.1.2.1.3
         ip 1.3.6.1.2.1.4
         icmp 1.3.6.1.2.1.5
         udp 1.3.6.1.2.1.7
         egp 1.3.6.1.2.1.8
         cmot 1.3.6.1.2.1.9
         transmission 1.3.6.1.2.1.10
               dot3 1.3.6.1.2.1.10.7
                   dot3Table 1.3.6.1.2.1.10.7.1 no-access
Status information and control variables for a collection of ethernet-like interfaces attached to a particular system.
                       dot3Entry 1.3.6.1.2.1.10.7.1.1 no-access
Status information and control variables for a particular interface to an ethernet-like medium.
                           dot3Index 1.3.6.1.2.1.10.7.1.1.1 integer read-only
An index value that uniquely identifies an interface to an ethernet-like medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
                           dot3InitializeMac 1.3.6.1.2.1.10.7.1.1.2 integer read-write
The initialization status of the MAC and PLS (Physical Layer Signalling) subsystems for a particular interface. The value initialized(1) signifies that the subsystems for a particular interface have been previously initialized; the value uninitialized(2) signifies that they have not been previously initialized. Each alteration of an instance of this object to either of the values initialized(1) or uninitialized(2) is analogous to an invocation of the initializeMAC action defined in [9] and has the effect of (re-)initializing the MAC and PLS subsystems for the associated interface. In particular, all management counters pertaining to the MAC and PLS subsystems for said interface are reset to zero; the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) are set to enable reception and transmission of frames; the promiscuous receive function is disabled; and multicast reception is disabled. Enumeration: 'uninitialized': 2, 'initialized': 1.
                           dot3MacSubLayerStatus 1.3.6.1.2.1.10.7.1.1.3 integer read-write
The operational status of the MAC sublayer for a particular interface. The value enabled(1) signifies that the MAC sublayer for said interface is operational for both transmitting and receiving frames -- that is, that the value of both the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) for said interface are true. The value disabled(2) signifies that the MAC sublayer for said interface is not operational for either transmitting or receiving frames. In particular, the value of an instance of this object is disabled(2) whenever the value of the corresponding instance of the dot3Enabled object is false(2). Each alteration of an instance of this object to the value enabled(1) is analogous to an invocation of the enableMACSublayer action defined in [9] and has the effect of starting normal transmit and receive operations (from the ``idle'' state) on the associated interface. In particular, such an alteration has the effect of resetting the PLS for said interface and of setting the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) to be true. Each alteration of an instance of this object to the value disabled(2) is analogous to an invocation of the disableMACSublayer action defined in [9] and has the effect of terminating transmit and receive operations on the associated interface. In particular, such an alteration has the effect of setting the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) to be false. Any transmissions/receptions in progress are completed before operation is terminated. Enumeration: 'disabled': 2, 'enabled': 1.
                           dot3MulticastReceiveStatus 1.3.6.1.2.1.10.7.1.1.4 integer read-write
The multicast receive status for a particular interface. The value enabled(1) signifies that reception of multicast frames by the MAC sublayer is enabled on said interface. The value disabled(2) signifies that reception of multicast frames by the MAC sublayer is not enabled on said interface. Each alteration of an instance of this object to the value enabled(1) is analogous to an invocation of the enableMulticastReceive action defined in [9] and has the effect of enabling multicast frame reception on the associated interface. Actual reception of multicast frames is only possible on an interface when the values for the associated instances of the dot3MulticastReceiveStatus and dot3MacSubLayerStatus objects are enabled(1) and enabled(1), respectively. Each alteration of an instance of this object to the value disabled(2) is analogous to an invocation of the disableMulticastReceive action defined in [9] and has the effect of inhibiting multicast frame reception on the associated interface. Enumeration: 'disabled': 2, 'enabled': 1.
                           dot3TxEnabled 1.3.6.1.2.1.10.7.1.1.5 integer read-write
The transmit layer management state variable (transmitEnabled as defined in [9]) for a particular interface. The value true(1) signifies that the MAC frame transmission is enabled on said interface. The value false(2) signifies that the MAC frame transmission is inhibited on said interface. In particular, the value of an instance of this object is false(2) whenever the value of the corresponding instance of the dot3MacSubLayerStatus object is disabled(2). Each alteration of an instance of this object to the value true(1) is analogous to an invocation of the enableTransmit action defined in [9] and has the effect of enabling MAC sublayer frame transmission on the associated interface. In particular, such an alteration has the effect of setting the transmit layer management state variable (transmitEnabled in [9]) for said interface to be true. Each alteration of an instance of this object to the value false(2) is analogous to an invocation of the disableTransmit action defined in [9] and has the effect of inhibiting MAC sublayer frame transmission on the associated interface. In particular, such an alteration has the effect of setting the transmit layer management state variable (transmitEnabled in [9]) for said interface to be false. Any transmissions in progress are completed before transmission is inhibited. Enumeration: 'true': 1, 'false': 2.
                           dot3TestTdrValue 1.3.6.1.2.1.10.7.1.1.6 gauge read-only
The number of 10 MHz ticks which elapsed between the beginning of a TDR measurement and the collision which ended it, for the most recently executed TDR test. If no TDR test has been executed, or the last TDR value is not available, this object has the value 0.
                   dot3StatsTable 1.3.6.1.2.1.10.7.2 no-access
Statistics for a collection of ethernet-like interfaces attached to a particular system.
                       dot3StatsEntry 1.3.6.1.2.1.10.7.2.1 no-access
Statistics for a particular interface to an ethernet-like medium.
                           dot3StatsIndex 1.3.6.1.2.1.10.7.2.1.1 integer read-only
An index value that uniquely identifies an interface to an ethernet-like medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
                           dot3StatsAlignmentErrors 1.3.6.1.2.1.10.7.2.1.2 counter read-only
A count of frames received on a particular interface that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignmentError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of [9], counted exclusively according to the error status presented to the LLC.
                           dot3StatsFCSErrors 1.3.6.1.2.1.10.7.2.1.3 counter read-only
A count of frames received on a particular interface that are an integral number of octets in length but do not pass the FCS check. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of [9], counted exclusively according to the error status presented to the LLC.
                           dot3StatsSingleCollisionFrames 1.3.6.1.2.1.10.7.2.1.4 counter read-only
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the dot3StatsMultipleCollisionFrames object.
                           dot3StatsMultipleCollisionFrames 1.3.6.1.2.1.10.7.2.1.5 counter read-only
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the dot3StatsSingleCollisionFrames object.
                           dot3StatsSQETestErrors 1.3.6.1.2.1.10.7.2.1.6 counter read-only
A count of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular interface. The SQE TEST ERROR message is defined in section 7.2.2.2.4 of [12] and its generation is described in section 7.2.4.6 of the same document.
                           dot3StatsDeferredTransmissions 1.3.6.1.2.1.10.7.2.1.7 counter read-only
A count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
                           dot3StatsLateCollisions 1.3.6.1.2.1.10.7.2.1.8 counter read-only
The number of times that a collision is detected on a particular interface later than 512 bit-times into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 Mbit/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
                           dot3StatsExcessiveCollisions 1.3.6.1.2.1.10.7.2.1.9 counter read-only
A count of frames for which transmission on a particular interface fails due to excessive collisions.
                           dot3StatsInternalMacTransmitErrors 1.3.6.1.2.1.10.7.2.1.10 counter read-only
A count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the dot3StatsLateCollisions object, the dot3StatsExcessiveCollisions object, the dot3StatsCarrierSenseErrors object, or the dot3StatsExcessiveDeferrals object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of transmission errors on a particular interface that are not otherwise counted.
                           dot3StatsCarrierSenseErrors 1.3.6.1.2.1.10.7.2.1.11 counter read-only
The number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
                           dot3StatsExcessiveDeferrals 1.3.6.1.2.1.10.7.2.1.12 counter read-only
A count of frames for which transmission on a particular interface is deferred for an excessive period of time.
                           dot3StatsFrameTooLongs 1.3.6.1.2.1.10.7.2.1.13 counter read-only
A count of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the frameTooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of [9], counted exclusively according to the error status presented to the LLC.
                           dot3StatsInRangeLengthErrors 1.3.6.1.2.1.10.7.2.1.14 counter read-only
A count of frames received on a particular interface with a length field value that falls between the minimum unpadded LLC data size and the maximum allowed LLC data size inclusive and that does not match the number of LLC data octets received. The count represented by an instance of this object also includes frames for which the length field value is less than the minimum unpadded LLC data size.
                           dot3StatsOutOfRangeLengthFields 1.3.6.1.2.1.10.7.2.1.15 counter read-only
A count of frames received on a particular interface for which the length field value exceeds the maximum allowed LLC data size. The count represented by an instance of this object is not incremented in implementations that observe Ethernet encapsulation conventions (by which the IEEE 802.3 length field is interpreted as the Ethernet Type field).
                           dot3StatsInternalMacReceiveErrors 1.3.6.1.2.1.10.7.2.1.16 counter read-only
A count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the dot3StatsFrameTooLongs object, the dot3StatsAlignmentErrors object, the dot3StatsFCSErrors object, the dot3StatsInRangeLengthErrors object, or the dot3StatsOutOfRangeLengthFields object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted.
                   dot3ChipSets 1.3.6.1.2.1.10.7.8
                       dot3ChipSetAMD 1.3.6.1.2.1.10.7.8.1
                           dot3ChipSetAMD7990 1.3.6.1.2.1.10.7.8.1.1
         snmp 1.3.6.1.2.1.11
         ifExtensions 1.3.6.1.2.1.12
               ifExtnsTable 1.3.6.1.2.1.12.1 no-access
A list of interfaces extension entries. The number of entries is given by the value of ifNumber, defined in [4,6].
                   ifExtnsEntry 1.3.6.1.2.1.12.1.1 no-access
An extension to the interfaces entry, defined in [4,6], containing additional objects at the subnetwork layer and below for a particular interface.
                       ifExtnsIfIndex 1.3.6.1.2.1.12.1.1.1 integer read-only
The value of this object identifies the interface for which this entry contains extended management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in [4,6], for the same interface.
                       ifExtnsChipSet 1.3.6.1.2.1.12.1.1.2 object identifier read-only
This object identifies the hardware chip set being used in the interface. The assignment of OBJECT IDENTIFIERs to various types of hardware chip sets is managed by the IANA. If the hardware chip set is unknown, the object identifier unknownChipSet OBJECT IDENTIFIER ::= { 0 0 } is returned. Note that unknownChipSet is a syntactically valid object identifier, and any conformant implementation of ASN.1 and the BER must be able to generate and recognize this value.
                       ifExtnsRevWare 1.3.6.1.2.1.12.1.1.3 displaystring read-only
An arbitrary octet string that describes the firmware version of this interface. It is intended that this should be human readable. It must only contain ASCII printable characters. Typically this will be the firmware version of the main interface software.
                       ifExtnsMulticastsTransmittedOks 1.3.6.1.2.1.12.1.1.4 counter read-only
The count of frames successfully transmitted to a subnetwork or link-layer multicast destination address other than a broadcast address. For a MAC layer protocol, this includes both Group and Functional addresses.
                       ifExtnsBroadcastsTransmittedOks 1.3.6.1.2.1.12.1.1.5 counter read-only
The count of frames successfully transmitted to a subnetwork or link-layer broadcast addresses. It does not include frames sent to a multicast address.
                       ifExtnsMulticastsReceivedOks 1.3.6.1.2.1.12.1.1.6 counter read-only
The count of frames successfully received that are directed to an active subnetwork or link-layer multicast address (for a MAC layer protocol, this includes both Group and Functional addresses). This does not include frames directed to a broadcast address, nor frames received with errors.
                       ifExtnsBroadcastsReceivedOks 1.3.6.1.2.1.12.1.1.7 counter read-only
The count of frames successfully received that are directed to a subnetwork or link-layer broadcast address. This does not include frames received with errors.
                       ifExtnsPromiscuous 1.3.6.1.2.1.12.1.1.8 integer read-only
This object has a value of false(2) if this interface only accepts packets/frames that are addressed to this station. This object has a value of true(1) when the station accepts all packets/frames transmitted on the media. The value true(1) is only legal on certain types of media. If legal, setting this object to a value of true(1) may require the interface to be reset before becoming effective. Enumeration: 'true': 1, 'false': 2.
               ifExtnsRcvAddrTable 1.3.6.1.2.1.12.3 no-access
This table contains an entry for each address (broadcast, multicast, or uni-cast) for which the system will receive packets/ frames on a particular interface. When an interface is operating in promiscuous mode, entries are only required for those addresses for which the system would receive frames were it not operating in promiscuous mode.
                   ifExtnsRcvAddrEntry 1.3.6.1.2.1.12.3.1 no-access
A list of objects identifying an address for which the system will accept packets/ frames on a particular interface.
                       ifExtnsRcvAddrIfIndex 1.3.6.1.2.1.12.3.1.1 integer read-only
The value of ifIndex, defined in [4,6], of an interface which recognizes this entry's address.
                       ifExtnsRcvAddress 1.3.6.1.2.1.12.3.1.2 octet string read-only
An address for which the system will accept packets/frames on this entry's interface.
                       ifExtnsRcvAddrStatus 1.3.6.1.2.1.12.3.1.3 integer read-write
This object has the value nonVolatile(4) for those entries in the table which are valid and will not be deleted by the next restart of the managed system. Entries having the value volatile(3) are valid and exist, but have not been saved, so that will not exist after the next restart of the managed system. Entries having the value other(1) are valid and exist but are not classified as to whether they will continue to exist after the next restart. Entries having the value invalid(2) are invalid and do not represent an address for which an interface accepts frames. Setting an object instance to one of the values other(1), volatile(3), or nonVolatile(4) causes the corresponding entry to exist or continue to exist, and to take on the respective status as regards the next restart of the managed system. Setting an object instance to the value invalid(2) causes the corresponding entry to become invalid or cease to exist. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ifExtnsRcvAddrStatus object instance. Enumeration: 'nonVolatile': 4, 'other': 1, 'volatile': 3, 'invalid': 2.
         dot1dBridge 1.3.6.1.2.1.17
               dot1dBase 1.3.6.1.2.1.17.1
               dot1dStp 1.3.6.1.2.1.17.2
               dot1dTp 1.3.6.1.2.1.17.4
               dot1dStatic 1.3.6.1.2.1.17.5
                 newRoot 1.3.6.1.2.1.170.1
The newRoot trap indicates that the sending agent has become the new root of the Spanning Tree; the trap is sent by a bridge soon after its election as the new root, e.g., upon expiration of the Topology Change Timer immediately subsequent to its election.
                 topologyChange 1.3.6.1.2.1.170.2
A topologyChange trap is sent by a bridge when any of its configured ports transitions from the Learning state to the Forwarding state, or from the Forwarding state to the Blocking state. The trap is not sent if a newRoot trap is sent for the same transition.
 private 1.3.6.1.4
     enterprises 1.3.6.1.4.1
         a3Com 1.3.6.1.4.1.43
               products 1.3.6.1.4.1.43.1
                   brouter 1.3.6.1.4.1.43.1.4
                       lBridgeECS 1.3.6.1.4.1.43.1.4.3
                             filteringDataBaseFull 1.3.6.1.4.1.43.1.4.30.1
The filtering database within the bridge has become overloaded or full.
                             permanentDataBaseFull 1.3.6.1.4.1.43.1.4.30.2
The maximum number of permanent entries in the filtering database has been exceeded.
                             accessGroupViolation 1.3.6.1.4.1.43.1.4.30.3
A recent attempt has been made to violate the access groups in the bridge.
               blc 1.3.6.1.4.1.43.12
                     blcAgent 1.3.6.1.4.1.43.12.1
                         blcAgentIpAddr 1.3.6.1.4.1.43.12.1.1 ipaddress read-write
The network management module's administrative IpAddress. The current operational IpAddress can be obtained from the ipAdEntAddr entry in the ipAddrTable.
                         blcAgentIpNetmask 1.3.6.1.4.1.43.12.1.2 ipaddress read-write
The network management module's administrative subnet mask. The current operational subnet mask can be obtained from the ipAdEntNetMask entry in the ipAddrTable.
                         blcAgentIpBroadAddr 1.3.6.1.4.1.43.12.1.3 ipaddress read-write
The network management module's adminstrative default broadcast address
                         blcAgentDefaultGateway 1.3.6.1.4.1.43.12.1.4 ipaddress read-write
The network management module's administrative default gateway IpAddress. The current operational default gateway's IpAddress can be obtained from the ipRoutingTable.
                         blcAgentMACAddress 1.3.6.1.4.1.43.12.1.5 octet string read-only
The MAC address of the BLC Agent.
                         blcAgentAuthenticationStatus 1.3.6.1.4.1.43.12.1.6 integer read-only
Indicates whether management frames are checked against entries in the management tranmiter table. Enumeration: 'disabled': 2, 'enabled': 1.
                         blcAgentResetDevice 1.3.6.1.4.1.43.12.1.7 integer read-write
Network management module reset status. Writing a 2 to this object will reset the management agent. Enumeration: 'reset': 2, 'notreset': 1.
                         blcAgentDefaultConfig 1.3.6.1.4.1.43.12.1.8 integer read-write
The device is returned to its factory settings. Enumeration: 'normal': 1, 'reverting': 2.
                         blcAgentManagementTable 1.3.6.1.4.1.43.12.1.9 no-access
This entity's management address table. (10 entries)
                             blcAgentManagementEntry 1.3.6.1.4.1.43.12.1.9.1 no-access
A source address address and privileges of a particular management station.
                                 blcAgentManagementAddr 1.3.6.1.4.1.43.12.1.9.1.1 ipaddress read-write
IpAddress of the manager.
                                 blcAgentManagementAccess 1.3.6.1.4.1.43.12.1.9.1.2 integer read-write
Setting this object to the value invalid(2) invalidates the corresponding entry in the ECSAgentTrapReceiverTable. That is, it effectively disassociates the address identified with the entry by removing the entry from the table. Enumeration: 'off': 2, 'superreadwrite': 4, 'superread': 3, 'invalid': 1, 'readwrite': 6, 'readonly': 5.
                         blcAgentTrapReceiverTable 1.3.6.1.4.1.43.12.1.10 no-access
This entity's Trap Receiver Table. (10 entries)
                               blcAgentTrapReceiverEntry 1.3.6.1.4.1.43.12.1.10.1 no-access
A destination address and community string for a particular trap receiver.
                                   blcAgentTrapReceiverAddr 1.3.6.1.4.1.43.12.1.10.1.1 ipaddress read-write
IpAddress for trap receiver.
                                   blcAgentTrapType 1.3.6.1.4.1.43.12.1.10.1.2 integer read-write
Setting this object to the value invalid(2) invalidates the corresponding entry in the blcAgentTrapReceiverTable. That is, it effectively disassociates the address identified with the entry by removing the entry from the table. Enumeration: 'cug-violation': 6, 'generic': 3, 'invalid': 1, 'databasefull': 5, 'dot1d': 4, 'off-on': 2.
                                   blcAgentTrapReceiverComm 1.3.6.1.4.1.43.12.1.10.1.3 displaystring read-write
Community string used for traps.
                                   blcAgentTrapLevel 1.3.6.1.4.1.43.12.1.10.1.4 integer read-only
Indicates the type of traps that will be sent to this address.
                     blcControl 1.3.6.1.4.1.43.12.2
                         blcForwardingMode 1.3.6.1.4.1.43.12.2.1 integer read-write
Determines the forwarding mode of the bridge. If set to filtering then the bridge is filtering and forwarding packets by destination address, if transparent then the bridge is forwarding all packets and if set to isolated the bridge is forwarding no packets. Enumeration: 'filtering': 1, 'transparent': 2, 'isolated': 3.
                         blcSTAPMode 1.3.6.1.4.1.43.12.2.2 integer read-write
Determines whether the STAP algorithm is on or off. Enumeration: 'on': 2, 'off': 1.
                         blcAccessGroupCheckingMode 1.3.6.1.4.1.43.12.2.3 integer read-write
Determines whether access group checking is on or off. Enumeration: 'on': 2, 'off': 1.
                         blcLearnMode 1.3.6.1.4.1.43.12.2.4 integer read-write
Determines whether the bridge is not learning addresses (off), learning into free access group or the null access group. Enumeration: 'learn-into-free-accessgroup': 3, 'off': 1, 'learn-into-no-accessgroup': 2.
                         blcProtocolFilterMode 1.3.6.1.4.1.43.12.2.5 integer read-write
A flag to specify whether the bridge relay will soft filter frames passing through it. Enumeration: 'on': 2, 'off': 1.
                         blcAgingMode 1.3.6.1.4.1.43.12.2.6 integer read-write
Determines whether the addresses held in the filtering database are aged (on) or not-aged (off). Enumeration: 'on': 2, 'off': 1.
                         blcBroadcastForward 1.3.6.1.4.1.43.12.2.7 integer read-write
Determines whether the bridge will forward packets with the broadcast address. Enumeration: 'filter': 1, 'forward': 2.
                         blcDuplicateAddressCheckingMode 1.3.6.1.4.1.43.12.2.8 integer read-write
Determines whether the bridge will forward packets with the same source and destination address. Enumeration: 'on': 2, 'off': 1.
                         blcReportAccessGroupViolationMode 1.3.6.1.4.1.43.12.2.9 integer read-write
Determines whether Access Group Violations are reported or not. Enumeration: 'no-reports': 1, 'reports': 2.
                     blcDataBase 1.3.6.1.4.1.43.12.3
                         blcSizeOfTransparentDataBase 1.3.6.1.4.1.43.12.3.1 integer read-only
The maximum possible number of the Transparent database entries.
                         blcNumberOfStaticEntries 1.3.6.1.4.1.43.12.3.2 integer read-only
The number of entries currently in the transparent database that cannot be aged out, and are not in the permanent database.
                         blcNumberOfDynamicEntries 1.3.6.1.4.1.43.12.3.3 integer read-only
The number of entries currently in the transparent database that can be aged out, and not held in the permanent database.
                         blcClearTransparentDataBase 1.3.6.1.4.1.43.12.3.4 integer read-write
An attribute to clear all entries in the transparent database except for those which are permanent. Enumeration: 'clear': 2, 'normal': 1.
                         blcMaxNumberOfPermanentEntries 1.3.6.1.4.1.43.12.3.5 integer read-only
The maximum number of entries in the filtering database that can be permanent.
                         blcNumberOfPermanentEntries 1.3.6.1.4.1.43.12.3.6 integer read-only
The number of permanent entries in the filtering database.
                         blcClearPermanentEntries 1.3.6.1.4.1.43.12.3.7 integer read-write
An attribute to clear the permanent entries from the filtering database. Enumeration: 'clear': 2, 'normal': 1.
                         blcSaveLearntAddresses 1.3.6.1.4.1.43.12.3.8 integer read-write
An attribute to make the leanrt addresses held in the transparent database to become permanent entries. Enumeration: 'save': 2, 'normal': 1.
                     blcPcolFilter 1.3.6.1.4.1.43.12.4
                         blcNumberOfProtocolFilters 1.3.6.1.4.1.43.12.4.1 integer read-only
The maximum number of protocol filters that can be used.
                         blcProtocolFilterOperation 1.3.6.1.4.1.43.12.4.2 integer read-write
An attribute to determine whether the resultant filter is a composite OR or AND operation of the individual protocol filters. Enumeration: 'and': 1, 'or': 2.
                         blcProtocolFilterTable 1.3.6.1.4.1.43.12.4.3 no-access
A list of protocol filter entries. The maximum number of entries is given by blcNumberOfProtocolFilters.
                             blcProtocolFilterEntry 1.3.6.1.4.1.43.12.4.3.1 no-access
A protocol filter entry.
                                 blcProtocolIndex 1.3.6.1.4.1.43.12.4.3.1.1 integer read-only
A unique value for each protocol filter. Its value ranges from 1 to blcNumberOfProtocolFilters.
                                 blcProtocolValid 1.3.6.1.4.1.43.12.4.3.1.2 integer read-write
The object is valid for valid protocol filter entries. The object is removed from the table by setting the value to invalid. Enumeration: 'valid': 2, 'invalid': 1.
                                 blcProtocolState 1.3.6.1.4.1.43.12.4.3.1.3 integer read-write
The object is on if the protocol filter is being used for filtering frames. The filter is not used, but remains in the table if the value is set to off. Enumeration: 'on': 2, 'off': 1.
                                 blcProtocolIdentifier 1.3.6.1.4.1.43.12.4.3.1.4 displaystring read-write
A string used to identify this protocol filter.
                                 blcProtocolOffset 1.3.6.1.4.1.43.12.4.3.1.5 integer read-write
Offset within the frame of the 4-byte field on which filtering is to be performed.
                                 blcProtocolMask 1.3.6.1.4.1.43.12.4.3.1.6 octet string read-write
This object is ANDed with the 4-byte field in the frame. The result is compared with blcProtocolMatch.
                                 blcProtocolMatch 1.3.6.1.4.1.43.12.4.3.1.7 octet string read-write
This object is compared with the reault of the ANDing. with blcProtocolMask.
                                 blcProtocolDecision 1.3.6.1.4.1.43.12.4.3.1.8 integer read-write
Determines whether the comparison of blcProtocolMatch and the masked data field will cause the action specified in blcProtocolAction to be taken on a match, or not. Enumeration: 'match': 2, 'nomatch': 1.
                                 blcProtocolAction 1.3.6.1.4.1.43.12.4.3.1.9 integer read-write
As a result of the descision made in blcProtocolDecision the frame will be either filterd or forwarded, depending on the setting of this object. Enumeration: 'filter': 1, 'forward': 2.
                         blcProtocolFilterDefaultAction 1.3.6.1.4.1.43.12.4.4 integer read-write
The action to be taken if the filters specified in the protocol filter table are not satisfied. Enumeration: 'filter': 1, 'forward': 2.
                     accessGroupDBase 1.3.6.1.4.1.43.12.5
                         accessGroupDBMaxEntries 1.3.6.1.4.1.43.12.5.1 integer read-only
The maximum number of entries in the access group table.
                         accessGroupDBValidEntries 1.3.6.1.4.1.43.12.5.2 integer read-only
The current number of user group entries in the access group table.
                         accessGroupDBShortTable 1.3.6.1.4.1.43.12.5.3 no-access
A list of Access Group entries.
                             accessGroupMemberShortTableEntry 1.3.6.1.4.1.43.12.5.3.1 no-access
                                 agsMemberAddress 1.3.6.1.4.1.43.12.5.3.1.1 octet string read-write
The MAC address of this entry.
                                 agsMemberValid 1.3.6.1.4.1.43.12.5.3.1.2 integer read-write
This object specifies whether the MAC address is a member of the access groups database (valid). To remove the MAC address from the access group database set the value to invalid for this entry. Enumeration: 'valid': 2, 'invalid': 1.
                                 agsMembers 1.3.6.1.4.1.43.12.5.3.1.3 octet string read-write
This corresponds to a bit map of the access group membership for the associated address. This includes normal Closed User Groups (CUGs) the Free Access Group and the Management Group. Access groups 1-8 are described by the first OCTET and 9-16 by the second OCTET, as more access groups become available in future products, more OCTETS will become available.
                         accessGroupDBFullTable 1.3.6.1.4.1.43.12.5.4 no-access
A list of Access Group entries.
                             accessGroupMemberFullTableEntry 1.3.6.1.4.1.43.12.5.4.1 no-access
                                 agfMemberAddress 1.3.6.1.4.1.43.12.5.4.1.1 octet string read-write
The MAC address of this entry.
                                 agfMemberValid 1.3.6.1.4.1.43.12.5.4.1.2 integer read-write
This object specifies whether the MAC address can be a memember of access groups (enabled) or not. To remove the MAC address from the access groups database set the value to invalid for this entry. Enumeration: 'valid': 2, 'invalid': 1.
                                 agfMemberFreeUserGroup 1.3.6.1.4.1.43.12.5.4.1.3 integer read-write
This object specifies whether the MAC address is a member of the free access group (free) or the closed access group. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup1 1.3.6.1.4.1.43.12.5.4.1.4 integer read-write
This object specifies whether the MAC address is a memember of access user group 1 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup2 1.3.6.1.4.1.43.12.5.4.1.5 integer read-write
This object specifies whether the MAC address is a memember of access user group 2 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup3 1.3.6.1.4.1.43.12.5.4.1.6 integer read-write
This object specifies whether the MAC address is a memember of access user group 3 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup4 1.3.6.1.4.1.43.12.5.4.1.7 integer read-write
This object specifies whether the MAC address is a memember of access user group 4 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup5 1.3.6.1.4.1.43.12.5.4.1.8 integer read-write
This object specifies whether the MAC address is a memember of access user group 5 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup6 1.3.6.1.4.1.43.12.5.4.1.9 integer read-write
This object specifies whether the MAC address is a memember of access user group 6 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup7 1.3.6.1.4.1.43.12.5.4.1.10 integer read-write
This object specifies whether the MAC address is a memember of access user group 7 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                                 agfMemberUserGroup8 1.3.6.1.4.1.43.12.5.4.1.11 integer read-write
This object specifies whether the MAC address is a memember of access user group 8 (yes) or not (no). To remove the MAC address from this access group set the value to no for this entry. Enumeration: 'yes': 2, 'no': 1.
                         accessUserGroupCount 1.3.6.1.4.1.43.12.5.5 integer read-only
The maximum number of User Access Groups supported by the system.
                         accessUserGroupNameTable 1.3.6.1.4.1.43.12.5.6 no-access
A list of names for each access group.
                             accessUserGroupNameTableEntry 1.3.6.1.4.1.43.12.5.6.1 no-access
                                 accessUserGroupNameIndex 1.3.6.1.4.1.43.12.5.6.1.1 integer read-only
A unique value for each Access Group. Its value ranges between 1 and the value of the accessGroupEntries.
                                 accessUserGroupNameIdentifier 1.3.6.1.4.1.43.12.5.6.1.2 displaystring read-write
The name associated with this access group.
                         accessGroupViolationTable 1.3.6.1.4.1.43.12.5.7 no-access
The number of access group violations on a per port basis.
                             accessGroupViolationTableEntry 1.3.6.1.4.1.43.12.5.7.1 no-access
                                 agViolationPort 1.3.6.1.4.1.43.12.5.7.1.1 integer read-only
The port for which cug violations have been detected.
                                 agViolations 1.3.6.1.4.1.43.12.5.7.1.2 counter read-only
The number of CUG violations that have been attempted on the port indicated by agViolationPort
                     ecsXENDOFMIB 1.3.6.1.4.1.43.12.255