User`s manual
Signamax 065-1600 series Managed Media Converter
Publication date: October, 2005
Revision 1.0
215
rc2201LogDataMIB OBJECT IDENTIFIER ::= { rc2201Produces 7 }
rc2201TrapLogNo OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
-- @@ACTION traplog_no
DESCRIPTION
"Get the current number of trap log. "
::= { rc2201LogDataMIB 1 }
rc2201TrapLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF RC2201TrapLogEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of trap log information. The number of entries is given by the
value of the RC2201TrapLogNo. "
::= { rc2201LogDataMIB 2 }
RC2201TrapLogEntry ::=
SEQUENCE {
rc2201TrapLogEvent DisplayString
}
rc2201TrapLogEntry OBJECT-TYPE
SYNTAX RC2201TrapLogEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing information for trap logs."
INDEX { rc2201TrapLogEvent }
::= { rc2201TrapLogTable 1}
rc2201TrapLogEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
-- @@ACTION traplog_mibEntry
DESCRIPTION
"Get the trap log information in the device. The output format is
'Trap Time ; Trap Event'
Ex: 'Thu Oct 09 11:27:30 2003 ; Cold Start '. "
::= { rc2201TrapLogEntry 1}
rc2201IllegalAccessEventNo OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
-- @@ACTION illAccess_no
DESCRIPTION