S-VLANs over bridged Ethernet support the same set of higher-level protocols as VLANs over bridged Ethernet. You configure S-VLANs over bridged Ethernet in the same way that you configure VLANs over bridged Ethernet, with the addition of certain commands.
Like VLANs, configuring S-VLANs over bridged Ethernet interfaces consists of two basic tasks:
Before you can remove an S-VLAN subinterface, you must remove the upper-layer interface stack.
![]() |
Note: S-VLAN oversubscription is not supported on bridged Ethernet interfaces. For more information about specifying ATM interfaces and subinterfaces, see Interface Types and Specifiers. |
To configure an S-VLAN subinterface over bridged Ethernet:
- host1(config)#interface atm 3/1.1
- host1(config-subif)#atm pvc 1 5 33 aal5snap
0 0 0
- host1(config-subif)#encapsulation bridge1483
- host1(config-subif)#encapsulation vlan
- host1(config-subif)#interface atm 3/1.1.1
- host1(config-subif)#svlan id 4 255
- host1(config-subif)#svlan ethertype 9200
Proceed to Configuring Higher-Level Protocols over S-VLANs for information about configuring higher-level protocols over the S-VLAN subinterfaces.
svlan ethertype
- host1(config-if)#svlan ethertype 8100
svlan id
- host1(config-if)#svlan id 4 255
The procedures for configuring IP, PPPoE, and MPLS protocols over S-VLANs on bridged Ethernet interfaces are identical to the procedures for configuring these protocols over VLANs on bridged Ethernet interfaces.
This section provides an example for configuring PPPoE interfaces over S-VLAN subinterfaces configured on bridged Ethernet. For descriptions of the commands used in this procedure, see Configuring Higher-Level Protocols over VLANs.
To configure PPPoE over S-VLAN over a bridged Ethernet interface:
- host1(config-subif)#pppoe
- host1(config-subif)#exit
- host1(config)#pppoe subinterface atm 3/1.1.1.1
- host1(config-subif)#encapsulation ppp
- host1(config-subif)#ip address 10.1.2.3 255.255.255.255