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