Configuring Dynamic PPPoE over Static PPPoE with Ethernet Interface Columns
Figure 52 shows dynamic PPPoE subinterface columns configured over an Ethernet interface without VLANs.
Figure 52: Dynamic PPPoE over Static PPPoE with Non-VLAN Interface Columns

To configure an Ethernet interface without VLANs to support a dynamic PPPoE subinterface:
- Specify a Fast Ethernet, Gigabit Ethernet, or 10-Gigabit
Ethernet interface.host1(config)#interface fastEthernet 4/1
- Assign an IP address and mask.host1(config-if)#ip address 192.6.129.5 255.255.255.0
- Specify PPPoE as the encapsulation method on the interface.host1(config-subif)#encapsulation pppoe
This command creates the static PPPoE major interface.
- Assign a profile to the PPPoE major interface.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