This section provides examples that show how to configure transparent bridging on the router. With each step, an illustration shows how the router is building the interface column.
The following example illustrates how to configure transparent bridging with bridged Ethernet.
- host1(config)#bridge westford01
- host1(config)#interface atm 3/3

- host1(config-if)#interface atm 3/3.1
- host1(config-subif)#atm pvc 1 0 10 aal5snap

- host1(config-subif)#encapsulation bridge1483

- host1(config-subif)#pppoe

- host1(config-subif)#bridge-group westford01

The following example illustrates how to configure transparent bridging with VLANs over a Fast Ethernet interface.
![]() |
Note: You can also configure transparent bridging with VLANs over a bridged Ethernet interface. For information, see Configuring VLANs over Bridged Ethernet in Configuring Bridged Ethernet. |
- host1(config)#bridge westford02
- host1(config)#interface fastEthernet 2/0

- host1(config-if)#encapsulation vlan

- host1(config-if)#interface fastEthernet 2/0.1

- host1(config-if)#vlan id 100

- host1(config-subif)#bridge-group westford02

- host1(config-subif)#exit