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


Configuring IP, MPLS, and PPPoE over Ethernet

To configure IP, MPLS, and PPPoE over an Ethernet interface:

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

Figure 12 illustrates this configuration.


Figure 12: Example of IP, MPLS, and PPPoE Stacking Configuration Steps

mpls


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