Skip to main content

PAGP and LACP Protocol - Ether Channel with Computer Network


Here I am going to discussion about Ether-Channel standards name as PAgP and LACP protocol. So, first of all I am giving you some details for what is Ether-Channel.

What is Ether-Channel?

Ether-channel port channel is the way to connect two different switches with two or more links and make them bundled in such a way that it looks like to be a single link.It is used to provide high speed links and redundancy. Maximum of 8 links can be aggregated to form a single logical link.

PAGP and LACP Protocol - Ether Channel with Computer Network
Ether Channel

PAgP Protocol:

PAgP is a Cisco proprietary negotiation protocol. Port Aggregation Protocol is used to achieve the same goal as LACP. also it is used for the automated, logical aggregation of Ethernet switch ports, Which known as an Ethernet Channel.

This protocol over Static configuration is that is one, it does a configuration check on participating interfaces, as well as confirms that the neighboring interfaces are also using PAgP. That means that it guarantees that interfaces that don’t have similar configurations will not participate, and we won’t get an accidental switching loop.

There are below modes of PAgP:

Auto mode:

It passively negotiates PAgP aggregation. If the remote end of the link is also configured with Auto mode, a PAgP EtherChannel will not form. Auto side is waiting for negotiation to start from the other end.

Desirable mode:

With this mode
the negotiation will be initiated by sending the special frames to form Ether-channel with the other end.

ON mode:


In this mode, the interface will be a part of EtherChannel but no negotiation takes place.

OFF mode:


No EtherChannel configured on the interface.

LACP Protocol:


LACP is a Standards-based (IEEE 802.3ad) negotiation protocol. Link Aggregation Control Protocol, is used to dynamically build an Ether-channel.


L
ink aggregation protocols. Before the standardization of LACP, Cisco developed an option called 
Port Aggregation Protocol (PAgP) on some Cisco switches. Other vendors have similar pre-standard protocols.

Importantly, LACP typically applies to strategies that bundle individual links of Ethernet connections, and not wireless transfers.


Link aggregation is a way of bundling a bunch of individual (Ethernet) links together so they act like a single logical link.

If you have a switch with a whole lot of Gigabit Ethernet ports, you can connect all of them to another device that also has a bunch of ports and balance the traffic among these links to improve performance.

Another important reason for using link aggregation is to provide fast and transparent recovery in case one of the individual links fails.

Terminology of Link Aggregation:

  • The active monitoring protocol that allows devices to include or remove individual links from the LAG is called Link Aggregation Control Protocol (LACP).
  • A group of ports combined together is called a link aggregation group, or LAG. Different vendors have their own terms for the concept. A LAG can also be called a port-channel, a bond, or a team.
  • The rule that defines which packets are sent along which link is called the scheduling algorithm.

Active
:

The active end of the group sends out a LACP frame and initiates the negotiation to form the Ether-channel. Both ends could be active and the result would be the same.


Passive
:

Passive Mode does not initiate the negotiation. It just responds to LACP packets initiated by other end. So if both ends were passive, the Ether-channel would not be formed.

ON:


In this mode, the interface will be a part of EtherChannel but no negotiation takes place
.

OFF:

No EtherChannel configured on the interface.

Comments

Popular posts from this blog

What is STP? - Explain Advantages and Disadvantages

The Spanning Tree Protocol is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. STP is a protocol. It actively monitors all links of the network. To finds a redundant link, it uses an algorithm, known as the STA (spanning-tree algorithm). The STA algorithm first creates a topology database then it finds and disables the redundant links. Once redundant links are disabled, only the STP-chosen links remain active. If a new link is added or an existing link is removed, the STP re-runs the STA algorithm and re-adjusts all links to reflect the change. STP (Spanning Tree Protocol) automatically removes layer 2 switching loops by shutting down the redundant links. A redundant link is an additional link between two switches. A redundant link is usually created for backup purposes. Just like every coin has two sides, a redundant link, along with

What are the Advantages and Disadvantages of TCP/UDP ?? Difference between TCP and UDP

As in previous blog we have define and explain about what is TCP and UDP and from now we are moving ahead with Advantages, Disadvantages and Difference of TCP and UDP but for this you have to know about TCP and UDP hence to understand it go for a What is TCP and UDP . Advantage of TCP Here, are pros/benefits of TCP: It helps you to establish/set up a connection between different types of computers. It operates independently of the operating system. It supports many routing-protocols. It enables the internetworking between the organizations. TCP/IP model has a highly scalable client-server architecture. It can be operated independently. Supports several routing protocols. It can be used to establish a connection between two computers. Disadvantages of TCP Here, are disadvantage of using TCP: TCP never conclude a transmission without all data in motion being explicitly asked. You can't use for broadcast or multicast transmission. TCP has no block boundaries, so you