Comtech EF Data MIDAS Management Information Base User Manual
Page 112

Management Information Base
,
Rev. 1
A-96 Appendix A,
MIB Listing
ACCESS read-write
STATUS mandatory
::= { channelHuntGroupTableEntry 99 }
directories OBJECT IDENTIFIER ::= { connections 3 }
-- Before any item in Directory table is deleted
or updated, all of the items related
-- to it in other tables such as Circuit, Channel
(DefaultHGrpDir) and
-- MultiPointMember should be deleted or updated.
The item in the Directory
-- table can point to either channel or hunt
group. The HuntGroupID field is used
-- to distinguish them. The field should be string
'** none **' if it points to channel,
-- otherwise it should be HuntGroup which it
should point to
directoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF DirectoryTableEntry
ACCESS not-accessible
STATUS mandatory
::= { directories 1 }
directoryTableEntry OBJECT-TYPE
SYNTAX
DirectoryTableEntry
ACCESS not-accessible
STATUS mandatory
INDEX { dirIndex }
::= { directoryTable 1 }
DirectoryTableEntry ::= SEQUENCE {
dirIndex
THALFLONGWORD,
dirDirectoryNumber
OCTETSTRING30,
dirDirectoryType
TCHANNELTYPE,
dirDescription
OCTETSTRING30,
dirMaxBandwidth
LONGINT,
dirHuntGroupID
OCTETSTRING30,
dirNodeID
TNODEID,
dirChannelID
TCHANNELID,
dirOperationTag
TOPERATION
}
dirIndex OBJECT-TYPE
SYNTAX
THALFLONGWORD
ACCESS read-write
STATUS mandatory