-- -- IRT4550MEM-MIB.my (MIB for MEM-4550) -- v1.0 30/11/2004 -- - Original Issue. -- -- -- IRT4550MEM-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.7 irt4550MEM OBJECT IDENTIFIER ::= { irtProducts 7 } -- 1.3.6.1.4.1.16557.3.7.1 irt4550Alarms OBJECT-TYPE SYNTAX INTEGER { noAlarms(1), urgentAlarms(2), nonUrgentAlarms(3), urgAndNonUrgentAlarms(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the Urgent and Non Urgent alarms." ::= { irt4550MEM 1 } -- 1.3.6.1.4.1.16557.3.7.2 irt4550Status OBJECT IDENTIFIER ::= { irt4550MEM 2 } -- 1.3.6.1.4.1.16557.3.7.2.1 irt4550AsiInputPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the ASI input signal is present." ::= { irt4550Status 1 } -- 1.3.6.1.4.1.16557.3.7.2.2 irt4550AsiPayloadRate OBJECT-TYPE SYNTAX INTEGER { speed10(1), speed100(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the maximum data rate received on the ASI input." ::= { irt4550Status 2 } -- 1.3.6.1.4.1.16557.3.7.2.3 irt4550AsiError OBJECT-TYPE SYNTAX INTEGER { noError(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if there is an error in the ASI input signal." ::= { irt4550Status 3 } -- 1.3.6.1.4.1.16557.3.7.2.4 irt4550AsiPacketSize OBJECT-TYPE SYNTAX INTEGER { bytes204(1), bytes188(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The size of the ASI packets being received on the ASI input." ::= { irt4550Status 4 } -- 1.3.6.1.4.1.16557.3.7.2.5 irt4550EthernetLink 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." ::= { irt4550Status 5 } -- 1.3.6.1.4.1.16557.3.7.2.6 irt4550EthernetSpeed OBJECT-TYPE SYNTAX INTEGER { inactive(1), speed10(2), speed100(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates which of the two available speeds that the Ethernet port is operating." ::= { irt4550Status 6 } -- 1.3.6.1.4.1.16557.3.7.2.7 irt4550EthernetDuplex OBJECT-TYPE SYNTAX INTEGER { half(1), full(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if the Ethernet port is in full or half duplex operation." ::= { irt4550Status 7 } -- 1.3.6.1.4.1.16557.3.7.2.8 irt4550EthernetActivity OBJECT-TYPE SYNTAX INTEGER { inactive(1), active(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates activity on the Ethernet port." ::= { irt4550Status 8 } -- 1.3.6.1.4.1.16557.3.7.3 irt4550Config OBJECT IDENTIFIER ::= { irt4550MEM 3 } -- 1.3.6.1.4.1.16557.3.7.3.1 irt4550remoteControl OBJECT-TYPE SYNTAX INTEGER { notAllowed(1), active(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if remote setting by SNMP is allowed for the operating parameters." ::= { irt4550Config 1 } -- 1.3.6.1.4.1.16557.3.7.3.2 irt4550ProgramNumber OBJECT-TYPE SYNTAX INTEGER (1..65536) ACCESS read-write STATUS mandatory DESCRIPTION "The Program Number that is being used for the ASI streams. If an attempt to set this parameter is made while the Remote Control is not enabled, then the module will return genErr." ::= { irt4550Config 2 } -- 1.3.6.1.4.1.16557.3.7.3.3 irt4550SetAsiPayloadRate OBJECT-TYPE SYNTAX INTEGER { speed10(1), speed100(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether the ASI output payload rate has been set to 10 or 100Mb/s." ::= { irt4550Config 3 } -- 1.3.6.1.4.1.16557.3.7.3.4 irt4550SetEthSpeed OBJECT-TYPE SYNTAX INTEGER { auto(1), speed10half(2), speed10full(3), speed100half(4), speed100full(5) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates that the Ethernet port has been configured for Auto, 10Mb/100Mb or half/full rate." ::= { irt4550Config 4 } -- 1.3.6.1.4.1.16557.3.7.3.5 irt4550Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4550Config 5 } -- 1.3.6.1.4.1.16557.3.7.3.6 irt4550Reset OBJECT-TYPE SYNTAX INTEGER { reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4550Config 6 } -- 1.3.6.1.4.1.16557.3.7.4 irt4550FpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the FPGA in the format 'x.y', where x is the major revision number and y is the minor revision." ::= { irt4550MEM 4 } -- -- Trap definitions -- irt4550AlarmOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4550Alarms } DESCRIPTION "If enabled, traps will be sent when an Urgent alarm occurs." ::= 7 irt4550AlarmOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4550Alarms } DESCRIPTION "If enabled, traps will be sent when an Urgent Alarm clears." ::= 135 END -- -- IRT4550MEM-MIB.my --