mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* HUAWEI Wireless MIB files * Adding support for Wireless Controller capabilities of Huawei VRP Switches * CodeClimate Fixes * Add clientPerRadio polling for VRP * Cache snmpwalk_group and snmpwalk_cache_oid separately * Travis * Travis * Cleaning sensors not available * isset corrected * tests * clean * default value for depth * Update Vrp.php * Update Vrp.php * Update vrp.inc.php * Update vrp_ac6605-26.json
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
-- ============================================================================
|
|
-- Copyright (C) 2010 by HUAWEI TECHNOLOGIES. All rights reserved.
|
|
-- Description: The wlan root mib file.
|
|
-- Reference:
|
|
-- Version: V1.00
|
|
--
|
|
-- ============================================================================
|
|
|
|
HUAWEI-WLAN-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
TimeTicks, IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY,
|
|
NOTIFICATION-TYPE
|
|
FROM SNMPv2-SMI
|
|
DisplayString, DateAndTime, RowStatus
|
|
FROM SNMPv2-TC
|
|
huaweiUtility
|
|
FROM HUAWEI-MIB;
|
|
|
|
hwWlan MODULE-IDENTITY
|
|
LAST-UPDATED "201006080000Z"
|
|
ORGANIZATION "Huawei Technologies Co.,Ltd."
|
|
CONTACT-INFO
|
|
"Huawei Industrial Base
|
|
Bantian, Longgang
|
|
Shenzhen 518129
|
|
People's Republic of China
|
|
Website: http://www.huawei.com
|
|
Email: [email protected]
|
|
"
|
|
DESCRIPTION
|
|
"This mib defines the root node of the wlan mib"
|
|
|
|
REVISION "201006080000Z"
|
|
DESCRIPTION
|
|
"
|
|
V1.00, Inital version.
|
|
"
|
|
|
|
::= { huaweiUtility 139 }
|
|
|
|
END
|