On Fri, May 17, 2013 at 04:55:51PM +0900, YAMAMOTO Takashi wrote:
> > +mib_sources = list(mib_builder.getMibSources())
> > +mib_sources.append(builder.DirMibSource(os.path.join(
> > +os.path.basename(__file__), 'mibs')))
>
> dirname?
Oops that's right.
thanks,
--
yam
> +mib_sources = list(mib_builder.getMibSources())
> +mib_sources.append(builder.DirMibSource(os.path.join(
> +os.path.basename(__file__), 'mibs')))
dirname?
YAMAMOTO Takashi
--
AlienVault Uni
Here is a first tiny prototype of SNMP agent support using pysnmp.
Ryu is able to send SNMP trap as notification originator.
Right now it sends only coldStart trap.
Mib needs to be populated for Ryu to work as command responder.
At this point of time, there is no interesting information
populated