From s.somrp at rediffmail.com Thu Aug 12 05:08:37 2010 From: s.somrp at rediffmail.com (som) Date: 12 Aug 2010 12:08:37 -0000 Subject: [Xorp-hackers] =?utf-8?q?how_to_create_the_snmp_mib=27s_=2Ecc_and?= =?utf-8?q?_=2Ehh_files_for_agent_side?= Message-ID: <20100812120837.38108.qmail@f4mail-235-143.rediffmail.com> Hello friends, I am newbie to SNMP. I could not get how to create the .cc and .hh files in mibs directory of XORP-1.6 for various mibs. Please share the idea if any one have.. Thanking you sam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20100812/54f7d44c/attachment.html From greearb at candelatech.com Mon Aug 16 11:01:07 2010 From: greearb at candelatech.com (Ben Greear) Date: Mon, 16 Aug 2010 11:01:07 -0700 Subject: [Xorp-hackers] xorp problem reporting & questions guidelines Message-ID: <4C697CE3.6010906@candelatech.com> For anyone asking questions or reporting issues with xorp, please state near top of email what version of xorp (or xorp.ct) you are using, and what OS (and hardware platform, if non x86). If replying to such an email, please don't delete that information. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From greearb at candelatech.com Mon Aug 16 19:06:21 2010 From: greearb at candelatech.com (Ben Greear) Date: Mon, 16 Aug 2010 19:06:21 -0700 Subject: [Xorp-hackers] Some recent xorp.ct improvements. Message-ID: <4C69EE9D.9030606@candelatech.com> Today I finished up some xorp.ct bugs I've been meaning to fix for a while. With these in, I'm planning to do some testing and if all goes well, put out an official point release (probably 1.8.3). Here's my list of notable changes/fixes since the 1.8 release: * Add more options for disabling compile of certain modules. See: scons --help * Add support for IPv6 multicast with virtual routing tables. Requires Linux kernel 2.6.35 or higher. * Support compiling with clang + llvm compiler: Install latest clang and llvm from their SVN repositories and: scons CC=clang CXX=clang++ * Add some changes to make it easier to support uSTL, but it does not actually work as uSTL had too many limitations and bugs, and didn't seem to gain much space improvements anyway. See BUILD_NOTES for more info. * Support cross-compiling. See BUILD_NOTES. * BSD: Don't crash FEA when interface disappears. * BSD: Don't fail commit if cannot remove route that doesn't exist. * Add signal handling for more graceful exit. Helps clean up /var/tmp/xrl.* files and lets valgrind report more useful information. * timers: Fix memory leak related to the Heap class. * BGP: Fix up tear-down logic to make sure it exits promptly in all cases. * pim: Fix a recursive delete issue in pim code, exposed by the ability to gracefully shut down processes with SIGTERM. * rtrmgr: Allow starting helper processes under valgrind. Just create a file called XORP_USE_VALGRIND in the working directory. If you want xorp_rtrmgr to use valgrind, you have to start it under valgrind manually. For those of you that are able, please test out the xorp.ct top of tree and report any problems (and successes) you might find. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From greearb at candelatech.com Mon Aug 16 19:09:46 2010 From: greearb at candelatech.com (Ben Greear) Date: Mon, 16 Aug 2010 19:09:46 -0700 Subject: [Xorp-hackers] how to create the snmp mib's .cc and .hh files for agent side In-Reply-To: <20100812120837.38108.qmail@f4mail-235-143.rediffmail.com> References: <20100812120837.38108.qmail@f4mail-235-143.rediffmail.com> Message-ID: <4C69EF6A.6040809@candelatech.com> On 08/12/2010 05:08 AM, som wrote: > Hello friends, > > I am newbie to SNMP. I could not get how to create the .cc and .hh files in mibs directory of XORP-1.6 for various mibs. Please share the idea if any one have.. I'm not sure SNMP ever worked well, and it was removed from later releases of xorp. You might be able to use the OS's generic support for various MIBS. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From s.somrp at rediffmail.com Tue Aug 17 21:06:54 2010 From: s.somrp at rediffmail.com (som) Date: 18 Aug 2010 04:06:54 -0000 Subject: [Xorp-hackers] =?utf-8?q?xorp-1=2E6__problem_with_snmp_on_redhat_?= =?utf-8?q?4?= In-Reply-To: <4C697CE3.6010906@candelatech.com> Message-ID: <1281981819.S.3408.14492.H.TkJlbiBHcmVlYXIAW1hvcnAtaGFja2Vyc10geG9ycCBwcm9ibGVtIHJlcG9ydGluZyAmIHF1ZXN0aW9ucyA_.f4-234-234.1282104414.1086@webmail.rediffmail.com> Hello friends, Already implemented BGP mibs are not working(for v1/v2/v3). We refered the documentation for patching net-snmp-5.0.9 and installed on Linux(redhat) machine. All the steps mentioned for placing snmp.conf, coping ifmib object to /usr/lib/ , etc were followed. Communication between netsnmp and manager module is working, but BGP objects are not getting. Thanking you sam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20100818/29ba9a1e/attachment.html From greearb at candelatech.com Thu Aug 19 14:04:19 2010 From: greearb at candelatech.com (Ben Greear) Date: Thu, 19 Aug 2010 14:04:19 -0700 Subject: [Xorp-hackers] Live-CD with Xorp on it. Message-ID: <4C6D9C53.2010304@candelatech.com> I've just updated the xorp.ct web site with some more useful information on the LANforge-LIVE CD (which includes xorp.ct). One thing you can do in this tool is to create multiple routers (OSPF, BGP, multicast, etc) and connect them with virtual network connections. LANforge will generate the xorp config files and start xorp, etc. This may be a useful way to get example xorp config files that can then be tailored for real hardware. http://www.candelatech.com/xorp.ct/livecd.html The Live CD is based on Ubuntu and can also be installed to disk (or virtual machine storage). I'm interested to know how this works out if anyone tries it. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com