bridge_fd

FD refers to forwarding delay. The bridge_fd option sets the delay before the interface will be ready. During the delay, the bridge tries to discover other bridges and checks that there are no network loops if STP is on. By default, the forwarding delay is set to 0, as shown in the following code:

bridge_fd 0 

In most cases, the default value of 0 is enough. In a very complex virtual environment with several dozen bridges, increasing this number to 3 or 4 might help. Without this delay, the bridge will start transmitting data packets regardless of whether the other destination bridge is available or not. Increasing the delay time allows the source bridge to check all the bridges and not transmit any data if the destination bridge is down, thus preventing unnecessary network bandwidth consumption.

There are many more bridge_ options to be used in a network configuration file, such as bridge_hello, bridge_maxage, and bridge_bridgeprio. Bridge options are Linux specific and beyond the scope of this book. For in-depth information on bridges, visit http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.132.214