PerfHist-TC-MIB
- Registered at
- 1.3.6.1.2.1.58
- Last updated
- 2003-08-13 00:00
- Organization
- IETF AToM MIB WG
- Revisions
- 2003-08-13 00:00, 1998-11-07 11:00
- Namespace
- standard
- Source file
PerfHist-TC-MIB- Digest
sha256:463c2b2cbd3a866591c28e59d5628892ef0c7a48e6ddb2f8e8973ebf5fb71ada
Description
This MIB Module provides Textual Conventions to be used by systems supporting 15 minute based performance history counts. Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC 3593; see the RFC itself for full legal notices.
Contact
WG charter: http://www.ietf.org/html.charters/atommib-charter.html Mailing Lists: General Discussion: atommib@research.telcordia.com To Subscribe: atommib-request@research.telcordia.com Editor: Kaj Tesink Postal: Telcordia Technologies 331 Newman Springs Road Red Bank, NJ 07701 USA Tel: +1 732 758 5254 E-mail: kaj@research.telcordia.com
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso, mib-2 |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
43 module(s) in this corpus import this one.
- ADSL-LINE-MIB
- BTI8xx-INTERFACE-MIB
- BTI8xx-SFP-MIB
- BTI8xx-SYSTEM-MIB
- BTI8xx-TC-MIB
- CISCO-ADSL-CAP-LINE-MIB
- CISCO-DS1-EXT-MIB
- CISCO-FC-PM-MIB
- CISCO-IDSL-LINE-MIB
- CISCO-IETF-PW-TDM-MIB
- CISCO-IP-RAN-BACKHAUL-MIB
- CISCO-SDSL-LINE-MIB
- CISCO-SUBSCRIBER-SESSION-MIB
- CISCO-WAN-SONET-MIB
- DS1-MIB
- DS3-MIB
- HDSL2-SHDSL-LINE-MIB
- JUNIPER-PW-ATM-MIB
- JUNIPER-PW-TDM-MIB
- Juniper-DS3-MIB
- PW-STD-MIB
- RAD-MIB
- SL-ALARM-MIB
- SL-ALS-MIB
- SL-CHASSIS-MIB
- SL-DRY-CON-MIB
- SL-EDFA-MIB
- SL-ETH-MIB
- SL-EVENT-MIB
- SL-FT-MIB
- SL-L2TOPOLOGY-MIB
- SL-MAIN-MIB
- SL-MUX-MIB
- SL-OPT-APS-MIB
- SL-PM-MIB
- SL-SFP-MIB
- SL-SONET-MIB
- SL-SONET-SUP-PM-MIB
- SL-TESTS-MIB
- SL-XPDR-MIB
- SONET-MIB
- XF-RADIOLINK-PTP-TERMINAL-MIB
- XF-RADIOLINK-RLT-MIB
Load order
Every file a consumer needs in order to load this module, dependencies first.
PerfHist-TC-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| PerfCurrentCount TEXTUAL-CONVENTION A counter associated with a performance measurement in a current 15 minute measurement interval. The value of this counter starts from zero and is increased when associated events occur, until the end of the 15 minute interval. At that time the value of the counter is stored in the first 15 minute history interval, and the CurrentCount is restarted at zero. In the case where the agent has no valid data available for the current interval the corresponding object instance is not available and upon a retrieval request a corresponding error message shall be returned to indicate that this instance does not exist (for example, a noSuchName error for SNMPv1 and a noSuchInstance for SNMPv2 GET operation). | current | |||
| PerfIntervalCount TEXTUAL-CONVENTION A counter associated with a performance measurement in a previous 15 minute measurement interval. In the case where the agent has no valid data available for a particular interval the corresponding object instance is not available and upon a retrieval request a corresponding error message shall be returned to indicate that this instance does not exist (for example, a noSuchName error for SNMPv1 and a noSuchInstance for SNMPv2 GET operation). In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of a 15 minute interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i-1) for n >= i > 1 - the value of IntervalCount(1) becomes that of CurrentCount - the TotalCount, if supported, is adjusted. | current | |||
| PerfTotalCount TEXTUAL-CONVENTION A counter associated with a performance measurements aggregating the previous valid 15 minute measurement intervals. (Intervals for which no valid data was available are not counted) | current |