HUBSE240-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, OBJECT-TYPE, MODULE-IDENTITY, IpAddress, Integer32 FROM SNMPv2-SMI OBJECT-GROUP FROM SNMPv2-CONF; hubSE240module MODULE-IDENTITY LAST-UPDATED "200805301100Z" -- May 30, 2008 11:00:00 AM ORGANIZATION "SMART Technologies ULC." CONTACT-INFO "SMART Technologies ULC. 1207 - 11 Avenue SW, Suite 300 Calgary, AB T3C 0M5 CANADA Phone 403.245.0333 Toll Free 1.888.42.SMART (Canada/U.S.) Fax 403.228.2500" DESCRIPTION "Contains SMART Hub SE240 product MIB definition" REVISION "200805301100Z" -- May 30, 2008 11:00:00 AM DESCRIPTION "Fixing compile warnings." ::= { smartTechEmbeddedModules 1 } smartTechULC OBJECT IDENTIFIER ::= { enterprises 29485} smartTechReg OBJECT IDENTIFIER ::= {smartTechULC 1} smartTechModules OBJECT IDENTIFIER ::= {smartTechReg 1} smartTechEmbeddedModules OBJECT IDENTIFIER ::= {smartTechModules 2} smartTechProducts OBJECT IDENTIFIER ::= {smartTechULC 3} smartTechEmbeddedProducts OBJECT IDENTIFIER ::= {smartTechProducts 2} hubSE240 OBJECT IDENTIFIER ::= { smartTechEmbeddedProducts 1 } reboot OBJECT-TYPE SYNTAX INTEGER { reboot(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "To reboot the system set to 1." ::= { hubSE240 1 } video OBJECT IDENTIFIER ::= { hubSE240 2 } inputSource OBJECT-TYPE SYNTAX INTEGER { dvi1(1), dvi2(2), composite(3), svideo(4), noinput(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "To display the current input source as well as switch between input sources. Set to the following to switch to the specified source: 1: DVI-I 1 2: DVI-I 2 3: Composite 4: S-Video Please note that noinput(5) is for read-only purposes, if currently not in an input mode." ::= { video 1 } aspectRatio OBJECT-TYPE SYNTAX INTEGER { standard(1), fullscreen(2), crop(3), anamorphic(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Aspect ratio of the input source. Standard is 4:3. Fullscreen fills the screen. Crop cuts the picture to fill the screen. Enhanced Wide Screen is 16:9." DEFVAL { standard } ::= { video 2 } audio OBJECT IDENTIFIER ::= { hubSE240 3 } audioVolume OBJECT-TYPE SYNTAX Integer32 (0..30) MAX-ACCESS read-write STATUS current DESCRIPTION "Audio volume. 0 is the minimum and 30 is the maximum." DEFVAL { 12 } ::= { audio 1 } audioMute OBJECT-TYPE SYNTAX INTEGER { muteoff(1), muteon(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "To mute audio set to 2. To un-mute audio set to 1." DEFVAL { muteoff } ::= { audio 2 } network OBJECT IDENTIFIER ::= { hubSE240 4 } netDHCP OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "To enable DHCP set to 2. To disable DHCP set to 1. Note: you must reboot for static setings to take effect." DEFVAL { enable } ::= { network 1 } netStaticIPAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address of the device." ::= { network 2 } netStaticSubnetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Configuration Netmask." ::= { network 3 } netStaticGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Gateway configuration." ::= { network 4 } netStaticDNS1 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary DNS Server configuration." ::= { network 5 } netStaticDNS2 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary DNS Server configuration." ::= { network 6 } config OBJECT IDENTIFIER ::= { hubSE240 5 } configLanguage OBJECT-TYPE SYNTAX INTEGER { english(1), french(2), italian(3), spanish(4), german(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set to the following to switch between different languages: 1: English 2: French 3: Italian 4: Spanish 5: German" DEFVAL { english } ::= { config 1 } configFactoryReset OBJECT-TYPE SYNTAX INTEGER { reset(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set to 1 to restore factory defaults. NOTE: SMART Hub will reboot immediately after." ::= { config 2 } sysInfo OBJECT IDENTIFIER ::= { hubSE240 6 } sysInfoOutputFormat OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Current Resolution the system is outputting." ::= { sysInfo 1 } sysInfoFWVersion OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "SMART Firmware Version." ::= { sysInfo 2 } sysInfoLampHour OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Attached Projector Lamp Hours. -1 if no projector is attached or failed to get the lamp hours." ::= { sysInfo 3 } hubSE240Group OBJECT-GROUP OBJECTS { reboot, inputSource, aspectRatio, audioVolume, audioMute, netDHCP, netStaticIPAddress, netStaticSubnetMask, netStaticGateway, netStaticDNS1, netStaticDNS2, configLanguage, configFactoryReset, sysInfoOutputFormat, sysInfoFWVersion, sysInfoLampHour } STATUS current DESCRIPTION "A collection of objects provided on the SMART Hub" ::= { hubSE240 7 } END