Home/Catalog/IEEE8021-TPMR-MIB

IEEE8021-TPMR-MIB

AI MIB Summary

The IEEE8021-TPMR-MIB provides management and monitoring capabilities for Two-Port MAC Relay (TPMR) devices defined in IEEE 802.1aj, enabling the tracking of relay port status, MAC address table entries, and forwarding statistics for VLAN-tagged traffic. This module facilitates the observation of relay-specific counters and state transitions to ensure proper operation of MAC-in-MAC or MAC-in-IP encapsulation scenarios within carrier Ethernet networks.

Two-Port MAC Relay (TPMR) MIB module. Unless otherwise indicated, the references in this MIB module are to IEEE 802.1Q-2011. Copyright(c) IEEE This MIB module is part of IEEE Std. 802.1aj; please refer to the document itself for full legal notices.
Main OID:
ieee8021TpmrMib.1.3.111.2.802.1.1.14
49
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

49 total
Object Name
ieee8021TpmrMibTwo-Port MAC Relay (TPMR) MIB module. Unless otherwise indicated, the references in this MIB module are to IEEE 802.1Q-2011. Copyright(c) IEEE This MIB module is part of IEEE Std. 802.1aj; please refer to the document itself for full legal notices.
MODULE-IDENTITY
.1.3.111.2.802.1.1.14
ieee8021TpmrNotifications
OBJECT IDENTIFIER
.1.3.111.2.802.1.1.14.0
ieee8021TpmrObjects
OBJECT IDENTIFIER
.1.3.111.2.802.1.1.14.1
ieee8021TpmrPortTableThe TPMR port table. Each row in the table represents a TPMR port. By definition there are two ports per TPMR. Note that the indices of this table are equivalent to those of the ieee8021BridgeBasePortTable in the IEEE8021-BRIDGE-MIB, with ieee8021TpmrPortNumber having a more limited value range than ieee8021BridgeBasePort.
SEQUENCE OF Ieee8021TpmrPortEntry
.1.3.111.2.802.1.1.14.1.1
ieee8021TpmrPortEntryA TPMR port table entry.
Ieee8021TpmrPortEntry
.1.3.111.2.802.1.1.14.1.1.1
ieee8021TpmrPortNumberThe number of this TPMR port.
IEEE8021BridgePortNumber
.1.3.111.2.802.1.1.14.1.1.1.1
ieee8021TpmrPortMgmtAddrIs 'true' if the TPMR port MAC address is the management address of the TPMR, otheriwse 'false'.ro
TruthValue (SNMPv2-TC)
.1.3.111.2.802.1.1.14.1.1.1.2
ieee8021TpmrPortMgmtAddrForwardingIs 'true' if forwarding is enabled for frames destined to the management address of the TPMR, otherwise 'false'.ro
TruthValue (SNMPv2-TC)
.1.3.111.2.802.1.1.14.1.1.1.3
ieee8021TpmrPortStatsTableThe TPMR port statistics table. Each row in the table represents a TPMR port. By definition there are two ports per TPMR. Discontinuities in the value of counters in this table can occur at re-initialization of the management system, and at other times as indicated by the value of IF-MIB ifCounterDiscontinuityTime.
SEQUENCE OF Ieee8021TpmrPortStatsEntry
.1.3.111.2.802.1.1.14.1.2
ieee8021TpmrPortStatsEntryA TPMR port counters table entry.
Ieee8021TpmrPortStatsEntry
.1.3.111.2.802.1.1.14.1.2.1
ieee8021TpmrPortStatsRxFramesCount of all valid frames received on this port (including BPDUs, frames addressed to the TPMR as an end station, and frames that were submitted to the Forwarding Process).ro
Counter64 UNITS "frames"
.1.3.111.2.802.1.1.14.1.2.1.1
ieee8021TpmrPortStatsRxOctetsCount of the total number of octets in all valid frames received on this port (including BPDUs, frames addressed to the TPMR as an end station, and frames that were submitted to the Forwarding Process).ro
Counter64 UNITS "octets"
.1.3.111.2.802.1.1.14.1.2.1.2
ieee8021TpmrPortStatsFramesForwardedCount of all frames that were received on this port and were forwarded to the transmission port.ro
Counter64 UNITS "frames"
.1.3.111.2.802.1.1.14.1.2.1.3
ieee8021TpmrPortStatsFramesDiscardedCount of all frames that were received on this port but were discarded by the Forwarding Process for any reason.ro
Counter64 UNITS "frames"
.1.3.111.2.802.1.1.14.1.2.1.4
ieee8021TpmrPortStatsFramesDiscardedQueueFullCount of all frames received on this port that were to be transmitted through the transmission port but were discarded due to lack of available queue space.ro
Counter64 UNITS "frames"
.1.3.111.2.802.1.1.14.1.2.1.5
ieee8021TpmrPortStatsFramesDiscardedLifetimeCount of all frames received on this port that were to be transmitted through the transmission port but were discarded due to their frame lifetime having been exceeded.ro
Counter64 UNITS "frames"
.1.3.111.2.802.1.1.14.1.2.1.6
ieee8021TpmrPortStatsFramesDiscardedErrorCount of all frames received on this port that were to be transmitted through the transmission port but could not be transmitted (e.g., frame too large).ro
Counter64 UNITS "frames"
.1.3.111.2.802.1.1.14.1.2.1.7
ieee8021TpmrPortDiscardDetailsTableThe TPMR frames discard details table. Each row in the table represents a discarded frame on a TPMR port. By definition there are two ports per TPMR. This table is maintained as a FIFO. A new entry is inserted in the first row, and existing entries are shuffled down, with the last entry being discarded. Because of the FIFO behaviour, the relationship between the index and contents will change when an entry is added to the table. This may result in apparent duplication of row content during a table traversal.
SEQUENCE OF Ieee8021TpmrPortDiscardDetailsEntry
.1.3.111.2.802.1.1.14.1.3
ieee8021TpmrPortDiscardDetailsEntryA TPMR frames discarded error details table entry.
Ieee8021TpmrPortDiscardDetailsEntry
.1.3.111.2.802.1.1.14.1.3.1
ieee8021TpmrPortDiscardDetailsIndexThe second index of a TPMR frames discard details table entry.
Unsigned32
.1.3.111.2.802.1.1.14.1.3.1.1
ieee8021TpmrPortDiscardDetailsSourceThe source MAC address of the discarded frame.ro
MacAddress (SNMPv2-TC)
.1.3.111.2.802.1.1.14.1.3.1.2
ieee8021TpmrPortDiscardDetailsReasonThe reason why the frame was discarded.ro
IEEE8021TpmrFrameDiscardErrorReason
.1.3.111.2.802.1.1.14.1.3.1.3
ieee8021TpmrMspTableThe TPMR MAC status propagation performance table. Each row in the table represents a TPMR port. By definition there are two ports per TPMR. The persistence of writable objects in a conceptual row of this table is determined by the value of the ieee8021TpmrMspStorageType object.
SEQUENCE OF Ieee8021TpmrMspEntry
.1.3.111.2.802.1.1.14.1.4
ieee8021TpmrMspEntryA TPMR MAC status propagation performance table entry.
Ieee8021TpmrMspEntry
.1.3.111.2.802.1.1.14.1.4.1
ieee8021TpmrMspLinkNotifyThe value of LinkNotify used by the MSP state machines.rw
TruthValue (SNMPv2-TC)
.1.3.111.2.802.1.1.14.1.4.1.1
ieee8021TpmrMspLinkNotifyWaitThe value of LinkNotifyWait used by the MSP state machines.rw
TimeInterval
.1.3.111.2.802.1.1.14.1.4.1.2
ieee8021TpmrMspLinkNotifyRetryThe value of LinkNotifyRetry used by the MSP state machines.rw
TimeInterval
.1.3.111.2.802.1.1.14.1.4.1.3
ieee8021TpmrMspMacNotifyThe value of MacNotify used by the MSP state machines.rw
TruthValue (SNMPv2-TC)
.1.3.111.2.802.1.1.14.1.4.1.4
ieee8021TpmrMspMacNotifyTimeThe value of MacNotifyTime used by the MSP state machines.rw
TimeInterval
.1.3.111.2.802.1.1.14.1.4.1.5
ieee8021TpmrMspMacRecoverTimeThe value of MacRecoverTime used by the MSP state machines.rw
TimeInterval
.1.3.111.2.802.1.1.14.1.4.1.6
ieee8021TpmrMspStorageTypeThe storage type for all read-write objects within this row. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row. If this object has the value 'volatile', modifications to read-write objects in this row are not persistent across reboots or restarts. If this object has the value 'nonVolatile', modifications to objects in this row are persistent.rw
StorageType (SNMPv2-TC)
.1.3.111.2.802.1.1.14.1.4.1.7
ieee8021TpmrMspStatsTableThe TPMR MAC status propagation statistics table. Each row in the table represents a TPMR port. By definition there are two ports per TPMR. Discontinuities in the value of counters in this table can occur at re-initialization of the management system, and at other times as indicated by the value of IF-MIB ifCounterDiscontinuityTime.
SEQUENCE OF Ieee8021TpmrMspStatsEntry
.1.3.111.2.802.1.1.14.1.5
ieee8021TpmrMspStatsEntryA TPMR MAC status propagation statistics table entry.
Ieee8021TpmrMspStatsEntry
.1.3.111.2.802.1.1.14.1.5.1
ieee8021TpmrMspStatsTxAcksThe number of acks transmitted by the port's Transmit Process as a consequence of txAck being set.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.1
ieee8021TpmrMspStatsTxAddNotificationsThe number of adds transmitted by the port's Transmit Process as a consequence of txAdd being set.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.2
ieee8021TpmrMspStatsTxAddConfirmationsThe number of add confirms transmitted by the port's Transmit Process as a consequence of txAddConfirm being set.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.3
ieee8021TpmrMspStatsTxLossNotificationsThe number of losses transmitted by the port's Transmit Process as a consequence of txLoss being set.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.4
ieee8021TpmrMspStatsTxLossConfirmationsThe number of loss confirms transmitted by the port's Transmit Process as a consequence of txLossConfirm being set.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.5
ieee8021TpmrMspStatsRxAcksThe number of acks received by the port's Receive Process.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.6
ieee8021TpmrMspStatsRxAddNotificationsThe number of adds received by the port's Receive Process.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.7
ieee8021TpmrMspStatsRxAddConfirmationsThe number of add confirms received by the port's Receive Process.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.8
ieee8021TpmrMspStatsRxLossNotificationsThe number of losses received by the port's Receive Process.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.9
ieee8021TpmrMspStatsRxLossConfirmationsThe number of loss confirms received by the port's Receive Process.ro
Counter32 UNITS "MSPDUs"
.1.3.111.2.802.1.1.14.1.5.1.10
ieee8021TpmrMspStatsAddEventsThe number of transitions to STM:ADD directly from STM:DOWN or STM:LOSS.ro
Counter32 UNITS "MSP transitions"
.1.3.111.2.802.1.1.14.1.5.1.11
ieee8021TpmrMspStatsLossEventsThe number of transitions to STM:LOSS directly from STM:UP or STM:ADD.ro
Counter32 UNITS "MSP transitions"
.1.3.111.2.802.1.1.14.1.5.1.12
ieee8021TpmrMspStatsMacStatusNotificationsThe number of transitions to SNM:MAC_NOTIFICATION.ro
Counter32 UNITS "MSP transitions"
.1.3.111.2.802.1.1.14.1.5.1.13
ieee8021TpmrConformance
OBJECT IDENTIFIER
.1.3.111.2.802.1.1.14.2
ieee8021TpmrCompliances
OBJECT IDENTIFIER
.1.3.111.2.802.1.1.14.2.1
ieee8021TpmrGroups
OBJECT IDENTIFIER
.1.3.111.2.802.1.1.14.2.2
IEEE8021-TPMR-MIB - SNMP MIB Reference | MIBs Explorer