Ruby Tech GS-2124C Switch User Manual


 
GS-2124C User Manual
Publication date: June, 2005
Revision A1
230
----------------------------------------------------------------------------------------
gs2124cAccount OBJECT IDENTIFIER ::= { gs2124cSystem 4 }
gs2124cAccountNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Get the current account number(s) of the system."
-- @@ACTION ruby_sys_account
::= { gs2124cAccount 1 }
gs2124cAccountTable OBJECT-TYPE
SYNTAX SEQUENCE OF GS2124CAccountEntry
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of GS2124CAccountEntry. The number of entries are given
by
the value of gs2124cAccountNumber."
::= { gs2124cAccount 2 }
GS2124CAccountEntry ::=
SEQUENCE {
gs2124cAccountIndex INTEGER,
gs2124cAccountAuthorization DisplayString,
gs2124cAccountName DisplayString,
gs2124cAccountPassword DisplayString,
gs2124cAccountDel DisplayString
}
gs2124cAccountEntry OBJECT-TYPE
SYNTAX GS2124CAccountEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry(s) for account informaion."
INDEX {gs2124cAccountIndex}
::= { gs2124cAccountTable 1 }
gs2124cAccountIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index of the account entry."
-- @@ACTION ruby_sys_accountentry
::= { gs2124cAccountEntry 1 }
gs2124cAccountAuthorization OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only