HUAWEI-WLAN-SYS-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-WLAN-SYS-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hwWlanSysManagement | 1.3.6.1.4.1.2011.6.139.1 |
add table of hwWlanStaIpv6Switch,and notes for sta ipv6 service. |
||
hwWlanTrapRestrain | 1.3.6.1.4.1.2011.6.139.1.1 | |||
hwWlanTrapRestrainAll | 1.3.6.1.4.1.2011.6.139.1.1.1 | integer | read-write |
All wlan trap restrain switch. If this switch is enabled, all the traps on ac will not be sent. Enumeration: 'enable': 1, 'disable': 2. |
hwWlanTrapSeverityRestrain | 1.3.6.1.4.1.2011.6.139.1.1.2 | |||
hwWlanTrapSeverityRestrainSeverity | 1.3.6.1.4.1.2011.6.139.1.1.2.1 | integer | read-write |
Wlan trap restrain by severity. critical: means the trap whose severity is not higner than critical will not be sent. major: means the trap whose severity is not higner than major will not be sent. minor: means the trap whose severity is not higner than minor will not be sent. warning: means the trap whose severity is not higner than warning will not be sent. none: means all the severities of traps can be sent. Enumeration: 'major': 2, 'critical': 1, 'warning': 4, 'none': 5, 'minor': 3. |
hwWlanApRegionTrapRestrain | 1.3.6.1.4.1.2011.6.139.1.1.3 | |||
hwWlanApRegionTrapRestrainRegionIndexMask | 1.3.6.1.4.1.2011.6.139.1.1.3.1 | octet string | read-write |
Wlan trap restrain by ap region. Every bit is used to describe the region's trap will be restrained or not. 0 means not restrain, and 1 means restrain. Each Byte describes 8 regions are restrained or not. The value of this node is hexadecimal integer block. For example, the first Byte describes region 0~7 is restrained or not, and the second Byte describes region 8~15 is restrained or not. Such as, if only region 0,4,5,6,7,9 is restrain, the binary number is 11110001 and 00000010, the hexadecimal number is 0xF1 and 0x2, so the first Byte of this node is 0xF1, and the second Byte is 0x2. |
hwWlanApTrapRestrain | 1.3.6.1.4.1.2011.6.139.1.1.4 | |||
hwWlanApTrapRestrainApIndexMask | 1.3.6.1.4.1.2011.6.139.1.1.4.1 | octet string | read-write |
Wlan trap restrain by ap. Every bit is used to describe the ap's trap will be restrained or not. 0 means not restrain, and 1 means restrain. Each Byte describes 8 aps are restrained or not. The value of this node is hexadecimal integer block. For example, the first Byte describes ap 0~7 is restrained or not, and the second Byte describes ap 8~15 is restrained or not. Such as, if only ap 0,4,5,6,7,9 is restrain, the binary number is 11110001 and 00000010, the hexadecimal number is 0xF1 and 0x2, so the first Byte of this node is 0xF1, and the second Byte is 0x2. |
hwWlanSysPara | 1.3.6.1.4.1.2011.6.139.1.2 | |||
hwWlanCarrierId | 1.3.6.1.4.1.2011.6.139.1.2.1 | integer | read-write |
The carrier identification. cmcc means 'China mobile communications corporation' , ctc means 'China telecom company' , cuc means 'China unicom company', other means 'Other company', Enumeration: 'cmcc': 1, 'other': 65535, 'cuc': 3, 'ctc': 2. |
hwWlanAcId | 1.3.6.1.4.1.2011.6.139.1.2.2 | integer32 | read-write |
The ac identification. The carrier must set ac id and carrier id before use. In this case, APs can check each other whether blong to a same AC. |
hwWlanForwardMode | 1.3.6.1.4.1.2011.6.139.1.2.3 | integer | read-write |
AC forward mode.It can be set ess(1): ess mode ap(2): ap mode Enumeration: 'ap': 2, 'ess': 1. |
hwWlanAcNEnumber | 1.3.6.1.4.1.2011.6.139.1.2.4 | octet string | read-write |
Description. |
hwWlanAcAccessMaxApNumber | 1.3.6.1.4.1.2011.6.139.1.2.5 | integer32 | read-only |
Description. |
hwAcCountryCode | 1.3.6.1.4.1.2011.6.139.1.2.6 | octet string | read-write |
Description. |
hwWlanApUsername | 1.3.6.1.4.1.2011.6.139.1.2.8 | octet string | read-write |
Description: When set, need to together with password, and the username length is 4 to 31 characters. |
hwWlanApPassword | 1.3.6.1.4.1.2011.6.139.1.2.9 | octet string | read-write |
Description: When set, need to together with username, and the password length is 8 to 32 characters which must contain at least one capital letter, one lowcase letter and one number. |
hwWlanUsernamePasswordApId | 1.3.6.1.4.1.2011.6.139.1.2.10 | integer32 | read-write |
Description: The node is useful only when get the username or password and must be set first and read with username or password. When get the username or password without the node ,it means get the gloable configuration from AC, otherwise, it means get the specified AP' username or password from AP. For when change the username or password,and not commit, the AC's configuration is diffrent with AP' real configuration. When specified the AP ID , and the AP is not in the normal state, return the username or password from AC's gloable configuration. |
hwWlanApLldpSwitch | 1.3.6.1.4.1.2011.6.139.1.2.11 | integer | read-write |
Description: Global AP LLDP switch. Enumeration: 'enable': 2, 'disable': 1. |
hwWlanAcAccessMaxStaNumber | 1.3.6.1.4.1.2011.6.139.1.2.12 | integer32 | read-only |
Description. |
hwWlanAcDtlsSwitch | 1.3.6.1.4.1.2011.6.139.1.2.13 | integer | read-write |
Description. Enumeration: 'enable': 1, 'disable': 2. |
hwWlanAcDtlsPsk | 1.3.6.1.4.1.2011.6.139.1.2.14 | octet string | read-write |
Description. |
hwWlanApLogManualBackupApId | 1.3.6.1.4.1.2011.6.139.1.2.15 | integer32 | read-write |
Description. |
hwWlanAcDtlsDefaultPskSwitch | 1.3.6.1.4.1.2011.6.139.1.2.16 | integer | read-write |
Description. Enumeration: 'enable': 1, 'disable': 2. |
hwWlanWorkMode | 1.3.6.1.4.1.2011.6.139.1.2.17 | integer | read-only |
Description. Enumeration: 'ap': 2, 'ac': 1. |
hwWlanIpv6Enable | 1.3.6.1.4.1.2011.6.139.1.2.18 | integer | read-write |
Description. Enumeration: 'enable': 2, 'disable': 1. |
hwWlanInterAcDtlsEncrpyt | 1.3.6.1.4.1.2011.6.139.1.2.19 | integer | read-write |
Description. Enumeration: 'enable': 2, 'disable': 1. |
hwWlanInterAcDtlsPsk | 1.3.6.1.4.1.2011.6.139.1.2.20 | octet string | read-write |
Description. |
hwWlanStaIpv6Switch | 1.3.6.1.4.1.2011.6.139.1.2.21 | integer | read-write |
Whether to process IPv6 services of STAs. Enumeration: 'enable': 2, 'disable': 1. |
hwWlanAcSourceInterface | 1.3.6.1.4.1.2011.6.139.1.3 | |||
hwWlanAcSourceInterfaceValue | 1.3.6.1.4.1.2011.6.139.1.3.1 | integer32 | read-write |
the value of wlan ac source interface. |
hwWlanAcSourceInterfaceMethod | 1.3.6.1.4.1.2011.6.139.1.3.2 | integer | read-write |
operation method of wlan ac source interface.It can be set default(1): use default setting vlanif(2): use vlanif interface loopback(3): use loopback interface ipaddress(4):user ip address Enumeration: 'default': 1, 'ipaddress': 4, 'vlanif': 2, 'loopback': 3. |
hwWlanAcSourceIPv4Address | 1.3.6.1.4.1.2011.6.139.1.3.3 | ipaddress | read-write |
Description. |
hwWlanBatchQuery | 1.3.6.1.4.1.2011.6.139.1.4 | |||
hwWlanBatchQueryType | 1.3.6.1.4.1.2011.6.139.1.4.1 | integer | read-write |
Data type of Batch query. For example, apProfName(1) can be used to get ap-profile-name list. The batch query support two modes, the number mode and the ID list mode, binding the node hwWlanBatchRequestNum and hwWlanBatchStartCount means use the number mode, binding the node hwWlanBatchRequestIdList, hwWlanBatchRequestIdSize hwWlanBatchRequestIdNum means use the ID list mode. Enumeration: 'trafficProfName': 17, 'unauthApIdMac': 11, 'apProfName': 1, 'authMacStateType': 19, 'uncontrolApIdBssidAuthApId': 14, 'radioProfName': 12, 'apBlackListSn': 5, 'apWhiteListSn': 3, 'apRegionIdModeName': 7, 'apBlackListMac': 4, 'apId': 8, 'clear': 65535, 'apIdState': 9, 'apRegionId': 6, 'secProfName': 18, 'essNameSsid': 15, 'wmmProfName': 16, 'radioBalanceGroupName': 13, 'apWhiteListMac': 2, 'apIdStateRegionName': 10. |
hwWlanBatchRequestNum | 1.3.6.1.4.1.2011.6.139.1.4.2 | integer32 | read-write |
The request number of the batch query, it used in number mode. This node must be set in company with the node hwWlanBatchStartCount. For example, there are 6 ap-profiles(0 1 3 5 6 9) in the AC, Set hwWlanBatchQuery to apProfName(1), set hwWlanBatchRequestNum to 3, and set hwWlanBatchStartCount to 2, then get the node hwWlanBatchValueList and hwWlanBatchReturnNum, that means start from the 2nd ap-profile, get 3 ap-profile-names, the result in hwWlanBatchValueList are ap-profile(3 5 6 9). |
hwWlanBatchStartCount | 1.3.6.1.4.1.2011.6.139.1.4.3 | integer32 | read-write |
The start count of the batch query, it used in number mode. This node must be set in company with the node hwWlanBatchRequestNum. For example, there are 6 ap-profiles(0 1 3 5 6 9) in the AC, Set hwWlanBatchQuery to apProfName(1), set hwWlanBatchRequestNum to 3, and set hwWlanBatchStartCount to 2, then get the node hwWlanBatchValueList and hwWlanBatchReturnNum, that means start from the 2nd ap-profile, get 3 ap-profile-names, the result in hwWlanBatchValueList are ap-profile(3 5 6 9). |
hwWlanBatchRequestIdList | 1.3.6.1.4.1.2011.6.139.1.4.4 | octet string | read-write |
The ID list of the data type, It used in ID list mode. This node must be set in company with the node hwWlanBatchRequestIdSize and hwWlanBatchRequestIdNum. For example, Ther are 6 apid(0 1 3 4 5 6) int the AC, set hwWlanBatchQuery to apIdStateRegionName(10), set hwWlanBatchRequestIdList to #0x00 0x01 0x00 0x02 0x00 0x03 (ap1 ap2 ap3), set hwWlanBatchRequestIdSize to 2(bytes), and set hwWlanBatchRequestIdNum to 3, then get the node hwWlanBatchValueList and hwWlanBatchReturnNum. The result in hwWlanBatchValueList are apids(1 2 3) |
hwWlanBatchRequestIdSize | 1.3.6.1.4.1.2011.6.139.1.4.5 | integer32 | read-write |
The length of a batch query ID element, it used in ID list mode. This node must be set in company with the node hwWlanBatchRequestIdList and hwWlanBatchRequestIdNum. For example, Ther are 6 apid(0 1 3 4 5 6) int the AC, set hwWlanBatchQuery to apIdStateRegionName(10), set hwWlanBatchRequestIdList to #0x00 0x01 0x00 0x02 0x00 0x03 (ap1 ap2 ap3), set hwWlanBatchRequestIdSize to 2(bytes), and set hwWlanBatchRequestIdNum to 3, then get the node hwWlanBatchValueList and hwWlanBatchReturnNum. The result in hwWlanBatchValueList are apids(1 2 3) |
hwWlanBatchRequestIdNum | 1.3.6.1.4.1.2011.6.139.1.4.6 | integer32 | read-write |
The number of batch query by id, it used in ID list mode. This node must be set in company with the node hwWlanBatchRequestIdList and hwWlanBatchRequestIdSize. For example, Ther are 6 apid(0 1 3 4 5 6) int the AC, set hwWlanBatchQuery to apIdStateRegionName(10), set hwWlanBatchRequestIdList to #0x00 0x01 0x00 0x02 0x00 0x03 (ap1 ap2 ap3), set hwWlanBatchRequestIdSize to 2(bytes), and set hwWlanBatchRequestIdNum to 3, then get the node hwWlanBatchValueList and hwWlanBatchReturnNum. The result in hwWlanBatchValueList are apids(1 2 3) |
hwWlanBatchValueList | 1.3.6.1.4.1.2011.6.139.1.4.7 | octet string | read-only |
The returned value list. If the value ended by a string, each value is divided by '?', otherwise , each value will have a fixed length. This node must be get in company with the node hwWlanBatchReturnNum. |
hwWlanBatchReturnNum | 1.3.6.1.4.1.2011.6.139.1.4.8 | integer32 | read-only |
The number of successful query. This node must be get in company with the node hwWlanBatchValueList. |
hwWlanBatchTotalNum | 1.3.6.1.4.1.2011.6.139.1.4.9 | integer32 | read-only |
Total number of current batch query. For example, There are 10 ap-Profiles in the AC, the value of this node will be 10. |
hwWlanCapwapConfig | 1.3.6.1.4.1.2011.6.139.1.5 | |||
hwWlanCapwapKeepAliveInterval | 1.3.6.1.4.1.2011.6.139.1.5.1 | integer32 | read-write |
The interval of maintain freshness of the CAPWAP channel, in seconds. |
hwWlanCapwapKeepAliveTimes | 1.3.6.1.4.1.2011.6.139.1.5.2 | integer32 | read-write |
The times of maintain freshness of the CAPWAP channel before it timeout. |
hwWlanCapwapControlPriorityACToAP | 1.3.6.1.4.1.2011.6.139.1.5.3 | integer32 | read-write |
the ac's priority value of CAPWAP control packet,includ cos and tos, ranging between 0 and 7. |
hwWlanCapwapControlPriorityAPToAC | 1.3.6.1.4.1.2011.6.139.1.5.4 | integer32 | read-write |
the ap's priority value of CAPWAP control packet,includ tos, ranging between 0 and 7. |
hwWlanAcProtect | 1.3.6.1.4.1.2011.6.139.1.6 | |||
hwWlanAcProtectIpAddress | 1.3.6.1.4.1.2011.6.139.1.6.1 | ipaddress | read-write |
IP address of the backup AC. |
hwWlanAcProtectPriority | 1.3.6.1.4.1.2011.6.139.1.6.2 | unsigned32 | read-write |
Dual-link hot backup priorities. |
hwWlanAcProtectSwitch | 1.3.6.1.4.1.2011.6.139.1.6.3 | integer | read-write |
Dual-link hot backup switch. Enumeration: 'enable': 1, 'disable': 2. |
hwWlanAcProtectRestoreSwitch | 1.3.6.1.4.1.2011.6.139.1.6.4 | integer | read-write |
Description. Enumeration: 'enable': 1, 'disable': 2. |
hwUndoWlanAcProtectIpAddress | 1.3.6.1.4.1.2011.6.139.1.6.5 | integer32 | read-write |
Description. |
hwUndoWlanAcProtectPriority | 1.3.6.1.4.1.2011.6.139.1.6.6 | integer32 | read-write |
Description. |
hwWlanAcProtectIpv6Address | 1.3.6.1.4.1.2011.6.139.1.6.7 | octet string | read-write |
Description. |
hwWlanConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7 | |||
hwWlan24G20MconfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.1 | octet string | read-only |
Description. |
hwWlan24G40MPlusConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.2 | octet string | read-only |
Description. |
hwWlan24G40MMinusConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.3 | octet string | read-only |
Description. |
hwWlan5G20MConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.4 | octet string | read-only |
Description. |
hwWlan5G40MPlusConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.5 | octet string | read-only |
Description. |
hwWlan5G40MMinusConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.6 | octet string | read-only |
Description. |
hwWlanConfigChannelApId | 1.3.6.1.4.1.2011.6.139.1.7.7 | integer32 | read-write |
Ap index, is used to identify AP uniquely.Query the configurable channel of the ap must contain apid otherwise query are global configurable channel. |
hwWlan24G80MConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.8 | octet string | read-only |
Description. |
hwWlan5G80MConfigChannel | 1.3.6.1.4.1.2011.6.139.1.7.9 | octet string | read-only |
Description. |
hwWlanStaLoadbalance | 1.3.6.1.4.1.2011.6.139.1.8 | |||
hwWlanStaLoadbalanceEnable | 1.3.6.1.4.1.2011.6.139.1.8.1 | integer32 | read-write |
Description. |
hwWlanStaLoadbalanceMode | 1.3.6.1.4.1.2011.6.139.1.8.2 | integer32 | read-write |
Description. |
hwWlanStaLoadbalanceSessionGap | 1.3.6.1.4.1.2011.6.139.1.8.3 | integer32 | read-write |
Description. |
hwWlanStaLoadbalanceTrafficGap | 1.3.6.1.4.1.2011.6.139.1.8.4 | integer32 | read-write |
Description. |
hwWlanStaLoadbalanceAssociateThreshold | 1.3.6.1.4.1.2011.6.139.1.8.5 | integer32 | read-write |
Description. |
hwWlanHsbConfig | 1.3.6.1.4.1.2011.6.139.1.9 | |||
hwWlanHsbServiceType | 1.3.6.1.4.1.2011.6.139.1.9.1 | integer | read-write |
The hsb service type can be one of the three values: 1, 2, 3 (1: disable(1) 2: hsbGroup(2) 3: hsbService(3)). The default value of this node is 1. Enumeration: 'hsbGroup': 2, 'hsbService': 3, 'disable': 1. |
hwWlanHsbGroupId | 1.3.6.1.4.1.2011.6.139.1.9.2 | unsigned32 | read-write |
The id of the hsb group used. When hsb service type is disabled, the value of this node is 0xFFFFFFFF. |
hwWlanHsbTunnelId | 1.3.6.1.4.1.2011.6.139.1.9.3 | unsigned32 | read-write |
The id of the hsb tunnel used. When hsb service type is disabled, the value of this node is 0xFFFFFFFF. |
hwWlanLocation | 1.3.6.1.4.1.2011.6.139.1.10 | |||
hwWlanLocationServerIP | 1.3.6.1.4.1.2011.6.139.1.10.1 | ipaddress | read-write |
Description. |
hwWlanLocationServerPort | 1.3.6.1.4.1.2011.6.139.1.10.2 | integer32 | read-write |
Description. |
hwWlanLocationSourceIP | 1.3.6.1.4.1.2011.6.139.1.10.3 | ipaddress | read-write |
Description. |
hwWlanLocationApReportToAC | 1.3.6.1.4.1.2011.6.139.1.10.4 | integer32 | read-write |
Description. |
hwWlanLocationApReportToServerIp | 1.3.6.1.4.1.2011.6.139.1.10.5 | ipaddress | read-write |
Description. |
hwWlanLocationApReportToUdpPort | 1.3.6.1.4.1.2011.6.139.1.10.6 | integer32 | read-write |
Description. |
hwWlanLocationApReportToIpv6Addr | 1.3.6.1.4.1.2011.6.139.1.10.7 | octet string | read-write |
Description. |
hwWlanLocationAcReportToIpv6Addr | 1.3.6.1.4.1.2011.6.139.1.10.8 | octet string | read-write |
Description. |
hwWlanSpectrumAnalysis | 1.3.6.1.4.1.2011.6.139.1.11 | |||
hwWlanSpectrumAnalysisServerIP | 1.3.6.1.4.1.2011.6.139.1.11.1 | ipaddress | read-write |
Description. |
hwWlanSpectrumAnalysisServerPort | 1.3.6.1.4.1.2011.6.139.1.11.2 | integer32 | read-write |
Description. |
hwWlanNonWifiDeviceAgeTime | 1.3.6.1.4.1.2011.6.139.1.11.3 | integer32 | read-write |
Description. |
hwWlanSpectrogramServerIP | 1.3.6.1.4.1.2011.6.139.1.11.4 | ipaddress | read-write |
Description. |
hwWlanSpectrogramServerPort | 1.3.6.1.4.1.2011.6.139.1.11.5 | integer32 | read-write |
Description. |
hwWlanSpectrumAnalysisServerIPv6Addr | 1.3.6.1.4.1.2011.6.139.1.11.6 | octet string | read-write |
Description. |
hwWlanSpectrogramServerIPv6Addr | 1.3.6.1.4.1.2011.6.139.1.11.7 | octet string | read-write |
Description. |
hwWlanSysManagementObjects | 1.3.6.1.4.1.2011.6.139.1.12 | |||
hwWlanLBSConfig | 1.3.6.1.4.1.2011.6.139.1.12.1 | |||
hwWlanLBSAeServerPort | 1.3.6.1.4.1.2011.6.139.1.12.1.1 | integer32 | read-write |
Description. |
hwWlanLBSAeApReportMode | 1.3.6.1.4.1.2011.6.139.1.12.1.2 | integer | read-write |
Description. Enumeration: 'toServer': 3, 'off': 1, 'toAc': 2. |
hwWlanLBSAeApReportPort | 1.3.6.1.4.1.2011.6.139.1.12.1.3 | integer32 | read-write |
Description. |
hwWlanLBSEkServerIp | 1.3.6.1.4.1.2011.6.139.1.12.1.4 | ipaddress | read-write |
Description. |
hwWlanLBSEkServerPort | 1.3.6.1.4.1.2011.6.139.1.12.1.5 | integer32 | read-write |
Description. |
hwWlanLBSEkApReportMode | 1.3.6.1.4.1.2011.6.139.1.12.1.6 | integer | read-write |
Description. Enumeration: 'toServer': 3, 'off': 1, 'toAc': 2. |
hwWlanLBSEkApReportIp | 1.3.6.1.4.1.2011.6.139.1.12.1.7 | ipaddress | read-write |
Description. |
hwWlanLBSEkApReportPort | 1.3.6.1.4.1.2011.6.139.1.12.1.8 | integer32 | read-write |
Description. |
hwWlanLBSSourceIp | 1.3.6.1.4.1.2011.6.139.1.12.1.9 | ipaddress | read-write |
Description. |
hwWlanLBSAeCompoundTime | 1.3.6.1.4.1.2011.6.139.1.12.1.10 | integer32 | read-write |
Compound Time of AeroScout Tag Message |
hwWlanLBSEkServerIpv6Addr | 1.3.6.1.4.1.2011.6.139.1.12.1.11 | octet string | read-write |
Description. |
hwWlanLBSEkApReportIpv6Addr | 1.3.6.1.4.1.2011.6.139.1.12.1.12 | octet string | read-write |
Description. |
hwWlanLBSSourceIpv6Addr | 1.3.6.1.4.1.2011.6.139.1.12.1.13 | octet string | read-write |
Description. |
hwInterAcManagement | 1.3.6.1.4.1.2011.6.139.1.13 | |||
hwMasterControllerSwitch | 1.3.6.1.4.1.2011.6.139.1.13.1 | integer | read-write |
Description. Enumeration: 'enable': 2, 'disable': 1. |
hwConnectMasterControllerSwitch | 1.3.6.1.4.1.2011.6.139.1.13.2 | integer | read-write |
Description. Enumeration: 'disconnect': 1, 'connect': 2. |
hwConnectMasterControllerIPv4Address | 1.3.6.1.4.1.2011.6.139.1.13.3 | ipaddress | read-write |
Description. |
hwConnectMasterControllerIPv6Address | 1.3.6.1.4.1.2011.6.139.1.13.4 | octet string | read-write |
Description. |
hwWlanSysManagementConformance | 1.3.6.1.4.1.2011.6.139.1.14 | |||
hwWlanSysManagementCompliances | 1.3.6.1.4.1.2011.6.139.1.14.1 | |||
hwWlanSysManagementCompliance | 1.3.6.1.4.1.2011.6.139.1.14.1.1 |
Description. |
||
hwWlanSysManagementObjectGroups | 1.3.6.1.4.1.2011.6.139.1.14.2 | |||
hwWlanTrapRestrainGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.1 |
Description. |
||
hwWlanSysParaGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.2 |
Description. |
||
hwWlanAcSourceInterfaceGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.3 |
Description. |
||
hwWlanBatchQueryGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.4 |
Description. |
||
hwWlanCapwapConfigGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.5 |
Description. |
||
hwWlanAcProtectGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.6 |
Description. |
||
hwWlanConfigChannelGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.7 |
Description. |
||
hwWlanStaLoadbalanceGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.8 |
Description. |
||
hwWlanHsbConfigGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.9 |
Description. |
||
hwWlanLocationGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.10 |
Description. |
||
hwWlanSpectrumAnalysisGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.11 |
Description. |
||
hwWlanLBSConfigGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.12 |
Description. |
||
hwInterAcManagementGroup | 1.3.6.1.4.1.2011.6.139.1.14.2.13 |
Description. |