Which Cisco IOS command(s) would be used to configure an interface in a static layer 3 EtherChannel?

A) channel-group number mode on
B) no switchport
C) channel-group number mode on layer-3
D) ip routing enable


A, B
Explanation: A) The channel-group number mode on command would be used to statically configure an interface into an EtherChannel; the no switchport command would configure it as layer 3.
B) The channel-group number mode on command would be used to statically configure an interface into an EtherChannel; the no switchport command would configure it as layer 3.

Computer Science & Information Technology

You might also like to view...

Categorize each of the following items as either hardware or software:

a) CPU b) compiler c) ALU d) interpreter e) input unit f) an editor program g) XML h) CD-ROM drive i) mouse j) COBOL

Computer Science & Information Technology

The process of searching huge amounts of data seeking a pattern is called data ________

A) warehousing B) mining C) searching D) diving

Computer Science & Information Technology

A ____ is a value that is sent back to the calling module from a called module.

A. return value B. parameter C. constructor D. argument

Computer Science & Information Technology

What is the last step in the remove function in the ArrayBag class?

A. check the precondition B. shift items to the right C. resize the array D. search for the target item index

Computer Science & Information Technology