Which Cisco IOS switch command is used to configure the use of LACP on an interface?

A) channel-group group-num mode mode
B) lacp-group group-num mode mode
C) lacp number mode mode
D) etherchannel-group group-num

A
Explanation: The channel-group group-num mode mode command is used to configure a Cisco switch's interface into a LACP EtherChannel group.

Computer Science & Information Technology

You might also like to view...

The preprocessor directive

#error 7 – Out of range error – contains __________ tokens. a) 8 b) 7 c) 9 d) 6

Computer Science & Information Technology

Why is this function header line incorrect? int[] MyData(int d[])

A. There is no size indicated in the return type. B. There is no size indicated in the brackets in parentheses. C. This function is properly defined. D. An array can’t be returned as a data type.

Computer Science & Information Technology