Which command do you enter to determine whether LACP is in use on a device?

Which command do you enter to determine whether LACP is in use on a device?
A. Show etherchannel summary
B. Show port-channel summary
C. Show etherchannel load-balance
D. Show ip protocols

cisco-exams

3 thoughts on “Which command do you enter to determine whether LACP is in use on a device?

  1. B is a valid answer . port channel summary command does show if Protocol : LACP is in use on a device.

    This example shows how to display summary information about EtherChannels:

    switch# show port-channel summary

    Flags: D – Down P – Up in port-channel (members) I – Individual H – Hot-standby (LACP only)
    s – Suspended r – Module-removed S – Switched R – Routed U – Up (port-channel)
    Group Port- Type Protocol Member Ports

    Channel

    ——————————————————————————–

    1 Po1(SU) Eth LACP Eth1/1(P) Eth1/2(P) Eth1/3(P)

    Eth1/4(P) Eth1/21(P) Eth1/22(P)

    https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/show-port-channel-summary.html

  2. This answer is wrong. The right answer is A

    Switch#show etherchannel 1 summary
    Flags: D – down P – in port-channel
    I – stand-alone s – suspended
    H – Hot-standby (LACP only)
    R – Layer3 S – Layer2
    U – in use f – failed to allocate aggregator
    u – unsuitable for bundling
    w – waiting to be aggregated
    d – default port

    Number of channel-groups in use: 1
    Number of aggregators: 1

    Group Port-channel Protocol Ports
    ——+————-+———–+—————————–
    1 Po1(SU) LACP Gi2/0/23(P) Gi2/0/24(P)

    1. it’s is not totally wrong, show port-channel summary works in Nexus switches which runs nxos but for this test the correct answer is option A, show etherchannel which works on IOS.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.