Ruby Tech GS-2124C Switch User Manual


 
GS-2124C User Manual
Publication date: June, 2005
Revision A1
243
"Enable log auto-upload function. Set the correct tftp server first.
The format of log file is 'ModelName_SeriesNumbuer_YYMMDD_HHMM'.
Get this oid always return zero.
1 - Enable auto-upload
0 - do nothing. "
-- @@ACTION ruby_log
::= { gs2124cLog 3 }
gs2124cLogNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Get the number of current system log. "
-- @@ACTION ruby_log
::= { gs2124cLog 4 }
gs2124cLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF GS2124CLogEntry
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of log entry. The number of entries are given by the value of
gs2124cLogNumber."
::= { gs2124cLog 5 }
GS2124CLogEntry ::=
SEQUENCE {
gs2124cLogIndex INTEGER,
gs2124cLogEvent DisplayString
}
gs2124cLogEntry OBJECT-TYPE
SYNTAX GS2124CLogEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry information for system log."
INDEX {gs2124cLogIndex}
::= { gs2124cLogTable 1 }
gs2124cLogIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index of the log entry."
-- @@ACTION ruby_logentry
::= { gs2124cLogEntry 1 }
gs2124cLogEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only