-- ***************************************************************** -- bob手机在线登陆 EtherDevice Switch EOM104FO MIB -- -- Copyright (c) 2009 by bob手机在线登陆 Inc. -- All rights reserved. -- ***************************************************************** MOXA-EOM104FO-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, MODULE-IDENTITY, NOTIFICATION-TYPE, IpAddress, OBJECT-TYPE FROM SNMPv2-SMI DateAndTime, TEXTUAL-CONVENTION, MacAddress, DisplayString FROM SNMPv2-TC; eom104fo MODULE-IDENTITY LAST-UPDATED "201008120000Z" ORGANIZATION "bob手机在线登陆 Inc." CONTACT-INFO "Postal: bob手机在线登陆 Inc. Fl.4, No.135,Lane 235,Pao-Chiao Rd. Shing Tien City,Taipei,Taiwan,R.O.C Tel: +866-2-89191230 " DESCRIPTION "The MIB module for bob手机在线登陆 EOM-104-FO specific information." ::= { enterprises 8691 7 37 } -- 1.3.6.1.4.1.8691.7.37 -- ------------------------------------------------------------- -- groups in the MOXA-EOM104FO MIB -- ------------------------------------------------------------- swMgmt OBJECT IDENTIFIER ::= { eom104fo 1 } -- 1.3.6.1.4.1.8691.7.37.1 swTraps OBJECT IDENTIFIER ::= { eom104fo 2 } -- 1.3.6.1.4.1.8691.7.37.2 -- ------------------------------------------------------------- -- Textual Conventions -- ------------------------------------------------------------- PortList ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'." SYNTAX OCTET STRING -- ------------------------------------------------------------- -- swMgmt group -- ------------------------------------------------------------- numberOfPorts OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Total Ports." ::= { swMgmt 1 } switchModel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The switch model." ::= { swMgmt 2 } firmwareVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The firmware version." ::= { swMgmt 4 } enableWebConfig OBJECT-TYPE SYNTAX INTEGER { disable(0), http(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "This enable the Web. configuration function." ::= { swMgmt 5 } enableTelnetConsole OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "This enable telnet console." ::= { swMgmt 6 } enableColdStart OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable to restart MOXA ethernet switch." ::= { swMgmt 36 } -- ------------------------------------------------------------- -- network settings -- ------------------------------------------------------------- networkSetting OBJECT IDENTIFIER ::= { swMgmt 8 } switchIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The IP Address of this switch." ::= { networkSetting 1 } switchIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The netmask of this switch." ::= { networkSetting 2 } defaultGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The default gateway of this switch." ::= { networkSetting 3 } enableAutoIpConfig OBJECT-TYPE SYNTAX INTEGER { disable(0), enableDHCP(1),enableBOOTP(2)} MAX-ACCESS read-write STATUS current DESCRIPTION "This enable the automatic IP address configuration function." ::= { networkSetting 4 } dnsServer1IpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The first DNS server's IP address" ::= { networkSetting 5 } snmpTrapCommunity OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) MAX-ACCESS read-write STATUS current DESCRIPTION "The SNMP trap community name" ::= { networkSetting 6 } trapServerAddr OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address/Domain name of SNMP trap server" ::= { networkSetting 7 } dnsServer2IpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The second DNS server's IP address" ::= { networkSetting 8 } snmpReadCommunity OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) MAX-ACCESS read-write STATUS current DESCRIPTION "The SNMP read community name" ::= { networkSetting 9 } snmpTrap2Community OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) MAX-ACCESS read-write STATUS current DESCRIPTION "The Second SNMP trap community name" ::= { networkSetting 11 } trap2ServerAddr OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address/Domain name of Second SNMP trap server" ::= { networkSetting 12 } snmpInformEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "This enable the snmpInform function." ::= { networkSetting 13 } snmpInformRetries OBJECT-TYPE SYNTAX INTEGER (1..99) MAX-ACCESS read-write STATUS current DESCRIPTION "The snmp inform retry times of SNMP trap server" ::= { networkSetting 14 } snmpInformTimeout OBJECT-TYPE SYNTAX INTEGER (1..300) MAX-ACCESS read-write STATUS current DESCRIPTION "The snmp inform interval of SNMP trap server" ::= { networkSetting 15 } -- ------------------------------------------------------------- -- port settings -- ------------------------------------------------------------- portSetting OBJECT IDENTIFIER ::= { swMgmt 9 } portTable OBJECT-TYPE SYNTAX SEQUENCE OF PortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The port table." ::= { portSetting 1 } portEntry OBJECT-TYPE SYNTAX PortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The port entry." INDEX { portIndex } ::= { portTable 1 } PortEntry ::= SEQUENCE { portIndex INTEGER, portDesc DisplayString, portEnable INTEGER, portSpeed INTEGER, portMDI INTEGER, portFDXFlowCtrl INTEGER, portName DisplayString } portIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The port index." ::= { portEntry 1 } portDesc OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The port description" ::= { portEntry 2 } portEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "This enable the port." ::= { portEntry 3 } portSpeed OBJECT-TYPE SYNTAX INTEGER { auto(0), speed100M-Full(1), speed100M-Half(2), speed10M-Full(3), speed10M-Half(4), speed1000M-Full(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The port speed and duplex." ::= { portEntry 4 } portMDI OBJECT-TYPE SYNTAX INTEGER { na(0), auto(1), mdi(2), mdiX(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The port MDI/MDIX." ::= { portEntry 5 } portFDXFlowCtrl OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "The port FDX Flow Control" ::= { portEntry 6 } portName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) MAX-ACCESS read-write STATUS current DESCRIPTION "The port Name" ::= { portEntry 7 } -- ------------------------------------------------------------- -- monitor -- ------------------------------------------------------------- monitor OBJECT IDENTIFIER ::= { swMgmt 10 } monitorPortTable OBJECT-TYPE SYNTAX SEQUENCE OF MonitorPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The port table of monitor function." ::= { monitor 3 } monitorPortEntry OBJECT-TYPE SYNTAX MonitorPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The port table entry of monitor function." INDEX { portIndex } ::= { monitorPortTable 1 } MonitorPortEntry ::= SEQUENCE { monitorLinkStatus INTEGER, monitorSpeed INTEGER, monitorAutoMDI INTEGER, monitorTraffic INTEGER, monitorFDXFlowCtrl INTEGER, monitorTxTraffic INTEGER, monitorRxTraffic INTEGER } monitorLinkStatus OBJECT-TYPE SYNTAX INTEGER { disable(-1), off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The port link status." ::= { monitorPortEntry 2} monitorSpeed OBJECT-TYPE SYNTAX INTEGER { speed1000M-Full(5), speed1000M-Half(4), speed100M-Full(3), speed100M-Half(2), speed10M-Full(1), speed10M-Half(0), na(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The port speed and duplex status." ::= { monitorPortEntry 3 } monitorAutoMDI OBJECT-TYPE SYNTAX INTEGER { mdiX(1), mdi(0), na(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The port MDI/MDIX status." ::= { monitorPortEntry 4 } monitorTraffic OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The trafic loading percentage of port." ::= { monitorPortEntry 5 } monitorFDXFlowCtrl OBJECT-TYPE SYNTAX INTEGER { off(0),on(1)} MAX-ACCESS read-only STATUS current DESCRIPTION "The Full-Duplex flow control status" ::= { monitorPortEntry 6 } monitorTxTraffic OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The TX traffic loading percentage of port." ::= { monitorPortEntry 7 } monitorRxTraffic OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The RTX traffic loading percentage of port." ::= { monitorPortEntry 8 } -- ------------------------------------------------------------- -- email warning -- ------------------------------------------------------------- emailWarning OBJECT IDENTIFIER ::= { swMgmt 11 } emailService OBJECT IDENTIFIER ::= { emailWarning 1 } emailWarningMailServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The email server's Ip Address/Domain name of email warning function." ::= { emailService 1 } emailWarningFirstEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The first email address of email warning function." ::= { emailService 2 } emailWarningSecondEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The second email address of email warning function." ::= { emailService 3 } emailWarningThirdEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The third email address of email warning function." ::= { emailService 4 } emailWarningFourthEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The fourth email address of email warning function." ::= { emailService 5 } emailWarningEventType OBJECT IDENTIFIER ::= { emailWarning 2 } emailWarningEventServerColdStart OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The switch cold start event of email warning function." ::= { emailWarningEventType 1 } emailWarningEventConfigChange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The configuration changed event of email warning function." ::= { emailWarningEventType 3 } emailWarningEventAuthFail OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The authentication fail event of email warning function." ::= { emailWarningEventType 6 } emailWarningEventTopologyChanged OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The communication redundancy topology changed event of email warning function." ::= { emailWarningEventType 7 } emailWarningEventPortTable OBJECT-TYPE SYNTAX SEQUENCE OF EmailWarningEventPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The port table of the email warning event." ::= { emailWarning 3 } emailWarningEventPortEntry OBJECT-TYPE SYNTAX EmailWarningEventPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The port table entry of the email warning event." INDEX { portIndex } ::= { emailWarningEventPortTable 1 } EmailWarningEventPortEntry ::= SEQUENCE { emailWarningEventPortLinkOn INTEGER, emailWarningEventPortLinkOff INTEGER, emailWarningEventPortTrafficOverload INTEGER, emailWarningEventPortRxTrafficThreshold INTEGER, emailWarningEventPortTrafficDuration INTEGER } emailWarningEventPortLinkOn OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The port link on event of email warning function." ::= { emailWarningEventPortEntry 2 } emailWarningEventPortLinkOff OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The port link off event of email warning function." ::= { emailWarningEventPortEntry 3 } emailWarningEventPortTrafficOverload OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The port's traffic overloading event of email warning function." ::= { emailWarningEventPortEntry 4 } emailWarningEventPortRxTrafficThreshold OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port's traffic threshold of the overloading event." ::= { emailWarningEventPortEntry 5 } emailWarningEventPortTrafficDuration OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port's traffic duration of the overloading event." ::= { emailWarningEventPortEntry 6 } -- ------------------------------------------------------------- -- communication redundancy -- ------------------------------------------------------------- commRedundancy OBJECT IDENTIFIER ::= { swMgmt 16 } protocolOfRedundancySetup OBJECT-TYPE SYNTAX INTEGER { spanningTree(1), turboRing(2), turboRingV2(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This set the redundancy protocol of this switch. " ::= { commRedundancy 1 } turboRing OBJECT IDENTIFIER ::= { commRedundancy 2} turboRingMaster OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Is this a Master or Slave." ::= { turboRing 1 } turboRingMasterSetup OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set this to be Master." ::= { turboRing 2 } turboRingPortTable OBJECT-TYPE SYNTAX SEQUENCE OF TurboRingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Turbo Ring Port Table." ::= { turboRing 3 } turboRingPortEntry OBJECT-TYPE SYNTAX TurboRingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Turbo Ring Port Entry." INDEX { turboRingPortIndex } ::= { turboRingPortTable 1 } TurboRingPortEntry ::= SEQUENCE { turboRingPortIndex INTEGER, turboRingPortStatus INTEGER, turboRingPortDesignatedBridge OCTET STRING, turboRingPortDesignatedPort INTEGER } turboRingPortIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Turbo Ring Port Index." ::= { turboRingPortEntry 1 } turboRingPortStatus OBJECT-TYPE SYNTAX INTEGER { portDisabled(0), notTurboRingPort(1), linkDown(2), blocked(3), learning(4), forwarding(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "Turbo Ring Port Status." ::= { turboRingPortEntry 2 } turboRingPortDesignatedBridge OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The MAC address of the bridge which this port considers to be the Designated Bridge for this port's segment." ::= { turboRingPortEntry 3 } turboRingPortDesignatedPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The Port Number of the port on the Designated Bridge for this port's segment." ::= { turboRingPortEntry 4 } turboRingDesignatedMaster OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The MAC address of the bridge which is the Master of the TURBO RING." ::= { turboRing 6 } turboRingRdntPort1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port number of 1st Redundant Port on the TURBO RING." ::= { turboRing 7 } turboRingRdntPort2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port number of 2nd Redundant Port on the TURBO RING." ::= { turboRing 8 } turboRingBrokenStatus OBJECT-TYPE SYNTAX INTEGER { na(0), normal(1), broken(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Turbo Ring broken display." ::= { turboRing 14 } spanningTree OBJECT IDENTIFIER ::= { commRedundancy 3 } spanningTreeRoot OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The root of spanning tree." ::= { spanningTree 1 } spanningTreeBridgePriority OBJECT-TYPE SYNTAX INTEGER {priority0(0), priority4096(4096), priority8192(8192), priority12288(12288), priority16384(16384), priority20480(20480), priority24576(24576), priority28672(28672), priority32768(32768), priority36864(36864), priority40960(40960), priority45056(45056), priority49152(49152), priority53248(53248), priority57344(57344), priority61440(61440)} MAX-ACCESS read-write STATUS current DESCRIPTION "The bridge priority of spanning tree protocol." ::= { spanningTree 2 } spanningTreeHelloTime OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The hello time of spanning tree protocol." ::= { spanningTree 3 } spanningTreeMaxAge OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The max. age of spanning tree protocol." ::= { spanningTree 4 } spanningTreeForwardingDelay OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Tje forwarding delay of spanning tree protocol." ::= { spanningTree 5 } spanningTreeTable OBJECT-TYPE SYNTAX SEQUENCE OF SpanningTreeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The spanning tree table." ::= { spanningTree 6 } spanningTreeEntry OBJECT-TYPE SYNTAX SpanningTreeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The spanning tree port entry." INDEX { spanningTreeIndex } ::= { spanningTreeTable 1 } SpanningTreeEntry ::= SEQUENCE { spanningTreeIndex INTEGER, enableSpanningTree INTEGER, spanningTreePortPriority INTEGER, spanningTreePortCost INTEGER, spanningTreePortStatus INTEGER } spanningTreeIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The index of spanning tree table." ::= { spanningTreeEntry 1 } enableSpanningTree OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "This enable of spanning tree protocol for this port." ::= { spanningTreeEntry 2 } spanningTreePortPriority OBJECT-TYPE SYNTAX INTEGER {priority0(0), priority16(16), priority32(32), priority48(48), priority64(64), priority80(80), priority96(96), priority112(112), priority128(128), priority144(144), priority160(160), priority176(176), priority192(192), priority208(208), priority224(224), priority240(240)} MAX-ACCESS read-write STATUS current DESCRIPTION "The port priority of spanning tree protocol." ::= { spanningTreeEntry 3 } spanningTreePortCost OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port cost of spanning tree protocol." ::= { spanningTreeEntry 4 } spanningTreePortStatus OBJECT-TYPE SYNTAX INTEGER { portDisabled(0), notSpanningTreePort(1), linkDown(2), blocked(3), learning(4), forwarding(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The port status of spanning tree protocol." ::= { spanningTreeEntry 5 } activeProtocolOfRedundancy OBJECT-TYPE SYNTAX INTEGER { none(0), spanningTree(1), turboRing(2), turboRingV2(3)} MAX-ACCESS read-only STATUS current DESCRIPTION "This shows the active redundancy protocol of this switch now. The none(0) stauts will be showed if only if the switch's redundancy protocol is set to spanning tree and none of ports enable spanning tree." ::= { commRedundancy 4 } turboRingV2 OBJECT IDENTIFIER ::= { commRedundancy 5} turboRingV2Ring1 OBJECT IDENTIFIER ::= { turboRingV2 1 } ringIndexRing1 OBJECT-TYPE SYNTAX INTEGER (1..2) MAX-ACCESS read-only STATUS current DESCRIPTION "The turboRingV2 Ring Index." ::= { turboRingV2Ring1 1 } ringEnableRing1 OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The turboRingV2 Ring1 Enalbe Config." ::= { turboRingV2Ring1 2 } masterSetupRing1 OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Is this a Master or Slave." ::= { turboRingV2Ring1 3 } masterStatusRing1 OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Set this to be Master." ::= { turboRingV2Ring1 4 } designatedMasterRing1 OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The MAC address of the bridge which is the Master of the turboRingV2." ::= { turboRingV2Ring1 5 } rdnt1stPortRing1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port number of 1st Redundant Port on the turboRingV2." ::= { turboRingV2Ring1 6 } rdnt1stPortStatusRing1 OBJECT-TYPE SYNTAX INTEGER { disabled(0), notRedundant(1), linkdown(2), blocking(3), learning(4), forwarding(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The status of 1st Redundant Port on the turboRingV2." ::= { turboRingV2Ring1 7 } rdnt2ndPortRing1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port number of 2nd Redundant Port on the turboRingV2." ::= { turboRingV2Ring1 8 } rdnt2ndPortStatusRing1 OBJECT-TYPE SYNTAX INTEGER { disabled(0), notRedundant(1), linkdown(2), blocking(3), learning(4), forwarding(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The status of 2nd Redundant Port on the turboRingV2." ::= { turboRingV2Ring1 9 } brokenStatusRing1 OBJECT-TYPE SYNTAX INTEGER { na(0), normal(1), broken(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "turboRingV2 broken display." ::= { turboRingV2Ring1 10 } turboRingV2Coupling OBJECT IDENTIFIER ::= { turboRingV2 3 } couplingEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting the ring coupling enable." ::= { turboRingV2Coupling 1 } couplingMode OBJECT-TYPE SYNTAX INTEGER { couplingBackup(2), couplingPrimary(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting the ring coupling mode." ::= { turboRingV2Coupling 2 } coupling1stPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "If in 'COUPLING' mode,port name is 'Coupling port'" ::= { turboRingV2Coupling 3 } coupling1stPortStatus OBJECT-TYPE SYNTAX INTEGER { disabled(0), notRedundant(1), linkdown(2), blocking(3), learning(4), forwarding(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The 1st coupling port status of coupling function." ::= { turboRingV2Coupling 4 } -- ------------------------------------------------------------- -- traffic prioritization -- ------------------------------------------------------------- trafficPrioritization OBJECT IDENTIFIER ::= { swMgmt 18 } qosClassification OBJECT IDENTIFIER ::= { trafficPrioritization 1 } queuingMechanism OBJECT-TYPE SYNTAX INTEGER {schedweightfair(0),schedstrict(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "The queuing mechanism." ::= { qosClassification 1 } qosPortTable OBJECT-TYPE SYNTAX SEQUENCE OF QosPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The QOS port table." ::= { qosClassification 2 } qosPortEntry OBJECT-TYPE SYNTAX QosPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The QOS Port Entry." INDEX { portIndex } ::= { qosPortTable 1 } QosPortEntry ::= SEQUENCE { inspectTos INTEGER, inspectCos INTEGER } inspectTos OBJECT-TYPE SYNTAX INTEGER {no (0),yes(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "This enable the inspection of TOS field." ::= { qosPortEntry 1 } inspectCos OBJECT-TYPE SYNTAX INTEGER {no (0),yes(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "This enable the inspection of COS field." ::= { qosPortEntry 2 } tosMapping OBJECT IDENTIFIER ::= { trafficPrioritization 3 } tosMappingTable OBJECT-TYPE SYNTAX SEQUENCE OF TosMappingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The TOS mapping table." ::= { tosMapping 1 } tosMappingEntry OBJECT-TYPE SYNTAX TosMappingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "TOS mapping Entry." INDEX { tosClass } ::= { tosMappingTable 1 } TosMappingEntry ::= SEQUENCE { tosClass INTEGER, tosMappedPriority INTEGER } tosClass OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The TOS class of TOS field." ::= { tosMappingEntry 1 } tosMappedPriority OBJECT-TYPE SYNTAX INTEGER {low(0),high(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "The frame's priority corresponding to it's TOS class value." ::= { tosMappingEntry 2 } -- ------------------------------------------------------------- -- accessible ip -- ------------------------------------------------------------- accessibleIP OBJECT IDENTIFIER ::= { swMgmt 30 } enableAccessibleIP OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable the accessible IP address list." ::= { accessibleIP 1 } accessibleIpTable OBJECT-TYPE SYNTAX SEQUENCE OF AccessibleIpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "accessibleIP." ::= { accessibleIP 2 } accessibleIpEntry OBJECT-TYPE SYNTAX AccessibleIpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Accessible IP address entry." INDEX { accessibleIpAddress } ::= { accessibleIpTable 1 } AccessibleIpEntry ::= SEQUENCE { accessibleIpAddress IpAddress, accessibleIpNetMask IpAddress, accessibleIpStatus INTEGER } accessibleIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Accessible IP address" ::= { accessibleIpEntry 1 } accessibleIpNetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Accessible IP netmask." ::= { accessibleIpEntry 2 } accessibleIpStatus OBJECT-TYPE SYNTAX INTEGER { active(1), createAndGo(4), createAndWait(5), destroy(6) } MAX-ACCESS read-create STATUS current DESCRIPTION "The status is active to indicate normal. Use createAndGo to create new on multiple SET. Use createAndWait to create new on one SET all then actvie. Use destroy to delete this row." ::= { accessibleIpEntry 3 } -- ------------------------------------------------------------- -- system file update -- ------------------------------------------------------------- sysFileUpdate OBJECT IDENTIFIER ::= { swMgmt 31 } tftpServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The TFTP Server name(IP Address)" ::= { sysFileUpdate 1 } firmwarePathName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The path name of firmware file in the TFTP Server" ::= { sysFileUpdate 2 } logPathName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The path name of log file in the TFTP Server" ::= { sysFileUpdate 3 } confPathName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The path name of configuration file in the TFTP Server" ::= { sysFileUpdate 4 } -- ------------------------------------------------------------- -- time setting -- ------------------------------------------------------------- timeSetting OBJECT IDENTIFIER ::= { swMgmt 32 } sysDateTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-write STATUS current DESCRIPTION "The date time of system" ::= { timeSetting 1 } calibratePeriod OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The period (seconds) that calibrate with time server" ::= { timeSetting 2 } timeServer1 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The first time server" ::= { timeSetting 3 } timeServer2 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The second time server" ::= { timeSetting 4 } daylightSaving OBJECT IDENTIFIER ::= { timeSetting 5 } startMonth OBJECT-TYPE SYNTAX INTEGER { na(0), jan(1), feb(2), mar(3), apr(4), may(5), jun(6), jul(7), aug(8), sep(9), oct(10), nov(11), dec(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting Start Month of Daylight Saving time" ::= { daylightSaving 1 } startWeek OBJECT-TYPE SYNTAX INTEGER { na(0), week1(1), week2(2), week3(3), week4(4), weeklast(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting Start Week of Daylight Saving time" ::= { daylightSaving 2 } startDay OBJECT-TYPE SYNTAX INTEGER { na(0), sun(1), mon(2), tue(3), wed(4), thu(5), fri(6), sat(7)} MAX-ACCESS read-write STATUS current DESCRIPTION "Setting Start Day of Daylight Saving time" ::= { daylightSaving 3 } startHour OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Setting Start Hour of Daylight Saving time" ::= { daylightSaving 4 } endMonth OBJECT-TYPE SYNTAX INTEGER { na(0), jan(1), feb(2), mar(3), apr(4), may(5), jun(6), jul(7), aug(8), sep(9), oct(10), nov(11), dec(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting End Month of Daylight Saving time" ::= { daylightSaving 5 } endWeek OBJECT-TYPE SYNTAX INTEGER { na(0), week1(1), week2(2), week3(3), week4(4), weeklast(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting End Week of Daylight Saving time" ::= { daylightSaving 6 } endDay OBJECT-TYPE SYNTAX INTEGER { na(0), sun(1), mon(2), tue(3), wed(4), thu(5), fri(6), sat(7)} MAX-ACCESS read-write STATUS current DESCRIPTION "Setting End Day of Daylight Saving time" ::= { daylightSaving 7 } endHour OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Setting End Hour of Daylight Saving time" ::= { daylightSaving 8 } offsetHours OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Setting Offset Hours of Daylight Saving time" ::= { daylightSaving 9 } -- ------------------------------------------------------------- -- TurboRing Dip Switch setting -- ------------------------------------------------------------- dipSwitchSetting OBJECT IDENTIFIER ::= { swMgmt 34 } dipSwitchEnableTurboRing OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable TurboRing Dip Switch functions" ::= { dipSwitchSetting 1 } dipSwitchTurboRingPole OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The TurboRing Pole status of Dip switch." ::= { dipSwitchSetting 2 } dipSwitchRingMasterPole OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The Ring Master Pole status of Dip switch." ::= { dipSwitchSetting 4 } -- ------------------------------------------------------------- -- Syslog setting -- ------------------------------------------------------------- syslogSetting OBJECT IDENTIFIER ::= { swMgmt 37 } syslogServer1 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The syslog server 1" ::= { syslogSetting 1 } syslogServer1port OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The syslog server 1 port" ::= { syslogSetting 2 } syslogServer2 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The syslog server 2" ::= { syslogSetting 3 } syslogServer2port OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The syslog server 2 port" ::= { syslogSetting 4 } syslogServer3 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The syslog server 3" ::= { syslogSetting 5 } syslogServer3port OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The syslog server 3 port" ::= { syslogSetting 6 } -- ------------------------------------------------------------- -- swTraps group -- ------------------------------------------------------------- mibNotificationsPrefix OBJECT IDENTIFIER ::= { eom104fo 0 } varconfigChangeTrap OBJECT-TYPE SYNTAX INTEGER { none(1), -- no config change happened configChanged(2) -- config changed } MAX-ACCESS read-only STATUS current DESCRIPTION "The configuration has been changed." ::= { swTraps 1 } configChangeTrap NOTIFICATION-TYPE OBJECTS { varconfigChangeTrap } STATUS current DESCRIPTION "The configuration has been changed." ::= { mibNotificationsPrefix 1 } vartrafficOverloadTrap OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The ethernet port's traffic loading exceeds the pre-defined value." ::= { swTraps 4 } trafficOverloadTrap NOTIFICATION-TYPE OBJECTS { vartrafficOverloadTrap } STATUS current DESCRIPTION "The ethernet port's traffic loading exceeds the pre-defined value." ::= { mibNotificationsPrefix 4 } varredundancyTopologyChangedTrap OBJECT-TYPE SYNTAX INTEGER { none(1), -- no topology change topologyChanged(2) -- topology changed } MAX-ACCESS read-only STATUS current DESCRIPTION "The redundancy topology has been changed." ::= { swTraps 5 } redundancyTopologyChangedTrap NOTIFICATION-TYPE OBJECTS { varredundancyTopologyChangedTrap } STATUS current DESCRIPTION "The redundancy topology has been changed." ::= { mibNotificationsPrefix 5 } varturboRingCouplingPortChangedTrap OBJECT-TYPE SYNTAX INTEGER { none(1), -- no topology change couplingPortChanged(2) -- coupling port changed } MAX-ACCESS read-only STATUS current DESCRIPTION "The coupling path of Turbo Ring has been changed." ::= { swTraps 6 } turboRingCouplingPortChangedTrap NOTIFICATION-TYPE OBJECTS { varturboRingCouplingPortChangedTrap } STATUS current DESCRIPTION "The coupling path of Turbo Ring has been changed." ::= { mibNotificationsPrefix 6 } varturboRingMasterChangedTrap OBJECT-TYPE SYNTAX INTEGER { none(1), -- no topology change ringMasterChanged(2) -- ring master changed } MAX-ACCESS read-only STATUS current DESCRIPTION "The master of Turbo Ring has been changed." ::= { swTraps 7 } turboRingMasterChangedTrap NOTIFICATION-TYPE OBJECTS { varturboRingMasterChangedTrap } STATUS current DESCRIPTION "The master of Turbo Ring has been changed." ::= { mibNotificationsPrefix 7 } END