-- -- NexComm Systems, Inc. root SMI -- -- Copyright (C) 2005, 2008 by NexComm Systems, Inc. -- All rights reserved. -- -- Comments to: -- Web URL: http://www.nexcomm.co.kr -- NEXCOMM-SMI DEFINITIONS ::= BEGIN IMPORTS enterprises, MODULE-IDENTITY FROM SNMPv2-SMI; nexcomm MODULE-IDENTITY LAST-UPDATED "9811240100Z" ORGANIZATION "NexComm Systems, Inc." CONTACT-INFO "NexComm Systems, Inc. C-501, Bundang Techno-Park, 145 Yatap-Dong, Bundang-Ku, Sungnam-City, Kyunggi-Do, 463-760, Korea Phone: +82-31-781-1862 Fax: +82-31-781-1863 Web: http://www.nexcomm.co.kr E-Mail: support@nexcomm.co.kr" DESCRIPTION "NexComm Systems root MIB module." -- Assigned by IANA (http://www.iana.org) ::= { enterprises 30000 } n5000 OBJECT IDENTIFIER ::= { nexcomm 1 } -- TCbootconfig ::= TEXTUAL-CONVENTION DISPLAY-HINT "bootconfig" STATUS current DESCRIPTION "Startup configuration file of system" SYNTAX INTEGER { config0(0), config1(1) } TCbootimage ::= TEXTUAL-CONVENTION DISPLAY-HINT "bootimage" STATUS current DESCRIPTION "Firmware file that will be loaded when the system reboots" SYNTAX INTEGER { image0(0), image1(1) } TCbaudrate ::= TEXTUAL-CONVENTION DISPLAY-HINT "baudrate" STATUS current DESCRIPTION "Baud rate of the console port. Valid rate are 9600, 19200 and 38400. The default is 38400" SYNTAX INTEGER { br9600(0), br19200(1), br38400(2) } -- TCport ::= TEXTUAL-CONVENTION DISPLAY-HINT "port" STATUS current DESCRIPTION "u0 : uplink 0 -module 0, u1 : uplink 1 -module 0, e0 : ethernet port 0 - EFMC module, s0 : subscriber port 0 - EFMC module, s1 : subscriber port 1 - EFMC module" SYNTAX INTEGER { s0(0), s1(1), r0(2), r1(3), e0(4), r2(5), r3(6), r4(7), u0(8), u1(9) } TCenable-disable ::= TEXTUAL-CONVENTION DISPLAY-HINT "enable or disable" STATUS current DESCRIPTION "enable or disable" SYNTAX INTEGER { enable(0), disable(1) } TClogstate ::= TEXTUAL-CONVENTION DISPLAY-HINT "log state" STATUS current DESCRIPTION "noaction : no send, no trip send : The type of action is sending log messages. trap : The type of action is trapping log messages." SYNTAX INTEGER { noaction(0), send(1), trap(2), send-trap(3) } TCfanspeed ::= TEXTUAL-CONVENTION DISPLAY-HINT "fan speed" STATUS current DESCRIPTION "fan speed" SYNTAX INTEGER { spd-auto(1), spd-max(2), spd-zero(3), spd-5(5), spd-6(6), spd-7(7), spd-8(8), spd-9(9), spd-10(10), spd-11(11), spd-12(12) } END