Wellfleet-BRIDGE-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-BRIDGE-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
 wfBrLearning 1.3.6.1.4.1.18.3.5.1.1.1
     wfBrTp 1.3.6.1.4.1.18.3.5.1.1.1.1
         wfBrTpBaseDelete 1.3.6.1.4.1.18.3.5.1.1.1.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the bridge. Enumeration: 'deleted': 2, 'created': 1.
         wfBrTpBaseEnable 1.3.6.1.4.1.18.3.5.1.1.1.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable the bridge. Enumeration: 'disabled': 2, 'enabled': 1.
         wfBrTpBaseState 1.3.6.1.4.1.18.3.5.1.1.1.1.3 integer read-only
The current state of the entire Bridge. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'pres': 4.
         wfBrTpBaseFDBEntries 1.3.6.1.4.1.18.3.5.1.1.1.1.4 counter read-only
The current number of forward table entries
         wfBrTpBaseFDBSize 1.3.6.1.4.1.18.3.5.1.1.1.1.5 integer read-write
Size of the bridge table - only looked at at boot time Enumeration: 'size2048': 2048, 'size8192': 8192, 'size4096': 4096, 'size32768': 32768, 'size131072': 131072, 'size1024': 1024, 'size65536': 65536, 'size16384': 16384.
         wfBrTpBaseFDBEnable 1.3.6.1.4.1.18.3.5.1.1.1.1.6 integer read-write
Disable placing fdb entries on the mib. This attribute only inspected at boot time. Enumeration: 'disabled': 2, 'enabled': 1.
         wfBrTpBaseFlushFwdTbl 1.3.6.1.4.1.18.3.5.1.1.1.1.7 integer read-write
Flush the bridge fwd tables Enumeration: 'flushed': 1, 'noflushed': 2.
         wfBrTpBaseFDBPortChange 1.3.6.1.4.1.18.3.5.1.1.1.1.8 counter read-only
The amount that all the stations move from one port to anotherard table entries
     wfBrTpFdbTable 1.3.6.1.4.1.18.3.5.1.1.1.2 no-access
A table that contains information about unicast entries for which the bridge has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame. inst = wfBrTpBaseFdbAddress
         wfBrTpFdbEntry 1.3.6.1.4.1.18.3.5.1.1.1.2.1 no-access
An entry in the wfBrTpFdbTable.
             wfBrTpBaseFdbAddress 1.3.6.1.4.1.18.3.5.1.1.1.2.1.1 octet string read-only
A unicast MAC address for which the bridge has forwarding and/or filtering information.
             wfBrTpBaseFdbPort 1.3.6.1.4.1.18.3.5.1.1.1.2.1.2 integer read-only
The port number on which the wfBrTpBaseFdbAddress was learned.
             wfBrTpBaseFdbStatus 1.3.6.1.4.1.18.3.5.1.1.1.2.1.3 integer read-only
The status of this entry. The meanings of the values are: learned(3) : the value of the corresponding instance of wfBrTpFdbPort was learned, and is being used. Enumeration: 'learned': 3.
     wfBrTpAggrStats 1.3.6.1.4.1.18.3.5.1.1.1.3
         wfBrTpAggrInPkts 1.3.6.1.4.1.18.3.5.1.1.1.3.1 counter read-only
The total number of packets received by the transparent bridge
         wfBrTpAggrOutPkts 1.3.6.1.4.1.18.3.5.1.1.1.3.2 counter read-only
The total number of packets sent by the transparent bridge
         wfBrTpAggrDiscardPkts 1.3.6.1.4.1.18.3.5.1.1.1.3.3 counter read-only
The total number of packets discarded by the transparent bridge
 wfBrTpInterfaceTable 1.3.6.1.4.1.18.3.5.1.1.3 no-access
A table that contains information about every interface that is associated with this transparent bridge. inst_id[1] = wfBrTpInterfaceCircuit
     wfBrTpInterfaceEntry 1.3.6.1.4.1.18.3.5.1.1.3.1 no-access
An entry in wfBrTpInterface.
         wfBrTpInterfaceDelete 1.3.6.1.4.1.18.3.5.1.1.3.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete an interface. Enumeration: 'deleted': 2, 'created': 1.
         wfBrTpInterfaceEnable 1.3.6.1.4.1.18.3.5.1.1.3.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable an interface. Enumeration: 'disabled': 2, 'circuitdump': 33, 'fwdtbldump': 17, 'enabled': 1.
         wfBrTpInterfaceState 1.3.6.1.4.1.18.3.5.1.1.3.1.3 integer read-only
The current state of the interface. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'pres': 4.
         wfBrTpInterfaceCircuit 1.3.6.1.4.1.18.3.5.1.1.3.1.4 integer read-only
The circuit that this interface runs over.
         wfBrTpInterfaceMaxInfo 1.3.6.1.4.1.18.3.5.1.1.3.1.5 integer read-only
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
         wfBrTpInterfaceInFrames 1.3.6.1.4.1.18.3.5.1.1.3.1.6 counter read-only
The number of frames that have been received by this interface from its circuit.
         wfBrTpInterfaceOutFrames 1.3.6.1.4.1.18.3.5.1.1.3.1.7 counter read-only
The number of frames that have been transmitted by this interface to its circuit.
         wfBrTpInterfaceInDiscards 1.3.6.1.4.1.18.3.5.1.1.3.1.8 counter read-only
Count of valid frames received which were received on this interface but then discarded.
         wfBrTpInterfaceTranslationDisable 1.3.6.1.4.1.18.3.5.1.1.3.1.9 integer read-write
Enable/Disable translation bridging parameter. Default is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
 wfBrTrafficFilterTable 1.3.6.1.4.1.18.3.5.1.1.4 no-access
Bridge Traffic Filters
     wfBrTrafficFilterEntry 1.3.6.1.4.1.18.3.5.1.1.4.1 no-access
An entry in WfBrTrafficFilterTable.
         wfBrTrafficFilterCreate 1.3.6.1.4.1.18.3.5.1.1.4.1.1 integer read-write
Defines the existence of the traffic filter rule: created - traffic filter exists delete - traffic filter does not exist and can be deleted. Enumeration: 'deleted': 2, 'created': 1.
         wfBrTrafficFilterEnable 1.3.6.1.4.1.18.3.5.1.1.4.1.2 integer read-write
Defines whether or not the traffic filter rule should be used: enabled - activate the rule. disabled - inactivate the rule. Enumeration: 'disabled': 2, 'enabled': 1.
         wfBrTrafficFilterStatus 1.3.6.1.4.1.18.3.5.1.1.4.1.3 integer read-only
Defines the current status of the traffic filter: inactive - the rule is not in use. active - the rule is being used. error - the application detected an error in the rule. Enumeration: 'active': 1, 'inactive': 3, 'error': 2.
         wfBrTrafficFilterCounter 1.3.6.1.4.1.18.3.5.1.1.4.1.4 counter read-only
The number of received packets that have matched this rule.
         wfBrTrafficFilterDefinition 1.3.6.1.4.1.18.3.5.1.1.4.1.5 opaque read-write
The filter rule definition.
         wfBrTrafficFilterReserved 1.3.6.1.4.1.18.3.5.1.1.4.1.6 integer read-only
Reserved field.
         wfBrTrafficFilterCircuit 1.3.6.1.4.1.18.3.5.1.1.4.1.7 integer read-only
The ID of the Bridge Circuit to which the filter is applied.
         wfBrTrafficFilterRuleNumber 1.3.6.1.4.1.18.3.5.1.1.4.1.8 integer read-only
ID for the rule.
         wfBrTrafficFilterFragment 1.3.6.1.4.1.18.3.5.1.1.4.1.9 integer read-only
Fragment number - for large rules.
         wfBrTrafficFilterName 1.3.6.1.4.1.18.3.5.1.1.4.1.10 displaystring read-write
name of the rule number