Cisco

EASILY Configure LACP (Link Aggregation Control

EASILY Configure LACP (Link Aggregation Control Protocol ) on CISCO switches (Practical Guide)

#EASILY #Configure #LACP #Link #Aggregation #Control

“Ferds Tech Channel”

Easily configure LACP (802.3ad) on CISCO switches

Link Aggregation Control Protocol (LACP)
LACP Modes
1. active
2. passive

Port Aggregation Protocol (PAgP)
PAgP Modes
1. auto
2. desirable

****
SW1
****
conf t
int e0/1
channel-group 1 mode active
!
int e0/2
channel-group 1 mode…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

One Comment

  1. Easily configure LACP (802.3ad) on CISCO switches

    Link Aggregation Control Protocol (LACP)

    LACP Modes

    1. active

    2. passive

    Port Aggregation Protocol (PAgP)

    PAgP Modes

    1. auto

    2. desirable

    **

    SW1

    **

    conf t

    int e0/1

    channel-group 1 mode active

    !

    int e0/2

    channel-group 1 mode active

    end

    wr

    ***

    CORE

    ***

    conf t

    int e0/1

    channel-group 1 mode active

    !

    int e0/2

    channel-group 1 mode active

    end

    wr

    show etherchannel summary

    show interface port-channel 1

Leave a Reply