PDN-BRIDGE-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
26
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
26 total| Object Name |
|---|
pdnBridgeGenericMIBObjects OBJECT IDENTIFIER .pdn-bridge.1 |
RFC1213-MIB Unknown .pdn-bridge.1 |
pdnDot1dGenericBridge OBJECT IDENTIFIER .pdn-bridge.1.1 |
pdnDot1dBaseBridgeAddressThe 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.ro MacAddress (SNMPv2-TC) .pdn-bridge.1.1.1 |
pdnDot1dBaseNumPortsThe number of ports controlled by this bridging
entity.ro INTEGER .pdn-bridge.1.1.2 |
pdnDot1dBaseTypeIndicates what type of bridging this bridge can
perform.ro Enumeration .pdn-bridge.1.1.3 |
pdnDot1dTpLearnedEntryDiscardsThe 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.ro Counter .pdn-bridge.1.1.4 |
pdnDot1dTpAgeingTimeThe timeout period in seconds for aging out
dynamically learned forwarding information.
802.1D-1990 recommends a default of 300 seconds.rw INTEGER .pdn-bridge.1.1.5 |
pdnDot1dTpAgeingCleanupTimepdnDot1dTpEntryAgeingCleanupupTime 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.rw INTEGER .pdn-bridge.1.1.6 |
pdnDot1dTpFdb OBJECT IDENTIFIER .pdn-bridge.1.2 |
pdnDot1dTpFdbTableA 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. SEQUENCE OF PdnDot1dTpFdbEntry .pdn-bridge.1.2.1 |
pdnDot1dTpFdbEntryInformation about a specific unicast MAC address
for which the bridge has some forwarding and/or
filtering information. PdnDot1dTpFdbEntry .pdn-bridge.1.2.1.1 |
pdnDot1dTpFdbAddressA unicast MAC address for which the bridge has
forwarding and/or filtering information.ro MacAddress (SNMPv2-TC) .pdn-bridge.1.2.1.1.1 |
pdnDot1dTpFdbVnidIdThe VNID Id number of the virtual network for which the
bridge has forwarding and/or filtering information.ro VnidRange (PDN-TC) .pdn-bridge.1.2.1.1.2 |
pdnDot1dTpFdbIfIndexThe ifIndex of the interface associated with the
mac address and vlan-id.ro INTEGER .pdn-bridge.1.2.1.1.3 |
pdnDot1dTpFdbStatusThe 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.ro Enumeration .pdn-bridge.1.2.1.1.4 |
pdnDot1dTpFdbAgeTimeThe amount of time in seconds that
this entry is in the Bridge tablero INTEGER .pdn-bridge.1.2.1.1.5 |
pdnDot1dTpFdbFlagsThis object indicates the type of
entry in the Bridge table.
permanentDHCP
permanentCONFIGURED
dynamicro Enumeration .pdn-bridge.1.2.1.1.6 |
pdnDot1dTp OBJECT IDENTIFIER .pdn-bridge.1.3 |
pdnDot1dTpPortTableA table that contains information about every
port that is associated with this transparent
bridge. SEQUENCE OF PdnDot1dTpPortEntry .pdn-bridge.1.3.1 |
pdnDot1dTpPortEntryA list of information for each port of a
transparent bridge. PdnDot1dTpPortEntry .pdn-bridge.1.3.1.1 |
pdnDot1dTpPortMaxInfoThe maximum size of the INFO (non-MAC) field that
this port will receive or transmit.ro INTEGER .pdn-bridge.1.3.1.1.1 |
pdnDot1dTpPortInFramesThe 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.ro Counter .pdn-bridge.1.3.1.1.2 |
pdnDot1dTpPortOutFramesThe 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.ro Counter .pdn-bridge.1.3.1.1.3 |
pdnDot1dTpPortInDiscardsCount of frames received which were
discarded (i.e., filtered) by the Forwarding
Process.ro Counter .pdn-bridge.1.3.1.1.4 |
pdnBridgeMIBTraps OBJECT IDENTIFIER .pdn-bridge.2 |