Intermec 6710 User Manual

Page 281

Advertising
background image

APPENDIX G

"

MIB

6710 Access Point User’s Guide G-31

ceEnabled

OBJECT-TYPE

SYNTAX INTEGER { true(1), false(2) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
”A value of true(1) signifies that the critical
error log was successfully initialized as part
of the power-up sequence.

Any errors in that

initialization process result in a value of
false(2).”
::= { criticalErrors 1 }

ceOverflow

OBJECT-TYPE

SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
”Overflow error code.

If the overflow code is

non-zero, it indicates that the log has
overflowed and the overflow code contains the
last displaced value.”
::= { criticalErrors 2 }

ceReset

OBJECT-TYPE

SYNTAX INTEGER { true(1), false(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
”A user can reset the critical error log by
setting ceReset to true(1).

Valid values are

true(1) or false(2).”
::= { criticalErrors 3 }

ceLogTable

OBJECT-TYPE

SYNTAX SEQUENCE OF CELogEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
”Critical Error Log Table”
::= { criticalErrors 4 }

ceLogEntry

OBJECT-TYPE

SYNTAX CELogEntry
ACCESS not-accessible
STATUS mandatory
INDEX { ceLogErrorCode }
::= { ceLogTable 1 }

Advertising