Which of the following commands redistribute EIGRP routes into RIP?

a. redistribute rip metric
b. redistribute eigrp metric <0-16>
c. redistribute eigrp metric
d. redistribute rip metric <0-16>

b. redistribute eigrp metric <0-16>
Explanation: redistribute eigrp metric <0-16> is the correct command to redistribute EIGRP routes into RIP. redistribute rip metric is the command to redistribute RIP routes into EIGRP. The other two options are invalid.

Computer Science & Information Technology

You might also like to view...

End users should not be allowed to install anything on their machines

Indicate whether the statement is true or false.

Computer Science & Information Technology

Writing a template class

a. allows us to skip the implementation of that template class b. allows us to write one class definition that can hold different data types c. means we never have to write non-template classes again d. is illegal

Computer Science & Information Technology