Which two statements about configuring EtherChannels are true?

Which two statements about configuring EtherChannels are true? (Choose two.)
A. They can be configured with the no switchport command to place them in Layer 3 mode.
B. They can be configured to send Layer 2 packets.
C. They can be configured to operate with up to links in a single channel.
D. They can be configured to passively negotiate a channel with a connected peer.
E. They can be configured to load-balance traffic based on Layer 7 information.

cisco-exams

One thought on “Which two statements about configuring EtherChannels are true?

  1. https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750xscg/swethchl.html#87628

    This example shows how to create the logical port channel 5 and assign 172.10.20.10 as its IP address:

    Switch# configure terminal
    Switch(config)# interface port-channel 5
    Switch(config-if)# no switchport
    Switch(config-if)# ip address 172.10.20.10 255.255.255.0
    Switch(config-if)# end

    Assign the port to a channel group, and specify the PAgP or the LACP mode.

    For channel-group-number, the range is 1 to 48. This number must be the same as the port-channel-number (logical port) configured in the “Creating Port-Channel Logical Interfaces” section.

    For mode, select one of these keywords:

    auto —Enables PAgP only if a PAgP device is detected. It places the port into a passive negotiating state, in which the port responds to PAgP packets it receives but does not start PAgP packet negotiation. This keyword is not supported when EtherChannel members are from different switches in the switch stack.
    desirable —Unconditionally enables PAgP. It places the port into an active negotiating state, in which the port starts negotiations with other ports by sending PAgP packets. This keyword is not supported when EtherChannel members are from different switches in the switch stack.
    on —Forces the port to channel without PAgP or LACP. In the on mode, an EtherChannel exists only when a port group in the on mode is connected to another port group in the on mode.
    non-silent —(Optional) If your switch is connected to a partner that is PAgP capable, configure the switch port for nonsilent operation when the port is in the auto or desirable mode. If you do not specify non-silent, silent is assumed. The silent setting is for connections to file servers or packet analyzers. This setting allows PAgP to operate, to attach the port to a channel group, and to use the port for transmission.
    active —Enables LACP only if a LACP device is detected. It places the port into an active negotiating state in which the port starts negotiations with other ports by sending LACP packets.
    passive — Enables LACP on the port and places it into a passive negotiating state in which the port responds to LACP packets that it receives, but does not start LACP packet negotiation.

Leave a Reply

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


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