Video není dostupné.
Omlouváme se.

Configure LACP on CISCO switch (PRACTICAL GUIDE)

Sdílet
Vložit
  • čas přidán 19. 08. 2024
  • 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
    References:
    www.cisco.com/...
    www.cisco.com/...
    #cisco #ccna #ccnp

Komentáře • 2

  • @FerdsTechChannel
    @FerdsTechChannel  Před 5 měsíci

    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

  • @NigerianBaller
    @NigerianBaller Před 4 měsíci

    great video thanks