HUBVE220-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, OBJECT-TYPE, MODULE-IDENTITY, IpAddress, Integer32 FROM SNMPv2-SMI OBJECT-GROUP FROM SNMPv2-CONF; hubVE220module 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 VE220 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} hubVE220 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." ::= { hubVE220 1 } video OBJECT IDENTIFIER ::= { hubVE220 2 } inputSource OBJECT-TYPE SYNTAX INTEGER { dvi1(1), 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 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 } network OBJECT IDENTIFIER ::= { hubVE220 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 ::= { hubVE220 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 ::= { hubVE220 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 } hubVE220Group 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" ::= { hubVE220 7 } END