Link Aggregation – Part 3 (LACP Configuration on Juniper Devices)

Link-Aggregation-Juniper

How to Configure LACP on Juniper Routers

 

We have talked about LACP in the previous articles on Cisco Routers. Here we will focus on how to do LACP Configuration on Juniper devices on ethernet links. We will learn LACP Configuration on Juniper. As you know the protocol is the same, but there are some configuration differencies between different vendor’s devices.

 

By the way, we do not need to use LACP for ethernet bundlings, this is only a way with LACP protocol.

 

By default, there can be also maximum 8 ports in a bundle on Juniper devices. This can be changed by commands. The typical usage of the LAG is to aggregate trunk links, between the access switch and the distribution switch.

 

Link Aggregation Example Topology on Juniper, JUNOS
Link Aggregation on Juniper Devices
In Juniper swithes, for aggregated links, firstly we need to configure, aggregated Etnernet interfaces.

[edit chassis]
gk@switch# set aggregated-devices interfaces device-count 1 

After creating aggregated Ethernet interfaces, it is time to define minimum link count while the bundle is up. To do this use the below command:

[edit interfaces]
gk@switch# set interface-name aggregated-ether-options minimum-links 3

    2 Comments

  1. February 13, 2014
    Reply

    Hi, Gokhan

    This article is absolutely a good piece to get the general meaning of this concept.

    I want to know why the speed was set to 10g as we have only 2 ge port validated in the AE port. This may waste your time to answer.

    regards

  2. August 25, 2014
    Reply

    should I give IP Address to port LAG?

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Networking Certifications has served as a stepping stone for those seeking to advance their careers in Networking, h they are...
Dynamic Routing Protocol   Dynamic Routing is the routing process that is done via a Routing Protocols in networking. The...
DNS Overview DNS (Domain Name System) is a common protocol that is used to translate hostnames to the IP addresses....
In this configuration example, we will configure IPv6 on Juniper Routers. For our Juniper IPv6 Configuration Example, we will use...