028a6ac27087dc9d85dd7261c11edc8d56c0a329
[freeradius.git] / raddb / snmp.conf
1 # -*- text -*-
2 ##
3 ## snmp.conf -- snmp configuration directives
4 ##
5 ##      $Id$
6
7 #######################################################################
8 #
9 #  SNMP configuration
10 #
11 #  NOTE: This part is only working if your radiusd is compiled with SNMP
12 #  support.
13 #
14 #  smux_password: Password used for SMUX registration.
15 #
16 #  Specifies password used when connecting to the SNMP master agent.
17 #  This must match the password as configured on the agent. The OID
18 #  used to register the radius subagent is 1.3.6.1.4.1.11344.1.1.1.
19 #  A sample entry for the ucd-snmp deamon looks like this:
20 #
21 #  smuxpeer .1.3.6.1.4.1.11344.1.1.1 verysecret
22 #
23 #  A sample entry for AIX 4.3 is:
24 #
25 #  smux 1.3.6.1.4.1.11344.1.1.1 verysecret
26 #
27 #  The default password is an empty password.
28 #
29 #smux_password = verysecret
30
31 #
32 #  snmp_write_access:
33 #
34 #  Controls if write access to the radiusd via SNMP is enabled or not.
35 #  Set this value to yes, if you want to be able to reload radiusd from
36 #  your network management station.
37 #
38 #  For this to work, you also have to make sure that your master agent
39 #  is configured to allow SNMP set requests. For security reasons, this
40 #  setting defaults to no.
41 #
42 # allowed values: {no, yes}
43 #
44 #snmp_write_access = yes
45
46