-- ***************************************************************** -- Moxa Industrial Wireless AP AWK-1121 MIB -- version 1.7 build 14120517 -- -- Copyright (c) 2014 by Moxa Inc. -- All rights reserved. -- ***************************************************************** MOXA-AWK1121-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, IpAddress, OBJECT-TYPE FROM SNMPv2-SMI DateAndTime, TEXTUAL-CONVENTION, MacAddress, DisplayString FROM SNMPv2-TC; moxa OBJECT IDENTIFIER ::= { enterprises 8691 } -- 1.3.6.1.4.1.8691 industrialWirelessLan OBJECT IDENTIFIER ::= { moxa 15 } -- 1.3.6.1.4.1.8691.15 awk1121 MODULE-IDENTITY LAST-UPDATED "201412051704Z" ORGANIZATION "Moxa Inc." CONTACT-INFO "Postal: Moxa Inc. Fl.4, No.135, Lane 235, Pao-Chiao Rd. Shing Tien City, Taipei, Taiwan E-mail: support@moxa.com Tel: +866-2-89101230 " DESCRIPTION "The MIB module for Moxa AWK-1121 series specific information." ::= { industrialWirelessLan 20 } -- 1.3.6.1.4.1.8691.15.20 -- ------------------------------------------------------------- -- groups in the MOXA IndustrialWireless AWK-1121 MIB -- ------------------------------------------------------------- swMgmt OBJECT IDENTIFIER ::= { awk1121 1 } -- 1.3.6.1.4.1.8691.15.20.1 -- ------------------------------------------------------------- -- 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 -- ------------------------------------------------------------- overview OBJECT IDENTIFIER ::= { swMgmt 1 } overviewModelName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Model name " ::= { overview 1 } overviewDeviceName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Device name " ::= { overview 2 } overviewSerialNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Serial No. " ::= { overview 3 } overviewUpTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "System up time " ::= { overview 4 } overviewFirmwareVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Firmware version " ::= { overview 5 } overviewMacAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device MAC address " ::= { overview 6 } overviewDeviceLocation OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Device location " ::= { overview 9 } overviewDeviceDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Device description " ::= { overview 10 } overviewDeviceContactInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Device contact information " ::= { overview 11 } overviewOperationMode OBJECT-TYPE SYNTAX INTEGER { client(1), client_NAT(2), wirelssSniffer(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode Value : 1 -> client" ::= { overview 13 } basic OBJECT IDENTIFIER ::= { swMgmt 3 } netDev OBJECT IDENTIFIER ::= { basic 1 } netDevDhcpEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "IP configuration Value : 1 -> enable, 2 -> disable" ::= { netDev 1 } netDevIpV4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP address " ::= { netDev 2 } netDevIpV4Mask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Subnet mask " ::= { netDev 3 } netDevIpV4Gateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Gateway " ::= { netDev 4 } netDevIpV4DnsTable OBJECT-TYPE SYNTAX SEQUENCE OF NetDevIpV4DnsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of netDevIpV4Dns" ::= { netDev 5 } netDevIpV4DnsEntry OBJECT-TYPE SYNTAX NetDevIpV4DnsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of netDevIpV4Dns" INDEX { netDevIpV4DnsIndex } ::= { netDevIpV4DnsTable 1 } NetDevIpV4DnsEntry ::= SEQUENCE { netDevIpV4DnsIndex INTEGER, netDevIpV4DnsData IpAddress } netDevIpV4DnsIndex OBJECT-TYPE SYNTAX INTEGER (1..2) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of IpV4Dns" ::= { netDevIpV4DnsEntry 1 } netDevIpV4DnsData OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary DNS server " ::= { netDevIpV4DnsEntry 2 } time OBJECT IDENTIFIER ::= { basic 2 } timeNow OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Current time in seconds since 1970/01/01 " ::= { time 1 } timeTimeZone OBJECT-TYPE SYNTAX INTEGER (0..62) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone " ::= { time 2 } timeTimeServerTable OBJECT-TYPE SYNTAX SEQUENCE OF TimeTimeServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of timeTimeServer" ::= { time 3 } timeTimeServerEntry OBJECT-TYPE SYNTAX TimeTimeServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of timeTimeServer" INDEX { timeTimeServerIndex } ::= { timeTimeServerTable 1 } TimeTimeServerEntry ::= SEQUENCE { timeTimeServerIndex INTEGER, timeTimeServerData DisplayString } timeTimeServerIndex OBJECT-TYPE SYNTAX INTEGER (1..2) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of TimeServer" ::= { timeTimeServerEntry 1 } timeTimeServerData OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Time server " ::= { timeTimeServerEntry 2 } timeQueryPeriod OBJECT-TYPE SYNTAX INTEGER (600..9999) MAX-ACCESS read-write STATUS current DESCRIPTION "Query period " ::= { time 4 } timeDaylightSavingEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Value : 1 -> enable, 2 -> disable" ::= { time 5 } timeDaylightSavingStartMonth OBJECT-TYPE SYNTAX INTEGER { january(1), february(2), march(3), april(4), may(5), june(6), july(7), augest(8), september(9), october(10), november(11), december(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingStartMonth Value : 1 -> january, 2 -> february, 3 -> march, 4 -> april, 5 -> may, 6 -> june, 7 -> july, 8 -> augest, 9 -> september, 10 -> october, 11 -> november, 12 -> december" ::= { time 6 } timeDaylightSavingStartWeekIndex OBJECT-TYPE SYNTAX INTEGER { first(1), second(2), third(3), fourth(4), last(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingStartWeekIndex Value : 1 -> first, 2 -> second, 3 -> third, 4 -> fourth, 5 -> last" ::= { time 7 } timeDaylightSavingStartWeekday OBJECT-TYPE SYNTAX INTEGER { sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingStartWeekday Value : 1 -> sunday, 2 -> monday, 3 -> tuesday, 4 -> wednesday, 5 -> thursday, 6 -> friday, 7 -> saturday" ::= { time 8 } timeDaylightSavingStartHour OBJECT-TYPE SYNTAX INTEGER (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Daylight saving start time : hour " ::= { time 9 } timeDaylightSavingStartMin OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Daylight saving start time : minute " ::= { time 10 } timeDaylightSavingStopMonth OBJECT-TYPE SYNTAX INTEGER { january(1), february(2), march(3), april(4), may(5), june(6), july(7), augest(8), september(9), october(10), november(11), december(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingStopMonth Value : 1 -> january, 2 -> february, 3 -> march, 4 -> april, 5 -> may, 6 -> june, 7 -> july, 8 -> augest, 9 -> september, 10 -> october, 11 -> november, 12 -> december" ::= { time 11 } timeDaylightSavingStopWeekIndex OBJECT-TYPE SYNTAX INTEGER { first(1), second(2), third(3), fourth(4), last(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingStopWeekIndex Value : 1 -> first, 2 -> second, 3 -> third, 4 -> fourth, 5 -> last" ::= { time 12 } timeDaylightSavingStopWeekday OBJECT-TYPE SYNTAX INTEGER { sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingStopWeekday Value : 1 -> sunday, 2 -> monday, 3 -> tuesday, 4 -> wednesday, 5 -> thursday, 6 -> friday, 7 -> saturday" ::= { time 13 } timeDaylightSavingStophour OBJECT-TYPE SYNTAX INTEGER (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Daylight saving stop time : hour " ::= { time 14 } timeDaylightSavingStopMin OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Daylight saving stop time : minute " ::= { time 15 } timeDaylightSavingTimeOffset OBJECT-TYPE SYNTAX INTEGER { plus30min(1), plus60min(2), plus90min(3), plus120min(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "DaylightSavingTimeOffset Value : 1 -> plus30min, 2 -> plus60min, 3 -> plus90min, 4 -> plus120min" ::= { time 16 } netDev2 OBJECT IDENTIFIER ::= { basic 4 } netDev2Net2ipV4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP address " ::= { netDev2 2 } netDev2Net2ipV4Mask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Subnet mask " ::= { netDev2 3 } wireless OBJECT IDENTIFIER ::= { swMgmt 5 } devTable OBJECT-TYPE SYNTAX SEQUENCE OF DevEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of dev" ::= { wireless 1 } devEntry OBJECT-TYPE SYNTAX DevEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of dev" INDEX { devIndex } ::= { devTable 1 } DevEntry ::= SEQUENCE { devIndex INTEGER, devChannelA INTEGER, devChannelB INTEGER, devChannelG INTEGER, devChannelListA DisplayString, devChannelListB DisplayString, devChannelListG DisplayString, devRFtype INTEGER, devCountryCode DisplayString, devTXrateA INTEGER, devTXrateB INTEGER, devTXrateG INTEGER, devTXrateBG INTEGER, devFragThresh INTEGER, devRtsthreshold INTEGER, devTxRange INTEGER, devTxAntenna INTEGER, devNoiseProtection INTEGER, devWMMenable INTEGER, devOperationmode INTEGER, devTxPowerdBm INTEGER, devMacClone INTEGER } devIndex OBJECT-TYPE SYNTAX INTEGER (1..1) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of dev" ::= { devEntry 1 } devChannelA OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Channel " ::= { devEntry 2 } devChannelB OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Channel " ::= { devEntry 3 } devChannelG OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Channel " ::= { devEntry 4 } devChannelListA OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Channel " ::= { devEntry 5 } devChannelListB OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Channel " ::= { devEntry 6 } devChannelListG OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Channel " ::= { devEntry 7 } devRFtype OBJECT-TYPE SYNTAX INTEGER { bg(1), a(2), b(3), g(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "RF type Value : 1 -> bg, 2 -> a, 3 -> b, 4 -> g" ::= { devEntry 8 } devCountryCode OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Country code " ::= { devEntry 9 } devTXrateA OBJECT-TYPE SYNTAX INTEGER { rateAuto(1), rate6M(2), rate9M(3), rate12M(4), rate18M(5), rate24M(6), rate36M(7), rate48M(8), rate54M(9) } MAX-ACCESS read-write STATUS current DESCRIPTION "Transmission rate Value : 1 -> rateAuto, 2 -> rate6M, 3 -> rate9M, 4 -> rate12M, 5 -> rate18M, 6 -> rate24M, 7 -> rate36M, 8 -> rate48M, 9 -> rate54M" ::= { devEntry 10 } devTXrateB OBJECT-TYPE SYNTAX INTEGER { rateAuto(1), rate1M(2), rate2M(3), rate5_5M(4), rate11M(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Transmission rate Value : 1 -> rateAuto, 2 -> rate1M, 3 -> rate2M, 4 -> rate5_5M, 5 -> rate11M" ::= { devEntry 11 } devTXrateG OBJECT-TYPE SYNTAX INTEGER { rateAuto(1), rate6M(2), rate9M(3), rate12M(4), rate18M(5), rate24M(6), rate36M(7), rate48M(8), rate54M(9) } MAX-ACCESS read-write STATUS current DESCRIPTION "Transmission rate Value : 1 -> rateAuto, 2 -> rate6M, 3 -> rate9M, 4 -> rate12M, 5 -> rate18M, 6 -> rate24M, 7 -> rate36M, 8 -> rate48M, 9 -> rate54M" ::= { devEntry 12 } devTXrateBG OBJECT-TYPE SYNTAX INTEGER { rateAuto(1), rate1M(2), rate2M(3), rate5_5M(4), rate6M(5), rate9M(6), rate11M(7), rate12M(8), rate18M(9), rate24M(10), rate36M(11), rate48M(12), rate54M(13) } MAX-ACCESS read-write STATUS current DESCRIPTION "Transmission rate Value : 1 -> rateAuto, 2 -> rate1M, 3 -> rate2M, 4 -> rate5_5M, 5 -> rate6M, 6 -> rate9M, 7 -> rate11M, 8 -> rate12M, 9 -> rate18M, 10 -> rate24M, 11 -> rate36M, 12 -> rate48M, 13 -> rate54M" ::= { devEntry 13 } devFragThresh OBJECT-TYPE SYNTAX INTEGER (256..2346) MAX-ACCESS read-write STATUS current DESCRIPTION "Fragmentation threshold " ::= { devEntry 17 } devRtsthreshold OBJECT-TYPE SYNTAX INTEGER (256..2346) MAX-ACCESS read-write STATUS current DESCRIPTION "RTS threshold " ::= { devEntry 18 } devTxRange OBJECT-TYPE SYNTAX INTEGER (500..11000) MAX-ACCESS read-write STATUS current DESCRIPTION "Transmission distance " ::= { devEntry 19 } devTxAntenna OBJECT-TYPE SYNTAX INTEGER { mainAntenna(1), auxAntenna(2), diversityAntenna(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Antenna Value : 1 -> mainAntenna, 2 -> auxAntenna, 3 -> diversityAntenna" ::= { devEntry 21 } devNoiseProtection OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Noise protection Value : 1 -> enable, 2 -> disable" ::= { devEntry 22 } devWMMenable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "WMM Value : 1 -> enable, 2 -> disable" ::= { devEntry 23 } devOperationmode OBJECT-TYPE SYNTAX INTEGER { client(1), cLIENT_ROUTER(2), sniffer(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode Value : 1 -> client, 2 -> cLIENT_ROUTER, 3 -> sniffer" ::= { devEntry 24 } devTxPowerdBm OBJECT-TYPE SYNTAX INTEGER (0..20) MAX-ACCESS read-write STATUS current DESCRIPTION "Transmission Power " ::= { devEntry 41 } devMacClone OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mac clone Value : 1 -> enable, 2 -> disable" ::= { devEntry 42 } vapTable OBJECT-TYPE SYNTAX SEQUENCE OF VapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of vap" ::= { wireless 3 } vapEntry OBJECT-TYPE SYNTAX VapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of vap" INDEX { vapIndex } ::= { vapTable 1 } VapEntry ::= SEQUENCE { vapIndex INTEGER, vapSSID DisplayString, vapAuthType INTEGER, vapWEPauth INTEGER, vapWEPtype INTEGER, vapWEPlen INTEGER, vapWEPkeyIndex INTEGER, vapWPAtype INTEGER, vapEapolVer INTEGER, vapWpaEncrypt INTEGER, vap1stAuthServerIPv4Addr IpAddress, vap1stAuthServerPort INTEGER, vap2ndAuthServerIPv4Addr IpAddress, vap2ndAuthServerPort INTEGER, vapCertInfo DisplayString, vapEapProto INTEGER, vapEAPanonymous DisplayString, vapTtlsInner INTEGER, vapPeapInner INTEGER, vapEapUser DisplayString, vapRekey INTEGER, vapBssidClient DisplayString } vapIndex OBJECT-TYPE SYNTAX INTEGER (1..1) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of vap" ::= { vapEntry 1 } vapSSID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "SSID " ::= { vapEntry 2 } vapAuthType OBJECT-TYPE SYNTAX INTEGER { open(1), wep(2), wpa(3), wpa2(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Security mode Value : 1 -> open, 2 -> wep, 3 -> wpa, 4 -> wpa2" ::= { vapEntry 7 } vapWEPauth OBJECT-TYPE SYNTAX INTEGER { open(1), share(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Authentication type Value : 1 -> open, 2 -> share" ::= { vapEntry 8 } vapWEPtype OBJECT-TYPE SYNTAX INTEGER { ascii(1), hex(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Key type Value : 1 -> ascii, 2 -> hex" ::= { vapEntry 9 } vapWEPlen OBJECT-TYPE SYNTAX INTEGER { wep64(1), wep128(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Key length Value : 1 -> wep64, 2 -> wep128" ::= { vapEntry 10 } vapWEPkeyIndex OBJECT-TYPE SYNTAX INTEGER { key1(1), key2(2), key3(3), key4(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Key index Value : 1 -> key1, 2 -> key2, 3 -> key3, 4 -> key4" ::= { vapEntry 11 } vapWPAtype OBJECT-TYPE SYNTAX INTEGER { psk(1), enterprise(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "WPA type Value : 1 -> psk, 2 -> enterprise" ::= { vapEntry 16 } vapEapolVer OBJECT-TYPE SYNTAX INTEGER (1..2) MAX-ACCESS read-write STATUS current DESCRIPTION "EAPOL version " ::= { vapEntry 17 } vapWpaEncrypt OBJECT-TYPE SYNTAX INTEGER { tkip(1), aes(2), mixed(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Encryption method Value : 1 -> tkip, 2 -> aes, 3 -> mixed" ::= { vapEntry 18 } vap1stAuthServerIPv4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary RADIUS server IP " ::= { vapEntry 20 } vap1stAuthServerPort OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Primary RADIUS server port " ::= { vapEntry 21 } vap2ndAuthServerIPv4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary RADIUS server IP " ::= { vapEntry 23 } vap2ndAuthServerPort OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary RADIUS server port " ::= { vapEntry 24 } vapCertInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Certificate information " ::= { vapEntry 26 } vapEapProto OBJECT-TYPE SYNTAX INTEGER { tls(1), ttls(2), peap(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "EAP protocol Value : 1 -> tls, 2 -> ttls, 3 -> peap" ::= { vapEntry 27 } vapEAPanonymous OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Anonymous name " ::= { vapEntry 28 } vapTtlsInner OBJECT-TYPE SYNTAX INTEGER { pap(1), chap(2), ms-chap(3), ms-chapV2(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "TTLS inner authentication Value : 1 -> pap, 2 -> chap, 3 -> ms-chap, 4 -> ms-chapV2" ::= { vapEntry 29 } vapPeapInner OBJECT-TYPE SYNTAX INTEGER { ms-chapV2(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Inner EAP protocol Value : 1 -> ms-chapV2" ::= { vapEntry 30 } vapEapUser OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "User name " ::= { vapEntry 31 } vapRekey OBJECT-TYPE SYNTAX INTEGER (60..86400) MAX-ACCESS read-write STATUS current DESCRIPTION "Key renewal " ::= { vapEntry 33 } vapBssidClient OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Current BSSID " ::= { vapEntry 34 } certWlanTable OBJECT-TYPE SYNTAX SEQUENCE OF CertWlanEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of certWlan" ::= { wireless 6 } certWlanEntry OBJECT-TYPE SYNTAX CertWlanEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of certWlan" INDEX { certWlanIndex } ::= { certWlanTable 1 } CertWlanEntry ::= SEQUENCE { certWlanIndex INTEGER, certWlanIssueTo DisplayString, certWlanIssueBy DisplayString, certWlanExpireDate DisplayString } certWlanIndex OBJECT-TYPE SYNTAX INTEGER (1..1) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of certWlan" ::= { certWlanEntry 1 } certWlanIssueTo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Certificate issued to " ::= { certWlanEntry 2 } certWlanIssueBy OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Certificate issued by " ::= { certWlanEntry 3 } certWlanExpireDate OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Certificate expiration date " ::= { certWlanEntry 4 } turboRoamingTable OBJECT-TYPE SYNTAX SEQUENCE OF TurboRoamingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of turboRoaming" ::= { wireless 7 } turboRoamingEntry OBJECT-TYPE SYNTAX TurboRoamingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of turboRoaming" INDEX { turboRoamingIndex } ::= { turboRoamingTable 1 } TurboRoamingEntry ::= SEQUENCE { turboRoamingIndex INTEGER, turboRoamingEnable INTEGER, turboRoamingChannelA1 INTEGER, turboRoamingChannelA2 INTEGER, turboRoamingChannelA3 INTEGER, turboRoamingChannelB1 INTEGER, turboRoamingChannelB2 INTEGER, turboRoamingChannelB3 INTEGER, turboRoamingChannelG1 INTEGER, turboRoamingChannelG2 INTEGER, turboRoamingChannelG3 INTEGER, turboRoamingChannelBG1 INTEGER, turboRoamingChannelBG2 INTEGER, turboRoamingChannelBG3 INTEGER, turboRoamingApAliveCheckEnable INTEGER, turboRoamingRoamingThresh2G INTEGER, turboRoamingRoamingDifference2G INTEGER, turboRoamingRoamingAlive2G INTEGER, turboRoamingRoamingThresh5G INTEGER, turboRoamingRoamingDifference5G INTEGER, turboRoamingRoamingAlive5G INTEGER } turboRoamingIndex OBJECT-TYPE SYNTAX INTEGER (1..1) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of turboRoaming" ::= { turboRoamingEntry 1 } turboRoamingEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Value : 1 -> enable, 2 -> disable" ::= { turboRoamingEntry 2 } turboRoamingChannelA1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 3 } turboRoamingChannelA2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 4 } turboRoamingChannelA3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 5 } turboRoamingChannelB1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 6 } turboRoamingChannelB2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 7 } turboRoamingChannelB3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 8 } turboRoamingChannelG1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 9 } turboRoamingChannelG2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 10 } turboRoamingChannelG3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 11 } turboRoamingChannelBG1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 12 } turboRoamingChannelBG2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 13 } turboRoamingChannelBG3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Scan channels " ::= { turboRoamingEntry 14 } turboRoamingApAliveCheckEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "AP alive check Value : 1 -> enable, 2 -> disable" ::= { turboRoamingEntry 15 } turboRoamingRoamingThresh2G OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Roaming threshold (RSSI) " ::= { turboRoamingEntry 22 } turboRoamingRoamingDifference2G OBJECT-TYPE SYNTAX INTEGER (5..20) MAX-ACCESS read-write STATUS current DESCRIPTION "Roaming difference (RSSI) " ::= { turboRoamingEntry 23 } turboRoamingRoamingAlive2G OBJECT-TYPE SYNTAX INTEGER (5..40) MAX-ACCESS read-write STATUS current DESCRIPTION "AP alive check threshold (RSSI) " ::= { turboRoamingEntry 24 } turboRoamingRoamingThresh5G OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Roaming threshold (RSSI) " ::= { turboRoamingEntry 25 } turboRoamingRoamingDifference5G OBJECT-TYPE SYNTAX INTEGER (5..20) MAX-ACCESS read-write STATUS current DESCRIPTION "Roaming difference (RSSI) " ::= { turboRoamingEntry 26 } turboRoamingRoamingAlive5G OBJECT-TYPE SYNTAX INTEGER (5..40) MAX-ACCESS read-write STATUS current DESCRIPTION "AP alive check threshold (RSSI) " ::= { turboRoamingEntry 27 } advanced OBJECT IDENTIFIER ::= { swMgmt 7 } macFilter OBJECT IDENTIFIER ::= { advanced 3 } macFilterEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Value : 1 -> enable, 2 -> disable" ::= { macFilter 1 } macFilterPolicy OBJECT-TYPE SYNTAX INTEGER { accept(1), drop(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Policy Value : 1 -> accept, 2 -> drop" ::= { macFilter 2 } macFilterRulesTable OBJECT-TYPE SYNTAX SEQUENCE OF MacFilterRulesEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of macFilterRules" ::= { macFilter 3 } macFilterRulesEntry OBJECT-TYPE SYNTAX MacFilterRulesEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of macFilterRules" INDEX { macFilterRuleIndex } ::= { macFilterRulesTable 1 } MacFilterRulesEntry ::= SEQUENCE { macFilterRuleIndex INTEGER, macFilterRuleEnable INTEGER, macFilterRuleName DisplayString, macFilterRuleAddr DisplayString } macFilterRuleIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Index of MAC filter rule " ::= { macFilterRulesEntry 1 } macFilterRuleEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable MAC filter rule Value : 1 -> enable, 2 -> disable" ::= { macFilterRulesEntry 2 } macFilterRuleName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Name for MAC filter rule " ::= { macFilterRulesEntry 3 } macFilterRuleAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "MAC address to filter rule " ::= { macFilterRulesEntry 4 } protocolFilter OBJECT IDENTIFIER ::= { advanced 4 } protocolFilterEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Value : 1 -> enable, 2 -> disable" ::= { protocolFilter 1 } protocolFilterPolicy OBJECT-TYPE SYNTAX INTEGER { accept(1), drop(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Policy Value : 1 -> accept, 2 -> drop" ::= { protocolFilter 2 } protocolFilterRulesTable OBJECT-TYPE SYNTAX SEQUENCE OF ProtocolFilterRulesEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of protocolFilterRules" ::= { protocolFilter 3 } protocolFilterRulesEntry OBJECT-TYPE SYNTAX ProtocolFilterRulesEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of protocolFilterRules" INDEX { protocolFilterRuleIndex } ::= { protocolFilterRulesTable 1 } ProtocolFilterRulesEntry ::= SEQUENCE { protocolFilterRuleIndex INTEGER, protocolFilterRuleEnable INTEGER, protocolFilterRuleProtocol INTEGER, protocolFilterRuleSrcIp IpAddress, protocolFilterRuleSrcMask IpAddress, protocolFilterRuleDstIp IpAddress, protocolFilterRuleDstMask IpAddress } protocolFilterRuleIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Index of protocol filter rule " ::= { protocolFilterRulesEntry 1 } protocolFilterRuleEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable protocol filter Value : 1 -> enable, 2 -> disable" ::= { protocolFilterRulesEntry 2 } protocolFilterRuleProtocol OBJECT-TYPE SYNTAX INTEGER { all(1), icmp(2), tcp(3), udp(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Protocol to filter Value : 1 -> all, 2 -> icmp, 3 -> tcp, 4 -> udp" ::= { protocolFilterRulesEntry 3 } protocolFilterRuleSrcIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Source IP to filter " ::= { protocolFilterRulesEntry 4 } protocolFilterRuleSrcMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Source IP mask to filter " ::= { protocolFilterRulesEntry 5 } protocolFilterRuleDstIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Destination IP to filter " ::= { protocolFilterRulesEntry 6 } protocolFilterRuleDstMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Destination IP mask to filter " ::= { protocolFilterRulesEntry 7 } portFilter OBJECT IDENTIFIER ::= { advanced 5 } portFilterEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Value : 1 -> enable, 2 -> disable" ::= { portFilter 1 } portFilterPolicy OBJECT-TYPE SYNTAX INTEGER { accept(1), drop(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Policy Value : 1 -> accept, 2 -> drop" ::= { portFilter 2 } portFilterRulesTable OBJECT-TYPE SYNTAX SEQUENCE OF PortFilterRulesEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of portFilterRules" ::= { portFilter 3 } portFilterRulesEntry OBJECT-TYPE SYNTAX PortFilterRulesEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of portFilterRules" INDEX { portFilterRuleIndex } ::= { portFilterRulesTable 1 } PortFilterRulesEntry ::= SEQUENCE { portFilterRuleIndex INTEGER, portFilterRuleEnable INTEGER, portFilterRuleName DisplayString, portFilterRuleProtocol INTEGER, portFilterRuleSrcPortStart INTEGER, portFilterRuleSrcPortEnd INTEGER, portFilterRuleDstPortStart INTEGER, portFilterRuleDstPortEnd INTEGER } portFilterRuleIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Index of port filter rule " ::= { portFilterRulesEntry 1 } portFilterRuleEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable port filter rule Value : 1 -> enable, 2 -> disable" ::= { portFilterRulesEntry 2 } portFilterRuleName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Name for port filter rule " ::= { portFilterRulesEntry 3 } portFilterRuleProtocol OBJECT-TYPE SYNTAX INTEGER { tcp(1), udp(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Protocol to filter Value : 1 -> tcp, 2 -> udp" ::= { portFilterRulesEntry 4 } portFilterRuleSrcPortStart OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Start of source port to filter " ::= { portFilterRulesEntry 5 } portFilterRuleSrcPortEnd OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "End of source port to filter " ::= { portFilterRulesEntry 6 } portFilterRuleDstPortStart OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Start of destination port to filter " ::= { portFilterRulesEntry 7 } portFilterRuleDstPortEnd OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "End of destination port to filter " ::= { portFilterRulesEntry 8 } portForwardingMapTable OBJECT-TYPE SYNTAX SEQUENCE OF PortForwardingMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of portForwardingMap" ::= { advanced 11 } portForwardingMapEntry OBJECT-TYPE SYNTAX PortForwardingMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of portForwardingMap" INDEX { portForwardingMapIndex } ::= { portForwardingMapTable 1 } PortForwardingMapEntry ::= SEQUENCE { portForwardingMapIndex INTEGER, portForwardingMapActive INTEGER, portForwardingMapProtocol INTEGER, portForwardingMapPubPort INTEGER, portForwardingMapInternalIP IpAddress, portForwardingMapInternalPort INTEGER } portForwardingMapIndex OBJECT-TYPE SYNTAX INTEGER (1..32) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of portForwardingMap" ::= { portForwardingMapEntry 1 } portForwardingMapActive OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Activate Value : 1 -> enable, 2 -> disable" ::= { portForwardingMapEntry 2 } portForwardingMapProtocol OBJECT-TYPE SYNTAX INTEGER { tcp(1), udp(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Protocol Value : 1 -> tcp, 2 -> udp" ::= { portForwardingMapEntry 3 } portForwardingMapPubPort OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Public Port " ::= { portForwardingMapEntry 4 } portForwardingMapInternalIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Internal IP " ::= { portForwardingMapEntry 5 } portForwardingMapInternalPort OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Internal Port " ::= { portForwardingMapEntry 6 } nat OBJECT IDENTIFIER ::= { advanced 13 } natNatEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "NAT Enable Value : 1 -> enable, 2 -> disable" ::= { nat 1 } portForwarding OBJECT IDENTIFIER ::= { advanced 14 } portForwardingPortForwardingService OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Port Forwarding Value : 1 -> enable, 2 -> disable" ::= { portForwarding 1 } linkFaultPassThrough OBJECT IDENTIFIER ::= { advanced 15 } linkFaultPassThroughEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Link Fault Pass-Through Value : 1 -> enable, 2 -> disable" ::= { linkFaultPassThrough 1 } staticRoute OBJECT IDENTIFIER ::= { advanced 16 } staticRouteStaticRouteService OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Static Route Value : 1 -> enable, 2 -> disable" ::= { staticRoute 1 } staticRouteMapTable OBJECT-TYPE SYNTAX SEQUENCE OF StaticRouteMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of staticRouteMap" ::= { advanced 17 } staticRouteMapEntry OBJECT-TYPE SYNTAX StaticRouteMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of staticRouteMap" INDEX { staticRouteMapIndex } ::= { staticRouteMapTable 1 } StaticRouteMapEntry ::= SEQUENCE { staticRouteMapIndex INTEGER, staticRouteMapActive INTEGER, staticRouteMapGateway IpAddress, staticRouteMapDstIP IpAddress, staticRouteMapNetworkType INTEGER, staticRouteMapNetmask IpAddress, staticRouteMapMetric INTEGER, staticRouteMapInterface INTEGER } staticRouteMapIndex OBJECT-TYPE SYNTAX INTEGER (1..16) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of staticRouteMap" ::= { staticRouteMapEntry 1 } staticRouteMapActive OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Activate Value : 1 -> enable, 2 -> disable" ::= { staticRouteMapEntry 2 } staticRouteMapGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Gateway " ::= { staticRouteMapEntry 3 } staticRouteMapDstIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Destination " ::= { staticRouteMapEntry 4 } staticRouteMapNetworkType OBJECT-TYPE SYNTAX INTEGER { host(1), classC(2), classB(3), classA(4), userDefine(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network Type Value : 1 -> host, 2 -> classC, 3 -> classB, 4 -> classA, 5 -> userDefine" ::= { staticRouteMapEntry 5 } staticRouteMapNetmask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Netmask " ::= { staticRouteMapEntry 6 } staticRouteMapMetric OBJECT-TYPE SYNTAX INTEGER (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Metric " ::= { staticRouteMapEntry 7 } staticRouteMapInterface OBJECT-TYPE SYNTAX INTEGER { lAN(1), wAN(2), cWAN(3), wLAN(4), eWAN(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Interface Value : 1 -> lAN, 2 -> wAN, 3 -> cWAN, 4 -> wLAN, 5 -> eWAN" ::= { staticRouteMapEntry 8 } autoWarning OBJECT IDENTIFIER ::= { swMgmt 9 } emailAction OBJECT IDENTIFIER ::= { autoWarning 1 } emailActionColdStart OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Cold start Value : 1 -> enable, 2 -> disable" ::= { emailAction 1 } emailActionWarmStart OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Warm start Value : 1 -> enable, 2 -> disable" ::= { emailAction 2 } emailActionPower1Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 1 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { emailAction 3 } emailActionPower1On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 1 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { emailAction 4 } emailActionPower2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 2 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { emailAction 5 } emailActionPower2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 2 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { emailAction 6 } emailActionPoeOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "PoE transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { emailAction 7 } emailActionPoeOn OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "PoE transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { emailAction 8 } emailActionConfigChange OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Configuration changed Value : 1 -> enable, 2 -> disable" ::= { emailAction 13 } emailActionConsoleAuthFail OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Console authentication failure Value : 1 -> enable, 2 -> disable" ::= { emailAction 14 } emailActionLanLinkOn OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "LAN link on Value : 1 -> enable, 2 -> disable" ::= { emailAction 18 } emailActionLanLinkOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "LAN link off Value : 1 -> enable, 2 -> disable" ::= { emailAction 19 } trapAction OBJECT IDENTIFIER ::= { autoWarning 3 } trapActionColdStart OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Cold start Value : 1 -> enable, 2 -> disable" ::= { trapAction 1 } trapActionWarmStart OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Warm start Value : 1 -> enable, 2 -> disable" ::= { trapAction 2 } trapActionPower1Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 1 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { trapAction 3 } trapActionPower1On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 1 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { trapAction 4 } trapActionPower2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 2 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { trapAction 5 } trapActionPower2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power 2 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { trapAction 6 } trapActionPoeOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "PoE transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { trapAction 7 } trapActionPoeOn OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "PoE transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { trapAction 8 } trapActionConfigChange OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Configuration changed Value : 1 -> enable, 2 -> disable" ::= { trapAction 13 } trapActionConsoleAuthFail OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Console authentication failure Value : 1 -> enable, 2 -> disable" ::= { trapAction 14 } trapActionLanLinkOn OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "LAN link on Value : 1 -> enable, 2 -> disable" ::= { trapAction 18 } trapActionLanLinkOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "LAN link off Value : 1 -> enable, 2 -> disable" ::= { trapAction 19 } systemLog OBJECT IDENTIFIER ::= { autoWarning 4 } systemLogSystemEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "System-related events Value : 1 -> enable, 2 -> disable" ::= { systemLog 1 } systemLogNetworkEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network-related events Value : 1 -> enable, 2 -> disable" ::= { systemLog 2 } systemLogConfigEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Config-related events Value : 1 -> enable, 2 -> disable" ::= { systemLog 3 } systemLogPowerEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power events Value : 1 -> enable, 2 -> disable" ::= { systemLog 4 } systemLogRssiReport OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Rssi report events Value : 1 -> enable, 2 -> disable" ::= { systemLog 7 } sysLog OBJECT IDENTIFIER ::= { autoWarning 5 } sysLogSystemEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "System-related events Value : 1 -> enable, 2 -> disable" ::= { sysLog 1 } sysLogNetworkEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network-related events Value : 1 -> enable, 2 -> disable" ::= { sysLog 2 } sysLogConfigEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Config-related events Value : 1 -> enable, 2 -> disable" ::= { sysLog 3 } sysLogPowerEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Power events Value : 1 -> enable, 2 -> disable" ::= { sysLog 4 } sysLogRssiReport OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Rssi report events Value : 1 -> enable, 2 -> disable" ::= { sysLog 7 } snmp OBJECT IDENTIFIER ::= { autoWarning 6 } snmpEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Value : 1 -> enable, 2 -> disable" ::= { snmp 1 } snmpVersion OBJECT-TYPE SYNTAX INTEGER { v1-v2c-v3(1), v1-v2c(2), v3(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP agent version Value : 1 -> v1-v2c-v3, 2 -> v1-v2c, 3 -> v3" ::= { snmp 2 } snmpRo_community OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Read community " ::= { snmp 3 } snmpRw_community OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Write commnuity " ::= { snmp 4 } snmpFirstTrapServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "1st Trap server IP/name " ::= { snmp 5 } snmpFirstTrapVersion OBJECT-TYPE SYNTAX INTEGER { v1(1), v2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "1st Trap version Value : 1 -> v1, 2 -> v2" ::= { snmp 6 } snmpFirstTrapCommunity OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "1st Trap community " ::= { snmp 7 } snmpSecondTrapServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "2nd Trap server IP/name " ::= { snmp 8 } snmpSecondTrapVersion OBJECT-TYPE SYNTAX INTEGER { v1(1), v2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "2nd Trap version Value : 1 -> v1, 2 -> v2" ::= { snmp 9 } snmpSecondTrapCommunity OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "2nd Trap community " ::= { snmp 10 } snmpAdminAuthType OBJECT-TYPE SYNTAX INTEGER { noAuth(1), md5(2), sha(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Admin authentication type Value : 1 -> noAuth, 2 -> md5, 3 -> sha" ::= { snmp 11 } snmpAdminAuthKey OBJECT-TYPE SYNTAX INTEGER { disable(1), des(2), aes(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Admin privacy type Value : 1 -> disable, 2 -> des, 3 -> aes" ::= { snmp 12 } snmpPrivMib OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device object ID " ::= { snmp 17 } snmpRmtMngtEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Remote management Value : 1 -> enable, 2 -> disable" ::= { snmp 18 } emailSmtp OBJECT IDENTIFIER ::= { autoWarning 7 } emailSmtpServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "SMTP " ::= { emailSmtp 1 } emailSmtpMailAddressTable OBJECT-TYPE SYNTAX SEQUENCE OF EmailSmtpMailAddressEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of emailSmtpMailAddress" ::= { emailSmtp 2 } emailSmtpMailAddressEntry OBJECT-TYPE SYNTAX EmailSmtpMailAddressEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of emailSmtpMailAddress" INDEX { emailSmtpMailAddressIndex } ::= { emailSmtpMailAddressTable 1 } EmailSmtpMailAddressEntry ::= SEQUENCE { emailSmtpMailAddressIndex INTEGER, emailSmtpMailAddressData DisplayString } emailSmtpMailAddressIndex OBJECT-TYPE SYNTAX INTEGER (1..4) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of MailAddress" ::= { emailSmtpMailAddressEntry 1 } emailSmtpMailAddressData OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "To e-mail address 1 " ::= { emailSmtpMailAddressEntry 2 } emailSmtpUserName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "User name " ::= { emailSmtp 3 } emailSmtpFrom OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "From e-mail address " ::= { emailSmtp 5 } sysLogServerTable OBJECT-TYPE SYNTAX SEQUENCE OF SysLogServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of sysLogServer" ::= { autoWarning 8 } sysLogServerEntry OBJECT-TYPE SYNTAX SysLogServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of sysLogServer" INDEX { sysLogServerIndex } ::= { sysLogServerTable 1 } SysLogServerEntry ::= SEQUENCE { sysLogServerIndex INTEGER, sysLogServerServer DisplayString, sysLogServerPort INTEGER } sysLogServerIndex OBJECT-TYPE SYNTAX INTEGER (1..3) MAX-ACCESS read-only STATUS current DESCRIPTION "Index of sysLogServer" ::= { sysLogServerEntry 1 } sysLogServerServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Syslog server " ::= { sysLogServerEntry 2 } sysLogServerPort OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Syslog port " ::= { sysLogServerEntry 3 } sysStatus OBJECT IDENTIFIER ::= { swMgmt 11 } powerInputTable OBJECT-TYPE SYNTAX SEQUENCE OF PowerInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of powerInput" ::= { sysStatus 9 } powerInputEntry OBJECT-TYPE SYNTAX PowerInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of powerInput" INDEX { powerInputIndex } ::= { powerInputTable 1 } PowerInputEntry ::= SEQUENCE { powerInputIndex INTEGER, powerInputStatus INTEGER } powerInputIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The power input index of monitor function " ::= { powerInputEntry 1 } powerInputStatus OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The power input status Value : 0 -> off, 1 -> on" ::= { powerInputEntry 2 } wirelessStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF WirelessStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of wirelessStatus" ::= { sysStatus 17 } wirelessStatusEntry OBJECT-TYPE SYNTAX WirelessStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of wirelessStatus" INDEX { wlanIndex, wlanVapIndex } ::= { wirelessStatusTable 1 } WirelessStatusEntry ::= SEQUENCE { wlanIndex INTEGER, wlanChannel INTEGER, wlanBSSID DisplayString, wlanRSSI INTEGER, wlanTxRate INTEGER, wlanSSID DisplayString, wlanVapIndex INTEGER } wlanIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Index of WLAN " ::= { wirelessStatusEntry 1 } wlanChannel OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Current Channel of Virtual Device " ::= { wirelessStatusEntry 2 } wlanBSSID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Current BSSID of Virtual Device " ::= { wirelessStatusEntry 3 } wlanRSSI OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Current RSSI of Virtual Device ( Client Only ) " ::= { wirelessStatusEntry 4 } wlanTxRate OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Current TX rate of Virtual Device in Mbps " ::= { wirelessStatusEntry 5 } wlanSSID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "SSID of Virtual Device " ::= { wirelessStatusEntry 6 } wlanVapIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Index of corresponding Virtual Device " ::= { wirelessStatusEntry 7 } maintenance OBJECT IDENTIFIER ::= { swMgmt 13 } misc OBJECT IDENTIFIER ::= { maintenance 1 } miscTelnetEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Telnet console Value : 1 -> enable, 2 -> disable" ::= { misc 1 } miscWebEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "HTTP console Value : 1 -> enable, 2 -> disable" ::= { misc 2 } miscSshEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "SSH console Value : 1 -> enable, 2 -> disable" ::= { misc 3 } miscHttpsEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "HTTPS console Value : 1 -> enable, 2 -> disable" ::= { misc 4 } miscWlanEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless enable Value : 1 -> enable, 2 -> disable" ::= { misc 7 } miscResetButtonEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Disable will make the reset button become invalid 60 seconds after boot up finishes Value : 1 -> enable, 2 -> disable" ::= { misc 8 } miscWebIdleTimeLogoutMins OBJECT-TYPE SYNTAX INTEGER (5..120) MAX-ACCESS read-write STATUS current DESCRIPTION "Idle time to autologout " ::= { misc 11 } saveAndReboot OBJECT IDENTIFIER ::= { maintenance 3 } configChangeStatus OBJECT-TYPE SYNTAX INTEGER { unchanged(0), changeSavedRequireReboot(1), changedNotSaved(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Configuration has changed or not Value : 0 -> unchanged, 1 -> changeSavedRequireReboot, 2 -> changedNotSaved" ::= { saveAndReboot 1 } saveConfig OBJECT-TYPE SYNTAX INTEGER { savedConfig(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set 1 to save configuration Get operation will always get 0 When getting fail response on saveConfig, try save config on web page and you will get detail information. Value : 1 -> savedConfig" ::= { saveAndReboot 2 } reboot OBJECT-TYPE SYNTAX INTEGER { reboot(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set 1 to reboot Get operation will always get 0 Value : 1 -> reboot" ::= { saveAndReboot 3 } awkTraps OBJECT IDENTIFIER ::= { awk1121 0 } configChange NOTIFICATION-TYPE STATUS current DESCRIPTION "The configuration has been changed." ::= {awkTraps 1} powerOn NOTIFICATION-TYPE OBJECTS { powerInputIndex } STATUS current DESCRIPTION "The power transition(off -> on) trap." ::= {awkTraps 2} powerOff NOTIFICATION-TYPE OBJECTS { powerInputIndex } STATUS current DESCRIPTION "The power transition(on -> off) trap." ::= {awkTraps 3} clientJoined NOTIFICATION-TYPE STATUS current DESCRIPTION "New client has joined AP" ::= {awkTraps 6} clientLeft NOTIFICATION-TYPE STATUS current DESCRIPTION "A client has left AP" ::= {awkTraps 7} gmtM1200-Eniwetok-Kwajalein NOTIFICATION-TYPE STATUS current DESCRIPTION "" ::= {awkTraps 1835619423} NOTIFICATION-TYPE STATUS current DESCRIPTION "" ::= {awkTraps 1935758125} END