Hi: Somebody can help me with SNMP integration in FreeRADIUS? I configure FreeRADIUS with "--with-snmp" modificator In radiusd.conf I have these lines too: snmp = yes $INCLUDE ${confdir}/snmp.conf In snmp.conf I have 2 lines more smux_password = MyRegPass nmp_write_access = yes In my snmpd.conf i have this line Smuxpeer .1.3.6.1.4.1.3317.1.3.1 MyRegPass But... I can't obtain a valid response for OID 1.3.6.1.4.1.3317 Thanks in advance (and sorry for my English) Regards Germán P. Santillán Administrador de Redes Responsable Dpto. Técnico DESETech Argentina S.A. San Martín 133 - CP: B8000FIC Bahía Blanca - Argentina Tel/Fax: +54 (291) 456-5642 gsantillan@desetech.com.ar http://www.desetech.com.ar
On Wednesday 12 April 2006 10:48, DESETech - German P. Santillan wrote:
But... I can't obtain a valid response for OID 1.3.6.1.4.1.3317
The OIDs you want to query are: radiusAuthServ 1.3.6.1.2.1.67.1.1.1.1.* (or mib-2.67.1.1.1.1.*) radiusAccServ 1.3.6.1.2.1.67.2.1.1.1.* (or mib-2.67.2.1.1.1.*) Loading the MIBS from the mibs/ directory in the FR source will allow you to query the actual names instead of OIDs. Kevin Bonner
participants (3)
-
Alan DeKok -
DESETech - German P. Santillan -
Kevin Bonner