Alejandro Islas wrote: > HI all, we recently installed quagga ripd in our linux servers in > order to enable rip protocol. I would like to monitor its behaviour > using ripv2-mib. I would like to know the steps I need to do to make > it work. I did find the RIP2-MIB file in my mibs directory but when I > try a snmp walk command I receive the following. > > snmpServer:/etc/snmp# snmpwalk -v 1 -c public 10.25.1.1 > <http://10.25.1.1> Rip2IfStatEntry > Rip2IfStatEntry: Unknown Object Identifier (Sub-id not found: (top) -> > Rip2IfStatEntry)
you have to use either -m and -M option or environment variables to include you mib files. Also rip mib must be enabled in the quagga ripd too. thanks, Daniel > So I guess there's something missing in my snmpd configuration to > enable rib2mib, or something at compilation time??? Could someone give > some workaround for this?? > > Thanks in advance, > > Alejandro > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >Build the coolest Linux based applications with Moblin SDK & win great prizes >Grand prize is a trip for two to an Open Source event anywhere in the world >http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >------------------------------------------------------------------------ > >_______________________________________________ >Net-snmp-coders mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/net-snmp-coders > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
