PDN-BRIDGE-MIB

File: PDN-BRIDGE-MIB.mib (13612 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI RFC1213-MIB
RFC-1212 PDN-HEADER-MIB PDN-TC

Imported symbols

MacAddress Counter ifIndex
OBJECT-TYPE pdn-bridge VnidRange

Defined Types

PdnDot1dTpFdbEntry  
SEQUENCE    
  pdnDot1dTpFdbAddress MacAddress
  pdnDot1dTpFdbVnidId VnidRange
  pdnDot1dTpFdbIfIndex INTEGER
  pdnDot1dTpFdbStatus INTEGER
  pdnDot1dTpFdbAgeTime INTEGER
  pdnDot1dTpFdbFlags INTEGER

PdnDot1dTpPortEntry  
SEQUENCE    
  pdnDot1dTpPortMaxInfo INTEGER
  pdnDot1dTpPortInFrames Counter
  pdnDot1dTpPortOutFrames Counter
  pdnDot1dTpPortInDiscards Counter

Defined Values

pdnBridgeGenericMIBObjects 1.3.6.1.4.1.1795.2.24.2.21.1
OBJECT IDENTIFIER    

pdnBridgeMIBTraps 1.3.6.1.4.1.1795.2.24.2.21.2
OBJECT IDENTIFIER    

pdnDot1dGenericBridge 1.3.6.1.4.1.1795.2.24.2.21.1.1
OBJECT IDENTIFIER    

pdnDot1dTpFdb 1.3.6.1.4.1.1795.2.24.2.21.1.2
OBJECT IDENTIFIER    

pdnDot1dTp 1.3.6.1.4.1.1795.2.24.2.21.1.3
OBJECT IDENTIFIER    

pdnDot1dBaseBridgeAddress 1.3.6.1.4.1.1795.2.24.2.21.1.1.1
The MAC address used by this bridge when it must be referred to in a unique fashion. It is recommended that this be the numerically smallest MAC address of all ports that belong to this bridge. However it is only required to be unique.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

pdnDot1dBaseNumPorts 1.3.6.1.4.1.1795.2.24.2.21.1.1.2
The number of ports controlled by this bridging entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pdnDot1dBaseType 1.3.6.1.4.1.1795.2.24.2.21.1.1.3
Indicates what type of bridging this bridge can perform.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), transparent-only(2), sourceroute-only(3), srt(4)  

pdnDot1dTpLearnedEntryDiscards 1.3.6.1.4.1.1795.2.24.2.21.1.1.4
The total number of Forwarding Database entries, which have been or would have been learned, but have been discarded due to a lack of space to store them in the Forwarding Database. If this counter is increasing, it indicates that the Forwarding Database is regularly becoming full (a condition which has unpleasant performance effects on the subnetwork). If this counter has a significant value but is not presently increasing, it indicates that the problem has been occurring but is not persistent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pdnDot1dTpAgeingTime 1.3.6.1.4.1.1795.2.24.2.21.1.1.5
The timeout period in seconds for aging out dynamically learned forwarding information. 802.1D-1990 recommends a default of 300 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..1000000  

pdnDot1dTpAgeingCleanupTime 1.3.6.1.4.1.1795.2.24.2.21.1.1.6
pdnDot1dTpEntryAgeingCleanupupTime is the length of time before an entry is removed from the bridge . This parameter is typically set to one-half of the bridge Ageing time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..500000  

pdnDot1dTpFdbTable 1.3.6.1.4.1.1795.2.24.2.21.1.2.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnDot1dTpFdbEntry

pdnDot1dTpFdbEntry 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1
Information about a specific unicast MAC address for which the bridge has some forwarding and/or filtering information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PdnDot1dTpFdbEntry  

pdnDot1dTpFdbAddress 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1.1
A unicast MAC address for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

pdnDot1dTpFdbVnidId 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1.2
The VNID Id number of the virtual network for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VnidRange  

pdnDot1dTpFdbIfIndex 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1.3
The ifIndex of the interface associated with the mac address and vlan-id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pdnDot1dTpFdbStatus 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1.4
The status of this entry. The meanings of the values are: other(1) : none of the following. This would include the case where some other MIB object (not the corresponding instance of pdnDot1dTpFdbPort, nor an entry in the pdnDot1dStaticTable) in being used to determine if and how frames addressed to the value of the corresponding instance of pdnDot1dTpFdbAddress are being forwarded. invalid(2) : this entry is not longer valid (e.g., it was learned but has since aged-out), but has not yet been flushed from the table. learned(3) : the value of the corresponding instance of pdnDot1dTpFdbPort was learned, and is being used. self(4) : the value of the corresponding instance of pdnDot1dTpFdbAddress represents one of the bridge's addresses. The corresponding instance of pdnDot1dTpFdbPort indicates which of the bridge's ports has this address. mgmt(5) : the value of the corresponding instance of pdnDot1dTpFdbAddress is also the value of an existing instance of pdnDot1dStaticAddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

pdnDot1dTpFdbAgeTime 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1.5
The amount of time in seconds that this entry is in the Bridge table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pdnDot1dTpFdbFlags 1.3.6.1.4.1.1795.2.24.2.21.1.2.1.1.6
This object indicates the type of entry in the Bridge table. permanentDHCP -- Entry added due to DHCP client permanentCONFIGURED -- Entry added by User dynamic -- Dynamic Entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), permanentDHCP(2), permanentCONFIGURED(3), dynamic(4)  

pdnDot1dTpPortTable 1.3.6.1.4.1.1795.2.24.2.21.1.3.1
A table that contains information about every port that is associated with this transparent bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnDot1dTpPortEntry

pdnDot1dTpPortEntry 1.3.6.1.4.1.1795.2.24.2.21.1.3.1.1
A list of information for each port of a transparent bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PdnDot1dTpPortEntry  

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

pdnDot1dTpPortInFrames 1.3.6.1.4.1.1795.2.24.2.21.1.3.1.1.2
The number of frames that have been received by this port from its segment. Note that a frame received on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pdnDot1dTpPortOutFrames 1.3.6.1.4.1.1795.2.24.2.21.1.3.1.1.3
The number of frames that have been transmitted by this port to its segment. Note that a frame transmitted on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pdnDot1dTpPortInDiscards 1.3.6.1.4.1.1795.2.24.2.21.1.3.1.1.4
Count of frames received which were discarded (i.e., filtered) by the Forwarding Process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter