Comtech EF Data MIDAS Management Information Base User Manual
Page 109
Management Information Base
,
Rev. 1
Appendix A,
MIB Listing
A-93
ACCESS read-only
STATUS mandatory
::= { modemTypesTableEntry 214 }
modemTypesDataRate8PSK23 OBJECT-TYPE
SYNTAX
OCTETSTRING256
ACCESS read-only
STATUS mandatory
::= { modemTypesTableEntry 215 }
connections OBJECT IDENTIFIER ::= { midas 4 }
huntGroups OBJECT IDENTIFIER ::= { connections 1 }
-- Before any item in HuntGroup table is deleted
or updated, all of the items
-- related to it in other tables such as Directory
should be deleted or updated
-- and all of members in the hunt group which are
in ChannelHunt table should
-- be deleted, too.
huntGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF HuntGroupTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A hunt group is a logical group of one or more traffic
channels of a specific type."
::= { huntGroups 1 }
huntGroupTableEntry OBJECT-TYPE
SYNTAX
HuntGroupTableEntry
ACCESS not-accessible
STATUS mandatory
INDEX { hgrpHuntIndex }
::= { huntGroupTable 1 }
HuntGroupTableEntry ::= SEQUENCE {
hgrpHuntIndex
THALFLONGWORD,
hgrpHuntGroupID
OCTETSTRING30,
hgrpDescription
OCTETSTRING30,
hgrpHuntGroupType
THUNTGROUPTYPE,
hgrpSelectDirect
THGSELECTTYPE,
hgrpOperationTag
TOPERATION
}
hgrpHuntIndex OBJECT-TYPE
SYNTAX
THALFLONGWORD
ACCESS read-write
STATUS mandatory