[quagga-users 9728] Re: quagga-netsnmpd smux issue...

Alejandro Islas alex.islas at gmail.com
Mon Jul 28 17:00:00 IST 2008


It worked!!! All I had to do is put the final ".", (net snmp 5.4.1.2),
thanks a lot I'd been stuck with this for days!!!

Alejandro

On Sun, Jul 27, 2008 at 9:45 AM, Chris Caputo <ccaputo at alt.net> wrote:

> I have just observed a change with net-snmp-5.4.1 in which a final '.' is
> apparently needed after the OID in your smuxpeer line.
>
> This might be related to what you are seeing.
>
> So in snmpd.conf change:
>
>  smuxpeer .1.3.6.1.4.1.3317.1.2.3 ripd
>
> to be:
>
>  smuxpeer .1.3.6.1.4.1.3317.1.2.3. ripd
>
> and see if that helps.  Please report back as we may need to update the
> Quagga docs accordingly.
>
> This change is backward compatible with net-snmp-5.4 and I would expect
> earlier, so if others could verify that would be grand.
>
> Thanks,
> Chris
>
> On Wed, 23 Jul 2008, Alejandro Islas wrote:
> > Hi all, I've been trying to establish smux comunication between  quagga
> and
> > netsnmp in order to get rip2 mib data. I already compiled quagga with
> enable
> > snmp option, configure both snmpd.conf and ripd.conf, but still can't
> make
> > it work.
> >
> >
> > here's my ripd.conf smux configuration
> >
> > !
> > smux peer .1.3.6.1.4.1.3317.1.2.3 ripd
> > !
> >
> >
> > and here's the ripd log portion of smux
> >
> > 2008/07/23 18:09:45 RIP: RIPd 0.99.5 starting: vty at 2602
> > 2008/07/23 18:09:45 RIP: SMUX_CLOSE with reason: 5
> >
> > Here's my snmpd.conf smux configuration:
> >
> > smuxpeer .1.3.6.1.4.1.3317.1.2.3 ripd
> >
> > and here's the snmp log portion for smux
> >
> > NET-SNMP version 5.4.1.2
> > smux: [smux_accept] Calling accept()
> > [smux_accept] accepted fd 9 from 127.0.0.1:43089
> > smux: [smux_open_process] version 0, len 33, type 2
> > smux: [smux_open_process] smux peer: GNOME-PRODUCT-ZEBRA-MIB::ripd
> > smux: [smux_open_process] len 21, type 6
> > smux: [smux_open_process] smux peer descr: Quagga-0.99.5
> > smux: [smux_open_process] len 6, type 4
> > smux: [smux_open_process] smux peer passwd: ripd
> > smux: [smux_open_process] len 0, type 4
> > refused smux peer: oid GNOME-PRODUCT-ZEBRA-MIB::ripd, descr Quagga-0.99.5
> > smux: [smux_close] sending close to fd 9, reason 5
> > smux: [smux_accept] peer on 9 failed authentication
> >
> >
> >
> > I don't know if I need them but I copied the GNOME-PRODUCT-ZEBRA-MIB.txt
> mib
> > to the snmp default mibs directory. Does anybody know what else I need to
> do
> > to make it work??? As far as I found on the web, I'd done all the
> necessary
> > steps, so I don't know what else I'm missing.
> >
> > Thanks in advance,
> >
> > Alejandro Islas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.quagga.net/pipermail/quagga-users/attachments/20080728/62dc148d/attachment.html 


More information about the Quagga-users mailing list