expose WITH_DHCP to Make, and then don't build proto_dhcp
[freeradius.git] / mibs / FREERADIUS-PRODUCT-RADIUSD-MIB.mib
1 FREERADIUS-PRODUCT-RADIUSD-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4         MODULE-IDENTITY,
5         OBJECT-IDENTITY
6                 FROM SNMPv2-SMI
7          SnmpAdminString
8                 FROM SNMP-FRAMEWORK-MIB
9         freeRadiusProducts
10                 FROM FREERADIUS-SMI;
11
12 freeradius MODULE-IDENTITY
13         LAST-UPDATED "200712170000Z"
14         ORGANIZATION "FreeRADIUS Project"
15         CONTACT-INFO
16                 "FreeRADIUS Network Object Model Environment project
17                 
18                 see http://www.freeradius.org for contact persons of a particular
19                 area or subproject of FREERADIUS.
20
21                 Administrative contact for MIB module:
22
23                 Alan DeKok
24
25                 email: aland@freeradius.org"
26         DESCRIPTION
27                 "The product registrations for the FreeRADIUS SNMP subagent.
28                 These registrations are guaranteed to be unique and are used
29                 for SMUX registration by default (if not overridden manually)."
30         ::= { freeRadiusProducts 1 }
31
32 radiusd OBJECT-IDENTITY
33         STATUS  current
34         DESCRIPTION
35                 "radiusd is the RADIUS protocol deamon of the FreeRADIUS
36                 project."
37         ::= { freeradius 1 }
38
39 radiusdConfig OBJECT-IDENTITY
40         STATUS  current
41         DESCRIPTION
42                 "Information about the server configuration"
43         ::= { radiusd 2 }
44
45 radiusdConfigName OBJECT-TYPE
46        SYNTAX      SnmpAdminString
47        MAX-ACCESS  read-only
48        STATUS      current
49        DESCRIPTION
50              "The name of a configuration item"
51        ::= { radiusdConfig 1 }
52
53 radiusdModule OBJECT-IDENTITY
54         STATUS  current
55         DESCRIPTION
56                 "Information about modules associated with the server"
57         ::= { radiusd 3 }
58
59 radiusdModuleName OBJECT-TYPE
60        SYNTAX      SnmpAdminString
61        MAX-ACCESS  read-only
62        STATUS      current
63        DESCRIPTION
64              "The name the module (e.g. 'foo' for rlm_foo)"
65        ::= { radiusdModule 1 }
66
67 radiusdModuleInstance OBJECT-TYPE
68        SYNTAX      SnmpAdminString
69        MAX-ACCESS  read-only
70        STATUS      current
71        DESCRIPTION
72              "The instance name the module (e.g. 'sql2' for sql sql2 {...})"
73        ::= { radiusdModule 2 }
74
75 END