3349N/ARMON2-MIB DEFINITIONS ::= BEGIN
3349N/A
3349N/A-- Textual Conventions
3349N/A
3349N/AZeroBasedCounter32 ::= TEXTUAL-CONVENTION
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "This TC describes an object which counts events with the
3349N/A following semantics: objects of this type will be set to
3349N/A zero(0) on creation and will thereafter count appropriate
3349N/A events, wrapping back to zero(0) when the value 2^32 is
3349N/A reached.
3349N/A
3349N/A Provided that an application discovers the new object within
3349N/A the minimum time to wrap it can use the initial value as a
3349N/A delta since it last polled the table of which this object is
3349N/A part. It is important for a management station to be aware of
3349N/A this minimum time and the actual time between polls, and to
3349N/A discard data if the actual time is too long or there is no
3349N/A defined minimum time.
3349N/A
3349N/A Typically this TC is used in tables where the INDEX space is
3349N/A constantly changing and/or the TimeFilter mechanism is in use."
3349N/A SYNTAX Gauge32
3349N/AEND