LACP Configuration on Cisco Devices

  • April 15, 2015
Link-Aggregation-Example
We have learned LACP and Link Aggregation before detailly and in this article we will focus LACP Cisco Configuration. We will make a link aggregation protocol with two ports in one bundle. You can use more port up to 8 ports in Cisco devices.  
Link aggregation Example Topology on Cisco
Link Aggregation on Cisco Devices
In our LACP Cisco Configuration example, we will use the G1/0/0 and the G2/0/0 ports to configure link aggregation. The basic configuration steps are below.  
  On RouterA
RouterA> enable RouterA# configure terminal RouterA (config)# interface port-channel 1 RouterA (config-if)# lacp max-bundle 2 RouterA (config-if)# ip address 192.168.0.1 255.255.255.0 RouterA (config-if)# interface g1/0/0 RouterA (config-if)# no ip address RouterA (config-if)# channel-group 1 mode active RouterA (config-if)# exit RouterA (config)# interface g2/0/0 RouterA (config-if)# no ip address RouterA (config-if)# channel-group 1 mode active RouterA (config-if)# end  
[sc name=”ContentRMessage”] You can also view the below LACP Configuration Lessons for different vendors:

Leave A Reply

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

You May Also Like

Cisco Systems is one of the important vendors in information technology and network field. Many network engineers work with Cisco...
What is NOS? A NOS (Network Operating System) is a special software that is designed for network equipment like router,...

SFP

SFP (Small Form-factor Pluggable) is a hot-pluggable network interface module used in the network devices of today’s computer networks. In...
Network engineers need practice on routers and switches. They use different emulators and simulators to gain hands on experience on...