summaryrefslogtreecommitdiff
path: root/MIBS/extreme/EXTREMEDOT11F-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/extreme/EXTREMEDOT11F-MIB
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/extreme/EXTREMEDOT11F-MIB')
-rw-r--r--MIBS/extreme/EXTREMEDOT11F-MIB28
1 files changed, 28 insertions, 0 deletions
diff --git a/MIBS/extreme/EXTREMEDOT11F-MIB b/MIBS/extreme/EXTREMEDOT11F-MIB
new file mode 100644
index 0000000..6512d64
--- /dev/null
+++ b/MIBS/extreme/EXTREMEDOT11F-MIB
@@ -0,0 +1,28 @@
+-- *********************************************************************
+-- 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