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

Configuring PPPoE Without VLANs

To configure PPPoE over an Ethernet interface without VLANs:

  1. Specify a Fast Ethernet, Gigabit Ethernet, or 10-Gigabit Ethernet interface.
    host1(config)#interface fastEthernet 4/1
  2. Specify PPPoE as the encapsulation method on the interface.
    host1(config-if)#pppoe
  3. Create a PPPoE subinterface.
    host1(config-if)#pppoe subinterface fastEthernet 4/1.1
  4. Specify PPP as the encapsulation method on the interface.
    host1(config-subif)#encapsulation ppp
  5. (Optional) Configure an access concentrator (AC) name on the PPPoE interface.
    host1(config-subif)#pppoe acname CYM9876
  6. (Optional) Set up the router to prevent a client from establishing more than one session using the same MAC address.
    host1(config-subif)#pppoe duplicate-protection
  7. Assign an IP address and mask.
    host1(config-if)#ip address 192.6.129.5 255.255.255.0
  8. (Optional) Configure additional PPPoE subinterfaces by completing Steps 3 through 7 using unique numbering.

Figure 35 illustrates the interface stack for this configuration.

Figure 35: Example of PPPoE Stacking

Image g013090.gif

encapsulation ppp

interface fastEthernet

interface gigabitEthernet

interface tenGigabitEthernet

ip address

pppoe

pppoe acName

pppoe duplicate-protection

pppoe subinterface fastEthernet


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