When configuring a switch to connect to a router that is being configured with a ROAS configuration, which Cisco IOS command must be entered on the interface to ensure that the link forms a trunk?

A) switchport mode trunk
B) switchport mode dynamic desirable
C) switchport mode access
D) switchport mode trunk router


A
Explanation: A) Because routers don't support the Dynamic Trunking Protocol (DTP), links that need to form a trunk connected to them must be statically configured with the switchport mode trunk command.

Computer Science & Information Technology

You might also like to view...

A search for an item X in an array starts at the lower end of the array, and then looks for X by comparing array items to X in order of increasing subscript. Such a method is called

A) lower to upper search B) sequential search C) binary search D) selection search

Computer Science & Information Technology

The program included in the Java SDK that allows a programmer to separate the class interface from the class implementation is called:

(a) javac (b) java (c) javadoc (d) none of the above

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. You can use #define to define a name for a C++ variable. 2. If I have already written the #include header, I can overload operator<< for class A as follows: ``` std::ostream& operator<< (std::ostream& out,const A& obj); ``` 3. You have a helping function that is not a member of your class. You want your class member functions to be able to see it and use it but no other file in your program may see it. You can place it in an unnamed namespace to make it invisible from outside the file. 4. Namespaces may not be nested.

Computer Science & Information Technology

When you add a macro to an event, Access embeds a macro in the object or control

Indicate whether the statement is true or false

Computer Science & Information Technology