-- ***************************************************************** -- Moxa Industrial Wireless AP WAC-1001 MIB -- version 2.1 build 17090811 -- -- Copyright (c) 2017 by Moxa Inc. -- All rights reserved. -- ***************************************************************** MOXA-WAC1001-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 wac1001 MODULE-IDENTITY LAST-UPDATED "201709081105Z" 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-89191230 " DESCRIPTION "The MIB module for Moxa WAC-1001 series specific information." ::= { industrialWirelessLan 31 } -- 1.3.6.1.4.1.8691.15.31 -- ------------------------------------------------------------- -- groups in the MOXA IndustrialWireless WAC-1001 MIB -- ------------------------------------------------------------- swMgmt OBJECT IDENTIFIER ::= { wac1001 1 } -- 1.3.6.1.4.1.8691.15.31.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 } 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 } timeNtpOption OBJECT-TYPE SYNTAX INTEGER { sntp,(1), ntp(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "NtpOption Value : 1 -> sntp,, 2 -> ntp" ::= { time 17 } advanced OBJECT IDENTIFIER ::= { swMgmt 7 } rssiReport OBJECT IDENTIFIER ::= { advanced 21 } rssiReportInterval OBJECT-TYPE SYNTAX INTEGER { period_50(1), period_100(2), period_500(3), period_1000(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "RSSI report interval Value : 1 -> period_50, 2 -> period_100, 3 -> period_500, 4 -> period_1000" ::= { rssiReport 1 } 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 } emailActionDi1On2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 1 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { emailAction 9 } emailActionDi1Off2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 1 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { emailAction 10 } emailActionDi2On2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 2 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { emailAction 11 } emailActionDi2Off2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 2 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { emailAction 12 } 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 } emailActionCpuStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "CPU status Value : 1 -> enable, 2 -> disable" ::= { emailAction 105 } emailActionApStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "AP status Value : 1 -> enable, 2 -> disable" ::= { emailAction 106 } emailActionStaStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "STA status Value : 1 -> enable, 2 -> disable" ::= { emailAction 107 } emailActionControllerStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Controller Status Value : 1 -> enable, 2 -> disable" ::= { emailAction 108 } relayAction OBJECT IDENTIFIER ::= { autoWarning 2 } relayActionPower1Off 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" ::= { relayAction 3 } relayActionPower2Off 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" ::= { relayAction 5 } relayActionPoeOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "PoE transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { relayAction 7 } relayActionDi1On2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 1 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { relayAction 9 } relayActionDi1Off2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 1 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { relayAction 10 } relayActionDi2On2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 2 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { relayAction 11 } relayActionDi2Off2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 2 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { relayAction 12 } relayActionLanLinkOn OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "LAN link on Value : 1 -> enable, 2 -> disable" ::= { relayAction 18 } relayActionLanLinkOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "LAN link off Value : 1 -> enable, 2 -> disable" ::= { relayAction 19 } relayActionCpuStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "CPU status Value : 1 -> enable, 2 -> disable" ::= { relayAction 105 } relayActionApStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "AP status Value : 1 -> enable, 2 -> disable" ::= { relayAction 106 } relayActionStaStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "STA status Value : 1 -> enable, 2 -> disable" ::= { relayAction 107 } relayActionControllerStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Controller Status Value : 1 -> enable, 2 -> disable" ::= { relayAction 108 } 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 } trapActionDi1On2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 1 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { trapAction 9 } trapActionDi1Off2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 1 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { trapAction 10 } trapActionDi2On2Off OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 2 transition (On-->Off) Value : 1 -> enable, 2 -> disable" ::= { trapAction 11 } trapActionDi2Off2On OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI 2 transition (Off-->On) Value : 1 -> enable, 2 -> disable" ::= { trapAction 12 } 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 } trapActionCpuStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "CPU status Value : 1 -> enable, 2 -> disable" ::= { trapAction 105 } trapActionApStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "AP status Value : 1 -> enable, 2 -> disable" ::= { trapAction 106 } trapActionStaStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "STA status Value : 1 -> enable, 2 -> disable" ::= { trapAction 107 } trapActionControllerStatus OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Controller Status Value : 1 -> enable, 2 -> disable" ::= { trapAction 108 } 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 } systemLogDinEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI events Value : 1 -> enable, 2 -> disable" ::= { systemLog 5 } systemLogController OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Controller-related events Value : 1 -> enable, 2 -> disable" ::= { systemLog 6 } 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 } sysLogDinEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DI events Value : 1 -> enable, 2 -> disable" ::= { sysLog 5 } sysLogController OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Controller-related events Value : 1 -> enable, 2 -> disable" ::= { sysLog 6 } 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 } snmpRoCommunity OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Read community " ::= { snmp 3 } snmpRwCommunity 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 } snmpThirdTrapServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "3rd Trap server IP/name " ::= { snmp 11 } snmpThirdTrapVersion OBJECT-TYPE SYNTAX INTEGER { v1(1), v2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "3rd Trap version Value : 1 -> v1, 2 -> v2" ::= { snmp 12 } snmpThirdTrapCommunity OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "3rd Trap community " ::= { snmp 13 } 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 14 } 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 15 } snmpPrivMib OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device object ID " ::= { snmp 20 } snmpRmtMngtEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Remote management Value : 1 -> enable, 2 -> disable" ::= { snmp 21 } snmpAlertType OBJECT-TYPE SYNTAX INTEGER { trap(1), inform(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP alert type Value : 1 -> trap, 2 -> inform" ::= { snmp 22 } 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 } diTable OBJECT-TYPE SYNTAX SEQUENCE OF DiEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of di" ::= { sysStatus 11 } diEntry OBJECT-TYPE SYNTAX DiEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of di" INDEX { diIndex } ::= { diTable 1 } DiEntry ::= SEQUENCE { diIndex INTEGER, diInputStatus INTEGER } diIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The DI index of monitor function " ::= { diEntry 1 } diInputStatus OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The DI input status Value : 0 -> off, 1 -> on" ::= { diEntry 2 } relayStatusAckTable OBJECT-TYPE SYNTAX SEQUENCE OF RelayStatusAckEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of relayStatusAck" ::= { sysStatus 19 } relayStatusAckEntry OBJECT-TYPE SYNTAX RelayStatusAckEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of relayStatusAck" INDEX { relayType } ::= { relayStatusAckTable 1 } RelayStatusAckEntry ::= SEQUENCE { relayType DisplayString, relayStatus INTEGER, relayAck INTEGER } relayType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Type of relay status " ::= { relayStatusAckEntry 1 } relayStatus OBJECT-TYPE SYNTAX INTEGER { none(1), alarm(2), alarmAck(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status relay Value : 1 -> none, 2 -> alarm, 3 -> alarmAck" ::= { relayStatusAckEntry 2 } relayAck OBJECT-TYPE SYNTAX INTEGER { ack(1), none(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Relay ack status, Set 1 to ack Value : 1 -> ack, 2 -> none" ::= { relayStatusAckEntry 3 } managedDeviceListTable OBJECT-TYPE SYNTAX SEQUENCE OF ManagedDeviceListEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of managedDeviceList" ::= { sysStatus 23 } managedDeviceListEntry OBJECT-TYPE SYNTAX ManagedDeviceListEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of managedDeviceList" INDEX { managedDeviceIndex } ::= { managedDeviceListTable 1 } ManagedDeviceListEntry ::= SEQUENCE { managedDeviceIndex INTEGER, apHostname DisplayString, apIP IpAddress, apMAC DisplayString, clientHostname DisplayString, clientIP IpAddress, clientMAC DisplayString, rssi INTEGER, signalstrength INTEGER, noise INTEGER } managedDeviceIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The managed Device Index " ::= { managedDeviceListEntry 1 } apHostname OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The managed AP Hostname " ::= { managedDeviceListEntry 2 } apIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The managed AP IP " ::= { managedDeviceListEntry 3 } apMAC OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The managed AP MAC " ::= { managedDeviceListEntry 4 } clientHostname OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The managed client Hostname " ::= { managedDeviceListEntry 6 } clientIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The associated client IP " ::= { managedDeviceListEntry 7 } clientMAC OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The associated client MAC " ::= { managedDeviceListEntry 8 } rssi OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The associated client rssi " ::= { managedDeviceListEntry 10 } signalstrength OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The associated client signal strength " ::= { managedDeviceListEntry 11 } noise OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The AP noise level " ::= { managedDeviceListEntry 12 } lanStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF LanStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of lanStatus" ::= { sysStatus 25 } lanStatusEntry OBJECT-TYPE SYNTAX LanStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of lanStatus" INDEX { lanIndex } ::= { lanStatusTable 1 } LanStatusEntry ::= SEQUENCE { lanIndex INTEGER, speed INTEGER, duplex INTEGER, link INTEGER, tx INTEGER, rx INTEGER } lanIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The lan index " ::= { lanStatusEntry 1 } speed OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The lan speed in Mbs " ::= { lanStatusEntry 2 } duplex OBJECT-TYPE SYNTAX INTEGER { half(0), full(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The lan duplex Value : 0 -> half, 1 -> full" ::= { lanStatusEntry 3 } link OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The lan speed Value : 0 -> off, 1 -> on" ::= { lanStatusEntry 4 } tx OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The lan tx packets " ::= { lanStatusEntry 5 } rx OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The lan rx packets " ::= { lanStatusEntry 6 } 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 } miscLoginPassword OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Password " ::= { misc 6 } miscResetButtonEnable OBJECT-TYPE SYNTAX INTEGER { alwayson(1), alwaysoff(2), after60s(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Disable will make the reset button become invalid 60 seconds after boot up finishes Value : 1 -> alwayson, 2 -> alwaysoff, 3 -> after60s" ::= { misc 8 } miscLoginUsername OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Username " ::= { misc 10 } 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 } controller OBJECT IDENTIFIER ::= { swMgmt 17 } wacBasedRoaming OBJECT IDENTIFIER ::= { controller 1 } wacBasedRoamingManagedEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "<50ms turbo roaming Value : 1 -> enable, 2 -> disable" ::= { wacBasedRoaming 1 } wacBasedRoamingRoamingDomain OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Roaming domain " ::= { wacBasedRoaming 2 } wacBasedRoamingPri2RoamLinkQuality OBJECT-TYPE SYNTAX INTEGER (0..70) MAX-ACCESS read-write STATUS current DESCRIPTION "Priority 2 roaming link quality " ::= { wacBasedRoaming 4 } wacBasedRoamingPri2RoamThreshold OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Priority 2 roaming threshold " ::= { wacBasedRoaming 5 } wacBasedRoamingPri2RoamDifference OBJECT-TYPE SYNTAX INTEGER (0..30) MAX-ACCESS read-write STATUS current DESCRIPTION "Priority 2 roaming difference " ::= { wacBasedRoaming 6 } wacBasedRoamingInterACEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Inter WAC enable Value : 1 -> enable, 2 -> disable" ::= { wacBasedRoaming 7 } wacBasedRoamingBackACEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "WAC mode Value : 1 -> enable, 2 -> disable" ::= { wacBasedRoaming 8 } wacBasedRoamingIpv4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary WAC IP address " ::= { wacBasedRoaming 9 } wacBasedRoamingIpv4AddrBack OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Backup WAC IP address " ::= { wacBasedRoaming 10 } wacBasedRoamingIpv4Mc OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "WAC group multicast IP " ::= { wacBasedRoaming 11 } wacBasedRoamingWacGID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "WAC group ID " ::= { wacBasedRoaming 12 } wacBasedRoamingRoamCount OBJECT-TYPE SYNTAX INTEGER (3..10) MAX-ACCESS read-write STATUS current DESCRIPTION "Roaming stable interval " ::= { wacBasedRoaming 15 } wacBasedRoamingPri1RoamThreshold OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Priority 1 roaming threshold " ::= { wacBasedRoaming 16 } wacBasedRoamingPri1RoamLinkQuality OBJECT-TYPE SYNTAX INTEGER (0..70) MAX-ACCESS read-write STATUS current DESCRIPTION "Priority 1 roaming link quality " ::= { wacBasedRoaming 17 } wacBasedRoamingPri1RoamDifference OBJECT-TYPE SYNTAX INTEGER (0..30) MAX-ACCESS read-write STATUS current DESCRIPTION "Priority 1 roaming difference " ::= { wacBasedRoaming 18 } wacBasedRoamingCryptoEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Crypto enable Value : 1 -> enable, 2 -> disable" ::= { wacBasedRoaming 22 } wacSecureSettings OBJECT IDENTIFIER ::= { controller 2 } wacSecureSettingsEapEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "802.1X/ EAP Value : 1 -> enable, 2 -> disable" ::= { wacSecureSettings 1 } wacSecureSettings1stAuthServerIPv4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary RADIUS server IP " ::= { wacSecureSettings 2 } wacSecureSettings1stAuthServerPort OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Primary RADIUS server port " ::= { wacSecureSettings 3 } wacSecureSettings2ndAuthServerIPv4Addr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary RADIUS server IP " ::= { wacSecureSettings 5 } wacSecureSettings2ndAuthServerPort OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary RADIUS server port " ::= { wacSecureSettings 6 } awkTraps OBJECT IDENTIFIER ::= { wac1001 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} diOn NOTIFICATION-TYPE OBJECTS { diIndex } STATUS current DESCRIPTION "The DI transition(off -> on) trap." ::= {awkTraps 4} diOff NOTIFICATION-TYPE OBJECTS { diIndex } STATUS current DESCRIPTION "The DI transition(on -> off) trap." ::= {awkTraps 5} maxApNumReached NOTIFICATION-TYPE STATUS current DESCRIPTION "Max number of managing AP reached." ::= {awkTraps 8} apOnLine NOTIFICATION-TYPE STATUS current DESCRIPTION "Managed AP on line." ::= {awkTraps 10} apOffLine NOTIFICATION-TYPE STATUS current DESCRIPTION "Managed AP off line." ::= {awkTraps 11} staOnLine NOTIFICATION-TYPE STATUS current DESCRIPTION "Managed STA on line." ::= {awkTraps 12} staOffLine NOTIFICATION-TYPE STATUS current DESCRIPTION "Managed STA off line." ::= {awkTraps 13} backupWacIdle NOTIFICATION-TYPE STATUS current DESCRIPTION "Backup controller idle." ::= {awkTraps 18} backupWacActive NOTIFICATION-TYPE STATUS current DESCRIPTION "Backup controller active." ::= {awkTraps 19} END