Moved "fake request" code into its own function
[freeradius.git] / scripts / snmp-proxy / README
1   The files in this directory replace the old FreeRADIUS SNMP
2 implementantion with a new one.
3
4 net-radius-freeradius-dictionary.diff
5         Patch to enable the Perl Net::RADIUS module to read the
6         FreeRADIUS dictionary file format.
7
8 dictionary.hacked
9         Dictionary used by Perl Net::RADIUS if it is NOT patched.
10         Do NOT use this dictionary with the FreeRADIUS server!
11
12 freeradius-snmp.pl
13         Perl module that implements the connection between SNMP
14         and FreeRADIUS.
15
16         See raddb/sites-available/status for information on using
17         Status-Server packets to obtain internal server statistics.
18
19 make sure snmpd is agentx master (snmpd.conf):
20
21      master agentx
22
23 run the script (no demonizing support yet):
24
25     $ ./freeradius-snmp.pl
26
27 then you can walk the tree (default oid):
28
29      $ snmpbulkwalk -On -v2c -cpublic localhost .1.3.6.1.2.1.67
30
31 This code is ALPHA.  Please test, and return any fixes back to the
32 mailing list, or to bugs.freeradius.org.