<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Bright%3ABridge</id>
	<title>Bright:Bridge - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Bright%3ABridge"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Bright:Bridge&amp;action=history"/>
	<updated>2026-05-04T16:21:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Bright:Bridge&amp;diff=3988&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Bridge Interface ==  Bridge interfaces can be used to divide one physical network into two separate network segments at layer 2 without creating separate IP subnets. A brid...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Bright:Bridge&amp;diff=3988&amp;oldid=prev"/>
		<updated>2014-02-10T16:10:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Bridge Interface ==  Bridge interfaces can be used to divide one physical network into two separate network segments at layer 2 without creating separate IP subnets. A brid...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Bridge Interface ==&lt;br /&gt;
&lt;br /&gt;
Bridge interfaces can be used to divide one physical network into two separate network segments at layer 2 without creating separate IP subnets. A bridge thus connects the two networks together in a protocol  independent way.&lt;br /&gt;
&lt;br /&gt;
The network device name given to the bridge interface is of the form br&amp;lt;number&amp;gt;. The following example demonstrates how to set up a bridge interface in cmsh, where the name br0 is stored by the parameter networkdevicename.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration through CMSH ==&lt;br /&gt;
&lt;br /&gt;
Create a bridge:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[bright61-&amp;gt;device[node001]-&amp;gt;interfaces]% add bridge br0&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*[br0*]]% set network internalnet&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*[br0*]]% set ip 10.141.1.1&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*[br0*]]% show&lt;br /&gt;
Parameter Value&lt;br /&gt;
------------------------------ ------------------&lt;br /&gt;
Additional Hostnames&lt;br /&gt;
DHCP no&lt;br /&gt;
Forward Delay 0&lt;br /&gt;
IP 10.141.1.1&lt;br /&gt;
Interfaces&lt;br /&gt;
MAC 00:00:00:00:00:00&lt;br /&gt;
Network internalnet&lt;br /&gt;
Network device name br0&lt;br /&gt;
Revision&lt;br /&gt;
SpanningTreeProtocol no&lt;br /&gt;
Type bridge&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assign physical devices to use the bridge:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*[br0*]]% set interfaces eth1 eth2; exit&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*]% clear eth1 ip; clear eth1 network&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*]% clear eth2 ip; clear eth2 network&lt;br /&gt;
[bright61-&amp;gt;...-&amp;gt;interfaces*]% use br0; commit&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>