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


Configuring PPPoE over a Static Ethernet Interface

To configure PPPoE over an Ethernet interface:

  1. Specify a Fast Ethernet, Gigabit Ethernet, or 10-Gigabit Ethernet port.
  2. host1(config)#interface fastEthernet 4/1
    
    
    
  3. Specify PPPoE as the encapsulation method on the interface.
  4. host1(config-if)#pppoe
    
    
    
  5. Create a PPPoE subinterface.
  6. host1(config-if)#pppoe subinterface fastEthernet 4/1.1
    
    
    
  7. Specify PPP as the encapsulation method on the interface.
  8. host1(config-if)#encapsulation ppp
    
    
    
  9. Assign an IP address and mask.
  10. host1(config-if)#ip address 164.10.6.51 255.255.255.0
    
    
    
  11. (Optional) Configure additional PPPoE subinterfaces by completing Steps 3 through 5 using unique numbering.

Figure 10 illustrates this configuration.


Figure 10: Example of PPPoE Stacking Configuration Steps

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