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