-- -- IRT4371AMS-MIB.my (MIB for AMS-4371) -- v1.0 06/10/2009 -- - Original Issue. -- IRT4371AMS-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName FROM RFC1213-MIB; -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.56 irt4371AMS OBJECT IDENTIFIER ::= { irtProducts 56 } -- 1.3.6.1.4.1.16557.3.56.1 irt4371Status OBJECT-TYPE SYNTAX INTEGER { main(1), standby(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication of the selected relay path. Main ensures INA is connected to OUTA, and INB is connected to OUTB. Standby ensures that INA is connected to OUTB and INB is connected to OUTA." ::= { irt4371AMS 1 } -- 1.3.6.1.4.1.16557.3.56.2 irt4371fpgaVersion 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." ::= { irt4371AMS 2 } -- 1.3.6.1.4.1.16557.3.56.3 irt4371snmpVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the SMU in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4371AMS 3 } -- 1.3.6.1.4.1.16557.3.56.4 irt4371Reset 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." ::= { irt4371AMS 4 } -- 1.3.6.1.4.1.16557.3.56.5 irt4371Trap OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4371AMS 5 } -- -- Trap definitions -- irt4371StatusTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4371Status } DESCRIPTION "If enabled, this trap will be sent when the module Status changes." ::= 56 END -- -- IRT4371AMS-MIB.my --