beautypg.com

Comtech EF Data MIDAS Management Information Base User Manual

Page 25

background image

Management Information Base

,

Rev. 1

Appendix A,

MIB Listing

A-9

-- For example
TrapIPAddr=10.6.7.109:162,10.6.7.20:3737,10.6.7.109:8888, It
-- means that 10.6.7.109:162,10.6.7.20:3737 and
10.6.7.109:8888 will receive
-- traps from Midas. Character ',' is used to
separate pair of IP address and
-- port. Character ':' is used to separate IP
address and port.
-- How to handle trap missing in Midas
-- There is trap sequence number object defined
in all of Midas traps to identify
-- whether there is any trap missing.
-- Object '.MidasOID.snmpAgent.maxTrapsKept'
(1.3.6.1.4.1.6247.2.6.8) is used
-- to setup the number of traps sent which are
saved in Midas. The table
-- 'MidasOID.snmpAgent.trapTable'
(.1.3.6.1.4.1.6247.2.6.9) is used to save
-- traps sent recently. There is sequence
number object in the table to match
-- sequence number of trap sent. If any trap is
missing, It can be read from the
-- trap table.
-- How to send text string to remote sites from hub
-- Under 'MidasOID.maintenance.serviceMessage'
(.1.3.6.1.4.1.6247.2.7.1),
-- object 'toNode' is the node which the text
string is sent to. Object 'OutStr' is the
-- text string sent to remote node and is
limited less than 28 characters. When
-- object 'send' is set true (2), the text
string in object 'outStr' will be sent to
-- remote node which is defined in object
'toNode'.
-- How to receive text sting from remote sites
-- Any text string (less than 28 characters)
sent by remote sites will be received
-- by hub and sent out by trap.
-- The customer system can receive text string
from remote sites by configurating
-- Midas to send trap to it. In Midas trap type
2 (Midas value change trap), the
-- first object in variable list of trap
defines the remote node which is sending
-- the text string, the second object in
variable list of trap defines text string sent
-- by remote node. Object ID of the first
object in trap type 2 should be
-- 'MidasOID.maintenance.serviceMessage.toNode'
(.1.3.6.1.4.1.6247.2.7.1.1).
-- How to enable the predefined circuits in Midas.
-- To set object
--
'MidasOID.connections.circuits.circuitTable.circuitTableEntry.circuitEnabled'
-- (.1.3.6.1.4.1.6247.2.4.4.1.1.9) to be true
(2)