CISCO-EPC-GATEWAY-MIB
- Registered at
- 1.3.6.1.4.1.9.9.731
- Last updated
- 2012-02-08 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2012-02-08 00:00, 2011-05-10 00:00, 2011-03-04 00:00, 2010-06-28 00:00, 2010-05-06 00:00, 2010-04-21 00:00
- Namespace
- cisco
- Source file
CISCO-EPC-GATEWAY-MIB- Digest
sha256:e7e2d878791550d38d507612ef43c3091ec3502ee54b01fde2f91cba76e24ecc
Description
This MIB module manages the features and configuration for PDN Gateway(PGW) and Serving Gateway(SGW) in Evolved Packet Core(EPC) architecture. The PGW is the permanent IP point-of-attachment for access via the E-UTRAN. The PGW performs IP policy and charging enforcement on packet flows to and from mobile devices. The SGW is a local mobility anchor for E-UTRAN mobility, switching packets between the S5 interface and the GTP based S1-U interface for mobiles in connected mode. +------------------------------------------------+ | | | | | +=======+__________ | | | UTRAN | |S12 | | | +======+ | | | +======| | | | | +======| SGSN |___ | | | | +======+ || | | | GERAN | | S4|| | | +=======+ |(GTP-C|| | | S3| VO,V1|| | | | GTPU|| | | |VO,V1)|| | | +======+ || | | ____| MME |__ || | | | +======+ ||| | | S1-MME| S11 ||| | | | GTP-C ||| | | | (V0,V1,V2) ||| | |+====+ +========+ +======+ +======+ | +===+ || UE |-|E-Utran | | SGW | | PGW |-SGi-|PDN| || | |(EnodeB)| | | | | | | | |+====+ +========+ +======+ +======+ | +===+ | | | | GTP-C | | | | | |(vo,v1,v2)| | | | | |GTP-C | | | | | | (vo,v1) | | | | GTP v2-u | | | | | ------------ ----------- | | (S1-U) S5 | | | +------------------------------------------------+ This architecture supports the non-roaming and roaming architectures using GTP based protocol on the PGW and SGW with a number of functions. It support high number of subscribers with their associated control messages and data traffic. Each of this association forms an entry in PGW and SGW and is commonly know as bearers. The various features used by this architecture and their attributes are captured in this MIB: 1. Overload protection, handles congestion control, SGW and PGW represent congestion as a DFP metric considering the current CPU, memory usage and number of bearers open. On reaching the low congestion threshold, based on the ARP, high priority calls are accepted and those with a lower priority are rejected. Once the high threshold is reached all new calls are rejected. 2. Buffering agent, the SGW buffers the data packets in the downlink direction till the downlink path/peer information is ready. It buffers all packets coming from any gateway based on the default/configured values of the buffer size, discard period and number of packets. Packets will be buffered on a per bearer basis and retrieved in the order it was buffered using the handle given by the buffering agent initially. If the buffer is full then no more bearers will be accepted. Acronyms and terms: 3GPP 3rd Generation Partnership Project DFP Dynamic Feedback Protocol EDGE Enhanced Data rates for GSM Evolution EPC Evolved Packet Core E-UTRAN Evolved UTRAN GERAN GSM EDGE Radio Access Network GPRS General Packet Radio Service GSM Global System for Mobile communications GTP GPRS Tunneling Protocol PDN Public Data Network PGW PDN Gateway SAE System Architecture Evolution SGW Serving Gateway SP GW An integrated SGW and PGW Gateway UE User Equipment UMTS Universal Mobile Telecommunications System UTRAN UMTS Radio Access Network REFERENCE [1] 3GPP: Evolved GPRS Tunneling Protocol for Control Plane (GTPv2-C). 3GPP TS 29.274 V1.3.1. [2] 3GPP: GPRS enhancements for E-UTRAN access. 3GPP TS 23.401 V8.3.0. [3] 3GPP: Circuit Switched fallback in Evolved Packet System(EPS). 3GPP TS 23.272.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lte@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeInterval, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-EPC-GATEWAY-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoEpcGatewayMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.0 | |||
| ciscoEpcGatewayMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1 | |||
| ciscoEpcGatewayStatistics OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.1 | |||
| cegOverloadProtectionStats OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.1.1 | |||
| cegCongestionIncomingReqDrops OBJECT-TYPE This object represents the total number of incoming calls dropped at the gateway. This counter is incremented when the gateway receives an incoming call request at high congestion level, and the request is dropped. | 1.3.6.1.4.1.9.9.731.1.1.1.1 | Counter32 | read-only | current |
| cegCongestionLowThresholdReached OBJECT-TYPE This object represents the number of times low congestion occurred on the gateway. The value is equal to the number of times the gateway exceeded the congestion threshold cegCongestionLowThreshold. | 1.3.6.1.4.1.9.9.731.1.1.1.2 | Counter32 | read-only | current |
| cegCongestionHighThresholdReached OBJECT-TYPE This object represents the number of times high congestion occurred on the gateway. The value is equal to the number of times the gateway exceeded the congestion threshold cegCongestionHighThreshold. | 1.3.6.1.4.1.9.9.731.1.1.1.3 | Counter32 | read-only | current |
| cegBufferStats OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.1.2 | |||
| cegBuffersCreated OBJECT-TYPE This object represents the total number of buffers allocated by buffering agent. | 1.3.6.1.4.1.9.9.731.1.1.2.1 | Counter32 | read-only | current |
| cegBuffersDeleted OBJECT-TYPE This object represents the total number of buffers deallocated by buffering agent. | 1.3.6.1.4.1.9.9.731.1.1.2.2 | Counter32 | read-only | current |
| cegBuffersTimedOut OBJECT-TYPE This object represents the total number of buffers that got timed out, at buffering agent. A buffer is timed out when the discard timer cegBufferDiscardDataTime expires. | 1.3.6.1.4.1.9.9.731.1.1.2.3 | Counter32 | read-only | current |
| cegBufferPacketsEnqueued OBJECT-TYPE This object represents the total number of packets enqueued to the buffering agent. | 1.3.6.1.4.1.9.9.731.1.1.2.4 | Counter32 | read-only | current |
| cegBufferPacketsDequeued OBJECT-TYPE This object represents the total number of packets dequeued from the buffering agent. | 1.3.6.1.4.1.9.9.731.1.1.2.5 | Counter32 | read-only | current |
| cegBufferBytesEnqueued OBJECT-TYPE This object represents the total bytes of data enqueued to the buffering agent. | 1.3.6.1.4.1.9.9.731.1.1.2.6 | Counter32 | read-only | current |
| cegBufferBytesDequeued OBJECT-TYPE This object represents the total bytes of data dequeued from the buffering agent. | 1.3.6.1.4.1.9.9.731.1.1.2.7 | Counter32 | read-only | current |
| cegBufferRejMemUnavailable OBJECT-TYPE This object represents the total number of times, buffer allocation is rejected by gateway due to, requested memory is greater than cegTotalBufferAvailable. | 1.3.6.1.4.1.9.9.731.1.1.2.8 | Counter32 | read-only | current |
| cegBufferRejLowMem OBJECT-TYPE This object represents the total number of times, buffer allocation is rejected due to, low memory availability in the gateway. | 1.3.6.1.4.1.9.9.731.1.1.2.9 | Counter32 | read-only | current |
| cegPacketDropDueToMaxPacketLimit OBJECT-TYPE This object represents the number of packet drops due to bearer maximum packet limit. | 1.3.6.1.4.1.9.9.731.1.1.2.10 | Counter32 | read-only | current |
| cegPacketDropDueToMaxBufferLimit OBJECT-TYPE This object represents the number of packet drops due to bearer maximum buffer limit. | 1.3.6.1.4.1.9.9.731.1.1.2.11 | Counter32 | read-only | current |
| ciscoEpcGatewayConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.2 | |||
| cegOverloadProtectionConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.2.1 | |||
| cegCongestionLowThreshold OBJECT-TYPE This object specifies the low threshold for congestion. Congestion DFP metric considers the current CPU memory usage and number of bearers open. On reaching the low congestion threshold, based on the ARP, high priority calls are accepted and those with a lower priority are rejected. | 1.3.6.1.4.1.9.9.731.1.2.1.1 | Unsigned32 (0..100) | read-write | current |
| cegCongestionHighThreshold OBJECT-TYPE This object specifies the high threshold for congestion. Congestion DFP metric considers the current CPU memory usage and number of bearers open. Once the high threshold is reached all new calls are rejected. | 1.3.6.1.4.1.9.9.731.1.2.1.2 | Unsigned32 (0..100) | read-write | current |
| cegBufferingAgentConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.2.2 | |||
| cegBufferingAgentEnabled OBJECT-TYPE This object specifies the state of the buffering agent. 'true' - indicates that the buffering agent is enabled. 'false' - indicates that the buffering agent is disabled. | 1.3.6.1.4.1.9.9.731.1.2.2.1 | TruthValue | read-write | current |
| cegBufferMaxSize OBJECT-TYPE This object represents the maximum size of a buffer that can be allocated for a bearer. This object is directly dependent on object cegBufferingAgentEnabled and is applicable only when buffering agent is enabled, that is when cegBufferingAgentEnabled is 'true'. | 1.3.6.1.4.1.9.9.731.1.2.2.2 | Unsigned32 (400..12000) | read-write | current |
| cegBufferDiscardDataTime OBJECT-TYPE This object specifies the duration for which the buffering agent waits before discarding a buffer. The discard timer begins when a packet is enqueued in the allocated buffer for a bearer. Whenever a packet is enqueued for a bearer, the discard timer is reset. If the timer expires, then the buffer is freed. | 1.3.6.1.4.1.9.9.731.1.2.2.3 | Unsigned32 (1..300) | read-write | current |
| cegBufferMaxPacketsPerBuffer OBJECT-TYPE This object specifies the maximum number of packets allowed per buffer in buffering agent. Any new incoming packet after this value has reached its maximum will be dropped. | 1.3.6.1.4.1.9.9.731.1.2.2.4 | Unsigned32 (1..15) | read-write | current |
| ciscoEpcGatewayStatus OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.3 | |||
| cegVersion OBJECT-TYPE This object represents the current version of the PGW or SGW software running on the gateway. Display format: <software> : <version>:<release>. | 1.3.6.1.4.1.9.9.731.1.3.1 | SnmpAdminString (SIZE(1..100)) | read-only | current |
| cegActivatedIpv4Bearers OBJECT-TYPE This object represents the total activated IPv4 GTPv2 bearers. | 1.3.6.1.4.1.9.9.731.1.3.2 | Gauge32 | read-only | current |
| cegActivatedIpv6Bearers OBJECT-TYPE This object represents the total activated IPv6 GTPv2 bearers. | 1.3.6.1.4.1.9.9.731.1.3.3 | Gauge32 | read-only | current |
| cegTotalUsers OBJECT-TYPE This object represents the total number of users connected to the gateway. | 1.3.6.1.4.1.9.9.731.1.3.4 | Gauge32 | read-only | current |
| cegTotalIdleUsers OBJECT-TYPE This object represents the total number of users currently in ISR state in the gateway. | 1.3.6.1.4.1.9.9.731.1.3.5 | Gauge32 | read-only | current |
| cegTotalSuspendedUsers OBJECT-TYPE This object represents the total number of users suspended by the gateway. A user would be suspended when E-UTRAN coverage is overlapped by either GERAN or UTRAN coverage leading to a Circuit Switch fallback from E-UTRAN. The Circuit Switch fallback enables reuse of voice and other Circuit Switch services by reuse of the Circuit Switch infrastructure. | 1.3.6.1.4.1.9.9.731.1.3.6 | Gauge32 | read-only | current |
| cegActivatedIpv4v6Sessions OBJECT-TYPE This object represents the total number of activated IPv4v6 sessions. | 1.3.6.1.4.1.9.9.731.1.3.7 | Gauge32 | read-only | current |
| cegOverloadProtectionStatus OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.3.8 | |||
| cegCongestionDfpWeight OBJECT-TYPE This object represents the DFP weight value, which is the measure of the load on CPU in the gateway. | 1.3.6.1.4.1.9.9.731.1.3.8.1 | Unsigned32 (0..65535) | read-only | current |
| cegCongestionStatus OBJECT-TYPE This object represents the gateway congestion status. normal - The gateway is not in a congestion state. At this state, the value of cegCongestionDfpWeight is less than value of cegCongestionLowThreshold. low - The gateway is running in low congestion state. At this state, the value of cegCongestionDfpWeight is more than value of cegCongestionLowThreshold but less than value of cegCongestionHighThreshold. high - The gateway is running in high congestion state. At this state, the value of cegCongestionDfpWeight is more than value of cegCongestionHighThreshold. | 1.3.6.1.4.1.9.9.731.1.3.8.2 | INTEGER {normal(1), low(2), high(3)} | read-only | current |
| cegCongestionLowLastOccurTime OBJECT-TYPE This object represents the timestamp at which low congestion last occurred on the gateway. | 1.3.6.1.4.1.9.9.731.1.3.8.3 | TimeStamp | read-only | current |
| cegCongestionLowLastDuration OBJECT-TYPE This object represents the duration of last low congestion. | 1.3.6.1.4.1.9.9.731.1.3.8.4 | TimeInterval | read-only | current |
| cegCongestionHighLastOccurTime OBJECT-TYPE This object represents the timestamp at which high congestion last occurred on the gateway. | 1.3.6.1.4.1.9.9.731.1.3.8.5 | TimeStamp | read-only | current |
| cegCongestionHighLastDuration OBJECT-TYPE This object represents the duration of the last high congestion. | 1.3.6.1.4.1.9.9.731.1.3.8.6 | TimeInterval | read-only | current |
| cegBufferStatus OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.3.9 | |||
| cegTotalInUseBuffers OBJECT-TYPE This object represents the total number of buffers currently allocated for the bearers, by buffering agents. | 1.3.6.1.4.1.9.9.731.1.3.9.1 | Gauge32 | read-only | current |
| cegTotalBufferedPackets OBJECT-TYPE This object represents the total number of packets buffered at present in the buffers of buffering agents. | 1.3.6.1.4.1.9.9.731.1.3.9.2 | Gauge32 | read-only | current |
| cegTotalBufferedBytes OBJECT-TYPE This object represents the total number of bytes buffered at present in the buffers of buffering agents. | 1.3.6.1.4.1.9.9.731.1.3.9.3 | Gauge32 | read-only | current |
| cegTotalBufferAvailable OBJECT-TYPE This object represents the total unallocated bytes at buffering agents. | 1.3.6.1.4.1.9.9.731.1.3.9.4 | Gauge32 | read-only | current |
| cegActivatedIpv4v6Bearers OBJECT-TYPE This object represents the total number of activated IPv4v6 bearers. | 1.3.6.1.4.1.9.9.731.1.3.10 | Gauge32 | read-only | current |
| cegActivatedGtpv2SgwSessions OBJECT-TYPE This object represents the total number of activated GTPV2 sessions in SGW mode. | 1.3.6.1.4.1.9.9.731.1.3.11 | Gauge32 | read-only | current |
| cegActivatedGtpv2PgwSessions OBJECT-TYPE This object represents the total number of activated GTPV2 sessions in PGW mode. | 1.3.6.1.4.1.9.9.731.1.3.12 | Gauge32 | read-only | current |
| cegActivatedGtpv2SPgwSessions OBJECT-TYPE This object represents the total number of activated GTPV2 sessions in SP GW mode. | 1.3.6.1.4.1.9.9.731.1.3.13 | Gauge32 | read-only | current |
| cegActivatedBearers OBJECT-TYPE This object represents the total number of default and dedicated bearers currently active in the Gateway. | 1.3.6.1.4.1.9.9.731.1.3.14 | Gauge32 | read-only | current |
| cegActivatedDedicatedBearers OBJECT-TYPE This object represents the total number of dedicated bearers currently active in the Gateway. | 1.3.6.1.4.1.9.9.731.1.3.15 | Gauge32 | read-only | current |
| cegActivatedIpv4DedicatedBearers OBJECT-TYPE This object represents the total number of IPv4 dedicated bearers currently active in the Gateway. | 1.3.6.1.4.1.9.9.731.1.3.16 | Gauge32 | read-only | current |
| cegActivatedIpv6DedicatedBearers OBJECT-TYPE This object represents the total number of IPv6 dedicated bearers currently active in the Gateway. | 1.3.6.1.4.1.9.9.731.1.3.17 | Gauge32 | read-only | current |
| cegTotalIdleSessions OBJECT-TYPE This object represents the total number of sessions currently in Idle state in the gateway. | 1.3.6.1.4.1.9.9.731.1.3.18 | Gauge32 | read-only | current |
| ciscoEpcGatewayNotifMgmt OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.1.4 | |||
| cegCongestionHighNotifEnable OBJECT-TYPE The object controls the generation of cegCongestionHighThresholdNotif as follows: 'true(1)' - the generation of cegCongestionHighThresholdNotif notifications is enabled. 'false(2)' - the generation of cegCongestionHighThresholdNotif notifications is disabled. | 1.3.6.1.4.1.9.9.731.1.4.1 | TruthValue | read-write | current |
| cegCongestionLowNotifEnable OBJECT-TYPE The object controls the generation of cegCongestionLowThresholdNotif as follows: 'true(1)' - the generation of cegCongestionLowThresholdNotif notifications is enabled. 'false(2)' - the generation of cegCongestionLowThresholdNotif notifications is disabled. | 1.3.6.1.4.1.9.9.731.1.4.2 | TruthValue | read-write | current |
| cegCongestionClearNotifEnable OBJECT-TYPE The object controls the generation of cegCongestionClearedNotif as follows: 'true(1)' - the generation of cegCongestionClearedNotif notifications is enabled. 'false(2)' - the generation of cegCongestionClearedNotif notifications is disabled. | 1.3.6.1.4.1.9.9.731.1.4.3 | TruthValue | read-write | current |
| ciscoEpcGatewayMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.3 | |||
| ciscoEpcGatewayMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.3.1 | |||
| ciscoEpcGatewayMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.731.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| cegCongestionHighThresholdNotif NOTIFICATION-TYPE This notification will be sent when the gateway congestion level goes above cegCongestionHighThreshold value. This gives an indication that the gateway is running at high congestion and at this state it would reject all new calls. | 1.3.6.1.4.1.9.9.731.0.1 | current |
| cegCongestionLowThresholdNotif NOTIFICATION-TYPE This notification will be sent when the gateway congestion level goes above cegCongestionLowThreshold value. This gives an indication that the gateway is running at low congestion at this state it can accept only the high priority calls and those with a lower priority would be rejected. | 1.3.6.1.4.1.9.9.731.0.2 | current |
| cegCongestionClearedNotif NOTIFICATION-TYPE This notification will be sent when the gateway congestion level goes below cegCongestionLowThreshold value. This gives an indication that the gateway has recovered from congestion and it can accept all calls. | 1.3.6.1.4.1.9.9.731.0.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoEpcGatewayMIBCompliance MODULE-COMPLIANCE The compliance statement is for the entities which implement CISCO-EPC-GATEWAY-MIB. This is deprecated by ciscoEpcGatewayMIBComplianceRev1. | 1.3.6.1.4.1.9.9.731.3.1.1 | deprecated |
| ciscoEpcGatewayMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement is for the entities which implement CISCO-EPC-GATEWAY-MIB. This is deprecated by ciscoEpcGatewayMIBComplianceRev2. | 1.3.6.1.4.1.9.9.731.3.1.2 | deprecated |
| ciscoEPCGatewayMIBComplianceRev2 MODULE-COMPLIANCE The compliance statement is for the entities which implement CISCO-EPC-GATEWAY-MIB. This is superceded by ciscoEpcGatewayMIBComplianceRev3. | 1.3.6.1.4.1.9.9.731.3.1.3 | deprecated |
| ciscoEpcGatewayMIBComplianceRev3 MODULE-COMPLIANCE The compliance statement is for the entities which implement CISCO-EPC-GATEWAY-MIB. | 1.3.6.1.4.1.9.9.731.3.1.4 | current |
| cegSystemStatusGrp OBJECT-GROUP This group has a collection of objects to provide the system status. | 1.3.6.1.4.1.9.9.731.3.2.1 | current |
| cegOverloadProtectionStatsGrp OBJECT-GROUP This group has a collection of objects to provide the overload protection statistics. | 1.3.6.1.4.1.9.9.731.3.2.2 | current |
| cegBufferingAgentStatsGrp OBJECT-GROUP This group has a collection of objects to provide the buffering agent statistics. | 1.3.6.1.4.1.9.9.731.3.2.3 | current |
| cegOverloadProtectionConfigGrp OBJECT-GROUP This group has a collection of objects which configures attributes for overload protection. | 1.3.6.1.4.1.9.9.731.3.2.4 | current |
| cegBufferingAgentConfigGrp OBJECT-GROUP This group has a collection of objects which configures the buffering agent. | 1.3.6.1.4.1.9.9.731.3.2.5 | current |
| cegBufferingAgentStatusGrp OBJECT-GROUP This group has a collection of objects to provide the buffering agent status. | 1.3.6.1.4.1.9.9.731.3.2.6 | current |
| cegOverloadProtectionStatusGrp OBJECT-GROUP This group has a collection of objects to provide the overload protection status. | 1.3.6.1.4.1.9.9.731.3.2.7 | current |
| cegOverloadProtectionNotifMgmtGrp OBJECT-GROUP This group has a collection of objects which controls the generation of congestion notification in the system. | 1.3.6.1.4.1.9.9.731.3.2.8 | current |
| cegOverloadProtectionNotifGrp NOTIFICATION-GROUP This group has a collection of notification which informs about the congestion level in the system. | 1.3.6.1.4.1.9.9.731.3.2.9 | current |
| cegSystemStatusGrpSup1 OBJECT-GROUP This group has objects to supplement the cegSystemStatusGrp. | 1.3.6.1.4.1.9.9.731.3.2.10 | current |
| cegSystemStatusGrpSup2 OBJECT-GROUP This group has objects to supplement the cegSystemStatusGrp | 1.3.6.1.4.1.9.9.731.3.2.11 | current |
| cegSystemStatusGrpSup3 OBJECT-GROUP This group has a collection of objects which provides the details of the EPC Gateway status and supplements the cegSystemStatusGrp. | 1.3.6.1.4.1.9.9.731.3.2.12 | current |
| cegBufferingAgentStatsGrpSup1 OBJECT-GROUP This group has a collection of objects to provide the buffering agent statistics related to packet drops based on max limit. | 1.3.6.1.4.1.9.9.731.3.2.13 | current |