Which Cisco IOS command would be used to configure the HSRP version on an interface?

A) standby group-number version version
B) standby version version
C) standby mode version
D) standby version


B
Explanation: B) The standby version version command is used in interface configuration mode to configure the version of HSRP. By default, HSRP version 1 is used.

Computer Science & Information Technology

You might also like to view...

Explain the error in the following code. You may give the warning message, or error message, your compiler might give for the following error, or you may describe the error. However you present the error, you must explain clearly what is wrong.

``` #include //Test question void show_array(int ar[], int size) { using namespace std; for(int i = 0; i < size; i++) cout << ar[i] << " "; cout << endl; } int main() { const int a[6] = {2, 4, 2, 3, 5}; show_array(a, 6); //... } ```

Computer Science & Information Technology

Bill leaves Chicago at 4:00P.M. traveling east on Interstate 90 toward Toledo, 200 miles away. Jim leaves Toledo at 5:00P.M., traveling west toward Chicago on the same road. If Bill travels at 50 miles per hour and Jim travels at 60 miles per hour, at what time will Bill pass Jim?

Solve the following time-rate-distance problems using the IPO method. Ignore time zones.

Computer Science & Information Technology

In the evaluation of a website, the evaluation criterion of authority states that a reputable institution should support the website without bias in the information.

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

Computer Science & Information Technology

InDesign, Photoshop, and Illustrator are all manufactured by the same software company.

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

Computer Science & Information Technology