On Wed, 11 Jun 2003 10:14:47 -0400
"George E. Oakes" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Two questions on bridge timer values in BRCTL:
>
> 1. Is there a range on aging time (brctl setageingtime). IEEE 802.1d
> spec is 10-1,000,000 with a default of 300. The default appears to be
> accurate on BRTCL.
>
> 2. How does garbage collection interval interact with setageingtime,
> seeing as gcint is not an 802.1D thing, but a Linux thing. I mean - if
> gcint is LARGER than ageingtime, does it mean that MAC addresses are
> not aged out of the source address/filtering database until gcint???
The real answer for 2.4 is:
max age = ageing timer + gc interval
min age = ageing timer
Does ageing out only occur at GCINT? - that is, timing out MAC entries
is based on agingtime + remaining period in gcint??
On 2.4 ageing only occurs at the gc interval. On 2.5/2.6 the gc interval
setting is now ignored and the garbage collection timer is set to minimum of the
remaining entries. This means GC can run less often, but be more accurate
about aging as well.
>
> Also, no range is given for gcint (although default appears to be 4).
> Is there a valid range.
Anything > 0 and < ageing timer should work.
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge