Re: bsnmpd & BGP full view

2008-12-25 Thread Eugene Grosbein
Hartmut Brandt wrote: > > Is there a way to reduce bsnmpd's CPU & memory usage > > for BGP router using full view? > > > > I do not need to deal with routing table via SNMP. > > SNMP is needed to monitor interface byte counters only via mrtg. > > > > bsnmpd grows upto 18Mb for FreeBSD 6.4 and wors

Re: bsnmpd & BGP full view

2008-12-25 Thread Mike Tancsa
At 03:10 PM 12/25/2008, Hartmut Brandt wrote: BTW: how many routes do you have? When I introduced the optimized routing table I tested with 150k routes which was reported to be reasonable at that time. A full view is about 270k right now ---Mike ___

Re: bsnmpd & BGP full view

2008-12-25 Thread Hartmut Brandt
Eugene Grosbein wrote: Hi! Is there a way to reduce bsnmpd's CPU & memory usage for BGP router using full view? I do not need to deal with routing table via SNMP. SNMP is needed to monitor interface byte counters only via mrtg. bsnmpd grows upto 18Mb for FreeBSD 6.4 and worse, it hogs CPU whil

Re: NATM hardware available

2008-12-25 Thread Poul-Henning Kamp
In message <4953834e.3020...@dlr.de>, Hartmut Brandt writes: >> Do we have any of the necessary software parts to do simulated ATM >> hardware similar to what if_tap does for Ethernet? I believe I have a couple of ATM cards in my lab somewhere, who wants them ? -- Poul-Henning Kamp | UNI

bsnmpd & BGP full view

2008-12-25 Thread Eugene Grosbein
Hi! Is there a way to reduce bsnmpd's CPU & memory usage for BGP router using full view? I do not need to deal with routing table via SNMP. SNMP is needed to monitor interface byte counters only via mrtg. bsnmpd grows upto 18Mb for FreeBSD 6.4 and worse, it hogs CPU while bgpd obtains full view.

Re: NATM hardware available

2008-12-25 Thread Hartmut Brandt
Robert Watson wrote: On Wed, 24 Dec 2008, Bruce Simpson wrote: Hartmut Brandt wrote: In any case there is still an Todo on my side: the routing information for NETNATM is currently lost somewhere between L2 and L3 :-) I guess I come back to you in the new year to fix this issue... Have to f

Re: Odd behavior routed

2008-12-25 Thread Eygene Ryabinkin
Thu, Dec 25, 2008 at 01:32:43AM -0800, Li, Qing wrote: > Please find the patch file in my home directory > at http://people.freebsd.org/~qingli/arp-v2-patch-122508 The real URL is http://people.freebsd.org/~qingli/arp-v2-patch-122408 -- Eygene ____ _.--. # \`.|\...

RE: Odd behavior routed

2008-12-25 Thread Li, Qing
I found the bug and it was indeed introduced by the arp-v2 changes. Since adding static ARP/NDP entries and adding static routing entries both execute through the routing socket interface, I could not distinguish one operation from the other when the "-iface" is specified in the "route" command.

Re: A new tool for low level testing...

2008-12-25 Thread Julian Elischer
Julian Elischer wrote: cd /usr/src/sys/modules/netgraph/ether_echo make make install kldload ng_ether kldload ng_ether_echo ngctl mkpeer em0: ether_echo lower echo should work for 7 and 6 without any change. It's not hooked to the build yet but I'll do that when I've seen it loop back into m