NETGEAR-PRIVATE-MIB-WAX214 DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, OBJECT-IDENTITY, enterprises, IpAddress, Counter32, Gauge32, TimeTicks, Integer32, Counter64 FROM SNMPv2-SMI DisplayString, MacAddress, TruthValue, TimeStamp, TimeInterval, DateAndTime, RowStatus, TEXTUAL-CONVENTION FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF ifIndex FROM RFC1213-MIB InetAddressType, InetAddress FROM INET-ADDRESS-MIB Ipv6IfIndex, Ipv6Address, Ipv6AddressPrefix, Ipv6AddressIfIdentifier, Ipv6IfIndexOrZero FROM IPV6-TC; netgearprivate MODULE-IDENTITY LAST-UPDATED "202008311018Z" ORGANIZATION "R&D Dept., S/W Division" CONTACT-INFO " " DESCRIPTION " " REVISION "202008311018Z" DESCRIPTION "First version of Netgear-Private-MIB" ::= { netgear_3 19 } netgear_1 OBJECT IDENTIFIER ::= { enterprises 4526 } netgear_2 OBJECT IDENTIFIER ::= { netgear_1 100 } netgear_3 OBJECT IDENTIFIER ::= { netgear_2 7 } status OBJECT IDENTIFIER ::= { netgearprivate 1 } configuration OBJECT IDENTIFIER ::= { netgearprivate 2 } command OBJECT IDENTIFIER ::= { netgearprivate 3 } system OBJECT IDENTIFIER ::= { status 1 } status2point4G OBJECT IDENTIFIER ::= { system 15 } status5G OBJECT IDENTIFIER ::= { system 16 } landhcp OBJECT IDENTIFIER ::= { configuration 5 } ntp OBJECT IDENTIFIER ::= { configuration 6 } dayLightSaving OBJECT IDENTIFIER ::= { ntp 5 } admin OBJECT IDENTIFIER ::= { configuration 8 } adminSettings OBJECT IDENTIFIER ::= { admin 1 } twopointfourG OBJECT IDENTIFIER ::= { configuration 9 } wlan_2point4G OBJECT IDENTIFIER ::= { twopointfourG 1 } -- fastRoaming_2point4G OBJECT IDENTIFIER ::= { twopointfourG 5 } fiveG OBJECT IDENTIFIER ::= { configuration 10 } wlan_5G OBJECT IDENTIFIER ::= { fiveG 1 } -- fastRoaming_5G OBJECT IDENTIFIER ::= { fiveG 5 } guestNetwork OBJECT IDENTIFIER ::= { configuration 11 } guestNetworkSettings OBJECT IDENTIFIER ::= { guestNetwork 1 } ssidProfile OBJECT IDENTIFIER ::= { configuration 12 } https_ssh OBJECT IDENTIFIER ::= { configuration 13 } stp OBJECT IDENTIFIER ::= { configuration 15 } snmp OBJECT IDENTIFIER ::= { configuration 16 } autoReboot OBJECT IDENTIFIER ::= { configuration 17 } autoRebootDay OBJECT IDENTIFIER ::= { autoReboot 2 } autoRebootTimeOfDay OBJECT IDENTIFIER ::= { autoReboot 3 } schedule OBJECT IDENTIFIER ::= { configuration 18 } scheduleDay OBJECT IDENTIFIER ::= { schedule 6 } scheduleMonday OBJECT IDENTIFIER ::= { scheduleDay 1 } scheduleTuesday OBJECT IDENTIFIER ::= { scheduleDay 2 } scheduleWednesday OBJECT IDENTIFIER ::= { scheduleDay 3 } scheduleThursday OBJECT IDENTIFIER ::= { scheduleDay 4 } scheduleFriday OBJECT IDENTIFIER ::= { scheduleDay 5 } scheduleSaturday OBJECT IDENTIFIER ::= { scheduleDay 6 } scheduleSunday OBJECT IDENTIFIER ::= { scheduleDay 7 } emailAlert OBJECT IDENTIFIER ::= { configuration 19 } logemail OBJECT IDENTIFIER ::= { configuration 20 } managementVLAN OBJECT IDENTIFIER ::= { configuration 24 } clientControl OBJECT IDENTIFIER ::= { configuration 25 } --bandSteering OBJECT IDENTIFIER ::= { clientControl 1 } clientLimit OBJECT IDENTIFIER ::= { clientControl 2 } applyCmd OBJECT IDENTIFIER ::= { command 1 } resetCmd OBJECT IDENTIFIER ::= { command 2 } rebootCmd OBJECT IDENTIFIER ::= { command 3 } -- ========================== -- Defination Begins -- ========================== -- =======| status > system | =============== deviceName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The DUT's device name." DEFVAL { "WAX214" } ::= { system 1 } sysPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..256)) MAX-ACCESS read-only STATUS current DESCRIPTION "The password that system manager own." DEFVAL { "password" } ::= { system 2 } firmwareVersion OBJECT-TYPE SYNTAX DisplayString (SIZE (0..256)) MAX-ACCESS read-only STATUS current DESCRIPTION "Firmware model name" ::= { system 5 } wirelessMacAddress OBJECT-TYPE SYNTAX DisplayString (SIZE(0..17)) MAX-ACCESS read-only STATUS current DESCRIPTION "The wireless MAC address" ::={ system 6 } upTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::={ system 9 } serialNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::={ system 12 } clientList24G OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The 2.4G wireless client list." ::={ status2point4G 9 } clientList5G OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The 5G wireless client list." ::={ status5G 9 } -- ============== END ======================= -- =======| configuration > landhcp | =============== ipNetworkSettings OBJECT-TYPE SYNTAX INTEGER { dhcp(1), static(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "IP Network Setting" DEFVAL { dhcp } ::= { landhcp 1 } lanIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting static LAN IP address in DUT" DEFVAL { "192.168.1.1" } ::= { landhcp 2 } lanSubnetmask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting static Subnet Mask in DUT" DEFVAL { "255.255.255.0" } ::= { landhcp 3 } lanGatewayIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting getway IP address in DUT" DEFVAL { "0.0.0.0" } ::= { landhcp 4 } lanPrimaryDNSIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting Primary DNS IP address in DUT" DEFVAL { "0.0.0.0" } ::= { landhcp 5 } lanSecondaryDNSIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting SecondaryDNS IP address in DUT" DEFVAL { "0.0.0.0" } ::= { landhcp 6 } linkLocalAddress OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable link local address. network.lan.ip6LinkLocalEn " DEFVAL { enable } ::= { landhcp 9 } --ipv6IPAddress OBJECT-TYPE -- SYNTAX DisplayString --SYNTAX Ipv6Address -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The IPv6 IP address to device. -- network.lan.ip6addr -- network.lan.orig_ip6addr -- " -- ::= { landhcp 10 } --ipv6SubnetPrefixLength OBJECT-TYPE -- SYNTAX Integer32 (1..128) -- UNITS "bits" -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The subnet length of the prefix (in bits). -- network.lan.ip6addr -- network.lan.orig_ip6addr -- " -- ::= { landhcp 11 } --ipv6DefaultGateway OBJECT-TYPE -- SYNTAX DisplayString --SYNTAX Ipv6Address -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The IPv6 gateway address to device. -- network.lan.ip6gw -- " -- ::= { landhcp 12 } --ipv6PrimaryDNS OBJECT-TYPE -- SYNTAX DisplayString --SYNTAX Ipv6Address -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The IPv6 primary DNS address to device. -- network.lan.dns -- " -- ::= { landhcp 13 } --ipv6SecondaryDNS OBJECT-TYPE -- SYNTAX DisplayString --SYNTAX Ipv6Address -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The IPv6 secondary DNS address to device. -- network.lan.dns -- " -- ::= { landhcp 14 } -- ============== END ================================ -- =======| configuration > ntp | =============== timeSettingMode OBJECT-TYPE SYNTAX INTEGER { manual(0), auto(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Automatically get or manually set Date and Time" DEFVAL { auto } ::= { ntp 1 } userNTPSrvIP OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "User sepcisicify NTP server IP address" ::= { ntp 3 } timeZone OBJECT-TYPE SYNTAX DisplayString (SIZE (0..128)) MAX-ACCESS read-write STATUS current DESCRIPTION "To setting time zone in DUT: zone name (timezone) UTC-12:00 Kwajalein (UTC12), UTC-11:00 Midway-Island, Samoa (UTC11), UTC-10:00 Hawaii (UTC10), UTC-09:00 Alaska (NAST9), UTC-08:00 Pacific-Time (PST8), UTC-07:00 Arizona (UTC7), UTC-07:00 Mountain-Time (MST7), UTC-06:00 Mexico (UTC6), UTC-06:00 Central-Time (CST6), UTC-05:00 Colombia, Panama (UTC5), UTC-05:00 Eastern-Time (EST5), UTC-04:00 Bolivia, Venezuela (UTC4), UTC-04:00 Atlantic-Time (AST4), UTC-04:00 Brazil-West (BRWST4), UTC-03:30 Newfoundland (NST3:30), UTC-03:00 Greenland (WGST3), UTC-03:00 Brazil-East (BRST3), UTC-03:00 Guyana (UTC3), UTC-02:00 Mid-Atlantic (UTC2), UTC-01:00 Azores (STD1), UTC+00:00 Gambia, Liberia, Morocco (UTC0), UTC+00:00 England (GMT0), UTC+01:00 Tunisia (UTC-1), UTC+01:00 France, Germany, Italy (STD-1), UTC+02:00 South-Africa (UTC-2), UTC+02:00 Greece, Ukraine, Romania, Turkey (STD-2), UTC+03:00 Iraq, Jordan, Kuwait (UTC-3), UTC+03:00 Finland (EEST-3), UTC+04:00 Armenia (UTC-4), UTC+05:00 Pakistan, Russia (UTC-5), UTC+05:30 Bombay, Calcutta, Madras, New-Delhi (UTC-5:30), UTC+06:00 Bangladesh, Russia (UTC-6), UTC+07:00 Thailand, Russia (UTC-7), UTC+08:00 China, Hong-Kong, Western-Australia, Singapore, Taiwan, Russia (UTC-8), UTC+09:00 Japan, Korea (UTC-9), UTC+09:30 South-Australia (CST-9:30), UTC+10:00 Guam, Russia (UTC-10), UTC+10:00 Australia (STD-10), UTC+11:00 Solomon-Islands (UTC-11), UTC+12:00 Fiji (UTC-12), UTC+12:00 New-Zealand (NZST-12)" DEFVAL { "GMT0" } ::= { ntp 4 } dayLightSavingEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable day light saving." DEFVAL { disable } ::= { dayLightSaving 1 } dayLightSavingStartMonth OBJECT-TYPE SYNTAX INTEGER { january(1), february(2), march(3), april(4), may(5), june(6), july(7), august(8), september(9), october(10), november(11), december(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving start month." ::= { dayLightSaving 2 } dayLightSavingStartWeek OBJECT-TYPE SYNTAX INTEGER { first(1), secend(2), third(3), fourth(4), fifth(5), -- sixth(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving start week." ::= { dayLightSaving 3 } dayLightSavingStartDay OBJECT-TYPE SYNTAX INTEGER { sun(0), mon(1), tue(2), wed(3), thu(4), fri(5), sat(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving start day." ::= { dayLightSaving 4 } dayLightSavingStartHour OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving start hour.(Use 24-hour clock)" ::= { dayLightSaving 5 } dayLightSavingEndMonth OBJECT-TYPE SYNTAX INTEGER { january(1), february(2), march(3), april(4), may(5), june(6), july(7), august(8), september(9), october(10), november(11), december(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving end month." ::= { dayLightSaving 6 } dayLightSavingEndWeek OBJECT-TYPE SYNTAX INTEGER { first(1), secend(2), third(3), fourth(4), fifth(5), -- sixth(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving end week." ::= { dayLightSaving 7 } dayLightSavingEndDay OBJECT-TYPE SYNTAX INTEGER { sun(0), mon(1), tue(2), wed(3), thu(4), fri(5), sat(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving end day." ::= { dayLightSaving 8 } dayLightSavingEndHour OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Day light saving end hour.(Use 24-hour clock)" ::= { dayLightSaving 9 } -- ============== END =========================== -- =======| configuration > admin | =============== adminNewName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..12)) MAX-ACCESS read-write STATUS current DESCRIPTION "The User Name that system manager own /lib/auth.sh get_username " DEFVAL { "admin" } ::= { adminSettings 1 } adminNewPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (1..12)) MAX-ACCESS read-write STATUS current DESCRIPTION "The New Password that system manager own " ::= { adminSettings 2 } adminConfirmPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (1..12)) MAX-ACCESS read-write STATUS current DESCRIPTION "The Confirm Password that system manager own " ::= { adminSettings 3 } adminAccept OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Accept the settings of Administration. Set 1 would commit settings in DUT, Set 0 would revert it. /lib/auth.sh set_auth adminNewName adminNewPassword " ::= { adminSettings 4 } -- ============== END =========================== -- =======| configuration > wlan | =============== --wlanMode OBJECT-TYPE -- SYNTAX INTEGER -- { -- b_only (1), -- g_only (2), -- bg_Mixed (3), -- n_only (4), -- bgn_Mixed (5) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The wireless lan operation mode. (802.11 B/G/N)" -- DEFVAL { bgn_Mixed } -- ::= { wlan_2point4G 1 } channelHTmode OBJECT-TYPE SYNTAX INTEGER { wlan20MHz(1), wlan40MHz(2), wlan2040MHz(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN narrow band" -- DEFVAL { wlan20MHz(1)} ::= { wlan_2point4G 2 } wlanOpMode OBJECT-TYPE SYNTAX INTEGER { ap(1), --sta(2), --apwds(3), --brwds(4), --stawds(5) -- cr(6), -- apr(7), --rp(8), --mesh-ap(9), --mesh-only(10) } MAX-ACCESS read-only STATUS current DESCRIPTION "The WLAN operation mode." DEFVAL { ap } ::= { wlan_2point4G 4 } wlanCountry OBJECT-TYPE SYNTAX INTEGER { na (0), albania (1), algeria (2), argentina (3), australia (4), austria (5), bahrain (6), belgium (7), brazil (8), brunei (9), bulgaria (10), canada (11), chile (12), china (13), colombia (14), costa-Rica (15), croatia (16), czech-Republic (17), denmark (18), dominican-Republic (19), ecuador (20), egypt (21), estonia (22), finland (23), france (24), germany (25), greece (26), guatemala (27), hong-Kong (28), honduras (29), hungary (30), iceland (31), india (32), indonesia (33), ireland (34), iran (35), israel (36), italy (37), japan (38), jordan (39), south-Korea (40), kuwait (41), lebanon (42), luxembourg (43), macau (44), malaysia (45), mexico (46), monaco (47), nepal (48), netherlands (49), norway (50), new-Zealand (51), oman (52), pakistan (53), panama (54), peru (55), philippines (56), poland (57), portugal (58), puerto-Rico (59), qatar (60), romania (61), russia (62), singapore (63), slovakia (64), slovenia (65), south-Africa (66), spain (67), sri-Lanka (68), sweden (69), switzerland (70), taiwan (71), thailand (72), tunisia (73), turkey (74), united-Arab-Emirates (75), ukraine (76), united-Kingdom (77), united-Kingdom-B (78), united-Kingdom-C (79), uruguay (80), usa (81), uzbekistan (82), venezuela (83), vietnam (84) } MAX-ACCESS read-write STATUS current DESCRIPTION "The country name.Please enter the value from 0~84. The supported country ID as follows, FCC : {0,3,11,12,14,15,19,20,27,29,45,46,54,55,59,71,81,83} ETSI : {0,1,5,7,10,16,17,18,22,23,24,25,26,30,31,34,37,43,47,49,50,57,58,61,62,64,65,67,69,70,77,78,79} INT : all" DEFVAL { na } ::= { wlan_2point4G 6 } --wlanChannel OBJECT-TYPE -- SYNTAX Integer32 (0..13) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The wireless 2.4G channel frequency. 0 is auto" -- ::= { wlan_2point4G 7 } --wlanExtChannel OBJECT-TYPE -- SYNTAX INTEGER -- { -- upper(0), -- lower(1) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Extension Channel. (Lower or Upper)" -- ::= { wlan_2point4G 8 } --wlanDataRate OBJECT-TYPE -- SYNTAX INTEGER -- { -- auto (0), -- rate1M(1), -- rate2M(2), -- rate5-5M(3), -- rate11M(4), -- rate6M(5), -- rate9M(6), -- rate12M(7), -- rate18M(8), -- rate24M(9), -- rate36M(10), -- rate48M(11), -- rate54M(12), -- rateMCS0(13), -- rateMCS1(14), -- rateMCS2(15), -- rateMCS3(16), -- rateMCS4(17), -- rateMCS5(18), -- rateMCS6(19), -- rateMCS7(20), -- rateMCS8(21), -- rateMCS9(22), -- rateMCS10(23), -- rateMCS11(24), -- rateMCS12(25), -- rateMCS13(26), -- rateMCS14(27), -- rateMCS15(28), -- rateMCS16(29), -- rateMCS17(30), -- rateMCS18(31), -- rateMCS19(32), -- rateMCS20(33), -- rateMCS21(34), -- rateMCS22(35), -- rateMCS23(36), -- rateMCS24(37), -- rateMCS25(38), -- rateMCS26(39), -- rateMCS27(40), -- rateMCS28(41), -- rateMCS29(42), -- rateMCS30(43), -- rateMCS31(44) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The wireless LAN Data rate. The available input option: auto, 1M, 2M, 5.5M, 6M, 9M, 11M, 12M, 18M, 24M, 36M, 48M, 54M, -- MCS0, MCS1, MCS2, MCS3, MCS4, MCS5, MCS6, MCS7, MCS8, MCS9, MCS10, MCS11, MCS12, -- MCS13, MCS14, MCS15, MCS16, MCS17, MCS18, MCS19, MCS20, MCS21, MCS22, MCS23." -- DEFVAL { auto } -- ::= { wlan_2point4G 10 } wlanTxPower OBJECT-TYPE SYNTAX Integer32 (11..28) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN transmission power" --DEFVAL { 20 } ::= { wlan_2point4G 12 } --wlanRTSTh OBJECT-TYPE -- SYNTAX Integer32 (1..2346) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN RTS/CTS threshold" -- DEFVAL { 2346 } -- ::= { wlan_2point4G 15 } wlanChannelList OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Show channel list that control by CountryCode." ::= { wlan_2point4G 20 } wlanTable OBJECT-TYPE SYNTAX SEQUENCE OF WLANEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table display the wlan table." ::= { ssidProfile 1 } wlanEntry OBJECT-TYPE SYNTAX WLANEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Represent the entry in the wlan table." INDEX { wlanEnable } ::= { wlanTable 1 } WLANEntry::= SEQUENCE { wlanEnable INTEGER, wlanSSID DisplayString, wlanHideSSID INTEGER, wlanStaSeparation INTEGER, wlanVLANID Integer32, wlanAuth INTEGER, -- wlanEncryption INTEGER, -- wlanWepDefaultKeyIdx INTEGER, -- wlanWepKey DisplayString, wlanWpapskPassphrase DisplayString, wlanWpaRadiusSrvIP IpAddress, wlanWpaRadiusSrvPort Integer32, wlanWpaRadiusSrvSecret DisplayString, wlanWpaGroupKeyUpdateInterval Integer32, wlanWpaRadiusAccEnable INTEGER, wlanWpaRadiusAccSrvIP IpAddress, wlanWpaRadiusAccSrvPort Integer32, wlanWpaRadiusAccSrvSecret DisplayString, wlanWpaInterimAccInterval Integer32, wlanIsolation INTEGER, -- wlanCaptivePortal INTEGER, wlanTrafficShapingEnable INTEGER, wlanTrafficShapingDownload Integer32, wlanTrafficShapingUpload Integer32, wlanTrafficShapingDownloadPerUser INTEGER, wlanTrafficShapingUploadPerUser INTEGER, wlanL2Isolation INTEGER, wlanFastRoaming INTEGER, wlanGuestNetwork INTEGER, wlanEnable2point4G INTEGER, wlanEnable5G INTEGER, -- wlanEnable5G2 INTEGER, wlanBandsteeringEnable INTEGER, wlanBandsteeringRssiThreshold Integer32, wlanBandsteeringPercentOfClient Integer32, wlanNasIdEnable INTEGER, wlanNasId DisplayString, wlanNasPortEnable INTEGER, wlanNasPort Integer32, wlanNasIPEnable INTEGER, wlanNasIP IpAddress, wlanMacFilterACLMode INTEGER, wlanMacFilterAdd DisplayString, wlanMacFilterDel Integer32, wlanMacFilterList DisplayString } wlanEnable OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable" ::= { wlanEntry 2 } wlanSSID OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN SSID" ::= { wlanEntry 3 } wlanHideSSID OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable broadcast SSID" ::= { wlanEntry 4 } wlanStaSeparation OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable WLAN STA separation" ::= { wlanEntry 5 } wlanVLANID OBJECT-TYPE SYNTAX Integer32 (1..4094) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN interface VLAN ID" ::= { wlanEntry 6 } wlanAuth OBJECT-TYPE SYNTAX INTEGER{ disable(0), wpa2psk_aes(6), -- wpa2psk_tkip(7), -- wpa2psk_both(8), wpa2_aes(15), -- wpa2_tkip(16), -- wpa2_both(17) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN authentication type." ::= { wlanEntry 7 } --wlanWepDefaultKeyIdx OBJECT-TYPE -- SYNTAX INTEGER{ -- key1(1), -- key2(2), -- key3(3), -- key4(4) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN WEP Key index of combination -- Note: -- 1. WEP only supports SSID0(index0)" -- ::= { wlanEntry 8 } --wlanWepKey OBJECT-TYPE -- SYNTAX DisplayString (SIZE(5|10|13|16|26|32)) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN WEP Key combination. The input has to be 5,13,16 ascii keys, or 10,26,32 Hex keys . -- If you set WepKey in 2nd,3rd,4th SSID,it will display [success] but the value you set -- doesn't writable. -- Note: -- 1. WEP only supports SSID0(index0)" -- ::= { wlanEntry 9 } wlanWpapskPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE (1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA Key combination" ::= { wlanEntry 10 } wlanWpaRadiusSrvIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise remote radius server IP" ::= { wlanEntry 11 } wlanWpaRadiusSrvPort OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise remote radius server port" ::= { wlanEntry 12 } wlanWpaRadiusSrvSecret OBJECT-TYPE SYNTAX DisplayString (SIZE(1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise key combination" ::= { wlanEntry 13 } wlanWpaGroupKeyUpdateInterval OBJECT-TYPE SYNTAX Integer32 (30..3600) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise group key update interval" ::= { wlanEntry 14 } wlanWpaRadiusAccEnable OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The VLAN Enable / Disable" ::= { wlanEntry 15 } wlanWpaRadiusAccSrvIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise remote radius server IP" ::= { wlanEntry 16 } wlanWpaRadiusAccSrvPort OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise remote radius server port" ::= { wlanEntry 17 } wlanWpaRadiusAccSrvSecret OBJECT-TYPE SYNTAX DisplayString (SIZE(1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise key combination" ::= { wlanEntry 18 } wlanWpaInterimAccInterval OBJECT-TYPE SYNTAX Integer32 (60..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN WPA-Enterprise group key update interval" ::= { wlanEntry 19 } wlanIsolation OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The VLAN Enable / Disable" ::= { wlanEntry 20 } wlanTrafficShapingEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Traffic Shaping Enable / Disable, default download / upload value is 100 Mbps when ts enable." ::= { wlanEntry 22 } wlanTrafficShapingDownload OBJECT-TYPE SYNTAX Integer32 (1..999) MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Traffic Shaping. Download limit 1~999 Mbps. Value -1(Read-only) means disable" ::= { wlanEntry 23 } wlanTrafficShapingUpload OBJECT-TYPE SYNTAX Integer32 (1..999) MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Traffic Shaping. Upload Limit 1~999 Mbps. Value -1(Read-only) means disable" ::= { wlanEntry 24 } wlanTrafficShapingDownloadPerUser OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Traffic Shaping Download Limit Per User Enable. Download Limit Per User" ::= { wlanEntry 28 } wlanTrafficShapingUploadPerUser OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Traffic Shaping Upload Limit Per User Enable. Upload Limit Per User" ::= { wlanEntry 29 } wlanL2Isolation OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless L2 Isolation" ::= { wlanEntry 30 } wlanFastRoaming OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Fast Roaming" ::= { wlanEntry 31 } wlanGuestNetwork OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless Guest Network" ::= { wlanEntry 40 } wlanEnable2point4G OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless 2.4G enable" ::= { wlanEntry 41 } wlanEnable5G OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless 5G enable" ::= { wlanEntry 42 } --wlanEnable5G2 OBJECT-TYPE -- SYNTAX INTEGER -- { -- disable(0), -- enable(1) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Wireless 5G-2 enable" -- ::= { wlanEntry 43 } wlanBandsteeringEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), Prefer5GHz(1), BandBalance(2), Force5GHz(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable band steering function" DEFVAL { disable } ::= { wlanEntry 44 } wlanBandsteeringRssiThreshold OBJECT-TYPE SYNTAX Integer32 (-80..-60) MAX-ACCESS read-write STATUS current DESCRIPTION "Set 5GHz RSSI Threshold in -80~-60 dBm." ::= { wlanEntry 45 } wlanBandsteeringPercentOfClient OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Set Percent of clients on 5GHz radio in 0~100%." ::= { wlanEntry 46 } wlanNasIdEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1), } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable Nas Id" DEFVAL { disable } ::= { wlanEntry 47 } wlanNasId OBJECT-TYPE SYNTAX DisplayString (SIZE(3..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN Nas Id" ::= { wlanEntry 48 } wlanNasPortEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1), } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable Nas Port" DEFVAL { disable } ::= { wlanEntry 49 } wlanNasPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN Nas Port." ::= { wlanEntry 50 } wlanNasIPEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1), } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable Nas IP." DEFVAL { disable } ::= { wlanEntry 51 } wlanNasIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN Nas IP." ::= { wlanEntry 52 } wlanMacFilterACLMode OBJECT-TYPE SYNTAX INTEGER { disable(0), allow(1), deny(2), } MAX-ACCESS read-write STATUS current DESCRIPTION "Set ACL mode." DEFVAL { disable } ::= { wlanEntry 53 } wlanMacFilterAdd OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Add mac to macfilter." ::= { wlanEntry 54 } wlanMacFilterDel OBJECT-TYPE SYNTAX Integer32 (0..32) MAX-ACCESS read-write STATUS current DESCRIPTION "Delete mac from macfilter." ::= { wlanEntry 55 } wlanMacFilterList OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Show macfilter list." ::= { wlanEntry 56 } --wlanAggregation OBJECT-TYPE -- SYNTAX INTEGER -- { -- disable(0), -- enable(1) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Aggregation. (Disable / Enable)" -- DEFVAL { disable } -- ::= { wlan_2point4G 22 } --wlanAggregationFrames OBJECT-TYPE -- SYNTAX Integer32 (1..32) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN Aggregation Frames" -- ::= { wlan_2point4G 23 } --wlanAggregationBytes OBJECT-TYPE -- SYNTAX Integer32 (2034..65535) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN Aggregation Bytes" -- ::= { wlan_2point4G 24 } wlanRssiEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable RSSI" ::= { wlan_2point4G 31 } wlanRssiThreshold OBJECT-TYPE SYNTAX Integer32 (-100..-60) MAX-ACCESS read-write STATUS current DESCRIPTION "RSSI Threshold(-100..-60)" ::= { wlan_2point4G 32 } wlanM2U OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "multicast to unicast stream conversion" ::= { wlan_2point4G 33 } wlanGreenMode OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable Green Mode" ::= { wlan_2point4G 38 } wlanMinRate OBJECT-TYPE SYNTAX INTEGER { rate_1Mbps(1), rate_2Mbps(2), rate_5Mbps(5), rate_6Mbps(6), rate_9Mbps(9), rate_11Mbps(11), rate_12Mbps(12), rate_18Mbps(18), rate_24Mbps(24) } MAX-ACCESS read-write STATUS current DESCRIPTION "Minimum bitrate Setting" ::= { wlan_2point4G 41 } wlanChannelConfig OBJECT-TYPE SYNTAX INTEGER { all(1), none(2), tp1(3), tp2(4), tp3(5), tp4(6), custom(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "channel config type: 1.all 2.none, 3.tp1 (1,6,11), 4.tp2 (1,4,8,11), 5.tp3 (1,7), 6.tp4 (1,5,9), 7.custom" ::= { wlan_2point4G 36 } wlanChannelSelect OBJECT-TYPE SYNTAX DisplayString (SIZE (1..128)) MAX-ACCESS read-write STATUS current DESCRIPTION "custom channel select." ::= { wlan_2point4G 37 } --wlanMode_5G OBJECT-TYPE -- SYNTAX INTEGER -- { -- a_only (1), -- n_only (2), -- an_Mixed (3), -- ac (4) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The wireless lan operation mode. (802.11 A/N, 802.11 AC)" -- DEFVAL { ac } -- ::= { wlan_5G 1 } channelHTmode_5G OBJECT-TYPE SYNTAX INTEGER { wlan20MHz(1), wlan40MHz(2), wlan80MHz(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN narrow band" DEFVAL { wlan80MHz} ::= { wlan_5G 2 } wlanOpMode_5G OBJECT-TYPE SYNTAX INTEGER { ap(1), --sta(2), --apwds(3), --brwds(4), --stawds(5) -- cr(6), -- apr(7), --rp(8), --mesh-ap(9), --mesh-only(10) } MAX-ACCESS read-only STATUS current DESCRIPTION "The WLAN operation mode." DEFVAL { ap } ::= { wlan_5G 4 } wlanCountry_5G OBJECT-TYPE SYNTAX INTEGER { na (0), albania (1), algeria (2), argentina (3), australia (4), austria (5), bahrain (6), belgium (7), brazil (8), brunei (9), bulgaria (10), canada (11), chile (12), china (13), colombia (14), costa-Rica (15), croatia (16), czech-Republic (17), denmark (18), dominican-Republic (19), ecuador (20), egypt (21), estonia (22), finland (23), france (24), germany (25), greece (26), guatemala (27), hong-Kong (28), honduras (29), hungary (30), iceland (31), india (32), indonesia (33), ireland (34), iran (35), israel (36), italy (37), japan (38), jordan (39), south-Korea (40), kuwait (41), lebanon (42), luxembourg (43), macau (44), malaysia (45), mexico (46), monaco (47), nepal (48), netherlands (49), norway (50), new-Zealand (51), oman (52), pakistan (53), panama (54), peru (55), philippines (56), poland (57), portugal (58), puerto-Rico (59), qatar (60), romania (61), russia (62), singapore (63), slovakia (64), slovenia (65), south-Africa (66), spain (67), sri-Lanka (68), sweden (69), switzerland (70), taiwan (71), thailand (72), tunisia (73), turkey (74), united-Arab-Emirates (75), ukraine (76), united-Kingdom (77), united-Kingdom-B (78), united-Kingdom-C (79), uruguay (80), usa (81), uzbekistan (82), venezuela (83), vietnam (84) } MAX-ACCESS read-write STATUS current DESCRIPTION "The country name.Please enter the value from 0~84. The supported country ID as follows, FCC : {0,3,11,12,14,15,19,20,27,29,45,46,54,55,59,71,81,83} ETSI : {0,1,5,7,10,16,17,18,22,23,24,25,26,30,31,34,37,43,47,49,50,57,58,61,62,64,65,67,69,70,77,78,79} INT : all" DEFVAL { na } ::= { wlan_5G 6 } --wlanChannel_5G OBJECT-TYPE -- SYNTAX Integer32 (36..173) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The wireless 5G channel frequency. 0 is auto" -- ::= { wlan_5G 7 } --wlanExtChannel_5G OBJECT-TYPE -- SYNTAX INTEGER -- { -- upper(0), -- lower(1) -- } -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "Extension Channel. (Lower or Upper)" -- ::= { wlan_5G 8 } wlanChannel_5G OBJECT-TYPE SYNTAX Integer32 (36..173) MAX-ACCESS read-write STATUS current DESCRIPTION "The wireless 5G channel frequency. 0 is auto" ::= { wlan_5G 7 } --wlanDataRate_5G OBJECT-TYPE -- SYNTAX INTEGER -- { -- auto (0), ---- rate1M(1), ---- rate2M(2), ---- rate5-5M(3), -- rate6M(1), -- rate9M(2), ---- rate11M(6), -- rate12M(3), -- rate18M(4), -- rate24M(5), -- rate36M(6), -- rate48M(7), -- rate54M(8), -- rateMCS0(9), -- rateMCS1(10), -- rateMCS2(11), -- rateMCS3(12), -- rateMCS4(13), -- rateMCS5(14), -- rateMCS6(15), -- rateMCS7(16), -- rateMCS8(17), -- rateMCS9(18), -- rateMCS10(19), -- rateMCS11(20), -- rateMCS12(21), -- rateMCS13(22), -- rateMCS14(23), -- rateMCS15(24), -- rateMCS16(25), -- rateMCS17(26), -- rateMCS18(27), -- rateMCS19(28), -- rateMCS20(29), -- rateMCS21(30), -- rateMCS22(31), -- rateMCS23(32), -- rateMCS24(33), -- rateMCS25(34), -- rateMCS26(35), -- rateMCS27(36), -- rateMCS28(37), -- rateMCS29(38), -- rateMCS30(39), -- rateMCS31(40), -- vhtMCS0(41), -- vhtMCS1(42), -- vhtMCS2(43), -- vhtMCS3(44), -- vhtMCS4(45), -- vhtMCS5(46), -- vhtMCS6(47), -- vhtMCS7(48), -- vhtMCS8(49), -- vhtMCS9(50) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The wireless LAN Data rate. The available input option: auto, 1M, 2M, 5.5M, 6M, 9M, 11M, 12M, 18M, 24M, 36M, 48M, 54M, -- MCS0, MCS1, MCS2, MCS3, MCS4, MCS5, MCS6, MCS7, MCS8, MCS9, MCS10, MCS11, MCS12, -- MCS13, MCS14, MCS15, MCS16, MCS17, MCS18, MCS19, MCS20, MCS21, MCS22, MCS23." -- DEFVAL { auto } -- ::= { wlan_5G 10 } wlanTxPower_5G OBJECT-TYPE SYNTAX Integer32 (11..28) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN transmission power" --DEFVAL { 20 } ::= { wlan_5G 12 } --wlanRTSTh_5G OBJECT-TYPE -- SYNTAX Integer32 (1..2346) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN RTS/CTS threshold" -- DEFVAL { 2346 } -- ::= { wlan_5G 15 } wlanChannelList_5G OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Show channel list that control by CountryCode." ::= { wlan_5G 20 } --wlan5GAggregation OBJECT-TYPE -- SYNTAX INTEGER -- { -- disable(0), -- enable(1) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Aggregation. (Disable / Enable)" -- DEFVAL { disable } -- ::= { wlan_5G 22 } --wlan5GAggregationFrames OBJECT-TYPE -- SYNTAX Integer32 (1..32) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN Aggregation Frames" -- ::= { wlan_5G 23 } --wlan5GAggregationBytes OBJECT-TYPE -- SYNTAX Integer32 (2304..65535) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "The WLAN Aggregation Bytes" -- ::= { wlan_5G 24 } wlan5GRssiEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable RSSI" ::= { wlan_5G 32 } wlan5GRssiThreshold OBJECT-TYPE SYNTAX Integer32 (-100..-60) MAX-ACCESS read-write STATUS current DESCRIPTION "RSSI Threshold(-100..-60)" ::= { wlan_5G 33 } wlan5GM2U OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "multicast to unicast stream conversion" ::= { wlan_5G 34 } wlan5GGreenMode OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable Green Mode" ::= { wlan_5G 39 } wlan5GMinRate OBJECT-TYPE SYNTAX INTEGER { rate_6Mbps(6), rate_9Mbps(9), rate_12Mbps(12), rate_18Mbps(18), rate_24Mbps(24) } MAX-ACCESS read-write STATUS current DESCRIPTION "Minimum bitrate Setting" ::= { wlan_5G 41 } wlan5GChannelConfig OBJECT-TYPE SYNTAX INTEGER { all(1), none(2), u_nii_1(3), u_nii_2a(4), u_nii_2b(5), u_nii_3(6), custom(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "channel config type: 1.all 2.none, 3.u_nii_1 (36,40,44,48), 4.u_nii_2a (52,56,60,64), 5.u_nii_2b (100,104,108,112,116,120,124,128), 6.u_nii_3 (149,153,157,161,165), 7.custom" ::= { wlan_5G 37 } wlan5GChannelSelect OBJECT-TYPE SYNTAX DisplayString (SIZE (1..128)) MAX-ACCESS read-write STATUS current DESCRIPTION "custom channel select." ::= { wlan_5G 38 } -- ============== END =========================== -- =======| configuration > wlansta | =============== wlanSTAAuth OBJECT-TYPE SYNTAX INTEGER { none(0), wep_open(1), wep_sharedkey(2), wpapsk_aes(3), wpapsk_tkip(4), wpa2psk_aes(5), wpa2psk_tkip(6), wpa_tkip(7), wpa_aes(8), wpa2_tkip(9), wpa2_aes(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA Security mode" DEFVAL { none } ::= { wlansta_2point4G 1 } wlanSTAWepDefaultKeyIdx OBJECT-TYPE SYNTAX INTEGER { key1(1), key2(2), key3(3), key4(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA WEP Key index of combination" DEFVAL { key1 } ::= { wlansta_2point4G 3 } wlanSTAWepKey OBJECT-TYPE SYNTAX DisplayString (SIZE(5|10|13|16|26|32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA WEP Key combination. The input has to be 5,13,16 ascii keys, or 10,26,32 Hex keys " ::= { wlansta_2point4G 4 } wlanSTAWpapskPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE(1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA WPA Key combination" ::= { wlansta_2point4G 5 } wlanSTAEAPMethod OBJECT-TYPE SYNTAX INTEGER { -- tls(1), peap(2), ttls(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA EAP Method." ::= { wlansta_2point4G 6 } wlanSTAEAPAuth OBJECT-TYPE SYNTAX INTEGER { mschap(1), mschapv2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA EAP Authentication." ::= { wlansta_2point4G 7 } wlanSTAAuthIdentity OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA Authentication Identity." ::= { wlansta_2point4G 8 } wlanSTAAuthPassword OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA Authentication Password." ::= { wlansta_2point4G 9 } -- ============== END ==================================== -- =======| configuration > wds | =============== wdsSecurity OBJECT-TYPE SYNTAX INTEGER { none(0), wep(1), aes(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WDS WEP Key combination. The input has to be 10,26,32 Hex keys" DEFVAL { none } ::= { wds_2point4G 1 } wdsWEPKey OBJECT-TYPE SYNTAX DisplayString (SIZE(10..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "Security in WDS Mode" ::= { wds_2point4G 2 } wdsAESPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE(8..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WDS AES Passphrase combination (8-63 ASCII characters or 64 hexadecimal digits)" ::= { wds_2point4G 3 } -- ============== END =========================== -- =======| configuration > fastRoaming_2point4G | =============== fastRoamingEnable24G OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable fast roaming. Note: Only work under AP mode, #1 SSID, and Security with WPA2-Enterprise, WPA-Mixed-Enterprise." ::= { fastRoaming_2point4G 1 } -- ============== END ==================================== -- =======| configuration > wlansta | =============== wlan5GSTAAuth OBJECT-TYPE SYNTAX INTEGER { none(0), wep_open(1), wep_sharedkey(2), wpapsk_aes(3), wpapsk_tkip(4), wpa2psk_aes(5), wpa2psk_tkip(6), wpa_tkip(7), wpa_aes(8), wpa2_tkip(9), wpa2_aes(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA Security mode" DEFVAL { none } ::= { wlansta_5G 1 } wlan5GSTAWepDefaultKeyIdx OBJECT-TYPE SYNTAX INTEGER { key1(1), key2(2), key3(3), key4(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA WEP Key index of combination" DEFVAL { key1 } ::= { wlansta_5G 3 } wlan5GSTAWepKey OBJECT-TYPE SYNTAX DisplayString (SIZE(5|10|13|16|26|32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA WEP Key combination. The input has to be 5,13,16 ascii keys, or 10,26,32 Hex keys " ::= { wlansta_5G 4 } wlan5GSTAWpapskPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE(1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA WPA Key combination" ::= { wlansta_5G 5 } wlan5GSTAEAPMethod OBJECT-TYPE SYNTAX INTEGER { -- tls(1), peap(2), ttls(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA EAP Method." ::= { wlansta_5G 6 } wlan5GSTAEAPAuth OBJECT-TYPE SYNTAX INTEGER { mschap(1), mschapv2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA EAP Authentication." ::= { wlansta_5G 7 } wlan5GSTAAuthIdentity OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA Authentication Identity." ::= { wlansta_5G 8 } wlan5GSTAAuthPassword OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WLAN STA Authentication Password." ::= { wlansta_5G 9 } -- ============== END ==================================== -- =======| configuration > wds | =============== wds5GSecurity OBJECT-TYPE SYNTAX INTEGER { none(0), wep(1), aes(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The WDS WEP Key combination. The input has to be 10,26,32 Hex keys" DEFVAL { none } ::= { wds_5G 1 } wds5GWEPKey OBJECT-TYPE SYNTAX DisplayString (SIZE(10..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "Security in WDS Mode" ::= { wds_5G 2 } wds5GAESPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE(8..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The WDS AES Passphrase combination (8-63 ASCII characters or 64 hexadecimal digits)" ::= { wds_5G 3 } -- ============== END =========================== -- =======| configuration > fastRoaming_5G | =============== fastRoamingEnable5G OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable fast roaming. Note: Only work under AP mode, #1 SSID, and Security with WPA2-Enterprise, WPA-Mixed-Enterprise." ::= { fastRoaming_5G 1 } -- ============== END ==================================== -- =======| configuration > guestNetworkSettings | =============== guestIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting guest IP address" ::= { guestNetworkSettings 3 } guestSubnetmask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting guest Subnet Mask" ::= { guestNetworkSettings 4 } guestDHCPSrvStartAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting guest DHCP server IP address up bound" ::= { guestNetworkSettings 5 } guestDHCPSrvStopAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting guest DHCP server IP address low bound" ::= { guestNetworkSettings 6 } guestWINSAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "To setting guest WINS IP address" ::= { guestNetworkSettings 7 } -- ============== END =========================== -- =======| configuration > guestNetworkSettings_2point4G | =============== guestSSID OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network SSID" ::= { guestNetworkSettings_2point4G 1 } guestHideSSID OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable broadcast guest network SSID" ::= { guestNetworkSettings_2point4G 2 } guestStaSeparation OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable guest network STA separation" ::= { guestNetworkSettings_2point4G 3 } guestAuth OBJECT-TYPE SYNTAX INTEGER{ disable(0), wpapsk_aes(1), wpapsk_tkip(2), wpapsk_both(3), wpa2psk_aes(4), wpa2psk_tkip(5), wpa2psk_both(6), wpapskmixed_aes(7), wpapskmixed_tkip(8), wpapskmixed_both(9) } MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network authentication type." ::= { guestNetworkSettings_2point4G 4 } guestWpapskPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE (1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network WPA Key combination" ::= { guestNetworkSettings_2point4G 5 } guestWpaGroupKeyUpdateInterval OBJECT-TYPE SYNTAX Integer32 (30..3600) MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network WPA-Enterprise group key update interval" ::= { guestNetworkSettings_2point4G 9 } -- ============== END =========================== -- =======| configuration > guestNetworkSettings_5G | =============== guestSSID5G OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network SSID" ::= { guestNetworkSettings_5G 1 } guestHideSSID5G OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable broadcast guest network SSID" ::= { guestNetworkSettings_5G 2 } guestStaSeparation5G OBJECT-TYPE SYNTAX INTEGER{ disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable guest network STA separation" ::= { guestNetworkSettings_5G 3 } guestAuth5G OBJECT-TYPE SYNTAX INTEGER{ disable(0), wpapsk_aes(1), wpapsk_tkip(2), wpapsk_both(3), wpa2psk_aes(4), wpa2psk_tkip(5), wpa2psk_both(6), wpapskmixed_aes(7), wpapskmixed_tkip(8), wpapskmixed_both(9) } MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network authentication type." ::= { guestNetworkSettings_5G 4 } guestWpapskPassphrase5G OBJECT-TYPE SYNTAX DisplayString (SIZE (1..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network WPA Key combination" ::= { guestNetworkSettings_5G 5 } guestWpaGroupKeyUpdateInterval5G OBJECT-TYPE SYNTAX Integer32 (30..3600) MAX-ACCESS read-write STATUS current DESCRIPTION "The guest network WPA-Enterprise group key update interval" ::= { guestNetworkSettings_5G 9 } -- ============== END =========================== -- =======| configuration > fastHandOver | =============== fastHandOverEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable fast hangover" ::= { fastHandOver 1 } fastHandOverRSSI OBJECT-TYPE SYNTAX Integer32 (-90..-60) MAX-ACCESS read-write STATUS current DESCRIPTION "fast hangover RSSI (-90..-60)" ::= { fastHandOver 2 } -- ============== END =========================== -- =======| configuration > https_ssh | =============== sshEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable SSH" ::= { https_ssh 1 } httpsEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable HTTPS" ::= { https_ssh 2 } httpsForwardEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable HTTPS Forward" ::= { https_ssh 3 } -- ============== END =========================== -- =======| configuration > stp | =============== stpMode OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable Spanning Tree" DEFVAL { disable } ::= { stp 1 } stpHelloTime OBJECT-TYPE SYNTAX Integer32 (1..10) MAX-ACCESS read-write STATUS current DESCRIPTION "The interval between periodic transmissions of Configuration Messages by Designated Ports. IEEE802.1D 17.13.6" DEFVAL { 1 } ::= { stp 2 } stpMaxAge OBJECT-TYPE SYNTAX Integer32 (6..40) MAX-ACCESS read-write STATUS current DESCRIPTION "The maximum age of the information transmitted by the Bridge when it is the Root Bridge. IEEE 802.1D 17.13.8" DEFVAL { 20 } ::= { stp 3 } stpForwardDelay OBJECT-TYPE SYNTAX Integer32 (4..30) MAX-ACCESS read-write STATUS current DESCRIPTION "The delay used by STP Bridges to transition Reoot and Designated Ports to Forwarding. IEEE 802.1D 17.13.5" DEFVAL { 4 } ::= { stp 4 } stpPriority OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The manageable component of the Port Identifier. IEEE 802.1D 17.13.10" DEFVAL { 32768 } ::= { stp 5 } -- ============== END =========================== -- =======| configuration > snmp | =============== snmpEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable SNMP agent" DEFVAL { enable } ::= { snmp 1 } snmpCmntyRO OBJECT-TYPE SYNTAX DisplayString (SIZE(0..33)) MAX-ACCESS read-write STATUS current DESCRIPTION "The communication string for Read Only" DEFVAL { "public" } ::= { snmp 2 } snmpCmntyRW OBJECT-TYPE SYNTAX DisplayString (SIZE(0..33)) MAX-ACCESS read-write STATUS current DESCRIPTION "The communication string for Read Write" DEFVAL { "private" } ::= { snmp 3 } snmpTrapDstIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address which snmp trap sent to" DEFVAL { "0.0.0.0" } ::= { snmp 4 } snmpTrapCmnty OBJECT-TYPE SYNTAX DisplayString (SIZE(0..33)) MAX-ACCESS read-write STATUS current DESCRIPTION "The communication string for trap message" DEFVAL { "public" } ::= { snmp 5 } snmpCont OBJECT-TYPE SYNTAX DisplayString (SIZE(0..256)) MAX-ACCESS read-write STATUS current DESCRIPTION "The snmp contact information" ::= { snmp 6 } snmpLocation OBJECT-TYPE SYNTAX DisplayString (SIZE(0..256)) MAX-ACCESS read-write STATUS current DESCRIPTION "The snmp location information" ::= { snmp 7 } snmpv3Enable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable SNMPv3 function" DEFVAL { enable } ::= { snmp 8 } snmpv3userName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "" ::= { snmp 9 } snmpv3authenticationProtocol OBJECT-TYPE SYNTAX INTEGER { md5(0), sha(1), none(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "" DEFVAL { md5 } ::= { snmp 10 } snmpv3authenticationKey OBJECT-TYPE SYNTAX DisplayString (SIZE(8..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "" ::= { snmp 11 } snmpv3privacyProtocol OBJECT-TYPE SYNTAX INTEGER { des(0), none(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "" ::= { snmp 12 } snmpv3privacyKey OBJECT-TYPE SYNTAX DisplayString (SIZE(8..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "" ::= { snmp 13 } snmpv3engineID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "" ::= { snmp 14 } snmpSaveApply OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "SnmpSet with value 1 to execute the snmpSaveApply command. The snmp parameters will be changed by excuting snmpSaveApply function." ::= { snmp 15 } snmpTrapPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The snmp trap port." DEFVAL { 162 } ::= { snmp 17 } -- ============== END =========================== -- =======| configuration > autoReboot | =============== autoRebootEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable auto reboot setting. autoreboot.autoreboot.enable " DEFVAL { disable } ::= { autoReboot 1 } autoRebootMonday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Monday." ::= { autoRebootDay 2 } autoRebootTuesday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Tuesday." ::= { autoRebootDay 3 } autoRebootWednesday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Wednesday." ::= { autoRebootDay 4 } autoRebootThursday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Thursday." ::= { autoRebootDay 5 } autoRebootFriday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Friday." ::= { autoRebootDay 6 } autoRebootSaturday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Saturday." ::= { autoRebootDay 7 } autoRebootSunday OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WiFi Schedule Day: Sunday." ::= { autoRebootDay 8 } autoRebootHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Hour." ::= { autoRebootTimeOfDay 1 } autoRebootMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Minute." ::= { autoRebootTimeOfDay 2 } -- ============== END =========================== -- =======| configuration > schedule | =============== scheduleEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable WiFi schedule." ::= { schedule 1 } --scheduleWirelessRadio OBJECT-TYPE -- SYNTAX INTEGER -- { -- wifi_2G(1), -- wifi_5G(2) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Select schedule WiFi Radio" -- ::= { schedule 2 } scheduleIndx OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Select schedule WiFi ssid index AP MODE:1~8, WDSAP MODE:1~4." ::= { schedule 3 } scheduleSSID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "display schedule WiFi ssid name." ::= { schedule 4 } scheduleTemplates OBJECT-TYPE SYNTAX INTEGER { aways_available(1), available_8-5_daily(2), available_8-5_daily_execpt_weekends(3), custom_schedule(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Select schedule templates." ::= { schedule 5 } scheduleMondayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleMonday 1 } scheduleMondayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleMonday 2 } scheduleMondaysStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleMonday 3 } scheduleMondayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleMonday 4 } scheduleMondayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleMonday 5 } scheduleTuesdayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleTuesday 1 } scheduleTuesdayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleTuesday 2 } scheduleTuesdayStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleTuesday 3 } scheduleTuesdayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleTuesday 4 } scheduleTuesdayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleTuesday 5 } scheduleWednesdayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleWednesday 1 } scheduleWednesdayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleWednesday 2 } scheduleWednesdayStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleWednesday 3 } scheduleWednesdayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleWednesday 4 } scheduleWednesdayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleWednesday 5 } scheduleThursdayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleThursday 1 } scheduleThursdayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleThursday 2 } scheduleThursdayStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleThursday 3 } scheduleThursdayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleThursday 4 } scheduleThursdayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleThursday 5 } scheduleFridayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleFriday 1 } scheduleFridayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleFriday 2 } scheduleFridayStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleFriday 3 } scheduleFridayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleFriday 4 } scheduleFridayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleFriday 5 } scheduleSaturdayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleSaturday 1 } scheduleSaturdayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleSaturday 2 } scheduleSaturdayStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleSaturday 3 } scheduleSaturdayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleSaturday 4 } scheduleSaturdayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleSaturday 5 } scheduleSundayStatus OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule status." ::= { scheduleSunday 1 } scheduleSundayStartHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start hour." ::= { scheduleSunday 2 } scheduleSundayStartMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : Start minute." ::= { scheduleSunday 3 } scheduleSundayEndHour OBJECT-TYPE SYNTAX Integer32 (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End hour." ::= { scheduleSunday 4 } scheduleSundayEndMinute OBJECT-TYPE SYNTAX Integer32 (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "Schedule time : End minute." ::= { scheduleSunday 5 } -- ============== END =========================== -- =======| configuration > emailAlert | =============== emailAlertEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable email alert" ::= { emailAlert 1 } emailAlertAddrSentTo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Email Address (To: Recipients)" ::= { emailAlert 2 } emailAlertAddrSentFrom OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Email Address (From: Administrator)" ::= { emailAlert 3 } emailAlertUserName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The user name with Email Address (From: Administrator)" ::= { emailAlert 5 } emailAlertPassword OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The Password with Email Address (From: Administrator)" ::= { emailAlert 6 } emailAlertSMTPServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The SMTP Server Address" ::= { emailAlert 7 } emailAlertSMTPPort OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The SMTP Server port" ::= { emailAlert 8 } emailAlertSecurityMode OBJECT-TYPE SYNTAX INTEGER { none(0), ssll-tsl(1), starttls(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable email alert authentication" ::= { emailAlert 9 } systemEventAlertSubject OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "System Event Alert Subject" ::= { emailAlert 11 } emailAlertApply OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "SnmpSet with value 1 to execute the emailAlertApply command. The snmp parameters will be changed by excuting emailAlertApply function." ::= { emailAlert 13 } -- ============== END =========================== -- =======| configuration > logemail | =============== logServerEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable remote log server which log sent to" DEFVAL { disable } ::= { logemail 1 } logServerIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Remote log server IP address" DEFVAL { "0.0.0.0" } ::= { logemail 2 } logLocalEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable local log server" DEFVAL { disable } ::= { logemail 3 } -- ============== END =========================== -- =======| configuration > managementVLAN | =============== managementVLANID OBJECT-TYPE SYNTAX Integer32 (1..4094) MAX-ACCESS read-write STATUS current DESCRIPTION " Set ManagementVLANID in 1~4094 will [ enable ] ManagementVLAN function. Set ManagementVLANID in 4096 will [ disable ] ManagementVLAN function. Caution: If you reconfigure the Management VLAN ID, you may lose connectivity to the access point. Verify that the switch and DHCP server can support the reconfigured VLAN ID, and then re-connect to the new IP address. Before do this setting, please enable Profile Isolation function first. " ::= { managementVLAN 1 } -- ============================================== -- =======| configuration > bandSteering | =============== --bandsteeringEnable OBJECT-TYPE -- SYNTAX INTEGER -- { -- disable(0), -- Prefer5GHz(1), -- BandBalance(2), -- Force5GHz(3) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Enable / Disable band steering function" -- DEFVAL { disable } -- ::= { bandSteering 1 } --bandsteeringRssiThreshold OBJECT-TYPE -- SYNTAX Integer32 (-80..-60) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Set 5GHz RSSI Threshold in -80~-60 dBm." -- ::= { bandSteering 2 } --bandsteeringPercentOfClient OBJECT-TYPE -- SYNTAX Integer32 (0..100) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "Set Percent of clients on 5GHz radio in 0~100%." -- ::= { bandSteering 3 } -- ============================================== -- =======| configuration > clientLimit | =============== clientlimit2point4GEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable client limit function" DEFVAL { enable } ::= { clientLimit 1 } maxClient2point4G OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Max number of client" ::= { clientLimit 2 } clientlimit5GEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable / Disable client limit function" DEFVAL { enable } ::= { clientLimit 3 } maxClient5G OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Max number of client" ::= { clientLimit 4 } -- ============================================== -- =======| configuration > sku | =============== kuType OBJECT-TYPE SYNTAX INTEGER { fcc(1), etsi(2), international(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The SKU type: fcc(1) etsi(2) international(3)." DEFVAL { international } ::= { sku 1 } wlan2gTxMinPower OBJECT-TYPE SYNTAX Integer32 (11..28) MAX-ACCESS read-only STATUS current DESCRIPTION "The WLAN minimum transmission power." ::= { sku 2 } wlan2gTxMaxPower OBJECT-TYPE SYNTAX Integer32 (11..28) MAX-ACCESS read-only STATUS current DESCRIPTION "The WLAN maximum transmission power." ::= { sku 3 } wlan5gTxMinPower OBJECT-TYPE SYNTAX Integer32 (11..28) MAX-ACCESS read-only STATUS current DESCRIPTION "The WLAN minimum transmission power." ::= { sku 4 } wlan5gTxMaxPower OBJECT-TYPE SYNTAX Integer32 (11..28) MAX-ACCESS read-only STATUS current DESCRIPTION "The WLAN maximum transmission power." ::= { sku 5 } -- ============================================== -- ============== APPLY CMD ================== executeApplyCmd OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Input 1 to apply setting and reload device." ::= { applyCmd 1 } -- =========================================== -- ============== RESET CMD ================== executeResetCmd OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Define the timeout (1~300seconds) and execute the ResetToDefault command." ::= { resetCmd 1 } executeResetUserCmd OBJECT-TYPE SYNTAX INTEGER { save_user_default(0), reset_user_default(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "input 0 to save user default config, input 1 to reset to user default" DEFVAL { save_user_default } ::= { resetCmd 2 } -- =========================================== -- ============= REBOOT CMD ================== executeRebootCmd OBJECT-TYPE SYNTAX Integer32 (1..300) MAX-ACCESS read-write STATUS current DESCRIPTION "Define the timeout (1~300seconds) and execute the reboot command." ::= { rebootCmd 1 } -- =========================================== END