ITOUCH-BRIDGE-MIB

File: ITOUCH-BRIDGE-MIB.mib (12012 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB BRIDGE-MIB
RFC-1212 ITOUCH-MIB

Imported symbols

Counter DisplayString ifIndex
dot1dTpFdbAddress MacAddress OBJECT-TYPE
iTouch

Defined Types

BridgeProtocolEntry  
SEQUENCE    
  bridgeProtocolProtocol OCTET STRING
  bridgeProtocolName DisplayString
  bridgeProtocolPriority INTEGER
  bridgeProtocolUses Counter
  bridgeProtocolStatus INTEGER

BridgeFilterEntry  
SEQUENCE    
  bridgeFilterForwardSubPort INTEGER
  bridgeFilterUses Counter
  bridgeFilterAge INTEGER

BridgeFilterLinkEntry  
SEQUENCE    
  bridgeFilterLinkOverflowCam INTEGER

Defined Values

bridgeDep 1.3.6.1.4.1.33.5
OBJECT IDENTIFIER    

xBridge 1.3.6.1.4.1.33.19
OBJECT IDENTIFIER    

xBridgeSystem 1.3.6.1.4.1.33.19.1
OBJECT IDENTIFIER    

xBridgeProtocol 1.3.6.1.4.1.33.19.3
OBJECT IDENTIFIER    

xBridgeFilter 1.3.6.1.4.1.33.19.4
OBJECT IDENTIFIER    

bridgeState 1.3.6.1.4.1.33.19.1.1
Controls whether the bridge will perform bridging.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

bridgeEarlyLoopState 1.3.6.1.4.1.33.19.1.2
Controls whether the bridge will implement the early loop detection algorithm of restarting the Spanning Tree Protocol when a packet is received from a source on one interface when the source was learned on a different interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

bridgeEarlyLoopCount 1.3.6.1.4.1.33.19.1.3
The number of times that an early loop was detected while the early loop state was enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

bridgeEarlyLoopAddress 1.3.6.1.4.1.33.19.1.4
The last address to cause an early loop to be detected while the early loop state was enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

bridgeSpanningTreeState 1.3.6.1.4.1.33.19.1.5
Controls whether the bridge will run the Spanning Tree Protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

bridgeFilterDiscardTimeout 1.3.6.1.4.1.33.19.1.6
The number of seconds before an inactive filter is deleted. Learned filters become inactive when the use timeout (dot1dTpAgingTime) has been exceeded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

bridgeTopologyState 1.3.6.1.4.1.33.19.1.7
Indicates whether the Spanning Tree Protocol's topology is stable or changing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER stable(1), changing(2)  

bridgeTopologyChangeAddr 1.3.6.1.4.1.33.19.1.8
The ethernet address of the last bridge from which a Topology Change Notification packet was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

bridgeProtocolFilterState 1.3.6.1.4.1.33.19.3.1
Controls whether protocol filtering is active.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

bridgeProtocolDefaultPriority 1.3.6.1.4.1.33.19.3.2
Controls the default priority if no entry exists for the protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(3), high(5), discard(101)  

bridgeProtocolTable 1.3.6.1.4.1.33.19.3.3
A list of bridge protocol filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BridgeProtocolEntry

bridgeProtocolEntry 1.3.6.1.4.1.33.19.3.3.1
Bridge protocol filter entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BridgeProtocolEntry  

bridgeProtocolProtocol 1.3.6.1.4.1.33.19.3.3.1.1
The protocol type associated with the entry. The value 65536 is for all 802.3 MAC frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

bridgeProtocolName 1.3.6.1.4.1.33.19.3.3.1.2
The name associated with the protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..24)  

bridgeProtocolPriority 1.3.6.1.4.1.33.19.3.3.1.3
The priority or action to take with the protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(3), high(5), discard(101)  

bridgeProtocolUses 1.3.6.1.4.1.33.19.3.3.1.4
The number of times the filter has been used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

bridgeProtocolStatus 1.3.6.1.4.1.33.19.3.3.1.5
The status of the protocol entry. Set to 'invalid' to remove the entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

bridgeFilterTable 1.3.6.1.4.1.33.19.4.1
A list of bridge filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BridgeFilterEntry

bridgeFilterEntry 1.3.6.1.4.1.33.19.4.1.1
Bridge filter entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BridgeFilterEntry  

bridgeFilterForwardSubPort 1.3.6.1.4.1.33.19.4.1.1.1
The unique identifier from which the address has been seen within the port. It is the DLCI for frame relay or VC for X25.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

bridgeFilterUses 1.3.6.1.4.1.33.19.4.1.1.2
The number of times the filter has been used for forwarding packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

bridgeFilterAge 1.3.6.1.4.1.33.19.4.1.1.3
The number of seconds that a learned filter has been active or inactive. This value has no meaning for non-learned filters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bridgeFilterLinkTable 1.3.6.1.4.1.33.19.4.2
Bridge filtering characteristics of all links.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BridgeFilterLinkEntry

bridgeFilterLinkEntry 1.3.6.1.4.1.33.19.4.2.1
Bridge filtering characteristics of a specific link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BridgeFilterLinkEntry  

bridgeFilterLinkOverflowCam 1.3.6.1.4.1.33.19.4.2.1.1
Identifies the number of extra entries in a hardware assist filter CAM that the user wants to have available to cover CAM entry overflow conditions. If filtering hardware is present, this field defaults to 400. Otherwise, it is zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER