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


Configuring 802.3ad Link Aggregation

To configure link aggregation on Ethernet interfaces, you must configure the Ethernet interface, create the LAG bundle, and add the Ethernet interface as a member link in the LAG bundle. Optionally, you can then configure IP, a VLAN subinterface, a PPPoE subinterface, or MPLS for the LAG bundle.

For more information about specifying LAG interfaces and subinterfaces on E-series routers, see Interface Types and Specifiers in JUNOSe Command Reference Guide, About This Guide.

Tasks to configure 802.3ad link aggregation interfaces are:

Configuring an Ethernet Physical Interface

To configure a member link, perform the following steps:

  1. Specify a Fast Ethernet or Gigabit Ethernet interface for which you want to create a member link.
  2. host1(config)#interface gigabitEthernet 2/0
    
    
    
  3. Configure LACP in passive or active mode.
  4. host1(config-if)#lacp active
    
    
    
  5. Specify the speed and the duplex mode for the Ethernet interface.
  6. host1(config-if)#speed 100
    
    host1(config-if)#duplex full
    
    
    
  7. Specify the MTU.
  8. host1(config-if)#mtu 9000
    
    
    
  9. To configure additional member links, repeat steps 1 to 4.

    NOTE: All of the member links that you configure must be on the same line module and have the same physical layer characteristics, such as speed, duplex mode, and MTU.


Configuring a LAG Bundle

To configure a LAG bundle and add member links, perform the following steps:

  1. Create the LAG bundle.
  2. host1(config)#interface lag bundleBoston
    
    
    
  3. Add a member link to the LAG bundle.
  4. host1(config-if)#member–interface gigabitEthernet 2/0
    

Configuring IP for a LAG Bundle

To configure IP for a LAG bundle, perform the following steps:

  1. Specify the LAG bundle.
  2. host1(config)#interface lag bundleBoston
    
    
    
  3. Assign an IP address and mask.
  4. host1(config-if)#ip address 192.5.127.8 255.255.255.0 
    

Configuring a VLAN Subinterface for a LAG Bundle

To configure a VLAN subinterface for the LAG bundle, perform the following steps:

  1. Specify VLAN as the encapsulation method.
  2. host1(config-if)#encapsulation vlan
    
    
    
  3. Specify the VLAN subinterface for the LAG bundle by adding a unique subinterface number to the LAG interface identification command.
  4. host1(config)# interface lag bundleBoston.1
    
    
    
  5. Assign a VLAN ID for the subinterface.
  6. host1(config-if)#vlan id 203
    
    
    
  7. Assign an IP address and mask.
  8. host1(config-if)#ip address 192.168.1.1 255.255.0.0
    
    
    

Configuring a PPPoE Subinterface for a LAG Bundle

To configure a PPPoE subinterface for the LAG bundle, perform the following steps:

  1. Specify PPPoE as the encapsulation method.
  2. host1(config-if)#encapsulation pppoe
    
    
    
  3. Specify the PPPoE subinterface for the LAG bundle in either of the following ways:
  1. Specify PPP as the encapsulation method on the PPPoE subinterface.
  2. host1(config-if)#encapsulation ppp
    
    
    
  3. Assign an IP address and mask.
  4. host1(config-if)#ip address 192.168.1.2 255.255.0.0
    
    
    

You can also configure a PPPoE subinterface over a VLAN subinterface over a LAG bundle. For an example of this configuration, see Example: Configuring a PPPoE Subinterface over a VLAN for a LAG Bundle.

Configuring MPLS for a LAG Bundle

To configure MPLS for a LAG bundle, perform the following steps:

  1. Specify the LAG bundle.
  2. host1(config)#interface lag bundleBoston
    
    
    
  3. Create an MPLS interface.
  4. host1(config-if)#mpls
    
    
    

interface lag

lacp

lacp port-priority

member-interface

mpls

mtu

pppoe subinterface lag

virtual-router


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