Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!grumpy.fl.net.au!news.webspan.net!www.nntp.primenet.com!nntp.primenet.com!news.sprintlink.net!news-peer.sprintlink.net!EU.net!Norway.EU.net!sn.no!news-stkh.gsl.net!news.gsl.net!news-paris.gsl.net!news.gsl.net!rain.fr!jussieu.fr!fdn.fr!r2d2.fdn.org!med.univ-tours.fr!univ-angers.fr!univ-rennes1.fr!irisa.fr!news-rocq.inria.fr!news2.EUnet.fr!enst!usenet From: fenyo@nikopol.enst.fr (Alex Fenyo (eowyn)) Newsgroups: comp.unix.bsd.bsdi.misc,comp.unix.bsd.freebsd.misc,comp.unix.bsd.netbsd.misc Subject: Re: SNMP Agent Date: 10 Jan 1997 03:45:03 +0100 Organization: Ecole Nationale Superieure des Telecommunications de Paris Lines: 19 Message-ID: <d063ewa9rkg.fsf@nikopol.enst.fr> References: <32D3E335.117B@sanjose.vlsi.com> NNTP-Posting-Host: nikopol.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-WWW: http://home.eowyn.fr.eu.org/~fenyo/documents/axel.html X-PGP-Key: finger alex@eowyn.fr.eu.org X-NIC-Handle: AF713 X-Whois: whois -h whois.internic.net fenyo X-Pager: 06-04-30-75-94 (for emergency only) X-Newsreader: Red Gnus v0.50/XEmacs 19.14 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.bsdi.misc:5565 comp.unix.bsd.freebsd.misc:33919 comp.unix.bsd.netbsd.misc:5146 Stephane Cerf <stephane.cerf@sanjose.vlsi.com> writes: > I am trying to implement a SNMP Agent from crash for a bridge. > I am using the 4.4 BSD Lite code for the TCP/IP part, I have three > questions: ... > 3- Is this a good idea You could look at the reference implementation in ISODE v8 : sources are available on the Internet, you will find code for SNMPv1 and SNMPv2, and mib compilers (and many others things related to the ISO model). Long ago I tried to port it to FreeBSD but I was stopped by problems related to the kernel structures describing routes that changed a lot between BSD4.4 and its ancestors (ISODE v8 was apparently waiting for the old ones :-( ). I finally succeeded in compiling ISODE but not the SNMP part (I have FTAM working on my FreeBSD, very usefull :-)) ). I'm sure many people would appreciate if somebody port ISODE v8 to the BSDI/Free/NetBSD family. Alexandre Fenyo