Mib Data Types Available - Juniper SECURITY THREAT RESPONSE MANAGER 2008.2 - SNMP AGENT GUIDE REV 1 Manual

Snmp agent guide
Table of Contents

Advertisement

a
MIB Data types
The following table provides the supported MIB data types and constructs:
Available
Table A-1 SNMP V1 Data Types
Data Type Name
INTEGER
INTEGER
(enumerated
integer)
Gauge
Counter
TimeTicks
OCTET STRING
Q1 Labs(20212)
x
y
c
f
d
b
e
Description
Specifies a value whose range may include both positive and
negative numbers. Valid range is -2e31 to 2e31 - 1 (SMIv1 does
not specify minimum or maximum values for the range).
For example:
INTEGER(0..127) - Corresponds to an unsigned 8-bit int
INTEGER(0..40 | 50 | 65 | 90..100)
INTEGER(-2147483648..2147483647) - Corresponds to a
signed 32-bit int
Specifies a list of labeled integer values. In SMIv1, the values
should be greater than 0. SMIv2 allows any values in the range
(-2e31 to 2e31- 1).
For example, INTEGER {true(1), false(2)}
Specifies a non-negative integer that may increase or decrease,
but which holds at the maximum or minimum value specified in
the range when the actual value goes over or below the range,
respectively.
Specifies a value that represents a count. Range is 0 to
4294967295.
Specifies the elapsed time between two events, in units of
hundredth of a second. Range is 0 to 2e32 - 1.
Specifies octets of binary or textual information. While SMIv1
does not limit the number of octets, SMIv2 specifies a limit of
65535 octets. A size may be specified that can be fixed, varying,
or multiple ranges.
For example:
OCTET STRING - Length can vary from 0 to 65535 bytes.
OCTET STRING (SIZE(0..255))
OCTET STRING (SIZE(4)) - Fixed length of 4 bytes.
OCTET STRING (SIZE(0 | 4 | 6)) - Varying with 0, 4, or 6 bytes.
STRM SNMP Agent
What Are MIB Groups?
57

Advertisement

Table of Contents
loading

This manual is also suitable for:

Security threat response manager

Table of Contents