A3COM0039-GENERIC-BRIDGE: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM0039-GENERIC-BRIDGE
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
 brControlPackage 1.3.6.1.4.1.43.10.18.1
     brClearCounters 1.3.6.1.4.1.43.10.18.1.1 integer read-write
Clears all the counters associated with the bridgeing function for all bridge ports. A read will always return a value of no-action(1), a write of no-acti on(1) will have no effect, while a write of clear(2) will clear all the counters. Enumeration: 'clear': 2, 'no-action': 1.
     brSTAPMode 1.3.6.1.4.1.43.10.18.1.2 integer read-write
Determines whether the STAP algorithm is on or off. The value on(2) provides STAP per Vlan while the value single(3) provides a single STAP domain which runs under the Vlans. Enumeration: 'on': 2, 'single': 3, 'off': 1.
     brLearnMode 1.3.6.1.4.1.43.10.18.1.3 integer read-write
Determines whether the bridge is not learning addresses (off), or learning addresses as permanent, deleteOnReset or deleteOnTimeout. Enumeration: 'on': 2, 'off': 1.
     brAgingMode 1.3.6.1.4.1.43.10.18.1.7 integer read-write
Determines whether the bridge will age out entries in its filtering database or not. Enumeration: 'on': 1, 'off': 2.
 brMonitorPackage 1.3.6.1.4.1.43.10.18.2
 brDataBase 1.3.6.1.4.1.43.10.18.4
 brDummyPackage 1.3.6.1.4.1.43.10.18.5
     brDatabaseType 1.3.6.1.4.1.43.10.18.5.1 integer read-only
This dummy object enables the database full trap to differentiate between the filtering database, the permanent database and the ATM CAM. Enumeration: 'atmCam': 3, 'permanent': 2, 'filtering': 1.
     brDatabaseLevel 1.3.6.1.4.1.43.10.18.5.2 integer read-only
This dummy object enables the database full trap to differentiate between the database being 90% and 100% full. Enumeration: 'ninetyPercent': 90, 'oneHundredPercent': 100.