All MIBs › BROCADE-NP-TM-STATS-MIB
Organization: Brocade Communications Systems, Inc.
Last Updated: 2013-04-25
Category: Quality of Service, Vendor: Foundry/Brocade
Description: Monitors network processor traffic management statistics on Brocade network forwarding hardware.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is BROCADE-NP-TM-STATS-MIB?
BROCADE-NP-TM-STATS-MIB is a Brocade vendor MIB that reports Network Processor (NP) and Traffic Manager (TM) statistics on Brocade's NetIron XMR/MLX high-end routing platforms. It exposes per-interface packet-forwarding counters broken down by traffic category, received good/forward/discard/miscellaneous packets and unicast/broadcast/multicast breakdowns, plus packets sent to the traffic manager and bad packet counts. Its monitoring value is performance and fault visibility at the hardware forwarding-engine level: rising discard or bad-packet counts against a given interface reveal a forwarding-path problem or line-rate oversubscription on that interface's network processor, deeper diagnostic detail than standard interface counters provide. It is a standalone vendor MIB specific to Brocade's NP/TM chipset architecture, supplementing but not replacing standard IF-MIB counters. It is deployed on Brocade NetIron XMR/MLX core/edge routers where operators need chip-level forwarding diagnostics beyond basic interface statistics. Engineers can download the BROCADE-NP-TM-STATS-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in BROCADE-NP-TM-STATS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Brocade NetIron XMR/MLX router
Monitoring Examples
An administrator would poll brcdNPStatsTable/brcdNPStatsEntry indexed by brcdNPStatsIfIndex to compare brcdNPStatsRxForwardPkts against brcdNPStatsRxDiscardPkts and brcdNPStatsRxBadPkts, revealing whether an interface's network processor is dropping or malforming a growing share of received traffic. A sudden spike in brcdNPStatsRxMiscPkts or brcdNPStatsRxSendToTMPkts relative to brcdNPStatsRxRawGoodPkts could indicate unusual traffic being punted to the traffic manager for exception handling, a sign of a control-plane or ACL/QoS-triggered condition worth investigating.
What Can Be Monitored
- received good/forward/discard packet counts
- unicast/broadcast/multicast packet counts
- packets sent to traffic manager
- bad/miscellaneous packet counts
This MIB depends on
Related MIBs
Imported Objects
From FOUNDRY-SN-ROOT-MIB
| platform | OBJECT-IDENTITY |
From FOUNDRY-SN-SWITCH-GROUP-MIB
| PortPriorityTC |
From IF-MIB
| InterfaceIndex |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressPrefixLength | |
| InetAddressType |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString |
How to Use in IPNetwork Monitor
Example using brcdNPStatsRxRawGoodPkts OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| STR brcdNPBufferErrorDescription | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.3 | DisplayString | read-only | This object gives the range of ports serviced by the NP identified by brcdNPBufferErrorSlotId and brcdNPBufferDeviceId. |
| U32 brcdNPBufferErrorDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.2 | Unsigned32 | not-accessible | The NP device ID, a number which uniquely identifies the network processor within a module in the system. This is 1-based index. |
| C32 brcdNPBufferErrorEgressCumulativeEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.7 | Counter32 | read-only | Counter for NP Egress total buffer error events recorded |
| C32 brcdNPBufferErrorEgressCurrentEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.6 | Counter32 | read-only | Counter for NP Egress buffer error events recorded within a window. |
| NTF brcdNPBufferErrorEgressThresholdExceeded | 1.3.6.1.4.1.1991.1.14.2.0.2 | The SNMP trap that is generated when the NP egress buffer error event count within a window exceeds the configured threshold. | ||
| brcdNPBufferErrorEntry | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1 | not-accessible | An entry containing buffer error event counter information applicable for a set of interfaces managed by a NP. | |
| C32 brcdNPBufferErrorIngressCumulativeEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.5 | Counter32 | read-only | Counter for NP Ingress total buffer error events recorded. |
| C32 brcdNPBufferErrorIngressCurrentEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.4 | Counter32 | read-only | Counter for NP Ingress buffer error events recorded within a window. |
| NTF brcdNPBufferErrorIngressThresholdExceeded | 1.3.6.1.4.1.1991.1.14.2.0.1 | The SNMP trap that is generated when the NP ingress buffer error event count within a window exceeds the configured threshold. | ||
| U32 brcdNPBufferErrorSlotId | 1.3.6.1.4.1.1991.1.14.2.1.1.3.1.1 | Unsigned32 | not-accessible | Slot ID of the module, which uniquely identifies it. The module must be physically present and operationally up. This is 1-based index. |
| brcdNPBufferErrorTable | 1.3.6.1.4.1.1991.1.14.2.1.1.3 | not-accessible | A list of brcdNPBufferError entries. This table contains information of various Network Processor(NP) error event counters supported by this system. The objects in this table are refreshed every second, based on request. This table is only supported on CES/CER. | |
| NTF brcdNPBuffOverFlowErrorTrap | 1.3.6.1.4.1.1991.1.14.2.0.8 | The SNMP trap that is generated when a buffer overflow error occurs in a NP device. | ||
| NTF brcdNPBuffUnderFlowErrorTrap | 1.3.6.1.4.1.1991.1.14.2.0.9 | The SNMP trap that is generated when a buffer underflow occurs in a NP device. | ||
| C32 brcdNPCSRAMErrorCumulativeEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.4.1.5 | Counter32 | read-only | Counter for total NP CSRAM errors recorded. |
| C32 brcdNPCSRAMErrorCurrentEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.4.1.4 | Counter32 | read-only | Counter for NP CSRAM errors recorded within a configured window. |
| STR brcdNPCSRAMErrorDescription | 1.3.6.1.4.1.1991.1.14.2.1.1.4.1.3 | DisplayString | read-only | This object gives the range of ports serviced by the NP identified by brcdNPCSRAMErrorSlotId and brcdNPCSRAMErrorDeviceId. |
| U32 brcdNPCSRAMErrorDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.1.4.1.2 | Unsigned32 | not-accessible | The NP device-id, a number which uniquely identifies the network processor within a module in the system. This is a 1-based index. |
| brcdNPCSRAMErrorEntry | 1.3.6.1.4.1.1991.1.14.2.1.1.4.1 | not-accessible | An entry containing CSRAM error event counter information applicable for a set of interfaces managed by a NP. | |
| U32 brcdNPCSRAMErrorSlotId | 1.3.6.1.4.1.1991.1.14.2.1.1.4.1.1 | Unsigned32 | not-accessible | Slot-id of the module which uniquely identifies it in the system. The module should be physically present and should be UP. This is a 1-based index. |
| brcdNPCSRAMErrorTable | 1.3.6.1.4.1.1991.1.14.2.1.1.4 | not-accessible | A list of brcdNPCSRAMError entries. This table contains information of various Network Processor(NP) CSRAM error event counters supported by this system. The objects in this table are refreshed every second, based on request. This table is only supported on CES and CER. | |
| NTF brcdNPCSRAMErrorThresholdExceeded | 1.3.6.1.4.1.1991.1.14.2.0.3 | The SNMP trap that is generated when the NP CSRAM error event count within a window exceeds the configured threshold. | ||
| C64 brcdNPDebugStat6to4EnfSourceIngressChkMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.20 | Counter64 | read-only | A count of all outer IPv4 source ingress check miss packets. |
| C64 brcdNPDebugStat6to4RxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.18 | Counter64 | read-only | A count of all valid outer IPv4 header and source ingress check hit packets. |
| C64 brcdNPDebugStat6to4TxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.35 | Counter64 | read-only | A count of all valid 6to4 transmit packets. |
| STR brcdNPDebugStatDescription | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.3 | DisplayString | read-only | This object gives the range of ports serviced by the brcdNPDebugStatNPDeviceId. |
| C64 brcdNPDebugStatDestAddrVCMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.7 | Counter64 | read-only | A count of all destination address VC lookup miss packets. |
| brcdNPDebugStatEntry | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1 | not-accessible | An entry containing debug statistics of a Network Processor | |
| C64 brcdNPDebugStatGREEnfSourceIngressChkMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.19 | Counter64 | read-only | A count of all GRE outer IPv4 source ingress check miss packets. |
| C64 brcdNPDebugStatGREInvalidDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.17 | Counter64 | read-only | A count of all packets with invalid protocol type in GRE header. |
| C64 brcdNPDebugStatGREIPv4RxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.16 | Counter64 | read-only | A count of all GRE encapsulated IPv4 payload packets proceeded for IP DPA processing. |
| C64 brcdNPDebugStatGREIPv4TxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.34 | Counter64 | read-only | A count of valid IPv4 payload with GRE encapsulation. |
| C64 brcdNPDebugStatGREIPv6RxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.22 | Counter64 | read-only | A count of all GRE encapsulated IPv6 payload packets proceeded for IP DPA processing. |
| C64 brcdNPDebugStatGREIPv6TxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.38 | Counter64 | read-only | A count of valid IPv6 payload with IPv4 GRE encapsulation. |
| C64 brcdNPDebugStatGREMPLSRxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.21 | Counter64 | read-only | A count of all GRE encapsulated MPLS payload packets proceeded for MPLS receive processing. |
| C64 brcdNPDebugStatGREMPLSTxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.37 | Counter64 | read-only | A count of all valid GRE encapsulated MPLS transmit packets. |
| C64 brcdNPDebugStatIPv4DestAddrVCDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.25 | Counter64 | read-only | A count of all IPv4 destination address VC drop packets. This counter is valid only for 2*100G, 8*10G, 4*40G, 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. |
| C64 brcdNPDebugStatIPv4DestAddrVCMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.9 | Counter64 | read-only | A count of all IPv4 destination address VC lookup miss packets. |
| C64 brcdNPDebugStatIPv4HWFwdCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.30 | Counter64 | read-only | A count of all valid IPv4 hardware forwarded packets. |
| C64 brcdNPDebugStatIPv4VPNTx | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.15 | Counter64 | read-only | A count of all IPv4 VPN transmit processing packets. |
| C64 brcdNPDebugStatIPv6DestAddrVCDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.26 | Counter64 | read-only | A count of all IPv6 destination address VC drop packets. This counter is valid only for 2*100G, 8*10G, 4*40G, 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. |
| C64 brcdNPDebugStatIPv6DestAddrVCMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.10 | Counter64 | read-only | A count of all IPv6 destination address VC lookup miss packets. |
| C64 brcdNPDebugStatIPv6HWFwdCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.31 | Counter64 | read-only | A count of all valid IPv6 hardware forwarded packets. |
| C64 brcdNPDebugStatIPv6VPNTx | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.14 | Counter64 | read-only | A count of all IPv6 VPN transmit processing packets. |
| C64 brcdNPDebugStatL2SourceAddrLearnDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.4 | Counter64 | read-only | A count of all L2 source address learning drop packets. |
| C64 brcdNPDebugStatMPLSLsrTxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.33 | Counter64 | read-only | A count of valid transit LSR cross-connect packets. |
| C64 brcdNPDebugStatMPLSRSVPTxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.36 | Counter64 | read-only | A count of all valid MPLS RSVP transmit packets. |
| C64 brcdNPDebugStatMulticastRPFDropCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.32 | Counter64 | read-only | A count of all multicast RPF failed packets. |
| U32 brcdNPDebugStatNPDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.2 | Unsigned32 | not-accessible | The NP device ID, a number which uniquely identifies the network processor within a linecard in the system. |
| C64 brcdNPDebugStatPBBRxDropCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.23 | Counter64 | read-only | A count of all PBB Rx drop packets.This counter is valid only for 2*100G, 8*10G, 4*40G, 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. |
| C64 brcdNPDebugStatPBBTxCount | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.24 | Counter64 | read-only | A count of all PBB Tx packets.This counter is valid only for 2*100G, 8*10G, 4*40G, 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. |
| C64 brcdNPDebugStatRateLimitVPLSLocalLearnDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.5 | Counter64 | read-only | A count of all rate limit VPLS local learning drop packets. |
| C64 brcdNPDebugStatRateLimitVPLSRemoteLearnDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.8 | Counter64 | read-only | A count of all rate limit VPLS remote learn drop packets. |
| U32 brcdNPDebugStatSlotId | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| C64 brcdNPDebugStatSourceAddrPortVLANMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.27 | Counter64 | read-only | A count of all source address port VLAN miss packets. |
| C64 brcdNPDebugStatSourceAddrVCMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.29 | Counter64 | read-only | A count of all source address VC miss packets. |
| brcdNPDebugStatTable | 1.3.6.1.4.1.1991.1.14.2.1.1.6 | not-accessible | This table contains the debug statistics of Network Processors in the line cards. | |
| C64 brcdNPDebugStatUnknowL3VPNIngressDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.13 | Counter64 | read-only | A count of all unknown L3 VPN ingress drop packets. It includes outer IP checksum fail (or) TTL=0 (or) routing not enabled packets. |
| C64 brcdNPDebugStatUnkownMPLSDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.6 | Counter64 | read-only | A count of all unknow MPLS drop packets. It includes packets with Unknow Label to CPU (or) MPLS Label TTL <=1 (or) L2VPN Packet but PRAM type not equal to VLL or VPLS (or) MPLS transit label TTL <=1. |
| C64 brcdNPDebugStatVLLTx | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.12 | Counter64 | read-only | A count of all VLL destination address hit Tx processing packets. |
| C64 brcdNPDebugStatVPLSSourceAddrPortVLANMiss | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.28 | Counter64 | read-only | A count of all VPLS source address port VLAN miss packets. |
| C64 brcdNPDebugStatVPLSTx | 1.3.6.1.4.1.1991.1.14.2.1.1.6.1.11 | Counter64 | read-only | A count of all VPLS destination address hit Tx processing packets. |
| NTF brcdNPECCMultipleErrorTrap | 1.3.6.1.4.1.1991.1.14.2.0.11 | The SNMP trap that is generated when multiple ECC error occurs in a NP device. | ||
| NTF brcdNPECCSingleErrorTrap | 1.3.6.1.4.1.1991.1.14.2.0.10 | The SNMP trap that is generated when a single ECC error occurs in a NP device. | ||
| brcdNPGlobal | 1.3.6.1.4.1.1991.1.14.2.1.3 | |||
| U32 brcdNPIndex | 1.3.6.1.4.1.1991.1.14.2.1.3.1 | Unsigned32 | accessible-for-notify | Identifies the network processor within a module in the system. |
| U32 brcdNPLockupRecoveryCount | 1.3.6.1.4.1.1991.1.14.2.1.3.2 | Unsigned32 | accessible-for-notify | Number of times the network processor undergone lockup and recovery. |
| C32 brcdNPLPMRAMErrorCumulativeEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.7 | Counter32 | read-only | Counter for the error events recorded within a configured window in the LPM identified by brcdNPLPMRAMErrorIndex, brcdNPLPMRAMErrorSlotId and brcdNPLPMRAMErrorDeviceId. |
| C32 brcdNPLPMRAMErrorCurrentEvents | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.6 | Counter32 | read-only | Counter for the error events recorded within a configured window in the LPM identified by brcdNPLPMRAMErrorIndex, brcdNPLPMRAMErrorSlotId and brcdNPLPMRAMErrorDeviceId. |
| STR brcdNPLPMRAMErrorDescription | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.5 | DisplayString | read-only | This object gives the range of ports serviced by the NP identified by brcdNPLPMRAMErrorSlotId and brcdNPLPMRAMErrorDeviceId. |
| U32 brcdNPLPMRAMErrorDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.3 | Unsigned32 | not-accessible | The NP device-id, a number which uniquely identifies the network processor within a module in the system. This is a 1-based index. |
| brcdNPLPMRAMErrorEntry | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1 | not-accessible | An entry containing LPMRAM error event counter information applicable for a set of interfaces managed by a NP. | |
| U32 brcdNPLPMRAMErrorIndex | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.1 | Unsigned32 | not-accessible | This object uniquely identifies a LPM within a network processor. CER devices use LPM-0, LPM-1 and LPM-2 memories, whereas CES devices use LPM-3 memory only. This is a 1-based index. Therefore, index value of 1 maps to LPM0, 2 maps to LPM1 and so on. |
| STR brcdNPLPMRAMErrorName | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.4 | DisplayString | read-only | This object gives a string representing the LPM identified by brcdNPLPMRAMErrorIndex. |
| U32 brcdNPLPMRAMErrorSlotId | 1.3.6.1.4.1.1991.1.14.2.1.1.5.1.2 | Unsigned32 | not-accessible | Slot-id of the module which uniquely identifies it in the system. The module should be physically present and should be UP. This is a 1-based index. |
| brcdNPLPMRAMErrorTable | 1.3.6.1.4.1.1991.1.14.2.1.1.5 | not-accessible | A list of brcdNPLPMRAMError entries. This table contains information of various LPM RAM error event counters supported by the Network processor in this system. The objects in this table are refreshed every second, based on request. This table is only supported on CES and CER. | |
| NTF brcdNPLPMRAMErrorThresholdExceeded | 1.3.6.1.4.1.1991.1.14.2.0.4 | The SNMP trap that is generated when the NP LPM RAM error event count within a window exceeds the configured threshold. | ||
| NTF brcdNPMemoryMiscErrorTrap | 1.3.6.1.4.1.1991.1.14.2.0.7 | The SNMP trap that is generated when a miscellaneous memory error occurs in a NP device. | ||
| NTF brcdNPMemoryParityErrorTrap | 1.3.6.1.4.1.1991.1.14.2.0.6 | The SNMP trap that is generated when a memory parity error occurs in a NP device. | ||
| STR brcdNPNotificationSupportDescription | 1.3.6.1.4.1.1991.1.14.2.0.5.1.3 | DisplayString | accessible-for-notify | This object can be used by the notifications to represent the range of ports serviced by the NP device. |
| U32 brcdNPNotificationSupportDeviceId | 1.3.6.1.4.1.1991.1.14.2.0.5.1.2 | Unsigned32 | not-accessible | The NP device ID, a number which uniquely identifies the network processor within a linecard in the system. |
| brcdNPNotificationSupportEntry | 1.3.6.1.4.1.1991.1.14.2.0.5.1 | not-accessible | An entry consisting of objects used by notifications. | |
| STR brcdNPNotificationSupportErrorType | 1.3.6.1.4.1.1991.1.14.2.0.5.1.4 | DisplayString | accessible-for-notify | This object can be used by the traps to represent type or location of the error in the NP device. |
| U32 brcdNPNotificationSupportSlotId | 1.3.6.1.4.1.1991.1.14.2.0.5.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| brcdNPNotificationSupportTable | 1.3.6.1.4.1.1991.1.14.2.0.5 | not-accessible | A list of brcdNPNotificationSupport entries. The objects in this table are used by notifications defined in the brcdNPTMMIBNotification group. | |
| C64 brcdNPQosStatEgressBytes | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1.6 | Counter64 | read-only | The number of bytes leaving the device on the specified interface with an internal priority value equal to the value of the brcdNPQosStatQosPriority object. The internal priority is configuration dependent but generally is a function of DSCP, EXP or PCP. |
| C64 brcdNPQosStatEgressPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1.5 | Counter64 | read-only | The number of packets leaving the device on the specified interface with an internal priority value equal to the value of the brcdNPQosStatQosPriority object. The internal priority is configuration dependent but generally is a function of DSCP, EXP or PCP. |
| brcdNPQosStatEntry | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1 | not-accessible | An entry containing Qos statistics information applicable for a particular interface. | |
| NUM brcdNPQosStatIfIndex | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1.1 | InterfaceIndex | not-accessible | ifIndex of the interface. All the interfaces of the LP modules that are physically present and operationally up will be included in this table. Starting from NetIron 5.3 release, all deployed LAG interfaces will also be included in this table. |
| C64 brcdNPQosStatIngressBytes | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1.4 | Counter64 | read-only | The number of bytes that have arrived on the specified interface with a DSCP, EXP or PCP value in the packet equal to the value of the brcdNPQosStatQosPriority object. |
| C64 brcdNPQosStatIngressPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1.3 | Counter64 | read-only | The number of packets that have arrived on the specified interface with a DSCP, EXP or PCP value equal to the value of the brcdNPQosStatQosPriority object. |
| POR brcdNPQosStatQosPriority | 1.3.6.1.4.1.1991.1.14.2.1.1.2.1.2 | PortPriorityTC | not-accessible | Qos priority associated with this entry. This is 1-based index. The priority0 maps to 1, priority1 maps to 2 etc. Priority value equal to nonPriority(128) is not applicable to this table. |
| brcdNPQosStatTable | 1.3.6.1.4.1.1991.1.14.2.1.1.2 | not-accessible | This table contains information of Qos counters for the specific interface per Qos priority. Please refer to the MIB reference guide for pre-requisites of this table. | |
| brcdNPStatisticsInfo | 1.3.6.1.4.1.1991.1.14.2.1.1 | |||
| brcdNPStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1 | not-accessible | An entry containing NP counter information applicable for a particular interface if the module is physically present. | |
| NUM brcdNPStatsIfIndex | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.1 | InterfaceIndex | not-accessible | Interface index as equivalent to ifIndex in MIB II. This is applicable only for the interfaces that are physically present and operationally up. |
| C64 brcdNPStatsRxACLDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.12 | Counter64 | read-only | Drop counter for ACL drop on the ingress path. |
| C64 brcdNPStatsRxBadPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.10 | Counter64 | read-only | Counter for bad packets in the receiver side. They represent the packets that have MAC to NP interface errors. |
| C64 brcdNPStatsRxBroadcastPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.7 | Counter64 | read-only | Counter for broadcast packets received |
| C64 brcdNPStatsRxDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.4 | Counter64 | read-only | Counter for packets flagged for discard by packet evaluation engine. In equation, Rx Discard Packets = ACL drop + TTL drop + route-only drop + RPF drop + tag mismatch drop + VLAN blocking drop + segment filtering drop + drop by packet evaluation decisions + miscellaneous. |
| C64 brcdNPStatsRxForwardPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.3 | Counter64 | read-only | Counter for forwarded packets by packet evaluation engine in the Ingress. In equation, Rx Forward Packets = Rx Sent to TM Packets + Rx RL drop packets . |
| C64 brcdNPStatsRxIPv4Bytes | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.24 | Counter64 | read-only | Raw packet Bytes (+FCS) that have IPv4 Etype (0x0800) and IP version equals 0x4. |
| C64 brcdNPStatsRxIPv4Pkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.19 | Counter64 | read-only | Raw packet count that have IPv4 Etype (0x0800) and IP version of 0x4. |
| C64 brcdNPStatsRxIPv6Bytes | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.25 | Counter64 | read-only | Raw packet Bytes (+FCS) that have IPv6 Etype (0x86DD) and IP version equals 0x6. |
| C64 brcdNPStatsRxIPv6Pkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.20 | Counter64 | read-only | Raw packet count that have IPv6 Etype (0x86DD) and IP version of 0x6. |
| C64 brcdNPStatsRxIPv6RPFDropCount | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.23 | Counter64 | read-only | Counter for IPv6 drop on the ingress. |
| C64 brcdNPStatsRxIPv6SuppressRPFDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.22 | Counter64 | read-only | Counter for IPv6 suppressed RFP drops on the ingress path due to ACL override. |
| C64 brcdNPStatsRxLookupUnavailable | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.11 | Counter64 | read-only | Number of packets that have been dropped due to unavailability of the CAM interface for packet lookups. |
| C64 brcdNPStatsRxMiscPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.5 | Counter64 | read-only | Counter for Miscellaneous Packets Received. |
| C64 brcdNPStatsRxMulticastPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.8 | Counter64 | read-only | Counter for multicast packets received. |
| C64 brcdNPStatsRxPOSCtrlProtocolPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.26 | Counter64 | read-only | Number of control protocol packets received in POS mode. The object is supported only on POS interfaces. 0 is returned for others. |
| C64 brcdNPStatsRxPOSLinkDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.27 | Counter64 | read-only | Number of packets dropped due to link state in POS mode. The object is supported only on POS interfaces. 0 is returned for others. |
| C64 brcdNPStatsRxPriority0And1Drop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.13 | Counter64 | read-only | Counter for packets dropped based on Priority 0,1 in the Ingress. |
| C64 brcdNPStatsRxPriority2And3Drop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.14 | Counter64 | read-only | Counter for packets dropped based on Priority 2,3 in the Ingress. |
| C64 brcdNPStatsRxPriority4And5Drop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.15 | Counter64 | read-only | Counter for packets dropped based on Priority 4,5 in the Ingress. |
| C64 brcdNPStatsRxPriority6And7Drop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.16 | Counter64 | read-only | Counter for packets dropped based on Priority 6,7 in the Ingress. |
| C64 brcdNPStatsRxRawGoodPktsEx | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.2 | Counter64 | read-only | Counter for good packets received from MAC. In equation, Rx Raw Good Packets = Rx Unicast Packets + Rx Multicast Packets + Rx Broadcast Packets = Rx IPv4 Packets + Rx IPv6 Packets + Rx Other Packets = Rx Forward Packets + Rx Discard Packets |
| C64 brcdNPStatsRxRoutedPktsDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.28 | Counter64 | read-only | Number of received IPv4 or IPv6 routed packets that are dropped because the TTL is 0, or because routing is not enabled on the given virtual interface. |
| C64 brcdNPStatsRxRouteOnlyDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.21 | Counter64 | read-only | Counts packets that have been dropped due to Route-Only configuration during MAC-DA processing. |
| C64 brcdNPStatsRxRPFDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.18 | Counter64 | read-only | Counter for RPF drop in the ingress. |
| C64 brcdNPStatsRxSendToTMPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.9 | Counter64 | read-only | Counter for packets sent to TM. This value should be equal to difference of Rx forward packets and RL drops. |
| C64 brcdNPStatsRxSuppressRPFDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.17 | Counter64 | read-only | Counter for suppressed RPF drops on the ingress path due to ACL override. |
| C64 brcdNPStatsRxUnicastPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.6 | Counter64 | read-only | Counter for unicast packets received. |
| brcdNPStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.1.1 | not-accessible | A list of brcdNPStats entries. This table contains information of various Network Processor(NP) counters supported by this system. | |
| C64 brcdNPStatsTxACLDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.37 | Counter64 | read-only | Number of packets that have been dropped by the outbound ACL logic. |
| C64 brcdNPStatsTxBadPktsCnt | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.32 | Counter64 | read-only | Total number of packets dropped in egress logic that fail the initial length checks (min, max, bad packet etc.). |
| C64 brcdNPStatsTxBroadcastPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.34 | Counter64 | read-only | Counter for broadcast packets transmitted. |
| C64 brcdNPStatsTxIPv4Bytes | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.43 | Counter64 | read-only | Counts packet Bytes (+FCS) that have IPv4 Etype (0x0800) and IP version equals 0x4 |
| C64 brcdNPStatsTxIPv4Pkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.41 | Counter64 | read-only | Number of IPv4 packets transmitted out the port that have Etype 0x0800 and IPver version equals 0x4) |
| C64 brcdNPStatsTxIPv6Bytes | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.44 | Counter64 | read-only | Counts packet Bytes (+FCS) that have IPv6 Etype (0x86DD) and IP version equals 0x6 |
| C64 brcdNPStatsTxIPv6Pkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.42 | Counter64 | read-only | Number of IPv6 packets transmitted out the port that have Etype 0x86DD and IPver version equals 0x6. |
| C64 brcdNPStatsTxMulticastPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.35 | Counter64 | read-only | Counter for multicast packets transmitted. |
| C64 brcdNPStatsTxPFCMTUExceedDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.39 | Counter64 | read-only | Number of packets that have been dropped by egress logic that exceeds the MTU of the egress queue (they map to). Supported only on 'NI-MLX-10Gx8-D 8-port 10GbE Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module'. 0 is returned for the rest of the cards. |
| C64 brcdNPStatsTxPFCMulticastDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.38 | Counter64 | read-only | Number of multicast FID packets that have been dropped by egress logic that map to the egress queue which is in paused state. Supported only on 'NI-MLX-10Gx8-D 8-port 10GbE Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module'. 0 is returned for the rest of the cards. |
| C64 brcdNPStatsTxPFCQMAPErrorDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.40 | Counter64 | read-only | Number of packets that have been dropped by egress logic that does not map to any valid egress queue. This object is Supported only on 'NI-MLX-10Gx8-D 8-port 10GbE Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module'. 0 is returned for the rest of the cards. |
| C64 brcdNPStatsTxPOSCtrlProtocolPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.45 | Counter64 | read-only | Number of control protocol packets sent in POS mode. The object is supported only for POS interfaces. For others it returns 0. |
| C64 brcdNPStatsTxPOSLinkDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.46 | Counter64 | read-only | Number of packets dropped due to link state in POS mode. The object is supported only for POS interfaces. For others it returns 0. |
| C64 brcdNPStatsTxRawGoodPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.30 | Counter64 | read-only | Total number of packets sent to egress processing logic that pass the initial length checks (min, max, offsets, bad packet etc.)In equation, Tx Raw Good Packets = Tx Receive From TM Packets - Tx Bad Packets = Tx Unicast Packets + Tx Broadcast Packets + Tx Multicast Packets + Tx Source Port Suppression Drop. |
| C64 brcdNPStatsTxReceiveFromTM | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.36 | Counter64 | read-only | Counter for packets received from TM. |
| C64 brcdNPStatsTxSentToMACPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.29 | Counter64 | read-only | Total number of packets sent to MAC for transmit.In equation, Tx Sent to MAC = Tx IPv4 Packets + Tx IPv6 Packets + Tx Others = Tx Raw Good Packets - Tx Source Port Suppression Drop - Tx ACL drop - Tx RL Drop - Tx Multicast TTL drop. |
| C64 brcdNPStatsTxSrcPortSupressDrop | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.31 | Counter64 | read-only | Number of packets dropped because of transmit source port suppression. |
| C64 brcdNPStatsTxUnicastPkts | 1.3.6.1.4.1.1991.1.14.2.1.1.1.1.33 | Counter64 | read-only | Counter for unicast packets transmitted. |
| brcdNPTMMIBNotification | 1.3.6.1.4.1.1991.1.14.2.0 | |||
| brcdNPTMMIBObjects | 1.3.6.1.4.1.1991.1.14.2.1 | |||
| C64 brcdTMCpuAggrQStatsDequeBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.5 | Counter64 | read-only | A aggregate count of all bytes dequeued from ingress queues and forwarded on this traffic manager |
| C64 brcdTMCpuAggrQStatsDequePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.4 | Counter64 | read-only | A aggregate count of all packets dequeued from ingress queues and forwarded on this traffic Manager |
| STR brcdTMCpuAggrQStatsDescription | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.1 | DisplayString | read-only | This object gives the range of ports serviced by the brcdTMCpuQStatsTMDeviceId. |
| C64 brcdTMCpuAggrQStatsEnqueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.3 | Counter64 | read-only | An aggregate count of all bytes entering ingress queues on this traffic manager |
| C64 brcdTMCpuAggrQStatsEnquePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.2 | Counter64 | read-only | An aggregate count of all packets entering ingress queues on this traffic manager |
| brcdTMCpuAggrQStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1 | not-accessible | An entry containing Aggregation of TM CPU Queues counter information. | |
| C64 brcdTMCpuAggrQStatsOldestDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.9 | Counter64 | read-only | An aggregate count of all bytes entering ingress queues on this traffic manager, but deleted afterwards due to buffer full |
| C64 brcdTMCpuAggrQStatsOldestDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.8 | Counter64 | read-only | An aggregate count of all packets entering ingress queues on this traffic manager, but deleted afterwards due to buffer full. |
| brcdTMCpuAggrQStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.2.9 | not-accessible | A list of TM Aggregate CPU queue stats entries. This table contains information of Aggregation of Traffic Manager(TM) CPU queue counters supported by this system. | |
| C64 brcdTMCpuAggrQStatsTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.7 | Counter64 | read-only | An aggregate count of all bytes failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering |
| C64 brcdTMCpuAggrQStatsTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.6 | Counter64 | read-only | A aggregate count of all packets failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. |
| C64 brcdTMCpuAggrQStatsWREDDroppedBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.11 | Counter64 | read-only | An agggregate count of all bytes entering ingress queues on this traffic manager but dropped due to WRED. |
| C64 brcdTMCpuAggrQStatsWREDDroppedPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.9.1.10 | Counter64 | read-only | An aggregate count of all packets entering ingress queues on this traffic manager but dropped due to WRED. |
| brcdTMCpuQInfoEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1 | not-accessible | An entry containing TM counter information. | |
| U32 brcdTMCpuQInfoPriority0CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.4 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 0 |
| U32 brcdTMCpuQInfoPriority0QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.3 | Unsigned32 | read-only | The size of the CPU Queue for the priority 0 |
| U32 brcdTMCpuQInfoPriority1CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.6 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 1 |
| U32 brcdTMCpuQInfoPriority1QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.5 | Unsigned32 | read-only | The size of the CPU Queue for the priority 1 |
| U32 brcdTMCpuQInfoPriority2CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.8 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 2 |
| U32 brcdTMCpuQInfoPriority2QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.7 | Unsigned32 | read-only | The size of the CPU Queue for the priority 2 |
| U32 brcdTMCpuQInfoPriority3CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.10 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 3 |
| U32 brcdTMCpuQInfoPriority3QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.9 | Unsigned32 | read-only | The size of the CPU Queue for the priority 3 |
| U32 brcdTMCpuQInfoPriority4CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.12 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 4 |
| U32 brcdTMCpuQInfoPriority4QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.11 | Unsigned32 | read-only | The size of the CPU Queue for the priority 4 |
| U32 brcdTMCpuQInfoPriority5CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.14 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 5 |
| U32 brcdTMCpuQInfoPriority5QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.13 | Unsigned32 | read-only | The size of the CPU Queue for the priority 5 |
| U32 brcdTMCpuQInfoPriority6CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.16 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 6 |
| U32 brcdTMCpuQInfoPriority6QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.15 | Unsigned32 | read-only | The size of the CPU Queue for the priority 6 |
| U32 brcdTMCpuQInfoPriority7CreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.18 | Unsigned32 | read-only | The credit count of the CPU Queue for the priority 7 |
| U32 brcdTMCpuQInfoPriority7QSize | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.17 | Unsigned32 | read-only | The size of the CPU Queue for the priority 7 |
| U32 brcdTMCpuQInfoSlotId | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| brcdTMCpuQInfoTable | 1.3.6.1.4.1.1991.1.14.2.1.2.7 | not-accessible | A list of TM CPU queue information entries. This table contains information of Traffic Manager(TM) CPU Queue information supported by this system. | |
| U32 brcdTMCpuQInfoTMDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.2.7.1.2 | Unsigned32 | not-accessible | The TM device ID, a number which uniquely identifies the network processor TM within a linecard in this system. |
| U32 brcdTMCpuQStatsCreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.18 | Unsigned32 | read-only | This queue's current credit count |
| C64 brcdTMCpuQStatsDequeBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.9 | Counter64 | read-only | A count of all bytes dequeued from ingress queues and forwarded on this traffic manager |
| C64 brcdTMCpuQStatsDequePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.8 | Counter64 | read-only | A count of all packets dequeued from ingress queues and forwarded on this traffic Manager |
| STR brcdTMCpuQStatsDescription | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.5 | DisplayString | read-only | This object gives the range of ports serviced by the brcdTMCpuQStatsTMDeviceId. |
| C64 brcdTMCpuQStatsEnqueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.7 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager |
| C64 brcdTMCpuQStatsEnquePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.6 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager |
| brcdTMCpuQStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1 | not-accessible | An entry containing TM counter information. | |
| C64 brcdTMCpuQStatsMaxQDepthSinceLastRead | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.16 | Counter64 | read-only | The maximum queue depth since last access to read. |
| C64 brcdTMCpuQStatsOldestDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.13 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager, but deleted afterwards due to buffer full |
| C64 brcdTMCpuQStatsOldestDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.12 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager, but deleted afterwards due to buffer full. |
| POR brcdTMCpuQStatsPriority | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.4 | PortPriorityTC | not-accessible | The priority of the packets that will be stored in this queue. This is 1-based index. The priority 0 maps to 1, priority 1 maps to 2 etc. |
| U32 brcdTMCpuQStatsQSize | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.17 | Unsigned32 | read-only | This queue's current size |
| U32 brcdTMCpuQStatsSlotId | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| brcdTMCpuQStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.2.5 | not-accessible | A list of TM CPU queue stats entries. This table contains information of Traffic Manager(TM) CPU queue counters supported by this system. | |
| U32 brcdTMCpuQStatsTMDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.2 | Unsigned32 | not-accessible | The TM device ID, a number which uniquely identifies the network processor TM within a linecard in the system. |
| C64 brcdTMCpuQStatsTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.11 | Counter64 | read-only | A count of all bytes failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering |
| C64 brcdTMCpuQStatsTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.10 | Counter64 | read-only | A count of all packets failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. |
| INT brcdTMCpuQStatsType | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.3 | INTEGER | not-accessible | The type of the CPU queue |
| C64 brcdTMCpuQStatsWREDDroppedBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.15 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager but dropped due to WRED. |
| C64 brcdTMCpuQStatsWREDDroppedPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.5.1.14 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager but dropped due to WRED. |
| C64 brcdTMDestUcastQStatDequeBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.6 | Counter64 | read-only | Total aggregated count of all bytes dequeued/transmitted from ingress queue across all traffic managers. |
| C64 brcdTMDestUcastQStatDequePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.5 | Counter64 | read-only | Total aggregated count of all packets dequeued/transmitted from ingress queue across all traffic managers. |
| NUM brcdTMDestUcastQStatDestIfIndex | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.1 | InterfaceIndex | not-accessible | ifIndex of the destination interface. All the interfaces of the LP modules that are physically present and operationally up will be included in this table. Starting from NetIron 5.3 release, all deployed LAG interfaces will also be included in this table. |
| C64 brcdTMDestUcastQStatEnqueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.4 | Counter64 | read-only | Total aggregated count of all bytes entering ingress queue across all traffic managers. |
| C64 brcdTMDestUcastQStatEnquePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.3 | Counter64 | read-only | Total aggregated count of all packets entering ingress queue across all traffic managers. |
| brcdTMDestUcastQStatEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1 | not-accessible | An entry containing TM unicast queue counters aggregated across all TMs per a given destination interface per priority. | |
| POR brcdTMDestUcastQStatPriority | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.2 | PortPriorityTC | not-accessible | The priority of the packets that will be stored in this queue. This is 1-based value. The priority0 maps to 1, priority1 maps to 2 etc. Priority value equal to nonPriority(128) indicates the aggregated counters for the given destination port. When the tm-max-queues is set to 4, two consecutive priorities are stored in one unicast queue. In this case, the valid values for this index are 1, 3, 5, 7 and 128. |
| brcdTMDestUcastQStatTable | 1.3.6.1.4.1.1991.1.14.2.1.2.8 | not-accessible | This table contains information of Traffic Manager(TM) unicast queue counters aggregated across all TMs per destination interface per priority. Entry with priority value equals to 128 includes per interface statistics aggregated across all priorities. Please refer to the MIB reference guide for pre-requisites of this table. | |
| C64 brcdTMDestUcastQStatTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.8 | Counter64 | read-only | For a virtual output queue, total aggregated count across all TMs of bytes that were discarded, either before enqueueing due to WRED or maximum queue depth reached, or after enqueueing but before dequeueing due to aging. |
| C64 brcdTMDestUcastQStatTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.8.1.7 | Counter64 | read-only | For a virtual output queue, total aggregated count across all TMs of packets that were discarded, either before enqueueing due to WRED or maximum queue depth reached, or after enqueueing but before dequeueing due to aging. |
| U32 brcdTMMcastQStatsCreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.17 | Unsigned32 | read-only | This queue's current credit count |
| C64 brcdTMMcastQStatsDequeBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.8 | Counter64 | read-only | A count of all bytes dequeued from ingress queues and forwarded on this traffic manager |
| C64 brcdTMMcastQStatsDequePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.7 | Counter64 | read-only | A count of all packets dequeued from ingress queues and forwarded on this traffic Manager |
| STR brcdTMMcastQStatsDescription | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.4 | DisplayString | read-only | This object gives the range of ports serviced by the brcdTMMcastQStatsTMDeviceId and priorities serviced by this queue. |
| C64 brcdTMMcastQStatsEnqueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.6 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager |
| C64 brcdTMMcastQStatsEnquePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.5 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager |
| brcdTMMcastQStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1 | not-accessible | An entry containing TM counter information. | |
| C64 brcdTMMcastQStatsMaxQDepthSinceLastRead | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.15 | Counter64 | read-only | The maximum queue depth since last access to read. |
| C64 brcdTMMcastQStatsOldestDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.12 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager, but deleted afterwards due to buffer full |
| C64 brcdTMMcastQStatsOldestDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.11 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager, but deleted afterwards due to buffer full. |
| INT brcdTMMcastQStatsPriority | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.3 | INTEGER | not-accessible | The priority of the packets that will be stored in this queue. Two consecutive priorities are stored in one multicast queue. There are 4 multicast queues per TM for 8 priorities. |
| U32 brcdTMMcastQStatsQSize | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.16 | Unsigned32 | read-only | This queue's current size |
| U32 brcdTMMcastQStatsSlotId | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| brcdTMMcastQStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.2.4 | not-accessible | A list of TM Multicast queue stats entries. This table contains information of Traffic Manager(TM) Multicast queue counters supported by this system. | |
| U32 brcdTMMcastQStatsTMDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.2 | Unsigned32 | not-accessible | The TM device ID, a number which uniquely identifies the network processor TM within a linecard in this system. |
| C64 brcdTMMcastQStatsTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.10 | Counter64 | read-only | A count of all bytes failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering |
| C64 brcdTMMcastQStatsTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.9 | Counter64 | read-only | A count of all packets failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. |
| C64 brcdTMMcastQStatsWREDDroppedBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.14 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager but dropped due to WRED. |
| C64 brcdTMMcastQStatsWREDDroppedPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.4.1.13 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager but dropped due to WRED. |
| IPt brcdTMMcastStreamQStatsAddressType | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.1 | InetAddressType | not-accessible | A value indicating the address family of the address contained in brcdTMMcastStreamQStatsSource and brcdTMMcastStreamQStatsGroup. Legal values correspond to the subset of address families for which multicast forwarding is supported. |
| U32 brcdTMMcastStreamQStatsCreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.18 | Unsigned32 | read-only | This queue's current credit count |
| C64 brcdTMMcastStreamQStatsDequeBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.9 | Counter64 | read-only | A count of all bytes dequeued from ingress queues and forwarded on this traffic manager |
| C64 brcdTMMcastStreamQStatsDequePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.8 | Counter64 | read-only | A count of all packets dequeued from ingress queues and forwarded on this traffic Manager |
| C64 brcdTMMcastStreamQStatsEnqueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.7 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager |
| C64 brcdTMMcastStreamQStatsEnquePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.6 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager |
| brcdTMMcastStreamQStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1 | not-accessible | An entry containing TM Multicast stream queue counter information. | |
| IP brcdTMMcastStreamQStatsGroup | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.3 | InetAddress | not-accessible | The Group IP address of the multicast stream. |
| ADR brcdTMMcastStreamQStatsGroupPrefixLength | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.4 | InetAddressPrefixLength | not-accessible | The length in bits of the mask which, when combined with the corresponding value of brcdTMMcastStreamQStatsGroup, identifies the groups for which this entry contains queue statistics. The InetAddressType is given by brcdTMMcastStreamQStatsAddressType. For values 'ipv4' and 'ipv4z', this object must be in the range 4..32. For values 'ipv6' and 'ipv6z', this object must be in the range 8..128. |
| C64 brcdTMMcastStreamQStatsMaxQDepthSinceLastRead | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.16 | Counter64 | read-only | The maximum queue depth since last access to read. |
| C64 brcdTMMcastStreamQStatsOldestDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.13 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager, but deleted afterwards due to buffer full |
| C64 brcdTMMcastStreamQStatsOldestDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.12 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager, but deleted afterwards due to buffer full. |
| INT brcdTMMcastStreamQStatsPriority | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.5 | INTEGER | read-only | The priority of the packets that will be stored in this queue. Two consecutive priorities are stored in one multicast stream queue. |
| U32 brcdTMMcastStreamQStatsQSize | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.17 | Unsigned32 | read-only | This queue's current size |
| IP brcdTMMcastStreamQStatsSource | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.2 | InetAddress | not-accessible | The Source IP address of the multicast stream. |
| brcdTMMcastStreamQStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.2.6 | not-accessible | A list of TM Multicast stream queue stats entries. This table contains information of Traffic Manager(TM) Multicast stream queue counters supported by this system. | |
| C64 brcdTMMcastStreamQStatsTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.11 | Counter64 | read-only | A count of all bytes failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering |
| C64 brcdTMMcastStreamQStatsTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.10 | Counter64 | read-only | A count of all packets failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. |
| C64 brcdTMMcastStreamQStatsWREDDroppedBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.15 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager but dropped due to WRED. |
| C64 brcdTMMcastStreamQStatsWREDDroppedPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.6.1.14 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager but dropped due to WRED. |
| U32 brcdTMPortMappingAvailablePorts | 1.3.6.1.4.1.1991.1.14.2.1.2.1.3 | Unsigned32 | read-only | The available ports on this system |
| U32 brcdTMPortMappingMaxPorts | 1.3.6.1.4.1.1991.1.14.2.1.2.1.1 | Unsigned32 | read-only | The maximum ports that can be supported by the TM on this system |
| U32 brcdTMPortMappingUsedPorts | 1.3.6.1.4.1.1991.1.14.2.1.2.1.2 | Unsigned32 | read-only | The currently used ports on this system |
| brcdTMStatisticsInfo | 1.3.6.1.4.1.1991.1.14.2.1.2 | |||
| brcdTMStatisticsInfoGroup | 1.3.6.1.4.1.1991.1.14.2.1.2.1 | |||
| STR brcdTMStatsDescription | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.3 | DisplayString | read-only | This object gives the range of ports serviced by the brcdTMStatsTMDeviceId. |
| C64 brcdTMStatsEgressDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.16 | Counter64 | read-only | A count of all bytes failing to enter egress queues on this traffic manager. This counter is not supported on 'NI-MLX-10Gx8-D 8-port 10GbE (D) Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-10Gx24-DM 24-port-10GbE Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX- 100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. 0 is returned for these cards. |
| C64 brcdTMStatsEgressDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.15 | Counter64 | read-only | A count of all packets failing to enter egress queues on this traffic manager. |
| C64 brcdTMStatsEgressEnqueueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.8 | Counter64 | read-only | A count of all bytes entering egress queues and forwarded out on this traffic manager. This counter is not supported on 'NI-MLX-10Gx8-D 8-port 10GbE (D) Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-10Gx24-DM 24-port-10GbE Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX- 100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. 0 is returned for these cards. |
| C64 brcdTMStatsEgressEnqueuePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.6 | Counter64 | read-only | A count of all packets entering egress queues and forwarded out on this traffic manager. |
| brcdTMStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1 | not-accessible | An entry containing TM counter information. | |
| C64 brcdTMStatsIngressDequeueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.10 | Counter64 | read-only | A count of all bytes dequeued from ingress queues and forwarded on this traffic manager. This counter is not supported on 'NI-MLX-10Gx8-D 8-port 10GbE (D) Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module' 'BR-MLX-10Gx24-DM 24-port-10GbE Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX- 100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. |
| C64 brcdTMStatsIngressDequeuePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.9 | Counter64 | read-only | A count of all packets dequeued from ingress queues and forwarded on this traffic manager. |
| C64 brcdTMStatsIngressEnqueueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.7 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager. This counter is not supported on 'NI-MLX-10Gx8-D 8-port 10GbE (D) Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-10Gx24-DM 24 -port-10GbE Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2- port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. 0 is returned for these cards. |
| C64 brcdTMStatsIngressEnqueuePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.5 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager. |
| C64 brcdTMStatsIngressOldestDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.14 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager, but deleted later due to buffer being full. This counter is not supported on 'NI-MLX-10Gx8-D 8-port 10GbE (D) Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module', 'NI-MLX-10Gx8-X 8-port 10GbE (X) Module', 'BR-MLX-10Gx24-DM 24-port-10GbE Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX-100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. 0 is returned for these cards. |
| C64 brcdTMStatsIngressOldestDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.13 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager, but deleted later due to buffer being full. |
| C64 brcdTMStatsIngressTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.12 | Counter64 | read-only | A count of all bytes failing to enter ingress queues on this traffic manager. This may be due to: (1) the queue reaching its maximum depth, WRED, or other reasons. (2) the network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. This counter is not supported on 'NI-MLX-10Gx8-D 8-port 10GbE (X) Module'NI-MLX-10Gx8-D 8-port 10GbE(D) Module', 'NI-MLX-10Gx8-M 8-port 10GbE (M) Module','BR-MLX-10Gx24-DM 24-port-10GbE Module', 'BR-MLX-10Gx24-DM 24-port-10GbE Module', 'BR-MLX-40Gx4-M 4-port 40GbE Module', 'BR-MLX-10Gx20 20-port 1/10GbE Module', 'BR-MLX- 100Gx2-CFP2 2-port 100GbE Module' and 'BR-MLX-10Gx4-M-IPSEC 4-port 10GbE Module' cards. 0 is returned for these cards. |
| C64 brcdTMStatsIngressTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.11 | Counter64 | read-only | A count of all packets failing to enter ingress queues on this traffic manager. This may be due to: (1) the queue reaching its maximum depth, WRED, or other reasons. (2) the network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. |
| U32 brcdTMStatsSlotId | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| brcdTMStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.2.2 | not-accessible | A list of brcdTMStats entries. This table contains information of various Traffic Manager(TM) counters supported by this system. | |
| U32 brcdTMStatsTMDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.2 | Unsigned32 | not-accessible | The TM device ID, a number which uniquely identifies the network processor TM within a linecard in the system. |
| C64 brcdTMStatsTotalIngressPktsCnt | 1.3.6.1.4.1.1991.1.14.2.1.2.2.1.4 | Counter64 | read-only | A count of all packets entering into this traffic manager. |
| U32 brcdTMUcastQStatsCreditCount | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.18 | Unsigned32 | read-only | This queue's current credit count |
| C64 brcdTMUcastQStatsDequeBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.9 | Counter64 | read-only | A count of all bytes dequeued from ingress queues and forwarded on this traffic manager |
| C64 brcdTMUcastQStatsDequePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.8 | Counter64 | read-only | A count of all packets dequeued from ingress queues and forwarded on this traffic Manager |
| STR brcdTMUcastQStatsDescription | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.5 | DisplayString | read-only | This object gives the range of ports serviced by the brcdTMUcastQStatsTMDeviceId and priorities serviced by this queue. |
| NUM brcdTMUcastQStatsDstIfIndex | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.3 | InterfaceIndex | not-accessible | The destination interface index. This is applicable only for the interface on the LP module that is physically present and operationally up |
| C64 brcdTMUcastQStatsEnqueBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.7 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager |
| C64 brcdTMUcastQStatsEnquePkts | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.6 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager |
| brcdTMUcastQStatsEntry | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1 | not-accessible | An entry containing TM counter information. | |
| C64 brcdTMUcastQStatsMaxQDepthSinceLastRead | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.16 | Counter64 | read-only | The maximum queue depth since last access to read. |
| C64 brcdTMUcastQStatsOldestDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.13 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager, but deleted afterwards due to buffer full |
| C64 brcdTMUcastQStatsOldestDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.12 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager, but deleted afterwards due to buffer full. |
| POR brcdTMUcastQStatsPriority | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.4 | PortPriorityTC | not-accessible | The priority of the packets that will be stored in this queue. This is 1-based index. When the tm-max-queues is set to 4, two consecutive priorities are stored in one unicast queue. In this case, the valid values for this index are 1, 3, 5 and 7. |
| U32 brcdTMUcastQStatsQSize | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.17 | Unsigned32 | read-only | This queue's current size |
| U32 brcdTMUcastQStatsSlotId | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.1 | Unsigned32 | not-accessible | Slot ID of the LP module, which uniquely identifies a linecard. The LP module must be physically present and operationally up. |
| brcdTMUcastQStatsTable | 1.3.6.1.4.1.1991.1.14.2.1.2.3 | not-accessible | A list of TM unicast queue stats entries. This table contains information of Traffic Manager(TM) unicast queue counters supported by this system. | |
| U32 brcdTMUcastQStatsTMDeviceId | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.2 | Unsigned32 | not-accessible | The TM device ID, a number which uniquely identifies the network processor TM within a linecard in the system. |
| C64 brcdTMUcastQStatsTotalQDiscardBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.11 | Counter64 | read-only | A count of all bytes failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering |
| C64 brcdTMUcastQStatsTotalQDiscardPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.10 | Counter64 | read-only | A count of all packets failing to enter ingress queues on this traffic manager. This may be due to: * The queue reaching its maximum depth, WRED, or other reasons. * The network processor deciding to drop packets for reasons including: an unknown Layer-3 route, RPF, or segment filtering. |
| C64 brcdTMUcastQStatsWREDDroppedBytes | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.15 | Counter64 | read-only | A count of all bytes entering ingress queues on this traffic manager but dropped due to WRED. |
| C64 brcdTMUcastQStatsWREDDroppedPkts | 1.3.6.1.4.1.1991.1.14.2.1.2.3.1.14 | Counter64 | read-only | A count of all packets entering ingress queues on this traffic manager but dropped due to WRED. |
| brocadeNPTMStatsMIB | 1.3.6.1.4.1.1991.1.14.2 | The MIB module to describe Network Processor (NP) and Traffic Manager(TM) related statistics information. Supported Platforms: - supported on NI XMR/MLX platforms. Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment. |
RFC description
Monitors network processor and traffic manager statistics, memory errors, and buffer overflow events on Brocade switches.
Start monitoring Brocade NetIron XMR/MLX routers with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.