Configuring Dynamic PPPoE over Static PPPoE with Ethernet and
S-VLAN Interface Columns
Figure 1 shows dynamic PPPoE subinterface columns over PPPoE major interfaces using S-VLANs over
Ethernet.
Figure 1: 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
Published: 2012-06-26