What Cisco router IOS command is used to specify the RIP routing protocol?

a. router(config) router rip
b. router# router rip
c. router(config)# router rip protocol
d. router(config)# router rip


d. router(config)# router rip

Computer Science & Information Technology

You might also like to view...

A(n) ____ variable is any group of characters, such as "Hello" or "Happy Holidays!".

A. Boolean B. data C. text string D. null

Computer Science & Information Technology

Located at the bottom of the screen, the ____________________ displays the vertical page position.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Excel's VLOOKUP function searches vertically down the far left column of a table, then reads across the row to find the value in the column you specify. _________________________

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

Computer Science & Information Technology

Which of the following parameter declarations accepts a three dimensional array of 10 rows, 20 columns, and 5 planes?

A. float ary [][20[5] B. float ary [][10][20] C. float* ary [20][5] D. float** ary [5] E. float*** ary;

Computer Science & Information Technology