- Add a small section about address limits

PR:		docs/118543
Submitted by:	thompsa
This commit is contained in:
Gabor Kovesdan 2007-12-20 22:21:44 +00:00
parent b8be1d00d1
commit 9980d98d76
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31137

View file

@ -3071,6 +3071,21 @@ bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1
can be allocated without subnetting.</para>
</sect3>
<sect3>
<title>Address limits</title>
<para>The number of unique source MAC addresses behind an
interface can limited. Once the limit is reached packets
with unknown source addresses are dropped until an
existing host cache entry expires or is removed.</para>
<para>The following example sets the maximum number of Ethernet
devices for <hostid role="Hostname">CustomerA</hostid> on
<literal>vlan100</literal> to 10.</para>
<screen>&prompt.root; <userinput>ifconfig bridge0 ifmaxaddr vlan100 10</userinput></screen>
</sect3>
<sect3>
<title>SNMP Monitoring</title>