mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Split extreme mibs * Split HP mibs * Split juniper mibs * Split junos mibs * Split junose mibs * Update Cisco mibs * update comware mibs * update transition mibs * update extreme mibs * Remove duplicate cambium mibs * EXTREME-BASE-MIB > EXTREME-SYSTEM-MIB
29 lines
843 B
Plaintext
29 lines
843 B
Plaintext
-- *********************************************************************
|
|
-- Extreme 802.11f MIB. Based on IEEE MIB with addition of ifIndex for
|
|
-- demux.
|
|
-- *********************************************************************
|
|
EXTREMEdot11f-MIB DEFINITIONS ::= BEGIN
|
|
IMPORTS
|
|
|
|
MODULE-IDENTITY FROM SNMPv2-SMI
|
|
extremeAP FROM EXTREME-BASE-MIB;
|
|
|
|
|
|
-- *********************************************************************
|
|
-- MODULE IDENTITY
|
|
-- *********************************************************************
|
|
|
|
extremeDot11f MODULE-IDENTITY
|
|
LAST-UPDATED "0107020000Z"
|
|
ORGANIZATION "Extreme Networks"
|
|
CONTACT-INFO
|
|
" "
|
|
|
|
DESCRIPTION
|
|
"This MIB module provides management of IAPP on a set of APs.
|
|
It is functionally identical to the IAPP MIB from the IEEE
|
|
with the addition of a new index."
|
|
::= { extremeAP 22 }
|
|
|
|
END
|