-- -- IRT4624DDR-MIB.my -- -- v2.0 07/08/2011 -- - added OID opticalRx -- v1.0 07/12/2010 -- - public release IRT4624DDR-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts 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.71 irt4624DDR OBJECT IDENTIFIER ::= { irtProducts 71 } -- 1.3.6.1.4.1.16557.3.71.1 ctrlMode OBJECT-TYPE SYNTAX INTEGER { remoteSNMP(1), pcbSwitches(2) } ACCESS read-only STATUS mandatory DESCRIPTION " SW1-7 on the PCB causes the other switch settings to override all corresponding SNMP settings. 1. Remote SNMP 2. PCB switches" ::= { irt4624DDR 1 } -- 1.3.6.1.4.1.16557.3.71.2 channelTable OBJECT-TYPE SYNTAX SEQUENCE OF ChannelEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " Information and control for the data channels." ::= { irt4624DDR 2 } -- 1.3.6.1.4.1.16557.3.71.2.1 channelEntry OBJECT-TYPE SYNTAX ChannelEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " Information and control for each data channel." INDEX { channelNo } ::= { channelTable 1 } ChannelEntry ::= SEQUENCE { channelNo INTEGER, status INTEGER, opticalRx INTEGER, dataRate INTEGER, reclocker INTEGER, alias DisplayString, statusTrapEn INTEGER } -- 1.3.6.1.4.1.16557.3.71.2.1.1 channelNo OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION " Channel number, 1-4" ::= { channelEntry 1 } -- 1.3.6.1.4.1.16557.3.71.2.1.2 status OBJECT-TYPE SYNTAX INTEGER { unlocked(1), locked270Mbps(2), lockedSDI-HD(3), lockedSDI-3G(4) } ACCESS read-only STATUS mandatory DESCRIPTION " Channel input status: 1. Unlocked 2. Locked to 270 Mbps 3. Locked to HD-SDI 4. Locked to 3G-SDI" ::= { channelEntry 2 } -- 1.3.6.1.4.1.16557.3.61.2.1.3 opticalRx OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION " Received optical power, +/-3 dBm accuracy." ::= { channelEntry 3 } -- 1.3.6.1.4.1.16557.3.71.2.1.4 dataRate OBJECT-TYPE SYNTAX INTEGER { autoDetect(1), mbps270(2), sdi-HD(3), sdi-3G(4) } ACCESS read-write STATUS mandatory DESCRIPTION " Input data rate." ::= { channelEntry 4 } -- 1.3.6.1.4.1.16557.3.61.2.1.5 reclocker OBJECT-TYPE SYNTAX INTEGER { enabled(1), bypassed(2) } ACCESS read-write STATUS mandatory DESCRIPTION " Bypass reclocker." ::= { channelEntry 5 } -- 1.3.6.1.4.1.16557.3.61.2.1.6 alias OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION " Channel identification label (16 characters max)." ::= { channelEntry 6 } -- 1.3.6.1.4.1.16557.3.61.2.1.7 statusTrapEn OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION " Send a trap whenever channel status changes." ::= { channelEntry 7 } -- 1.3.6.1.4.1.16557.3.71.3 firmwareVer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION " Version of the FPGA firmware." ::= { irt4624DDR 3 } -- 1.3.6.1.4.1.16557.3.71.4 softwareVer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION " Version of the processor software." ::= { irt4624DDR 4 } -- 1.3.6.1.4.1.16557.3.71.5 reset OBJECT-TYPE SYNTAX INTEGER { normal(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION " Reset the module to power-up default settings." ::= { irt4624DDR 5 } -- -- Trap definitions -- irt4624DDRStatusTrapCH1 TRAP-TYPE ENTERPRISE irt4624DDR VARIABLES { sysObjectID, sysName, status, alias } DESCRIPTION " If enabled, a trap will be sent when channel 1 status changes." ::= 1 irt4624DDRStatusTrapCH2 TRAP-TYPE ENTERPRISE irt4624DDR VARIABLES { sysObjectID, sysName, status, alias } DESCRIPTION " If enabled, a trap will be sent when channel 2 status changes." ::= 2 irt4624DDRStatusTrapCH3 TRAP-TYPE ENTERPRISE irt4624DDR VARIABLES { sysObjectID, sysName, status, alias } DESCRIPTION " If enabled, a trap will be sent when channel 3 status changes." ::= 3 irt4624DDRStatusTrapCH4 TRAP-TYPE ENTERPRISE irt4624DDR VARIABLES { sysObjectID, sysName, status, alias } DESCRIPTION " If enabled, a trap will be sent when channel 4 status changes." ::= 4 END -- -- irt4624DDR-MIB.my --