-- Stub HCNUM-TC (RFC 3418 / RFC 2856) -- High Capacity Numbers Textual Conventions HCNUM-TC DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, Counter64, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; hcnumTC MODULE-IDENTITY LAST-UPDATED "200006080000Z" ORGANIZATION "IETF OPS Area" CONTACT-INFO "IETF OPS Area" DESCRIPTION "High Capacity Numbers TC MIB." REVISION "200006080000Z" DESCRIPTION "Stub version." ::= { mib-2 78 } ZeroBasedCounter64 ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This TC describes an object which counts events with the following semantics: objects of this type will be set to zero(0) on creation and will thereafter count appropriate events, wrapping back to zero(0) when the value 2^64 is reached." SYNTAX Counter64 CounterBasedGauge64 ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The CounterBasedGauge64 type represents a non-negative integer, which may increase or decrease, but shall never exceed a maximum value, nor fall below a minimum value." SYNTAX Counter64 END