Re: [Ryu-devel] [PATCH] SNMP agent support

2013-05-17 Thread Isaku Yamahata
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

Re: [Ryu-devel] [PATCH] SNMP agent support

2013-05-17 Thread YAMAMOTO Takashi
> +mib_sources = list(mib_builder.getMibSources()) > +mib_sources.append(builder.DirMibSource(os.path.join( > +os.path.basename(__file__), 'mibs'))) dirname? YAMAMOTO Takashi -- AlienVault Uni

[Ryu-devel] [PATCH] SNMP agent support

2013-05-15 Thread Isaku Yamahata
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