-- -- IRT4552MEM-MIB.my (MIB for MEM-4552) -- v2.0 30/04/2010 -- - Software version name corrected to irt4552SoftwareVersion. -- v1.0 30/10/2009 -- - Original Issue. -- -- -- IRT4552MEM-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName, DisplayString FROM RFC1213-MIB; -- -- Node definitions -- -- -- 1.3.6.1.4.1.16557.3.60 irt4552MEM OBJECT IDENTIFIER ::= { irtProducts 60 } -- 1.3.6.1.4.1.16557.3.60.1 irt4552Alarms OBJECT-TYPE SYNTAX INTEGER { noAlarms(1), ethernetAlarm(2), asiAlarm(3), enetAndAsiAlarms(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the Urgent(Ethernet) and Non Urgent(ASI) alarms." ::= { irt4552MEM 1 } -- 1.3.6.1.4.1.16557.3.60.2 irt4552Status OBJECT IDENTIFIER ::= { irt4552MEM 2 } -- 1.3.6.1.4.1.16557.3.7.60.1 irt4552AsiInputPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the ASI input signal is present." ::= { irt4552Status 1 } -- 1.3.6.1.4.1.16557.3.60.2.2 irt4552EthernetLink OBJECT-TYPE SYNTAX INTEGER { inactive(1), active(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates that a link has been established on the Ethernet port." ::= { irt4552Status 2 } -- 1.3.6.1.4.1.16557.3.60.3 irt4552Config OBJECT IDENTIFIER ::= { irt4552MEM 3 } -- 1.3.6.1.4.1.16557.3.60.3.1 irt4552SetPrgmNo OBJECT-TYPE SYNTAX INTEGER (1..65536) ACCESS read-write STATUS mandatory DESCRIPTION "The Program Number that is being used for the ASI streams." ::= { irt4552Config 1 } -- 1.3.6.1.4.1.16557.3.60.3.2 irt4552SetAsiPayloadRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "When in remote mode the ASI output payload rate has to be set." ::= { irt4552Config 2 } -- 1.3.6.1.4.1.16557.3.60.4 irt4552fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The firmware version of the FPGA in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4552MEM 4 } -- 1.3.6.1.4.1.16557.3.60.5 irt4552SoftwareVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the main FPGA in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4552MEM 5 } -- 1.3.6.1.4.1.16557.3.60.6 irt4552Reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with a value of 2 sent to thiS OID will cause a system reset to occur. When queried returns 1." ::= { irt4552MEM 6 } -- 1.3.6.1.4.1.16557.3.60.7 irt4552Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4552MEM 7 } -- -- Trap definitions -- irt4552AlarmTrap TRAP-TYPE ENTERPRISE irt4552MEM VARIABLES { sysObjectID, sysName, irt4552Alarms } DESCRIPTION "If enabled, traps will be sent when a change of irt4552Alarms occurs." ::= 60 END -- -- irt4552MEM-MIB.my --