Hi, I am trying snmp on debian 32 bit. With freeradius 2.0.5. and net-snmp 5.4.1 I did all just like on http://wiki.freeradius.org/SNMP_HOWTO. Changed radiusd.conf as snmp = yes $INCLUDE snmp.con and remove comment on line smux_password = verysecret and added the line on snmpd.conf of snmpdaemon "smuxpeer .1.3.6.1.4.1.11344.1.1.1 verysecret" Enabled smux on snmpd too by removing -smux parameter. But i got the following error on freeradius debug.. SMUX connect try 1 SMUX SMUX open oid: 1.3.6.1.4.1.11344.1.1.1 SMUX open progname: radiusd SMUX open password: verysecret SMUX SMUX register oid: 1.3.6.1.2.1.67.1.1.1.1 SMUX register priority: -1 SMUX register operation: 1 SMUX SMUX register oid: 1.3.6.1.2.1.67.2.1.1.1 SMUX register priority: -1 SMUX register operation: 1 SMUX register message send failed: Broken pipe And also snmpd gives the following error: refused smux peer: oid SNMPv2-SMI::enterprises.11344.1.1.1, descr radiusd Is it a bug regarding to snmp or freeradius? Or did i miss something?
Oguzhan Kayhan wrote:
Hi, I am trying snmp on debian 32 bit. With freeradius 2.0.5. and net-snmp 5.4.1
Why are you running 2.0.5?
I did all just like on http://wiki.freeradius.org/SNMP_HOWTO.
Changed radiusd.conf as snmp = yes $INCLUDE snmp.con
SNMP doesn't work in 2.0.5. The functionality has been replaced, and expanded, in 2.1.1. Alan DeKok.
Oguzhan Kayhan wrote:
Hi, I am trying snmp on debian 32 bit. With freeradius 2.0.5. and net-snmp 5.4.1
Why are you running 2.0.5?
It was the default package for debian. Ok we will recompile the new version and give a try. Thank you.
I did all just like on http://wiki.freeradius.org/SNMP_HOWTO.
Changed radiusd.conf as snmp = yes $INCLUDE snmp.con
SNMP doesn't work in 2.0.5. The functionality has been replaced, and expanded, in 2.1.1.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Oguzhan Kayhan