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


    Configuring PPPoE for Ethernet Modules

You can configure PPPoE on Fast Ethernet (FE), Gigabit Ethernet (GE), and 10-Gigabit Ethernet (10GE) modules. You can configure Ethernet interfaces with IP only, with PPPoE only, with both IP and PPPoE, and with or without VLANs.

This section provides information about configuring PPPoE without VLANs. If you want to configure PPPoE with VLANs, see Chapter 5, Configuring VLAN and S-VLAN Subinterfaces, which shows common VLAN configurations such as:

For more information about specific Ethernet modules and the protocols and applications they support, see:

PPPoE Interface and Subinterface Limits

PPPoE subinterfaces can be distributed in any way across I/O module ports. For example, you can configure the maximum supported number of PPPoE subinterfaces on one port of an FE-2 I/O module and no PPPoE subinterfaces on the other port.

For information about current system maximums supported for PPPoE interfaces and subinterfaces, see JUNOSe Release Notes, Appendix A, System Maximums.

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.
  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-subif)#encapsulation ppp
    
    
    
  9. (Optional) Configure an access concentrator (AC) name on the PPPoE interface.
  10. host1(config-subif)#pppoe acname CYM9876
    
    
    
  11. (Optional) Set up the router to prevent a client from establishing more than one session using the same MAC address.
  12. host1(config-subif)#pppoe duplicate-protection
    
    
    
  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 3 through 7 using unique numbering.

Figure 35 illustrates the interface stack for this configuration.


Figure 35: Example of PPPoE Stacking

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] [No Frames]