[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring PPPoE
over VLAN
To configure PPPoE over VLAN over a bridged Ethernet
interface:
- Follow the steps in Configuring VLAN Subinterfaces over Bridged Ethernet to
configure the VLAN subinterface.
- Create a PPPoE major interface on the VLAN subinterface.
- host1(config-subif)#pppoe
- Exit the subinterface context.
- host1(config-subif)#exit
- Create a PPPoE subinterface by adding a subinterface number
to the interface identification command.
- host1(config)#pppoe subinterface atm 4/0.101.2.1
- Specify PPP as the encapsulation method on the interface.
- host1(config-subif)#encapsulation ppp
- Assign an IP address and mask to the interface.
- host1(config-subif)#ip address 10.1.1.2 255.255.255.0
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]