Configuring Transparent Bridging
Transparent and SRT Bridging Configuration Examples

BC-70

Cisco IOS Bridging and IBM Networking Configuration Guide
Routing between VLANs Configuration Example

The following example shows the configuration for the topology shown in Figure10. IP traffic is routed

to and from switched VLAN domains 300, 400, and 600 to any other IP routing interface, as is IPX for

VLANs 500 and 600. Because Fast Ethernet interfaces 2/1.20 and 3/1.40 are combined in bridge

group 50, all other nonrouted traffic is bridged between these two subinterfaces.

interface FDDI 1/0.10
ip address 131.108.1.1 255.255.255.0
encap sde 300
!
interface FastEthernet 2/1.20.
ip address 171.69.2.2 255.255.255.0
encap isl 400
bridge-group 50
!
interface FastEthernet 2/1.30
ipx network 1000
encap isl 500
!
interface FastEthernet 3/1.40
ip address 198.92.3.3 255.255.255.0
ipx network 1001
encap isl 600
bridge-group 50
!
bridge 50 protocol ieee
Ethernet-to-FDDI Transparent Bridging Example

The following configuration example shows the configuration commands that enable transparent

bridging between Ethernet and FDDI interfaces. Transparent bridging on an FDDI interface is allowed

only on the CSC-C2FCIT interface card.

hostname tester
!
buffers small min-free 20
buffers middle min-free 10
buffers big min-free 5
!
no ip routing
!
interface ethernet 0
ip address 131.108.7.207 255.255.255.0
no ip route-cache
bridge-group 1
!
interface ethernet 2
ip address 131.108.7.208 255.255.255.0
no ip route-cache
bridge-group 1
!
interface Fddi 0
ip address 131.108.7.209 255.255.255.0
no ip route-cache
no keepalive
bridge-group 1
!
bridge 1 protocol ieee