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


Configuring Higher-Level Protocols over Ethernet

You can configure one or more protocols over Ethernet with or without VLANs. This section focuses on non-VLAN configurations only. You can configure the following higher-level protocols on Fast Ethernet, Gigabit Ethernet, and 10-Gigabit Ethernet interfaces:

The Ethernet configuration examples in this section use combinations of these protocols. Figure 30 illustrates how different protocols can be multiplexed over a single physical link without the use of VLANs.


Figure 30: Multiplexing Multiple Protocols over a Single Physical Link

The following sections describe how to create the following common non-VLAN configurations, which you can configure on Fast Ethernet, Gigabit Ethernet, and 10-Gigabit Ethernet interfaces:

Configuring IP over Ethernet

To configure IP over an Ethernet interface:

  1. Specify a Fast Ethernet, Gigabit Ethernet, or 10-Gigabit Ethernet port.
  2. host1(config)#interface fastEthernet 4/1
    
    
    
  3. Create an IP interface.
  4. host1(config-if)#ip address 192.5.127.8 255.255.255.0 
    
    
    

Figure 31 illustrates this configuration.


Figure 31: Example of IP over Ethernet Stacking Configuration Steps

Configuring PPPoE over Ethernet

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 32 illustrates this configuration.


Figure 32: Example of PPPoE Stacking Configuration Steps

Configuring IP and MPLS over Ethernet

To configure both IP and MPLS 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
    
    
    

Figure 33 illustrates this configuration.


Figure 33: Example of IP and MPLS Stacking Configuration Steps

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 34 illustrates this configuration.


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

mpls

Ethernet Link Aggregation and MPLS

CE-side load balancing in a Martini layer 2 transport environment enables an E-series router to interoperate with an 802.3ad switch in a topology designed for Ethernet link aggregation. See JUNOSe BGP and MPLS Configuration Guide, Chapter 5, Configuring Layer 2 Services over MPLS for more information.


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