[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring PPPoE over VLAN

To configure PPPoE over VLAN over a bridged Ethernet interface:

  1. Follow the steps in Configuring VLAN Subinterfaces over Bridged Ethernet to configure the VLAN subinterface.
  2. Create a PPPoE major interface on the VLAN subinterface.
    host1(config-subif)#pppoe
  3. Exit the subinterface context.
    host1(config-subif)#exit
  4. Create a PPPoE subinterface by adding a subinterface number to the interface identification command.
    host1(config)#pppoe subinterface atm 4/0.101.2.1
  5. Specify PPP as the encapsulation method on the interface.
    host1(config-subif)#encapsulation ppp
  6. 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]