PRVT-STATISTICSHISTORY-MIB

File: PRVT-STATISTICSHISTORY-MIB.mib (32488 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB PRVT-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Unsigned32 Counter64 Gauge32
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP DisplayString TruthValue
InterfaceIndex ifIndex switch

Defined Types

PrvtStatisticsHistoryIntCfgEntry  
SEQUENCE    
  prvtStatHistIntAdminStatus INTEGER

PrvtStatisticsHistoryDataEntry  
SEQUENCE    
  prvtStatHistInterval Unsigned32
  prvtStatHistLast5secInPkts Counter32
  prvtStatHistLast1minInPkts Counter32
  prvtStatHistLast5minInPkts Counter32
  prvtStatHistLast5secOutPkts Counter32
  prvtStatHistLast1minOutPkts Counter32
  prvtStatHistLast5minOutPkts Counter32
  prvtStatHistLast5secInBps Counter64
  prvtStatHistLast1minInBps Counter64
  prvtStatHistLast5minInBps Counter64
  prvtStatHistLast5secOutBps Counter64
  prvtStatHistLast1minOutBps Counter64
  prvtStatHistLast5minOutBps Counter64
  prvtStatHistEtherStatsDropEvents Counter32
  prvtStatHistEtherStatsPkts Counter32
  prvtStatHistEtherStatsBroadcastPkts Counter32
  prvtStatHistEtherStatsMulticastPkts Counter32
  prvtStatHistEtherStatsCRCAlignErrors Counter32
  prvtStatHistEtherStatsUndersizePkts Counter32
  prvtStatHistEtherStatsOversizePkts Counter32
  prvtStatHistEtherStatsFragments Counter32
  prvtStatHistEtherStatsJabbers Counter32
  prvtStatHistEtherStatsCollisions Counter32
  prvtStatHistEtherStatsDroppedFrames Counter32
  prvtStatHistEtherStatsHighCapacityOverflowPkts Counter32
  prvtStatHistEtherStatsHighCapacityOverflowOctets Counter32
  prvtStatHistEtherStatsHighCapacityPkts Counter64
  prvtStatHistEtherStatsHighCapacityOctets Counter64
  prvtStatHistEtherStatsHighCapacityPkts64Octets Counter64
  prvtStatHistEtherStatsHighCapacityPkts65to127Octets Counter64
  prvtStatHistEtherStatsHighCapacityPkts128to255Octets Counter64
  prvtStatHistEtherStatsHighCapacityPkts256to511Octets Counter64
  prvtStatHistEtherStatsHighCapacityPkts512to1023Octets Counter64
  prvtStatHistEtherStatsHighCapacityPkts1024to1518Octets Counter64
  prvtStatHistDot3StatsAlignmentErrors Counter32
  prvtStatHistDot3StatsFCSErrors Counter32
  prvtStatHistDot3StatsSingleCollisionFrames Counter32
  prvtStatHistDot3StatsMultipleCollisionFrames Counter32
  prvtStatHistDot3StatsSQETestErrors Counter32
  prvtStatHistDot3StatsDeferredTransmissions Counter32
  prvtStatHistDot3StatsLateCollisions Counter32
  prvtStatHistDot3StatsExcessiveCollisions Counter32
  prvtStatHistDot3StatsInternalMacTransmitErrors Counter32
  prvtStatHistDot3StatsCarrierSenseErrors Counter32
  prvtStatHistDot3StatsFrameTooLongs Counter32
  prvtStatHistDot3StatsInternalMacReceiveErrors Counter32
  prvtStatHistIfInDiscards Counter32
  prvtStatHistIfInErrors Counter32
  prvtStatHistIfInUnknownProtos Counter32
  prvtStatHistIfOutDiscards Counter32
  prvtStatHistIfOutErrors Counter32
  prvtStatHistIfHCInOctets Counter64
  prvtStatHistIfHCInUcastPkts Counter64
  prvtStatHistIfHCInMulticastPkts Counter64
  prvtStatHistIfHCInBroadcastPkts Counter64
  prvtStatHistIfHCOutOctets Counter64
  prvtStatHistIfHCOutUcastPkts Counter64
  prvtStatHistIfHCOutMulticastPkts Counter64
  prvtStatHistIfHCOutBroadcastPkts Counter64
  prvtStatHistValidInterval TruthValue

Defined Values

prvtStatisticsHistoryMib 1.3.6.1.4.1.738.1.5.140
Management Information Base module for StatisticsHistory
MODULE-IDENTITY    

prvtStatisticsHistoryNotifications 1.3.6.1.4.1.738.1.5.140.0
OBJECT IDENTIFIER    

prvtStatisticsHistoryObjects 1.3.6.1.4.1.738.1.5.140.1
OBJECT IDENTIFIER    

prvtStatisticsHistoryConformance 1.3.6.1.4.1.738.1.5.140.2
OBJECT IDENTIFIER    

prvtStatisticsHistoryCfg 1.3.6.1.4.1.738.1.5.140.1.1
OBJECT IDENTIFIER    

prvtStatHistDailySnapshotData 1.3.6.1.4.1.738.1.5.140.1.2
OBJECT IDENTIFIER    

prvtStatHistAdminStatus 1.3.6.1.4.1.738.1.5.140.1.1.1
Enables or disables statistics history feature globally. The default value is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

prvtStatHistGetInterval 1.3.6.1.4.1.738.1.5.140.1.1.2
Configures statistics gathering interval. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. The default value is 15 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER interval15min(1), interval30min(2), interval60min(3)  

prvtStatHistWriteInterval 1.3.6.1.4.1.738.1.5.140.1.1.3
Configures time when statistics history should be dumped to configured statistics file. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. The default value is 1 hour.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER interval1h(1), interval6h(2), interval12h(3), interval24h(4)  

prvtStatHistPath 1.3.6.1.4.1.738.1.5.140.1.1.4
Configures directory where statistics history files should be stored. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. The default value is '/var/stats'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..40)  

prvtStatisticsHistoryIntCfgTable 1.3.6.1.4.1.738.1.5.140.1.1.5
The table that controls statistics history configuration on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStatisticsHistoryIntCfgEntry

prvtStatisticsHistoryIntCfgEntry 1.3.6.1.4.1.738.1.5.140.1.1.5.1
Statistics history configuration information for a particular port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStatisticsHistoryIntCfgEntry  

prvtStatHistIntAdminStatus 1.3.6.1.4.1.738.1.5.140.1.1.5.1.1
Enables or disables statistics-history feature per interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

prvtStatHistDailySnapshotAdminStatus 1.3.6.1.4.1.738.1.5.140.1.2.1
Shows if statistics history feature is globally enabled or disabled. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. Copied from configuration database when daily snapshot is created.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

prvtStatHistDailySnapshotGetInterval 1.3.6.1.4.1.738.1.5.140.1.2.2
Statistics gathering interval. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. Copied from configuration database when daily snapshot is created.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interval15min(1), interval30min(2), interval60min(3)  

prvtStatHistDailySnapshotWriteInterval 1.3.6.1.4.1.738.1.5.140.1.2.3
Time when statistics history should be dumped to configured statistics file. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. Copied from configuration database when daily snapshot is created.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interval1h(1), interval6h(2), interval12h(3), interval24h(4)  

prvtStatHistDailySnapshotPath 1.3.6.1.4.1.738.1.5.140.1.2.4
Directory where statistics history files should be stored. If prvtStatHistAdminStatus object is disabled, then this object's value is irrelevant. Copied from configuration database when daily snapshot is created. Format: [device/]path.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..40)  

prvtStatisticsHistoryDataTable 1.3.6.1.4.1.738.1.5.140.1.2.5
The table that show statistics history information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStatisticsHistoryDataEntry

prvtStatisticsHistoryDataEntry 1.3.6.1.4.1.738.1.5.140.1.2.5.1
Statistics history information.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStatisticsHistoryDataEntry  

prvtStatHistInterval 1.3.6.1.4.1.738.1.5.140.1.2.5.1.1
Number of statistics gathering interval. All valid and invalid gathering intervals are supported. Check prvtStatHistValidInterval if true/false.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtStatHistLast5secInPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.2
Value of last5secInPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistLast1minInPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.3
Value of last1minInPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistLast5minInPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.4
Value of last5minInPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistLast5secOutPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.5
Value of last5secOutPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistLast1minOutPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.6
Value of last1minOutPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistLast5minOutPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.7
Value of last5minOutPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistLast5secInBps 1.3.6.1.4.1.738.1.5.140.1.2.5.1.8
Value of last5secInBps counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistLast1minInBps 1.3.6.1.4.1.738.1.5.140.1.2.5.1.9
Value of last1minInBps counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistLast5minInBps 1.3.6.1.4.1.738.1.5.140.1.2.5.1.10
Value of last5minInBps counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistLast5secOutBps 1.3.6.1.4.1.738.1.5.140.1.2.5.1.11
Value of last5secOutBps counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistLast1minOutBps 1.3.6.1.4.1.738.1.5.140.1.2.5.1.12
Value of last1minOutBps counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistLast5minOutBps 1.3.6.1.4.1.738.1.5.140.1.2.5.1.13
Value of last5minOutBps counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsDropEvents 1.3.6.1.4.1.738.1.5.140.1.2.5.1.14
Value of etherStatsDropEvents counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.15
Value of etherStatsPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsBroadcastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.16
Value of etherStatsBroadcastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsMulticastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.17
Value of etherStatsMulticastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsCRCAlignErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.18
Value of etherStatsCRCAlignErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsUndersizePkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.19
Value of etherStatsUndersizePkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsOversizePkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.20
Value of etherStatsOversizePkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsFragments 1.3.6.1.4.1.738.1.5.140.1.2.5.1.21
Value of etherStatsFragments counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsJabbers 1.3.6.1.4.1.738.1.5.140.1.2.5.1.22
Value of etherStatsJabbers counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsCollisions 1.3.6.1.4.1.738.1.5.140.1.2.5.1.23
Value of etherStatsCollisions counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsDroppedFrames 1.3.6.1.4.1.738.1.5.140.1.2.5.1.24
Value of etherStatsDroppedFrames counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsHighCapacityOverflowPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.25
Value of etherStatsHighCapacityOverflowPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsHighCapacityOverflowOctets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.26
Value of etherStatsHighCapacityOverflowOctets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistEtherStatsHighCapacityPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.27
Value of etherStatsHighCapacityPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityOctets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.28
Value of etherStatsHighCapacityOctets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityPkts64Octets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.29
Value of etherStatsHighCapacityPkts64Octets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityPkts65to127Octets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.30
Value of etherStatsHighCapacityPkts65to127Octets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityPkts128to255Octets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.31
Value of etherStatsHighCapacityPkts128to255Octets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityPkts256to511Octets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.32
Value of etherStatsHighCapacityPkts256to511Octets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityPkts512to1023Octets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.33
Value of etherStatsHighCapacityPkts512to1023Octets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistEtherStatsHighCapacityPkts1024to1518Octets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.34
Value of etherStatsHighCapacityPkts1024to1518Octets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistDot3StatsAlignmentErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.35
Value of dot3StatsAlignmentErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsFCSErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.36
Value of dot3StatsFCSErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsSingleCollisionFrames 1.3.6.1.4.1.738.1.5.140.1.2.5.1.37
Value of dot3StatsSingleCollisionFrames counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsMultipleCollisionFrames 1.3.6.1.4.1.738.1.5.140.1.2.5.1.38
Value of dot3StatsMultipleCollisionFrames counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsSQETestErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.39
Value of dot3StatsSQETestErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsDeferredTransmissions 1.3.6.1.4.1.738.1.5.140.1.2.5.1.40
Value of dot3StatsDeferredTransmissions counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsLateCollisions 1.3.6.1.4.1.738.1.5.140.1.2.5.1.41
Value of dot3StatsLateCollisions counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsExcessiveCollisions 1.3.6.1.4.1.738.1.5.140.1.2.5.1.42
Value of dot3StatsExcessiveCollisions counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsInternalMacTransmitErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.43
Value of dot3StatsInternalMacTransmitErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsCarrierSenseErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.44
Value of dot3StatsCarrierSenseErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsFrameTooLongs 1.3.6.1.4.1.738.1.5.140.1.2.5.1.45
Value of dot3StatsFrameTooLongs counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistDot3StatsInternalMacReceiveErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.46
Value of dot3StatsInternalMacReceiveErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistIfInDiscards 1.3.6.1.4.1.738.1.5.140.1.2.5.1.47
Value of ifInDiscards counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistIfInErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.48
Value of ifInErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistIfInUnknownProtos 1.3.6.1.4.1.738.1.5.140.1.2.5.1.49
Value of ifInUnknownProtos counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistIfOutDiscards 1.3.6.1.4.1.738.1.5.140.1.2.5.1.50
Value of ifOutDiscards counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistIfOutErrors 1.3.6.1.4.1.738.1.5.140.1.2.5.1.51
Value of dot3StatsDeferredTransmissions counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtStatHistIfHCInOctets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.52
Value of ifHCInOctets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCInUcastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.53
Value of ifHCInUcastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCInMulticastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.54
Value of ifHCInMulticastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCInBroadcastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.55
Value of prvtStatHistIfHCInBroadastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCOutOctets 1.3.6.1.4.1.738.1.5.140.1.2.5.1.56
Value of ifHCOutOctets counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCOutUcastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.57
Value of ifHCOutUcastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCOutMulticastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.58
Value of ifHCOutMulticastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistIfHCOutBroadcastPkts 1.3.6.1.4.1.738.1.5.140.1.2.5.1.59
Value of ifHCOutBroadcastPkts counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

prvtStatHistValidInterval 1.3.6.1.4.1.738.1.5.140.1.2.5.1.60
A boolean showing if the interval is valid.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtStatisticsHistoryCompliances 1.3.6.1.4.1.738.1.5.140.2.1
OBJECT IDENTIFIER    

prvtStatisticsHistoryGroups 1.3.6.1.4.1.738.1.5.140.2.2
OBJECT IDENTIFIER    

prvtStatisticsHistoryIntCfgGroup 1.3.6.1.4.1.738.1.5.140.2.2.1
Objects for the interface configuration group.
Status: current Access: read-only
OBJECT-GROUP    

prvtStatisticsHistoryDataGroup 1.3.6.1.4.1.738.1.5.140.2.2.2
Objects for the Statistics History Data group.
Status: current Access: read-only
OBJECT-GROUP    

prvtStatisticsHistoryCfgGroup 1.3.6.1.4.1.738.1.5.140.2.2.3
Objects for the global configuration group.
Status: current Access: read-only
OBJECT-GROUP    

prvtStatHistDailySnapshotDataGroup 1.3.6.1.4.1.738.1.5.140.2.2.4
Objects for the global configuration group.
Status: current Access: read-only
OBJECT-GROUP    

prvtStatisticsHistoryCompliance 1.3.6.1.4.1.738.1.5.140.2.1.1
The compliance statement for support of the statistics history MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE