blob: 9298c60d605e43ba82876693d061f8ccc8df2279 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
--
-- Deliberant 802.11 Central Configuration Module
--
DELIBERANT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, enterprises
FROM SNMPv2-SMI;
deliberant MODULE-IDENTITY
LAST-UPDATED "200809050000Z"
ORGANIZATION "Deliberant"
CONTACT-INFO "
Deliberant Customer Support
E-mail: support@deliberant.com"
DESCRIPTION
"Deliberant central configuration module."
REVISION "200809050000Z"
DESCRIPTION
"First revision."
::= { enterprises 32761 }
-- subtree for product specific MIBs
dlbProducts OBJECT IDENTIFIER ::= { deliberant 1 }
-- subtree for administrative information about product
dlbAdmin OBJECT IDENTIFIER ::= { deliberant 2 }
-- subtree for management objects
dlbMgmt OBJECT IDENTIFIER ::= { deliberant 3 }
-- subtree for experiments
dlbExperimental OBJECT IDENTIFIER ::= { deliberant 7 }
END
|