Which Cisco IOS command would be used to enable an EtherChannel that utilized LACP and will automatically initiate a connection to the neighbor switch using a channel number of 10?

A) channel-group 10 mode auto
B) channel-group 10 mode on
C) channel-group 10 mode desirable
D) channel-group 10 mode active


D
Explanation: D) The EtherChannel Link Aggregation Control Protocol (LACP) utilizes two modes: active and passive. In active mode, the switch attempts to initiate a connection to the neighboring switch. In passive mode, the switch creates a connection with a neighboring switch but will not initiate it.

Computer Science & Information Technology

You might also like to view...

____ are useful for rating one machine against another and for rating how sensitive a particular algorithm is with respect to variations in input on one particular machine.

A. Time trials B. Benchmarks C. Comparison times D. Intensive tests

Computer Science & Information Technology

Anything an investigator writes down as part of examination for a report in a civil litigation case is subject to which action from the opposing attorney?

a. Subpoena b. Discovery c. Publication d. Deposition

Computer Science & Information Technology

Which of the following instantiates a Product object and assigns it to thebookcasevariable?

A. Dim bookcase As Product B. Dim bookcase As New Product C. Dim Product As bookcase D. Dim bookcase As String

Computer Science & Information Technology

Which of the following is not a C type?

A. Boolean B. Character C. Number D. Real E. Imaginary

Computer Science & Information Technology