Configuring Dynamic PPPoE over Static PPPoE with Ethernet and S-VLAN Interface Columns
Figure 55 shows dynamic PPPoE subinterface columns over PPPoE major interfaces using S-VLANs over Ethernet.
Figure 55: Dynamic PPPoE over Static PPPoE with S-VLAN Interface Columns

To configure an S-VLAN subinterface to support a dynamic PPPoE subinterface:
- Specify a Fast Ethernet, Gigabit Ethernet, or 10-Gigabit
Ethernet interface.host1(config)#interface fastEthernet 4/1
- Specify VLAN as the encapsulation method.host1(config-if)#encapsulation vlan
This command creates the VLAN major interface.
- Create a VLAN subinterface by adding a subinterface number
to the interface identifier.host1(config-if)#interface fastEthernet 3/1.1
- Assign an S-VLAN ID and a VLAN ID for the subinterface.host1(config-if)#svlan id 3 300
- Assign an S-VLAN Ethertype.host1(config-if)#svlan ethertype 9200
- Specify PPPoE as the encapsulation method on the interface.host1(config-subif)#encapsulation pppoe
This command creates the PPPoE major interface.
- Assign a profile. host1(config-subif)#pppoe profile pppoeProfile3
The default encapsulation type, any, applies to any autoconfigured encapsulation that does not have a specific profile assignment.
- Configure the interface to detect and accept dynamic PPPoE
subinterfaces.host1(config-subif)#pppoe auto-configure
Related Documentation
- S-VLAN Oversubscription for Dynamic PPPoE Interfaces over Static PPPoE Overview
- Encapsulation Type Lockout for PPPoE Clients Overview
- Configuring PPPoE Characteristics for a Profile
- Monitoring Total Static and Dynamic Interface Counts for Interface Columns
- encapsulation pppoe
- encapsulation vlan
- interface fastEthernet
- pppoe auto-configure
- pppoe profile
- svlan ethertype
- svlan id
Hide Navigation Pane
Show Navigation Pane
SHA1