Wellfleet-BRIDGE-MIB

File: Wellfleet-BRIDGE-MIB.mib (14933 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Counter Opaque OBJECT-TYPE
DisplayString wfBridgeGroup

Defined Types

WfBrTpFdbEntry  
SEQUENCE    
  wfBrTpBaseFdbAddress OCTET STRING
  wfBrTpBaseFdbPort INTEGER
  wfBrTpBaseFdbStatus INTEGER

WfBrTpInterfaceEntry  
SEQUENCE    
  wfBrTpInterfaceDelete INTEGER
  wfBrTpInterfaceEnable INTEGER
  wfBrTpInterfaceState INTEGER
  wfBrTpInterfaceCircuit INTEGER
  wfBrTpInterfaceMaxInfo INTEGER
  wfBrTpInterfaceInFrames Counter
  wfBrTpInterfaceOutFrames Counter
  wfBrTpInterfaceInDiscards Counter
  wfBrTpInterfaceTranslationDisable INTEGER

WfBrTrafficFilterEntry  
SEQUENCE    
  wfBrTrafficFilterCreate INTEGER
  wfBrTrafficFilterEnable INTEGER
  wfBrTrafficFilterStatus INTEGER
  wfBrTrafficFilterCounter Counter
  wfBrTrafficFilterDefinition Opaque
  wfBrTrafficFilterReserved INTEGER
  wfBrTrafficFilterCircuit INTEGER
  wfBrTrafficFilterRuleNumber INTEGER
  wfBrTrafficFilterFragment INTEGER
  wfBrTrafficFilterName DisplayString

Defined Values

wfBrLearning 1.3.6.1.4.1.18.3.5.1.1.1
OBJECT IDENTIFIER    

wfBrTp 1.3.6.1.4.1.18.3.5.1.1.1.1
OBJECT IDENTIFIER    

wfBrTpBaseDelete 1.3.6.1.4.1.18.3.5.1.1.1.1.1
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the bridge.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfBrTpBaseEnable 1.3.6.1.4.1.18.3.5.1.1.1.1.2
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable the bridge.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfBrTpBaseState 1.3.6.1.4.1.18.3.5.1.1.1.1.3
The current state of the entire Bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), pres(4)  

wfBrTpBaseFDBEntries 1.3.6.1.4.1.18.3.5.1.1.1.1.4
The current number of forward table entries
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpBaseFDBSize 1.3.6.1.4.1.18.3.5.1.1.1.1.5
Size of the bridge table - only looked at at boot time
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER size1024(1024), size2048(2048), size4096(4096), size8192(8192), size16384(16384), size32768(32768), size65536(65536), size131072(131072)  

wfBrTpBaseFDBEnable 1.3.6.1.4.1.18.3.5.1.1.1.1.6
Disable placing fdb entries on the mib. This attribute only inspected at boot time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfBrTpBaseFlushFwdTbl 1.3.6.1.4.1.18.3.5.1.1.1.1.7
Flush the bridge fwd tables
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER flushed(1), noflushed(2)  

wfBrTpBaseFDBPortChange 1.3.6.1.4.1.18.3.5.1.1.1.1.8
The amount that all the stations move from one port to anotherard table entries
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpFdbTable 1.3.6.1.4.1.18.3.5.1.1.1.2
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
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfBrTpFdbEntry

wfBrTpFdbEntry 1.3.6.1.4.1.18.3.5.1.1.1.2.1
An entry in the wfBrTpFdbTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfBrTpFdbEntry  

wfBrTpBaseFdbAddress 1.3.6.1.4.1.18.3.5.1.1.1.2.1.1
A unicast MAC address for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

wfBrTpBaseFdbPort 1.3.6.1.4.1.18.3.5.1.1.1.2.1.2
The port number on which the wfBrTpBaseFdbAddress was learned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTpBaseFdbStatus 1.3.6.1.4.1.18.3.5.1.1.1.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER learned(3)  

wfBrTpAggrStats 1.3.6.1.4.1.18.3.5.1.1.1.3
OBJECT IDENTIFIER    

wfBrTpAggrInPkts 1.3.6.1.4.1.18.3.5.1.1.1.3.1
The total number of packets received by the transparent bridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpAggrOutPkts 1.3.6.1.4.1.18.3.5.1.1.1.3.2
The total number of packets sent by the transparent bridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpAggrDiscardPkts 1.3.6.1.4.1.18.3.5.1.1.1.3.3
The total number of packets discarded by the transparent bridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpInterfaceTable 1.3.6.1.4.1.18.3.5.1.1.3
A table that contains information about every interface that is associated with this transparent bridge. inst_id[1] = wfBrTpInterfaceCircuit
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfBrTpInterfaceEntry

wfBrTpInterfaceEntry 1.3.6.1.4.1.18.3.5.1.1.3.1
An entry in wfBrTpInterface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfBrTpInterfaceEntry  

wfBrTpInterfaceDelete 1.3.6.1.4.1.18.3.5.1.1.3.1.1
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete an interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfBrTpInterfaceEnable 1.3.6.1.4.1.18.3.5.1.1.3.1.2
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable an interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), circuitdump(33), fwdtbldump(17)  

wfBrTpInterfaceState 1.3.6.1.4.1.18.3.5.1.1.3.1.3
The current state of the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), pres(4)  

wfBrTpInterfaceCircuit 1.3.6.1.4.1.18.3.5.1.1.3.1.4
The circuit that this interface runs over.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTpInterfaceMaxInfo 1.3.6.1.4.1.18.3.5.1.1.3.1.5
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTpInterfaceInFrames 1.3.6.1.4.1.18.3.5.1.1.3.1.6
The number of frames that have been received by this interface from its circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpInterfaceOutFrames 1.3.6.1.4.1.18.3.5.1.1.3.1.7
The number of frames that have been transmitted by this interface to its circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpInterfaceInDiscards 1.3.6.1.4.1.18.3.5.1.1.3.1.8
Count of valid frames received which were received on this interface but then discarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTpInterfaceTranslationDisable 1.3.6.1.4.1.18.3.5.1.1.3.1.9
Enable/Disable translation bridging parameter. Default is enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfBrTrafficFilterTable 1.3.6.1.4.1.18.3.5.1.1.4
Bridge Traffic Filters
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfBrTrafficFilterEntry

wfBrTrafficFilterEntry 1.3.6.1.4.1.18.3.5.1.1.4.1
An entry in WfBrTrafficFilterTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfBrTrafficFilterEntry  

wfBrTrafficFilterCreate 1.3.6.1.4.1.18.3.5.1.1.4.1.1
Defines the existence of the traffic filter rule: created - traffic filter exists delete - traffic filter does not exist and can be deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfBrTrafficFilterEnable 1.3.6.1.4.1.18.3.5.1.1.4.1.2
Defines whether or not the traffic filter rule should be used: enabled - activate the rule. disabled - inactivate the rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfBrTrafficFilterStatus 1.3.6.1.4.1.18.3.5.1.1.4.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), error(2), inactive(3)  

wfBrTrafficFilterCounter 1.3.6.1.4.1.18.3.5.1.1.4.1.4
The number of received packets that have matched this rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfBrTrafficFilterDefinition 1.3.6.1.4.1.18.3.5.1.1.4.1.5
The filter rule definition.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Opaque  

wfBrTrafficFilterReserved 1.3.6.1.4.1.18.3.5.1.1.4.1.6
Reserved field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTrafficFilterCircuit 1.3.6.1.4.1.18.3.5.1.1.4.1.7
The ID of the Bridge Circuit to which the filter is applied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTrafficFilterRuleNumber 1.3.6.1.4.1.18.3.5.1.1.4.1.8
ID for the rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTrafficFilterFragment 1.3.6.1.4.1.18.3.5.1.1.4.1.9
Fragment number - for large rules.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfBrTrafficFilterName 1.3.6.1.4.1.18.3.5.1.1.4.1.10
name of the rule number
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString