Configuring Transparent Bridging
Transparent and SRT Bridging Configuration Examples
BC-71
Cisco IOS Bridging and IBM Networking Configuration Guide
If the other side of the FDDI ring were an FDDI interface running in encapsulation mode rather than in
transparent mode, the following additional configuration commands would be needed:
interface fddi 0
fddi encapsulate
Ethernet Bridging Example
In the following example, two buildings have networks that must be connected via a T1 link. For the
most part, the systems in each building use either IP or DECnet, and therefore, should be routed. There
are some systems in each building that must communicate, but they can use only a proprietary protocol.
The example places two Ethernets in each building. One of the Ethernets is attached to the hosts that use
a proprietary protocol, and the other is used to attach to the rest of the building network running IP and
DECnet. The Ethernet attached to the hosts using a proprietary protocol is enabled for bridging to the
serial line and to the other building.
Figure 16 shows an example configuration. The interfaces marked with an asterisk (*) are configured as
part of spanning tree 1. The routers are configured to route IP and DECnet. This configuration permits
hosts on any Ethernet to communicate with hosts on any other Ethernet using IP or DECnet. In addition,
hosts on Ethernet 1 in either building can communicate using protocols not supported for routing.
Figure 16 Ethernet Bridging Configuration Example
Router/Bridge in Building 1
The configuration file for the router in Building 1 would be as follows. Note that no bridging takes place
over Ethernet 0. Both IP and DECnet routing are enabled on all interfaces.
decnet address 3.34
interface ethernet 0
ip address 128.88.1.6 255.255.255.0
decnet cost 10
!
interface serial 0
ip address 128.88.2.1 255.255.255.0
bridge-group 1
decnet cost 10
!
interface ethernet 1
ip address 128.88.3.1 255.255.255.0
bridge-group 1
decnet cost 10
!
bridge 1 protocol dec
S1094a
Router in
Building 1
E0
E1
Router in
Building 2
E0
E1
S0 S0
T1 Link